-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c0fd77
commit 7a3198a
Showing
14 changed files
with
136 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.59) | ||
AC_INIT([IP2Loc], [8.3.1], [[email protected]]) | ||
AC_INIT([IP2Loc], [8.4.0], [[email protected]]) | ||
AM_INIT_AUTOMAKE([ subdir-objects ]) | ||
|
||
AM_CONFIG_HEADER([config.h]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
%define version 8.3.1 | ||
%define version 8.4.0 | ||
|
||
Name: IP2Location | ||
Summary: C library for mapping IP address to geolocation information | ||
|
@@ -122,6 +122,9 @@ install -p data/IPV6-COUNTRY.BIN %{buildroot}%{_datadir}/%{name}/IPV6-COUNTRY.SA | |
|
||
|
||
%changelog | ||
* Thu May 20 2021 IP2Location <[email protected]> - 8.4.0 | ||
- added supports for DB25 to display address type and category fields | ||
|
||
* Mon Nov 09 2020 IP2Location <[email protected]> - 8.3.1-1 | ||
- fixed version number | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,10 +14,10 @@ BuildRequires: perl(Math::BigInt) | |
%description | ||
IP2Location C library enables the user to get the country, region, city, | ||
coordinates, ZIP code, time zone, ISP, domain name, connection type, | ||
area code, weather info, mobile carrier, elevation and usage type from any IP | ||
address or hostname. This library has been optimized for speed and memory | ||
utilization. The library contains API to query all IP2Location LITE and | ||
commercial binary databases. | ||
area code, weather info, mobile carrier, elevation, usage type, address type | ||
and category from any IP address or hostname. This library has been optimized | ||
for speed and memory utilization. The library contains API to query all IP2Location | ||
LITE and commercial binary databases. | ||
|
||
Users can download the latest LITE database from IP2Location web site using e.g. | ||
the included downloader. | ||
|
@@ -31,10 +31,10 @@ Provides: %{name}-devel = %{version}-%{release} | |
%description devel | ||
IP2Location C library enables the user to get the country, region, city, | ||
coordinates, ZIP code, time zone, ISP, domain name, connection type, | ||
area code, weather info, mobile carrier, elevation and usage type from any IP | ||
address or hostname. This library has been optimized for speed and memory | ||
utilization. The library contains API to query all IP2Location LITE and | ||
commercial binary databases. | ||
area code, weather info, mobile carrier, elevation, usage type, address type | ||
and category from any IP address or hostname. This library has been optimized | ||
for speed and memory utilization. The library contains API to query all IP2Location | ||
LITE and commercial binary databases. | ||
|
||
This package contains the development files for the IP2Location library. | ||
|
||
|
@@ -46,10 +46,10 @@ Requires: %{name} = %{version}-%{release} | |
%description data-sample | ||
IP2Location C library enables the user to get the country, region, city, | ||
coordinates, ZIP code, time zone, ISP, domain name, connection type, | ||
area code, weather info, mobile carrier, elevation and usage type from any IP | ||
address or hostname. This library has been optimized for speed and memory | ||
utilization. The library contains API to query all IP2Location LITE and | ||
commercial binary databases. | ||
area code, weather info, mobile carrier, elevation, usage type, address type | ||
and category from any IP address or hostname. This library has been optimized | ||
for speed and memory utilization. The library contains API to query all IP2Location | ||
LITE and commercial binary databases. | ||
|
||
This package contains the sample data files for testing the library. | ||
|
||
|
@@ -122,6 +122,18 @@ install -p data/IPV6-COUNTRY.BIN %{buildroot}%{_datadir}/%{name}/IPV6-COUNTRY.SA | |
|
||
|
||
%changelog | ||
* Thu May 20 2021 IP2Location <[email protected]> - 8.4.0 | ||
- added supports for DB25 to display address type and category fields | ||
|
||
* Mon Nov 09 2020 IP2Location <[email protected]> - 8.3.1-1 | ||
- fixed version number | ||
|
||
* Tue Nov 03 2020 IP2Location <[email protected]> - 8.3.1 | ||
- included ip2location lookup | ||
|
||
* Fri Oct 30 2020 IP2Location <[email protected]> - 8.3.0 | ||
- added new interface "IP2Location_bin_version" to display BIN database version | ||
|
||
* Thu Oct 01 2020 IP2Location <[email protected]> - 8.2.0 | ||
- reverted changes based on 8.0.9 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ Upstream-Contact: IP2Location <[email protected]> | |
Source: https://github.com/chrislim2888/IP2Location-C-Library.git | ||
|
||
Files: * | ||
Copyright: 2020 IP2Location <[email protected]> | ||
Copyright: 2021 IP2Location <[email protected]> | ||
License: MIT | ||
|
||
Files: debian/* | ||
Copyright: 2020 IP2Location <[email protected]> | ||
Copyright: 2021 IP2Location <[email protected]> | ||
License: MIT | ||
|
||
License: MIT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.