[UpTools/el6] Update to 8.6.1-1 for epel6

sebelk sebelk at fedoraproject.org
Mon Oct 3 17:22:19 UTC 2011


commit 2166a742816cee60df756fa2cba649accf6e6778
Author: Sergio Belkin <sebelk at fedoraproject.org>
Date:   Mon Oct 3 14:21:50 2011 -0300

    Update to 8.6.1-1 for epel6

 .gitignore   |    1 +
 UpTools.spec |   23 +++++++++++++++++------
 sources      |    4 +---
 3 files changed, 19 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f1bf83c..a422bb6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /UpTools-8.5.4.tar.gz
 /UpTools-8.5.5.tar.gz
+/UpTools-8.6.1.tar.gz
diff --git a/UpTools.spec b/UpTools.spec
index 50c2e55..e3652c2 100644
--- a/UpTools.spec
+++ b/UpTools.spec
@@ -1,8 +1,8 @@
 Summary: C++ library for HPC, parallel processing, networking, DB, memory, etc
 Name: UpTools
-Version: 8.5.5
-Release: 3%{dist}
-License: BSD
+Version: 8.6.1
+Release: 1%{dist}
+License: BSD with attribution 
 Group: Development/Libraries
 Source: http://www.palermo.edu/ingenieria/%{name}-%{version}.tar.gz
 URL: http://www.palermo.edu/ingenieria/uptools_ingles.html
@@ -48,9 +48,9 @@ This package include headers to build apps using UpTools and example code.
 
 %prep
 %setup -q  
-#Remove -no-install LDFLAG and glibc workaound test and  prevent libdir hardcoding
+#Remove glibc workaound test and  prevent libdir hardcoding
 cp -p configure configure.backup
-sed -i -e '2524d' -e '10935,10941d' -e '14983,14994d' configure
+sed -i  -e '11596,11602d' -e '15823,15839d' configure
 touch -r configure.backup configure
 
 %build
@@ -82,9 +82,20 @@ rm -f %{buildroot}%{_libdir}/libUpTools.la
 %dir %{_includedir}/UpTools
 %{_includedir}/UpTools/*
 %{_libdir}/libUpTools.so
-%doc LICENSE doc/README.FEDORA doc/examples
+%doc LICENSE doc/examples
 
 %changelog
+* 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
+- UpAddress and UpSockAddr IPv6 handling is optimized for 64
+    bits processors
+- License tag fixed, now is "BSD with attribution"
+- Replaced inet_net_pton in AC_SEARCH_LIBS for resolv library
+  because there was a dependency issue creating RPM in epel5
+- Moved "-no-install" from configure.ac to Makefile.am
+- Fixed conditional for postgresql
+
 * Thu May 16 2011 Sergio Belkin <sebelk at fedoraproject.org> - 8.5.5-3
 - UpTimerManager extension to report on pending timers of each type, and new
   flexibility in timer setup parameters. Method now() of UpTimerManager is
diff --git a/sources b/sources
index aee5324..a32de9c 100644
--- a/sources
+++ b/sources
@@ -1,3 +1 @@
-3e4f8279ce459015b7c1c908d266b784  UpTools-8.5.4.tar.gz
-de2386ed999d7d3d5d669fd4faefa3b1  UpTools-8.5.5.tar.gz
-a7ded69f341099b4bca41a42f02f988b  UpTools-8.5.5.tar.gz
+c0f926de3fc9137f4d05953219b29cae  UpTools-8.6.1.tar.gz


More information about the scm-commits mailing list