Author: hawk Date: Sun Jun 21 14:41:03 2009 GMT Module: packages Tag: HEAD ---- Log message: - don't perform tests, they will fail on builders - release 2
---- Files affected: packages/GeoIP: GeoIP.spec (1.42 -> 1.43) ---- Diffs: ================================================================ Index: packages/GeoIP/GeoIP.spec diff -u packages/GeoIP/GeoIP.spec:1.42 packages/GeoIP/GeoIP.spec:1.43 --- packages/GeoIP/GeoIP.spec:1.42 Wed May 6 12:35:30 2009 +++ packages/GeoIP/GeoIP.spec Sun Jun 21 16:40:58 2009 @@ -3,11 +3,12 @@ Summary(pl.UTF-8): Biblioteka do sprawdzenia z jakiego kraju pochodzi adres IP lub domena Name: GeoIP Version: 1.4.6 -Release: 1 +Release: 2 License: GPL v2 Group: Libraries Source0: http://www.maxmind.com/download/geoip/api/c/%{name}-%{version}.tar.gz # Source0-md5: cb14b1beeb40631a12676b11ca0c309a +Patch0: %{name}-no_tests.patch # note: "c" is a filename, do not add '/' URL: http://www.maxmind.com/app/c BuildRequires: autoconf @@ -84,6 +85,7 @@ %prep %setup -q +%patch0 -p0 %build %{__libtoolize} @@ -142,6 +144,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.43 2009/06/21 14:40:58 hawk +- don't perform tests, they will fail on builders +- release 2 + Revision 1.42 2009/05/06 10:35:30 amateja - updated to 1.4.6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/GeoIP/GeoIP.spec?r1=1.42&r2=1.43&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
