Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bb53ea1535 |
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -10,3 +10,4 @@ clog
|
||||||
/php-maxminddb-1.10.1-569bd44.tgz
|
/php-maxminddb-1.10.1-569bd44.tgz
|
||||||
/php-maxminddb-1.11.0-f7cc1a1.tgz
|
/php-maxminddb-1.11.0-f7cc1a1.tgz
|
||||||
/php-maxminddb-1.11.1-1e66f73.tgz
|
/php-maxminddb-1.11.1-1e66f73.tgz
|
||||||
|
/php-maxminddb-1.12.0-5b2d7a7.tgz
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
#
|
#
|
||||||
# Please, preserve the changelog entries
|
# Please, preserve the changelog entries
|
||||||
#
|
#
|
||||||
%global gh_commit 1e66f73ffcf25e17c7a910a1317e9720a95497c7
|
%global gh_commit 5b2d7a721dedfaef9dc20822c5fe7d26f9f8eb90
|
||||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||||
%global gh_owner maxmind
|
%global gh_owner maxmind
|
||||||
%global gh_project MaxMind-DB-Reader-php
|
%global gh_project MaxMind-DB-Reader-php
|
||||||
|
|
@ -30,8 +30,8 @@
|
||||||
|
|
||||||
Summary: MaxMind DB Reader extension
|
Summary: MaxMind DB Reader extension
|
||||||
Name: php-maxminddb
|
Name: php-maxminddb
|
||||||
Version: 1.11.1
|
Version: 1.12.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
URL: https://github.com/%{gh_owner}/%{gh_project}
|
||||||
|
|
||||||
|
|
@ -261,6 +261,9 @@ exit $ret
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 15 2024 Remi Collet <remi@remirepo.net> - 1.12.0-1
|
||||||
|
- update to 1.12.0
|
||||||
|
|
||||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-3
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (php-maxminddb-1.11.1-1e66f73.tgz) = 4d38bfca7b3b215ce01e306be1c3771dec9c83728026915faa98c6e51595181ade29ede6709fd71a22439cad23c808a55c0d459c6c56eb4638d8378bb34a4106
|
SHA512 (php-maxminddb-1.12.0-5b2d7a7.tgz) = 14f178b02055596eeeb1743310cd2479bb7e4f3beb01e7b694ceee8b6f9a315b3949e52d9951d2c33aa7a173b6d14c721f171bfc58292e94ca0c7a81c67a21c6
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue