[ucommon] new utilities in this upstream release

David Sugar dyfet at fedoraproject.org
Fri Oct 1 02:09:44 UTC 2010


commit 4e87646d44f68c28cdcfa57a72002bf711eb0630
Author: David Sugar <dyfet at gnutelephony.org>
Date:   Thu Sep 30 22:09:23 2010 -0400

    new utilities in this upstream release

 .gitignore   |    1 +
 sources      |    2 +-
 ucommon.spec |   13 +++++++++++--
 3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d82f629..2d452f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/sources b/sources
index 422dd87..4ffd4b3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0bf185a9ae7fefbf5fb27f37043e4cdd  ucommon-4.0.0.tar.gz
+cbed4d61ea863712bdf1b00b47f67435  ucommon-4.0.2.tar.gz
diff --git a/ucommon.spec b/ucommon.spec
index 3dd2da6..511d73f 100644
--- a/ucommon.spec
+++ b/ucommon.spec
@@ -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 at gnutelephony.org> - 4.0.2-0
+- new utilities bundled with ucommon library
+
 * Sun Sep 26 2010 - David Sugar <dyfet at gnutelephony.org> - 4.0.0-0
 - new abi release.
 


More information about the scm-commits mailing list