Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f99edb7aaa | ||
|
|
391aaa7bf4 | ||
|
|
fa67c8ab38 |
3 changed files with 21 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -12,3 +12,5 @@ clog
|
|||
/php-maxminddb-1.11.1-1e66f73.tgz
|
||||
/php-maxminddb-1.12.0-5b2d7a7.tgz
|
||||
/php-maxminddb-1.12.1-815939e.tgz
|
||||
/php-maxminddb-1.13.0-b298986.tgz
|
||||
/php-maxminddb-1.13.1-2194f58.tgz
|
||||
|
|
|
|||
|
|
@ -9,11 +9,13 @@
|
|||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global gh_commit 815939e006b7e68062b540ec9e86aaa8be2b6ce4
|
||||
%global gh_commit 2194f58d0f024ce923e685cdf92af3daf9951908
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner maxmind
|
||||
%global gh_project MaxMind-DB-Reader-php
|
||||
# Extension
|
||||
%global pie_vend maxmind-db
|
||||
%global pie_proj reader-ext
|
||||
%global pecl_name maxminddb
|
||||
%global ini_name 40-%{pecl_name}.ini
|
||||
# pure PHP library
|
||||
|
|
@ -29,8 +31,8 @@
|
|||
|
||||
Summary: MaxMind DB Reader extension
|
||||
Name: php-maxminddb
|
||||
Version: 1.12.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.13.1
|
||||
Release: 1%{?dist}
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
||||
|
||||
|
|
@ -57,6 +59,9 @@ Provides: php-pecl-%{pecl_name} = %{version}-%{release}
|
|||
Provides: php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release}
|
||||
Provides: php-pecl(%{pecl_name}) = %{version}
|
||||
Provides: php-pecl(%{pecl_name})%{?_isa} = %{version}
|
||||
# PIE
|
||||
Provides: %{?scl_prefix}php-pie(%{pie_vend}/%{pie_proj}) = %{version}
|
||||
Provides: %{?scl_prefix}php-%{pie_vend}-%{pie_proj} = %{version}
|
||||
|
||||
|
||||
%description
|
||||
|
|
@ -228,6 +233,16 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Nov 22 2025 Remi Collet <remi@remirepo.net> - 1.13.1-1
|
||||
- update to 1.13.1 (no changes)
|
||||
- add pie virtual provides
|
||||
|
||||
* Fri Nov 21 2025 Remi Collet <remi@remirepo.net> - 1.13.0-1
|
||||
- update to 1.13.0
|
||||
|
||||
* Wed Sep 17 2025 Remi Collet <remi@remirepo.net> - 1.12.1-3
|
||||
- rebuild for https://fedoraproject.org/wiki/Changes/php85
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-maxminddb-1.12.1-815939e.tgz) = 7202974a44e71908ba257b632272cc875d578bd5639e2183c74c8b673298693acb6520bef0c98e730ee1fc2fe3d4640eb11bd8360d57be4740954b049647af5a
|
||||
SHA512 (php-maxminddb-1.13.1-2194f58.tgz) = 4862dd4afcb899fabd91dfa6a6471aa5bf06f2a4b1c5929d68ad72774c8d83e3ea17f2e2bab557b2d27f7fe2267854c391e19443f52e3667ce04614f3e9cf8d0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue