new utilities in this upstream release

This commit is contained in:
David Sugar 2010-09-30 22:09:23 -04:00
commit 4e87646d44
3 changed files with 13 additions and 3 deletions

1
.gitignore vendored
View file

@ -6,3 +6,4 @@ ucommon-3.3.3.tar.gz
ucommon-3.3.4.tar.gz
/ucommon-3.4.0.tar.gz
/ucommon-4.0.0.tar.gz
/ucommon-4.0.2.tar.gz

View file

@ -1 +1 @@
0bf185a9ae7fefbf5fb27f37043e4cdd ucommon-4.0.0.tar.gz
cbed4d61ea863712bdf1b00b47f67435 ucommon-4.0.2.tar.gz

View file

@ -10,8 +10,8 @@
Name: ucommon
Summary: Portable C++ framework for threads and sockets
Version: 4.0.0
Release: 1%{?dist}
Version: 4.0.2
Release: 0%{?dist}
License: LGPLv3+
URL: http://www.gnu.org/software/commoncpp
Source0: http://www.gnutelephony.org/dist/tarballs/ucommon-%{version}.tar.gz
@ -86,7 +86,13 @@ html browsable.
%files bin
%defattr(-,root,root,-)
%{_bindir}/args
%{_bindir}/mdsum
%{_bindir}/zerofile
%{_bindir}/scrub
%{_mandir}/man1/args.*
%{_mandir}/man1/mdsum.*
%{_mandir}/man1/scrub.*
%{_mandir}/man1/zerofill.*
%files devel
%defattr(-,root,root,-)
@ -105,6 +111,9 @@ html browsable.
%postun -p /sbin/ldconfig
%changelog
* Fri Oct 01 2010 - David Sugar <dyfet@gnutelephony.org> - 4.0.2-0
- new utilities bundled with ucommon library
* Sun Sep 26 2010 - David Sugar <dyfet@gnutelephony.org> - 4.0.0-0
- new abi release.