Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
34a31d77
Commit
34a31d77
authored
May 11, 2015
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Новая версия с текущими исправлениями (2.0-alt31)
parent
9356415b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
7 deletions
+15
-7
libuniset2.spec
conf/libuniset2.spec
+12
-5
libUniSet2PostgreSQL.pc.in
extensions/DBServer-PostgreSQL/libUniSet2PostgreSQL.pc.in
+1
-1
Makefile.am
extensions/Makefile.am
+2
-1
No files found.
conf/libuniset2.spec
View file @
34a31d77
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
Name: libuniset2
Name: libuniset2
Version: 2.0
Version: 2.0
Release: alt3
0
Release: alt3
1
Summary: UniSet - library for building distributed industrial control systems
Summary: UniSet - library for building distributed industrial control systems
...
@@ -27,8 +27,9 @@ Packager: Pavel Vainerman <pv@altlinux.ru>
...
@@ -27,8 +27,9 @@ Packager: Pavel Vainerman <pv@altlinux.ru>
Source: %name-%version.tar
Source: %name-%version.tar
# manually removed: glibc-devel-static
# manually removed: glibc-devel-static
# Automatically added by buildreq on Fri Nov 26 2010
# Automatically added by buildreq on Mon May 11 2015
BuildRequires: libcommoncpp2-devel libomniORB-devel libsigc++2.0-devel xsltproc catch
# optimized out: fontconfig gcc-c++ libcloog-isl4 libstdc++-devel libwayland-client libwayland-server libxml2-devel pkg-config python-base python-devel python-module-omniidl python-modules
BuildRequires: libcommoncpp2-devel libomniORB-devel libsigc++2-devel
%if_enabled io
%if_enabled io
BuildRequires: libcomedi-devel
BuildRequires: libcomedi-devel
...
@@ -36,7 +37,7 @@ BuildRequires: libcomedi-devel
...
@@ -36,7 +37,7 @@ BuildRequires: libcomedi-devel
%if_enabled mysql
%if_enabled mysql
# Using old package name instead of libmysqlclient-devel it absent in branch 5.0 for yauza
# Using old package name instead of libmysqlclient-devel it absent in branch 5.0 for yauza
BuildRequires: lib
MySQL
-devel
BuildRequires: lib
mysqlclient
-devel
%endif
%endif
%if_enabled sqlite
%if_enabled sqlite
...
@@ -44,7 +45,7 @@ BuildRequires: libsqlite3-devel
...
@@ -44,7 +45,7 @@ BuildRequires: libsqlite3-devel
%endif
%endif
%if_enabled pgsql
%if_enabled pgsql
BuildRequires:
postgresql9.3-devel libpq5.6
-devel
BuildRequires:
libpqxx
-devel
%endif
%endif
%if_enabled rrd
%if_enabled rrd
...
@@ -444,6 +445,12 @@ mv -f %buildroot%python_sitelibdir_noarch/* %buildroot%python_sitelibdir/%oname
...
@@ -444,6 +445,12 @@ mv -f %buildroot%python_sitelibdir_noarch/* %buildroot%python_sitelibdir/%oname
# ..
# ..
%changelog
%changelog
* Mon May 11 2015 Pavel Vainerman <pv@altlinux.ru> 2.0-alt31
- Calibrations: fixed bug
- LogSession: fixed bug
- PQSQL: minor fixes, update requires
- make style
* Fri May 08 2015 Pavel Vainerman <pv@altlinux.ru> 2.0-alt30
* Fri May 08 2015 Pavel Vainerman <pv@altlinux.ru> 2.0-alt30
- ModbusSlave: added support nbit='' for 0x06 and 0x10 function (setbug #7337)
- ModbusSlave: added support nbit='' for 0x06 and 0x10 function (setbug #7337)
...
...
extensions/DBServer-PostgreSQL/libUniSet2PostgreSQL.pc.in
View file @
34a31d77
...
@@ -5,7 +5,7 @@ includedir=@includedir@
...
@@ -5,7 +5,7 @@ includedir=@includedir@
Name: libUniSet2PostgreSQL
Name: libUniSet2PostgreSQL
Description: Support library for libUniSet2PostgreSQL
Description: Support library for libUniSet2PostgreSQL
Requires: libUniSet2 libpq
Requires: libUniSet2 libpq
xx
Version: @VERSION@
Version: @VERSION@
Libs: -L${libdir} -lUniSet2-pgsql
Libs: -L${libdir} -lUniSet2-pgsql
Cflags: -I${includedir}/@PACKAGE@ -I${includedir}/@PACKAGE@/pgsql
Cflags: -I${includedir}/@PACKAGE@ -I${includedir}/@PACKAGE@/pgsql
extensions/Makefile.am
View file @
34a31d77
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
if
HAVE_EXTENTIONS
if
HAVE_EXTENTIONS
SUBDIRS
=
lib include SharedMemory SharedMemory/tests IOControl LogicProcessor LogicProcessor/tests
\
SUBDIRS
=
lib include SharedMemory SharedMemory/tests IOControl LogicProcessor LogicProcessor/tests
\
ModbusMaster ModbusSlave SMViewer UniNetwork UNetUDP UNetUDP/tests DBServer-MySQL DBServer-SQLite
\
ModbusMaster ModbusSlave SMViewer UniNetwork UNetUDP UNetUDP/tests
\
DBServer-MySQL DBServer-SQLite DBServer-PostgreSQL
\
RRDServer SharedMemoryPlus tests ModbusMaster/tests ModbusSlave/tests
RRDServer SharedMemoryPlus tests ModbusMaster/tests ModbusSlave/tests
#SMDBServer
#SMDBServer
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment