[ucommon] upstream bugfix for queue and stack containers

David Sugar dyfet at fedoraproject.org
Thu Jul 5 16:25:06 UTC 2012


commit f3427b0ca3110375fa8e7e277e6a2d96f227518a
Author: David Sugar <dyfet at gnutelephony.org>
Date:   Thu Jul 5 12:24:46 2012 -0400

    upstream bugfix for queue and stack containers

 .gitignore   |    1 +
 sources      |    2 +-
 ucommon.spec |    5 ++++-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7456dda..85375c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@ ucommon-3.3.4.tar.gz
 /ucommon-5.2.2.tar.gz
 /ucommon-5.4.1.tar.gz
 /ucommon-5.4.2.tar.gz
+/ucommon-5.4.3.tar.gz
diff --git a/sources b/sources
index 4bd7b81..f628717 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b9c8b95ba6ba721e0d87ec7edd08f4ec  ucommon-5.4.2.tar.gz
+3f13c25ad954fcc4da8338504c47c55a  ucommon-5.4.3.tar.gz
diff --git a/ucommon.spec b/ucommon.spec
index d50000d..172d028 100644
--- a/ucommon.spec
+++ b/ucommon.spec
@@ -10,7 +10,7 @@
 
 Name: ucommon
 Summary: Portable C++ framework for threads and sockets
-Version: 5.4.2
+Version: 5.4.3
 Release: 1%{?dist}
 License: LGPLv3+
 URL: http://www.gnu.org/software/commoncpp
@@ -123,6 +123,9 @@ html browsable.
 %postun -p /sbin/ldconfig
 
 %changelog
+* Thu Jul 05 2012 David Sugar <dyfet at gnutelephony.org> - 5.4.3-1
+- fix for threaded queue and stack object creation
+
 * Wed Jun 27 2012 David Sugar <dyfet at gnutelephony.org> - 5.4.2-1
 - upstream fixes for zrtp issues in commoncpp host address
 - upstream fix for ConditionalAccess


More information about the scm-commits mailing list