Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
165b85c527 | ||
|
|
2428111239 | ||
|
|
a17ec269f7 |
3 changed files with 22 additions and 5 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -21,3 +21,6 @@ ucommon-3.3.4.tar.gz
|
||||||
/ucommon-5.0.4.tar.gz
|
/ucommon-5.0.4.tar.gz
|
||||||
/ucommon-5.1.2.tar.gz
|
/ucommon-5.1.2.tar.gz
|
||||||
/ucommon-5.2.0.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
|
||||||
|
|
|
||||||
3
sources
3
sources
|
|
@ -1 +1,2 @@
|
||||||
c113a611a8b11a37b5d477ec1a0b2d9e ucommon-5.2.0.tar.gz
|
314ea46e696e47a7436205d9e37f74e4 ucommon-5.2.3.tar.gz
|
||||||
|
b9c8b95ba6ba721e0d87ec7edd08f4ec ucommon-5.4.2.tar.gz
|
||||||
|
|
|
||||||
21
ucommon.spec
21
ucommon.spec
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
Name: ucommon
|
Name: ucommon
|
||||||
Summary: Portable C++ framework for threads and sockets
|
Summary: Portable C++ framework for threads and sockets
|
||||||
Version: 5.2.0
|
Version: 5.2.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
URL: http://www.gnu.org/software/commoncpp
|
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.
|
applications.
|
||||||
|
|
||||||
%description devel
|
%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.
|
applications that use the uCommon and commoncpp libraries.
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
Generated class documentation for GNU uCommon library from header files,
|
Generated class documentation for GNU uCommon library from header files,
|
||||||
html browsable.
|
html browsable.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
@ -79,7 +79,7 @@ html browsable.
|
||||||
%clean
|
%clean
|
||||||
%{__rm} -rf %{buildroot}
|
%{__rm} -rf %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS README COPYING COPYING.LESSER NEWS SUPPORT ChangeLog
|
%doc AUTHORS README COPYING COPYING.LESSER NEWS SUPPORT ChangeLog
|
||||||
%{_libdir}/libucommon.so.*
|
%{_libdir}/libucommon.so.*
|
||||||
|
|
@ -123,6 +123,19 @@ html browsable.
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jan 21 2012 David Sugar <dyfet@gnutelephony.org> - 5.2.0-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
- Improved Common C++ compatibility
|
- Improved Common C++ compatibility
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue