Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
18163dc9b2 |
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -19,3 +19,4 @@ ucommon-3.3.4.tar.gz
|
|||
/ucommon-5.0.2.tar.gz
|
||||
/ucommon-5.0.3.tar.gz
|
||||
/ucommon-5.0.4.tar.gz
|
||||
/ucommon-5.0.5.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
5000b1db3b64aa7b28647f0a1e22263b ucommon-5.0.4.tar.gz
|
||||
e8a6b56bbf924cb41ec8bbbfd6c9007a ucommon-5.0.5.tar.gz
|
||||
|
|
|
|||
11
ucommon.spec
11
ucommon.spec
|
|
@ -10,8 +10,8 @@
|
|||
|
||||
Name: ucommon
|
||||
Summary: Portable C++ framework for threads and sockets
|
||||
Version: 5.0.4
|
||||
Release: 0%{?dist}
|
||||
Version: 5.0.5
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv3+
|
||||
URL: http://www.gnu.org/software/commoncpp
|
||||
Source0: http://www.gnutelephony.org/dist/tarballs/ucommon-%{version}.tar.gz
|
||||
|
|
@ -92,12 +92,12 @@ html browsable.
|
|||
%{_bindir}/mdsum
|
||||
%{_bindir}/sockaddr
|
||||
%{_bindir}/zerofill
|
||||
%{_bindir}/scrub
|
||||
%{_bindir}/scrub-files
|
||||
%{_bindir}/car
|
||||
%{_mandir}/man1/args.*
|
||||
%{_mandir}/man1/car.*
|
||||
%{_mandir}/man1/mdsum.*
|
||||
%{_mandir}/man1/scrub.*
|
||||
%{_mandir}/man1/scrub-files.*
|
||||
%{_mandir}/man1/sockaddr.*
|
||||
%{_mandir}/man1/zerofill.*
|
||||
|
||||
|
|
@ -121,6 +121,9 @@ html browsable.
|
|||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Tue Feb 14 2012 David Sugar <dyfet@gnutelephony.org> - 5.0.5-1
|
||||
- updated to address bug #725460.
|
||||
|
||||
* Mon Jul 11 2011 David Sugar <dyfet@gnutelephony.org> - 5.0.4-0
|
||||
- template issue with std templates resolved.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue