Changes of Revision 6
[-] | Changed | php5-geoip.spec |
x 1
2 %define pkg_name geoip 3 %define php_version %(php-config --version 2>/dev/null) 4 # 5 -Name: php5-geoip 6 -Version: 1.0.3 7 -Release: 0 8 -License: PHP 9 -Group: Productivity/Networking/Web/Servers 10 -BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-build 11 -BuildRequires: GeoIP-devel php5-devel 12 -Requires: php5 = %{php_version} 13 -URL: http://pecl.php.net/geoip 14 -Source: http://pecl.php.net/package/geoip/%{pkg_name}-%{version}.tgz 15 -Summary: PHP module for MaxMind GeoIP libraries 16 -Patch0: geoip-1.0.1-lib64.patch 17 +Name: php5-geoip 18 +Version: 1.0.4 19 +Release: 0 20 +License: PHP 21 +Group: Productivity/Networking/Web/Servers 22 +BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-build 23 +BuildRequires: GeoIP-devel php5-devel 24 +Requires: php5 = %{php_version} 25 +URL: http://pecl.php.net/geoip 26 +Source: http://pecl.php.net/package/geoip/%{pkg_name}-%{version}.tgz 27 +Summary: PHP module for MaxMind GeoIP libraries 28 +Patch0: geoip-1.0.1-lib64.patch 29 30 %description 31 32
33 %doc README ChangeLog 34 35 %changelog -n php5-geoip 36 +* Fri Dec 19 2008 Carsten Schoene <cs@linux-administrator.com> 37 +- new upstream release 1.0.4 38 + - Fix memleaks, bug #14851 39 + - Small patch for MacPorts by jhohle 40 + - Add geoip_time_zone_by_country_and_region() and geoip_region_name_by_code() (thanks to Sid Dunayer) 41 + - Add continent_code field for City Database, only if using GeoIP lib 1.4.3 or newer 42 + 43 * Thu Jun 12 2008 Carsten Schoene <cs@linux-administrator.com> 44 - new upstream release 1.0.3 45 - Change license from PHP 3.0 to PHP 3.01 for Debian? 46 - Added geoip_continent_code_by_name() to get continent instead of country 47 - Fixing a small casting issue (compiler warning) 48 - Fixing missing entries in geoip_record_by_name(), bug #14131 49 + 50 * Thu Nov 16 2006 - soporte@onfocus.cl 51 - very first build 52 |
||
Added | geoip-1.0.4.tgz ^ |