Quellcode durchsuchen

upgrading package: geoip 1.0.8 -> 1.0.9

Peter Smej vor 23 Jahren
Ursprung
Commit
a954f30258
2 geänderte Dateien mit 2 neuen und 14 gelöschten Zeilen
  1. 0 10
      geoip/geoip.patch
  2. 2 4
      geoip/geoip.spec

+ 0 - 10
geoip/geoip.patch

@@ -1,10 +0,0 @@
---- libGeoIP/GeoIPUpdate.c.orig	Sat Oct  5 01:06:48 2002
-+++ libGeoIP/GeoIPUpdate.c	Sat Oct  5 12:06:01 2002
-@@ -21,6 +21,7 @@
- #include "global.h"
- #include "md5.h"
- #include "GeoIP.h"
-+#include <sys/types.h>
- #include <netinet/in.h>
- #include <arpa/inet.h>
- #include <sys/socket.h>

+ 2 - 4
geoip/geoip.spec

@@ -32,12 +32,11 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [EVAL]
 Group:        Network
 License:      GPL
-Version:      1.0.8
-Release:      20021006
+Version:      1.0.9
+Release:      20021017
 
 #   list of sources
 Source0:      http://maxmind.com/download/geoip/api/c/GeoIP-%{version}.tar.gz
-Patch0:       geoip.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -55,7 +54,6 @@ AutoReqProv:  no
 
 %prep
     %setup -q -n GeoIP-%{version}
-    %patch -p0
 
 %build
     CC="%{l_cc}" \