[UpTools/el6] Update to 8.6.2

sebelk sebelk at fedoraproject.org
Fri Apr 20 19:03:49 UTC 2012


commit b6cd35edac3a7b55e4e59abb1dc3b763b4cf148f
Author: Sergio Belkin <sebelk at fedoraproject.org>
Date:   Fri Apr 20 16:03:39 2012 -0300

    Update to 8.6.2

 .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 e3652c2..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
@@ -50,7 +50,7 @@ This package include headers to build apps using UpTools and example code.
 %setup -q  
 #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
@@ -82,9 +82,19 @@ rm -f %{buildroot}%{_libdir}/libUpTools.la
 %dir %{_includedir}/UpTools
 %{_includedir}/UpTools/*
 %{_libdir}/libUpTools.so
-%doc LICENSE doc/examples
+%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