[UpTools/f15] Update to 8.6.1-1 for f15

sebelk sebelk at fedoraproject.org
Tue Sep 27 13:57:27 UTC 2011


commit d487a00c3e274af06ddbc71015a564d2ae9b7d1d
Author: Sergio Belkin <sebelk at fedoraproject.org>
Date:   Tue Sep 27 10:57:02 2011 -0300

    Update to 8.6.1-1 for f15

 .gitignore   |    1 +
 UpTools.spec |   16 +++++++++++++---
 sources      |    2 +-
 3 files changed, 15 insertions(+), 4 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 e180701..c235d6b 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.5.5
-Release: 5%{dist}
+Version: 8.6.1
+Release: 1%{dist}
 License: BSD with attribution
 Group: Development/Libraries
 Source: http://www.palermo.edu/ingenieria/%{name}-%{version}.tar.gz
@@ -85,10 +85,20 @@ rm -f %{buildroot}%{_libdir}/libUpTools.la
 %doc LICENSE doc/README.FEDORA doc/examples
 
 %changelog
+* Thu Sep 27 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
+
 * Mon Sep 26 2011 Sergio Belkin  <sebelk at fedoraproject.org> - 8.5.5-5
 - Fixed changelog entry
 
-
 * Mon Sep 26 2011 Sergio Belkin  <sebelk at fedoraproject.org> - 8.5.5-4
 - Fixed value for tag License, it was tagged wrongly as "BSD with advertisement", has been
   replaced by the recently accepted "BSD with attribution"
diff --git a/sources b/sources
index dc3f544..a32de9c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a7ded69f341099b4bca41a42f02f988b  UpTools-8.5.5.tar.gz
+c0f926de3fc9137f4d05953219b29cae  UpTools-8.6.1.tar.gz


More information about the scm-commits mailing list