Hello community,

here is the log from the commit of package GeoIP for openSUSE:Factory checked 
in at 2012-04-17 07:44:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/GeoIP (Old)
 and      /work/SRC/openSUSE:Factory/.GeoIP.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "GeoIP", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/GeoIP/GeoIP.changes      2012-01-24 
12:17:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.GeoIP.new/GeoIP.changes 2012-04-17 
07:45:04.000000000 +0200
@@ -1,0 +2,27 @@
+Wed Apr 11 18:40:40 UTC 2012 - [email protected]
+
+- add build requirement libtool
+
+-------------------------------------------------------------------
+Sat Mar 24 00:00:40 UTC 2012 - [email protected]
+
+- run libtoolize -f, or make will fail
+- fix filelist, which had a hardcoded version number
+
+-------------------------------------------------------------------
+Fri Mar 23 22:43:06 UTC 2012 - [email protected]
+
+- update to 1.4.8
+  * Fix GEOIP_DOMAIN_EDITION_V6
+  * Add new Datatypes GEOIP_NETSPEED_EDITION_REV1_V6 and
+      GEOIP_NETSPEED_EDITION_REV1
+  * Fix possible directory traversal weakness in geoipupdate-pureperl.pl with
+      malicious update server
+  * Fix GEOIP_ORG_EDITION_V6 and GEOIP_ISP_EDITION_V6
+
+-------------------------------------------------------------------
+Sat Jan 28 15:27:16 UTC 2012 - [email protected]
+
+- use original tar
+
+-------------------------------------------------------------------

Old:
----
  GeoIP-1.4.7.tar.bz2

New:
----
  GeoIP-1.4.8.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ GeoIP.spec ++++++
--- /var/tmp/diff_new_pack.GtXpEK/_old  2012-04-17 07:45:06.000000000 +0200
+++ /var/tmp/diff_new_pack.GtXpEK/_new  2012-04-17 07:45:06.000000000 +0200
@@ -15,9 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           GeoIP
 %define lname  libGeoIP1
-Version:        1.4.7
+Version:        1.4.8
 Release:        0
 #
 Summary:        Library to find the country that any IP address originates from
@@ -25,7 +26,7 @@
 Group:          Development/Libraries/C and C++
 #
 Url:            http://www.maxmind.com/
-Source:         
http://www.maxmind.com/download/geoip/api/c/%{name}-%{version}.tar.bz2
+Source:         
http://www.maxmind.com/download/geoip/api/c/%{name}-%{version}.tar.gz
 Source1:        LICENSE.txt
 Source2:        GPL-2.0.txt
 Source3:        README.SUSE
@@ -33,6 +34,7 @@
 Source5:        baselibs.conf
 #
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  libtool
 BuildRequires:  zlib-devel
 %if 0%{?suse_version}
 Recommends:     curl
@@ -97,6 +99,9 @@
 cp %{SOURCE3} .
 
 %build
+%if 0%{?suse_version} >= 1140
+libtoolize -f
+%endif
 %configure --disable-static --with-pic
 sed -i -e '/-DGEOIPDATADIR/s,\$(pkgdatadir),/var/lib/GeoIP,' 
libGeoIP/Makefile{.am,.in,}
 sed -i -e 's,\$(pkgdatadir),/var/lib/GeoIP,' man/Makefile{.am,.in,}
@@ -140,7 +145,7 @@
 %files -n %lname
 %defattr(-, root, root, -)
 %{_libdir}/libGeoIP.so.1
-%{_libdir}/libGeoIP.so.1.4.7
+%{_libdir}/libGeoIP.so.%{version}
 %{_libdir}/libGeoIPUpdate.so.0
 %{_libdir}/libGeoIPUpdate.so.0.0.0
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to