From a17ec269f763bad3d3836e43b8aa84cce250c9ee Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 28 Feb 2012 14:27:41 -0600 Subject: [PATCH 1/3] - Rebuilt for c++ ABI breakage --- ucommon.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ucommon.spec b/ucommon.spec index 92e61bb..84f35ab 100644 --- a/ucommon.spec +++ b/ucommon.spec @@ -11,7 +11,7 @@ Name: ucommon Summary: Portable C++ framework for threads and sockets Version: 5.2.0 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv3+ URL: http://www.gnu.org/software/commoncpp Source0: http://www.gnutelephony.org/dist/tarballs/ucommon-%{version}.tar.gz @@ -123,6 +123,9 @@ html browsable. %postun -p /sbin/ldconfig %changelog +* Tue Feb 28 2012 Fedora Release Engineering - 5.2.0-2 +- Rebuilt for c++ ABI breakage + * Sat Jan 21 2012 David Sugar - 5.2.0-1 - New upstream release - Improved Common C++ compatibility From 2428111239effed4500604475df2ad3ea02a0516 Mon Sep 17 00:00:00 2001 From: David Sugar Date: Sat, 31 Mar 2012 11:22:44 -0400 Subject: [PATCH 2/3] 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 - 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 - 5.2.0-2 - Rebuilt for c++ ABI breakage From 165b85c527481067d3c1595265b6f0506eafca37 Mon Sep 17 00:00:00 2001 From: David Sugar Date: Wed, 27 Jun 2012 11:07:33 -0400 Subject: [PATCH 3/3] upstream update closes bug 833458 --- .gitignore | 2 ++ sources | 3 ++- ucommon.spec | 5 ++++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1e8cf82..a077a28 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ ucommon-3.3.4.tar.gz /ucommon-5.1.2.tar.gz /ucommon-5.2.0.tar.gz /ucommon-5.2.2.tar.gz +/ucommon-5.2.3.tar.gz +/ucommon-5.4.2.tar.gz diff --git a/sources b/sources index f3c4fa6..8e90ab6 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -4739fcd9db006432f1b8e2ea226e414a ucommon-5.2.2.tar.gz +314ea46e696e47a7436205d9e37f74e4 ucommon-5.2.3.tar.gz +b9c8b95ba6ba721e0d87ec7edd08f4ec ucommon-5.4.2.tar.gz diff --git a/ucommon.spec b/ucommon.spec index 9fdc1be..44bb031 100644 --- a/ucommon.spec +++ b/ucommon.spec @@ -10,7 +10,7 @@ Name: ucommon Summary: Portable C++ framework for threads and sockets -Version: 5.2.2 +Version: 5.2.3 Release: 1%{?dist} License: LGPLv3+ URL: http://www.gnu.org/software/commoncpp @@ -123,6 +123,9 @@ html browsable. %postun -p /sbin/ldconfig %changelog +* Wed Jun 27 2012 David Sugar - 5.2.3-1 +- new upstream to fix bug 833458 + * Sat Mar 31 2012 David Sugar - 5.2.2-1 - new upstream release - resolved multi-arch for library paths