[ucommon/f17] fix for multi-arch issue and stringpager class

David Sugar dyfet at fedoraproject.org
Sat Mar 31 15:23:56 UTC 2012


commit 2428111239effed4500604475df2ad3ea02a0516
Author: David Sugar <dyfet at gnutelephony.org>
Date:   Sat Mar 31 11:22:44 2012 -0400

    fix for multi-arch issue and stringpager class
    
    Some changes relate to baseline api for future packages which
    may also appear in f17 timeframe, and for better support of
    classic commoncpp code.

 .gitignore   |    1 +
 sources      |    2 +-
 ucommon.spec |   17 ++++++++++++-----
 3 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ca18b76..1e8cf82 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@ ucommon-3.3.4.tar.gz
 /ucommon-5.0.4.tar.gz
 /ucommon-5.1.2.tar.gz
 /ucommon-5.2.0.tar.gz
+/ucommon-5.2.2.tar.gz
diff --git a/sources b/sources
index 9750f19..f3c4fa6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c113a611a8b11a37b5d477ec1a0b2d9e  ucommon-5.2.0.tar.gz
+4739fcd9db006432f1b8e2ea226e414a  ucommon-5.2.2.tar.gz
diff --git a/ucommon.spec b/ucommon.spec
index 84f35ab..9fdc1be 100644
--- a/ucommon.spec
+++ b/ucommon.spec
@@ -10,8 +10,8 @@
 
 Name: ucommon
 Summary: Portable C++ framework for threads and sockets
-Version: 5.2.0
-Release: 2%{?dist}
+Version: 5.2.2
+Release: 1%{?dist}
 License: LGPLv3+
 URL: http://www.gnu.org/software/commoncpp
 Source0: http://www.gnutelephony.org/dist/tarballs/ucommon-%{version}.tar.gz
@@ -53,11 +53,11 @@ ucommon library.  Some may be needed to prepare files or for development of
 applications.
 
 %description devel
-This package provides header and support files needed for building 
+This package provides header and support files needed for building
 applications that use the uCommon and commoncpp libraries.
 
 %description doc
-Generated class documentation for GNU uCommon library from header files, 
+Generated class documentation for GNU uCommon library from header files,
 html browsable.
 
 %prep
@@ -79,7 +79,7 @@ html browsable.
 %clean
 %{__rm} -rf %{buildroot}
 
-%files 
+%files
 %defattr(-,root,root,-)
 %doc AUTHORS README COPYING COPYING.LESSER NEWS SUPPORT ChangeLog
 %{_libdir}/libucommon.so.*
@@ -123,6 +123,13 @@ html browsable.
 %postun -p /sbin/ldconfig
 
 %changelog
+* Sat Mar 31 2012 David Sugar <dyfet at gnutelephony.org> - 5.2.2-1
+- new upstream release
+- resolved multi-arch for library paths
+- fixed stringpager
+- added additional old commoncpp classes back
+- honor LC_COLLATE for sorting
+
 * Tue Feb 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.2.0-2
 - Rebuilt for c++ ABI breakage
 


More information about the scm-commits mailing list