[UpTools/f17: 1/2] Update to 8.6.2-1

sebelk sebelk at fedoraproject.org
Fri Mar 16 16:55:51 UTC 2012


commit 7328442a102c961bd195a5a7fd07fc8c703a5e5e
Author: Sergio Belkin <sebelk at fedoraproject.org>
Date:   Fri Mar 16 12:30:24 2012 -0300

    Update to 8.6.2-1

 .gitignore   |    1 +
 UpTools.spec |   12 ++++++++----
 sources      |    2 +-
 3 files changed, 10 insertions(+), 5 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 1107907..e3b262f 100644
--- a/UpTools.spec
+++ b/UpTools.spec
@@ -1,7 +1,7 @@
 Summary: C++ library for HPC, parallel processing, networking, DB, memory, etc
 Name: UpTools
-Version: 8.6.1
-Release: 3%{dist}
+Version: 8.6.2
+Release: 1%{dist}
 License: BSD with attribution 
 Group: Development/Libraries
 Source: http://www.palermo.edu/ingenieria/%{name}-%{version}.tar.gz
@@ -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,10 @@ 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
 
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