[ucommon] Multi-arch issue and fixes for stringpager

David Sugar dyfet at fedoraproject.org
Sat Mar 31 15:10:33 UTC 2012


commit 057971618dc663b01c598b3f1b45e9941b4b7a38
Author: David Sugar <dyfet at gnutelephony.org>
Date:   Sat Mar 31 11:09:17 2012 -0400

    Multi-arch issue and fixes for stringpager
    
    Other changes will be useful for future packages presently being
    developed, and for better supporting compatibility with older
    commoncpp library.

 .gitignore   |    1 +
 sources      |    2 +-
 ucommon.spec |   15 +++++++++++----
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d109f3e..b0dc97a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ ucommon-3.3.4.tar.gz
 /ucommon-5.1.2.tar.gz
 /ucommon-5.2.0.tar.gz
 /ucommon-5.2.1.tar.gz
+/ucommon-5.2.2.tar.gz
diff --git a/sources b/sources
index f079fc8..f3c4fa6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7394128c5ad14861c40c6da72ece8ed3  ucommon-5.2.1.tar.gz
+4739fcd9db006432f1b8e2ea226e414a  ucommon-5.2.2.tar.gz
diff --git a/ucommon.spec b/ucommon.spec
index 69157ff..b68dab6 100644
--- a/ucommon.spec
+++ b/ucommon.spec
@@ -10,7 +10,7 @@
 
 Name: ucommon
 Summary: Portable C++ framework for threads and sockets
-Version: 5.2.1
+Version: 5.2.2
 Release: 1%{?dist}
 License: LGPLv3+
 URL: http://www.gnu.org/software/commoncpp
@@ -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
+
 * Sat Feb 11 2012 David Sugar <dyfet at gnutelephony.org> - 5.2.1-1
 - new upstream release
 - added shell::release to api for cape-devtools


More information about the scm-commits mailing list