[ucommon] New upstream

David Sugar dyfet at fedoraproject.org
Sat Jan 21 13:29:16 UTC 2012


commit a979afde1cec138ce64dc288980676a2fc454f6a
Author: David Sugar <dyfet at gnutelephony.org>
Date:   Sat Jan 21 08:28:31 2012 -0500

    New upstream
    
    Improved Common C++ compatibility
    New pdetach utility

 .gitignore   |    1 +
 sources      |    2 +-
 ucommon.spec |   11 +++++++++--
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9bef1eb..ca18b76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@ ucommon-3.3.4.tar.gz
 /ucommon-5.0.3.tar.gz
 /ucommon-5.0.4.tar.gz
 /ucommon-5.1.2.tar.gz
+/ucommon-5.2.0.tar.gz
diff --git a/sources b/sources
index 7141514..9750f19 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-afc0602984b567479689027747bae974  ucommon-5.1.2.tar.gz
+c113a611a8b11a37b5d477ec1a0b2d9e  ucommon-5.2.0.tar.gz
diff --git a/ucommon.spec b/ucommon.spec
index 05841bf..92e61bb 100644
--- a/ucommon.spec
+++ b/ucommon.spec
@@ -10,7 +10,7 @@
 
 Name: ucommon
 Summary: Portable C++ framework for threads and sockets
-Version: 5.1.2
+Version: 5.2.0
 Release: 1%{?dist}
 License: LGPLv3+
 URL: http://www.gnu.org/software/commoncpp
@@ -90,6 +90,7 @@ html browsable.
 %defattr(-,root,root,-)
 %{_bindir}/args
 %{_bindir}/mdsum
+%{_bindir}/pdetach
 %{_bindir}/sockaddr
 %{_bindir}/zerofill
 %{_bindir}/scrub-files
@@ -97,6 +98,7 @@ html browsable.
 %{_mandir}/man1/args.*
 %{_mandir}/man1/car.*
 %{_mandir}/man1/mdsum.*
+%{_mandir}/man1/pdetach.*
 %{_mandir}/man1/scrub-files.*
 %{_mandir}/man1/sockaddr.*
 %{_mandir}/man1/zerofill.*
@@ -121,7 +123,12 @@ html browsable.
 %postun -p /sbin/ldconfig
 
 %changelog
-* Sun Jan 15 2012 David Sugar <dyfet at gnutelephony.org> - 5.1.2-0
+* Sat Jan 21 2012 David Sugar <dyfet at gnutelephony.org> - 5.2.0-1
+- New upstream release
+- Improved Common C++ compatibility
+- New pdetach utility
+
+* Sun Jan 15 2012 David Sugar <dyfet at gnutelephony.org> - 5.1.2-1
 - New upstream release
 
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.0.4-1


More information about the scm-commits mailing list