[ucommon] Important issue using with std templates resolved.

David Sugar dyfet at fedoraproject.org
Mon Jul 11 10:14:38 UTC 2011


commit 4d1470a9180c68fecef81cd1a91c47e8e3375e20
Author: David Sugar <dyfet at gnutelephony.org>
Date:   Mon Jul 11 06:13:53 2011 -0400

    Important issue using with std templates resolved.

 .gitignore   |    1 +
 sources      |    2 +-
 ucommon.spec |    5 ++++-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d81e34e..8025e2c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ ucommon-3.3.4.tar.gz
 /ucommon-5.0.0.tar.gz
 /ucommon-5.0.2.tar.gz
 /ucommon-5.0.3.tar.gz
+/ucommon-5.0.4.tar.gz
diff --git a/sources b/sources
index 904fc9c..59df03d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8ae904549982abb0d3638dce695a3843  ucommon-5.0.3.tar.gz
+5000b1db3b64aa7b28647f0a1e22263b  ucommon-5.0.4.tar.gz
diff --git a/ucommon.spec b/ucommon.spec
index 1566b2a..3322512 100644
--- a/ucommon.spec
+++ b/ucommon.spec
@@ -10,7 +10,7 @@
 
 Name: ucommon
 Summary: Portable C++ framework for threads and sockets
-Version: 5.0.3
+Version: 5.0.4
 Release: 0%{?dist}
 License: LGPLv3+
 URL: http://www.gnu.org/software/commoncpp
@@ -121,6 +121,9 @@ html browsable.
 %postun -p /sbin/ldconfig
 
 %changelog
+* Mon Jul 11 2011 David Sugar <dyfet at gnutelephony.org> - 5.0.4-0
+- template issue with std templates resolved.
+
 * Thu Jun 16 2011 David Sugar <dyfet at gnutelephony.org> - 5.0.3-0
 - new linked_pointer to walk address lists.
 - new utility sockaddr to check resolver results.


More information about the scm-commits mailing list