rpms/ucommon/devel .cvsignore, 1.13, 1.14 sources, 1.16, 1.17 ucommon.spec, 1.16, 1.17

David Sugar dyfet at fedoraproject.org
Wed Jun 23 03:47:48 UTC 2010


Author: dyfet

Update of /cvs/pkgs/rpms/ucommon/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32605

Modified Files:
	.cvsignore sources ucommon.spec 
Log Message:
new upstream release with crytographic support


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ucommon/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- .cvsignore	20 Jun 2010 17:37:44 -0000	1.13
+++ .cvsignore	23 Jun 2010 03:47:48 -0000	1.14
@@ -1 +1 @@
-ucommon-3.0.6.tar.gz
+ucommon-3.1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ucommon/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- sources	20 Jun 2010 17:37:44 -0000	1.16
+++ sources	23 Jun 2010 03:47:48 -0000	1.17
@@ -1 +1 @@
-f256409e8e7928987f89e96d6c4b3a20  ucommon-3.0.6.tar.gz
+9583f2c32d9ee64318bf43551e0c83b2  ucommon-3.1.0.tar.gz


Index: ucommon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ucommon/devel/ucommon.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- ucommon.spec	20 Jun 2010 17:37:44 -0000	1.16
+++ ucommon.spec	23 Jun 2010 03:47:48 -0000	1.17
@@ -10,13 +10,13 @@
 
 Name: ucommon
 Summary: Portable C++ framework for threads and sockets
-Version: 3.0.6
+Version: 3.1.0
 Release: 0%{?dist}
 License: LGPLv3+
 URL: http://www.gnu.org/software/commoncpp
 Source0: http://www.gnutelephony.org/dist/tarballs/ucommon-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: doxygen graphviz-gd 
+BuildRequires: doxygen graphviz-gd openssl-devel
 Group: System Environment/Libraries
 Summary: Runtime library for portable C++ threading and sockets
 
@@ -29,6 +29,12 @@ introduces some design patterns from Obj
 objects, memory pools, and smart pointers. UCommon introduces some new concepts
 for handling of thread locking and synchronization.
 
+%package secure
+Requires: %{name} = %{version}-%{release}
+Requires: openssl
+Group: System Environment/Libraries
+Summary: ucommon framework for secure sockets and cryptography
+
 %package script
 Requires: %{name} = %{version}-%{release}
 Group: System Environment/Libraries
@@ -58,6 +64,11 @@ Summary: Headers for building uCommon ap
 Group: Documentation
 Summary: Generated class documentation for uCommon
 
+%description secure
+The GNU uCommon C++ secure sockets and cryptography library offers thread-safe
+ssl sockets for building clients and servers.  The crytographic library also
+provides for random number generation, digest computation, and ciphering.
+
 %description script
 GNU uCommon C++ script is a highly specialized embedded scripting engine and
 virtual execution environment for creating script "extensible" applications.
@@ -106,6 +117,10 @@ html browsable.
 %doc AUTHORS README COPYING COPYING.LESSER NEWS SUPPORT ChangeLog
 %{_libdir}/libucommon.so.*
 
+%files secure
+%defattr(-,root,root,-)
+%{_libdir}/libuccsecure.so.*
+
 %files script
 %defattr(-,root,root,-)
 %{_libdir}/libuccscript.so.*
@@ -136,6 +151,9 @@ html browsable.
 %postun -p /sbin/ldconfig
 
 %changelog
+* Tue Jun 22 2010 - David Sugar <dyfet at gnutelephony.org> - 3.1.0-0
+- new ucommon crytographic library added.
+
 * Sun Jun 20 2010 - David Sugar <dyfet at gnutelephony.org> - 3.0.6-0
 - some further abi extension of the socket class.
 



More information about the scm-commits mailing list