Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
David Sugar
165b85c527 upstream update closes bug 833458 2012-06-27 11:07:33 -04:00
David Sugar
2428111239 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.
2012-03-31 11:22:44 -04:00
Dennis Gilmore
a17ec269f7 - Rebuilt for c++ ABI breakage 2012-02-28 14:27:41 -06:00
3 changed files with 22 additions and 5 deletions

3
.gitignore vendored
View file

@ -21,3 +21,6 @@ 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
/ucommon-5.2.3.tar.gz
/ucommon-5.4.2.tar.gz

View file

@ -1 +1,2 @@
c113a611a8b11a37b5d477ec1a0b2d9e ucommon-5.2.0.tar.gz
314ea46e696e47a7436205d9e37f74e4 ucommon-5.2.3.tar.gz
b9c8b95ba6ba721e0d87ec7edd08f4ec ucommon-5.4.2.tar.gz

View file

@ -10,7 +10,7 @@
Name: ucommon
Summary: Portable C++ framework for threads and sockets
Version: 5.2.0
Version: 5.2.3
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,19 @@ html browsable.
%postun -p /sbin/ldconfig
%changelog
* Wed Jun 27 2012 David Sugar <dyfet@gnutelephony.org> - 5.2.3-1
- new upstream to fix bug 833458
* Sat Mar 31 2012 David Sugar <dyfet@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@lists.fedoraproject.org> - 5.2.0-2
- Rebuilt for c++ ABI breakage
* Sat Jan 21 2012 David Sugar <dyfet@gnutelephony.org> - 5.2.0-1
- New upstream release
- Improved Common C++ compatibility