diff --git a/.gitignore b/.gitignore index 8025e2c..351da40 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ ucommon-3.3.4.tar.gz /ucommon-5.0.2.tar.gz /ucommon-5.0.3.tar.gz /ucommon-5.0.4.tar.gz +/ucommon-5.0.5.tar.gz diff --git a/sources b/sources index 59df03d..7e0e8df 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5000b1db3b64aa7b28647f0a1e22263b ucommon-5.0.4.tar.gz +e8a6b56bbf924cb41ec8bbbfd6c9007a ucommon-5.0.5.tar.gz diff --git a/ucommon.spec b/ucommon.spec index 3322512..f7ecc85 100644 --- a/ucommon.spec +++ b/ucommon.spec @@ -10,8 +10,8 @@ Name: ucommon Summary: Portable C++ framework for threads and sockets -Version: 5.0.4 -Release: 0%{?dist} +Version: 5.0.5 +Release: 1%{?dist} License: LGPLv3+ URL: http://www.gnu.org/software/commoncpp Source0: http://www.gnutelephony.org/dist/tarballs/ucommon-%{version}.tar.gz @@ -92,12 +92,12 @@ html browsable. %{_bindir}/mdsum %{_bindir}/sockaddr %{_bindir}/zerofill -%{_bindir}/scrub +%{_bindir}/scrub-files %{_bindir}/car %{_mandir}/man1/args.* %{_mandir}/man1/car.* %{_mandir}/man1/mdsum.* -%{_mandir}/man1/scrub.* +%{_mandir}/man1/scrub-files.* %{_mandir}/man1/sockaddr.* %{_mandir}/man1/zerofill.* @@ -121,6 +121,9 @@ html browsable. %postun -p /sbin/ldconfig %changelog +* Tue Feb 14 2012 David Sugar - 5.0.5-1 +- updated to address bug #725460. + * Mon Jul 11 2011 David Sugar - 5.0.4-0 - template issue with std templates resolved.