@@ -14,10 +14,10 @@ BuildRequires: perl(Math::BigInt)
1414%description
1515IP2Location C library enables the user to get the country, region, city,
1616coordinates, ZIP code, time zone, ISP, domain name, connection type,
17- area code, weather info, mobile carrier, elevation and usage type from any IP
18- address or hostname. This library has been optimized for speed and memory
19- utilization. The library contains API to query all IP2Location LITE and
20- commercial binary databases.
17+ area code, weather info, mobile carrier, elevation, usage type, address type
18+ and category from any IP address or hostname. This library has been optimized
19+ for speed and memory utilization. The library contains API to query all IP2Location
20+ LITE and commercial binary databases.
2121
2222Users can download the latest LITE database from IP2Location web site using e.g.
2323the included downloader.
@@ -31,10 +31,10 @@ Provides: %{name}-devel = %{version}-%{release}
3131%description devel
3232IP2Location C library enables the user to get the country, region, city,
3333coordinates, ZIP code, time zone, ISP, domain name, connection type,
34- area code, weather info, mobile carrier, elevation and usage type from any IP
35- address or hostname. This library has been optimized for speed and memory
36- utilization. The library contains API to query all IP2Location LITE and
37- commercial binary databases.
34+ area code, weather info, mobile carrier, elevation, usage type, address type
35+ and category from any IP address or hostname. This library has been optimized
36+ for speed and memory utilization. The library contains API to query all IP2Location
37+ LITE and commercial binary databases.
3838
3939This package contains the development files for the IP2Location library.
4040
@@ -46,10 +46,10 @@ Requires: %{name} = %{version}-%{release}
4646%description data-sample
4747IP2Location C library enables the user to get the country, region, city,
4848coordinates, ZIP code, time zone, ISP, domain name, connection type,
49- area code, weather info, mobile carrier, elevation and usage type from any IP
50- address or hostname. This library has been optimized for speed and memory
51- utilization. The library contains API to query all IP2Location LITE and
52- commercial binary databases.
49+ area code, weather info, mobile carrier, elevation, usage type, address type
50+ and category from any IP address or hostname. This library has been optimized
51+ for speed and memory utilization. The library contains API to query all IP2Location
52+ LITE and commercial binary databases.
5353
5454This package contains the sample data files for testing the library.
5555
@@ -122,6 +122,18 @@ install -p data/IPV6-COUNTRY.BIN %{buildroot}%{_datadir}/%{name}/IPV6-COUNTRY.SA
122122
123123
124124%changelog
125+ * Thu May 20 2021 IP2Location <
[email protected] > - 8.4.0
126+ - added supports for DB25 to display address type and category fields
127+
128+ * Mon Nov 09 2020 IP2Location <
[email protected] > - 8.3.1-1
129+ - fixed version number
130+
131+ * Tue Nov 03 2020 IP2Location <
[email protected] > - 8.3.1
132+ - included ip2location lookup
133+
134+ * Fri Oct 30 2020 IP2Location <
[email protected] > - 8.3.0
135+ - added new interface "IP2Location_bin_version" to display BIN database version
136+
125137* Thu Oct 01 2020 IP2Location <
[email protected] > - 8.2.0
126138- reverted changes based on 8.0.9
127139
0 commit comments