[UpTools] Update to 8.6.1-1 for rawhide

sebelk sebelk at fedoraproject.org
Mon Sep 26 20:10:53 UTC 2011


commit 45cd3fa7956ae752011a634a92c39518db130984
Author: Sergio Belkin <sebelk at fedoraproject.org>
Date:   Mon Sep 26 17:10:35 2011 -0300

    Update to 8.6.1-1 for rawhide

 .gitignore   |    1 +
 UpTools.spec |   21 ++++++++++++++++-----
 sources      |    4 +---
 3 files changed, 18 insertions(+), 8 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..ae24821 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
+#Rmove 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
@@ -85,6 +85,17 @@ rm -f %{buildroot}%{_libdir}/libUpTools.la
 %doc LICENSE doc/README.FEDORA 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