-
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
c065012
commit c984012
Showing
5 changed files
with
22 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
AC_PREREQ(2.59) | ||
AC_INIT([IP2Loc], [8.1.0], [[email protected]]) | ||
AM_INIT_AUTOMAKE([IP2Loc], [8.1.0]) | ||
AC_INIT([IP2Loc], [8.1.2], [[email protected]]) | ||
AM_INIT_AUTOMAKE([IP2Loc], [8.1.2]) | ||
|
||
#AC_PREFIX_DEFAULT(/usr/) | ||
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.1.0 | ||
%define version 8.1.2 | ||
|
||
Name: IP2Location | ||
Summary: C library for mapping IP address to geolocation information | ||
|
@@ -122,6 +122,14 @@ install -p data/IPV6-COUNTRY.BIN %{buildroot}%{_datadir}/%{name}/IPV6-COUNTRY.SA | |
|
||
|
||
%changelog | ||
* Fri Sep 25 2020 IP2Location <[email protected]> - 8.1.2 | ||
- fixed version number in multiple places | ||
|
||
* Fri Sep 25 2020 IP2Location <[email protected]> - 8.1.1 | ||
- fixed "IP2Location_get_netspeed" function | ||
- bumped up soname | ||
- updated Developers_Guide.txt | ||
|
||
* Thu Sep 24 2020 IP2Location <[email protected]> - 8.1.0-1 | ||
- fixed version number and typo | ||
|
||
|
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 |
---|---|---|
|
@@ -122,6 +122,14 @@ install -p data/IPV6-COUNTRY.BIN %{buildroot}%{_datadir}/%{name}/IPV6-COUNTRY.SA | |
|
||
|
||
%changelog | ||
* Fri Sep 25 2020 IP2Location <[email protected]> - 8.1.2 | ||
- fixed version number in multiple places | ||
|
||
* Fri Sep 25 2020 IP2Location <[email protected]> - 8.1.1 | ||
- fixed "IP2Location_get_netspeed" function | ||
- bumped up soname | ||
- updated Developers_Guide.txt | ||
|
||
* Thu Sep 24 2020 IP2Location <[email protected]> - 8.1.0-1 | ||
- fixed version number and typo | ||
|
||
|
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