[UpTools/f16] Update to 8.6.2-1

sebelk sebelk at fedoraproject.org
Fri Mar 16 17:05:58 UTC 2012


commit ca35994a7fe3c40e214000d90e8792c45d938073
Author: Sergio Belkin <sebelk at fedoraproject.org>
Date:   Fri Mar 16 14:05:38 2012 -0300

    Update to 8.6.2-1

 .gitignore   |    1 +
 UpTools.spec |   16 +++++++++++++---
 sources      |    2 +-
 3 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a422bb6..3c16126 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /UpTools-8.5.4.tar.gz
 /UpTools-8.5.5.tar.gz
 /UpTools-8.6.1.tar.gz
+/UpTools-8.6.2.tar.gz
diff --git a/UpTools.spec b/UpTools.spec
index ae24821..e3b262f 100644
--- a/UpTools.spec
+++ b/UpTools.spec
@@ -1,6 +1,6 @@
 Summary: C++ library for HPC, parallel processing, networking, DB, memory, etc
 Name: UpTools
-Version: 8.6.1
+Version: 8.6.2
 Release: 1%{dist}
 License: BSD with attribution 
 Group: Development/Libraries
@@ -48,9 +48,9 @@ This package include headers to build apps using UpTools and example code.
 
 %prep
 %setup -q  
-#Rmove glibc workaound test and  prevent libdir hardcoding
+#Remove glibc workaound test and  prevent libdir hardcoding
 cp -p configure configure.backup
-sed -i  -e '11596,11602d' -e '15823,15839d' configure
+sed -i  -e '11596,11602d' -e '158220,15836d' configure
 touch -r configure.backup configure
 
 %build
@@ -85,6 +85,16 @@ rm -f %{buildroot}%{_libdir}/libUpTools.la
 %doc LICENSE doc/README.FEDORA doc/examples
 
 %changelog
+* Thu Mar 15 2012 Sergio Belkin <sebelk at fedoraproject.org> - 8.6.2-1
+- Minor fixes in UpTimeVal
+- Added example code testUpRoute
+
+* Tue Feb 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 8.6.1-3
+- Rebuilt for c++ ABI breakage
+
+* Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 8.6.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
 * Thu Sep 19 2011 Sergio Belkin <sebelk at fedoraproject.org> - 8.6.1-1
 - A new class UpRoute is added to make very fast route table lookups both in
     IPv4 and IPv6
diff --git a/sources b/sources
index a32de9c..e028ba0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c0f926de3fc9137f4d05953219b29cae  UpTools-8.6.1.tar.gz
+83ca0569d152b7ad7506796a1fb62535  UpTools-8.6.2.tar.gz


More information about the scm-commits mailing list