diff options
Diffstat (limited to 'php-maxminddb.spec')
| -rw-r--r-- | php-maxminddb.spec | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/php-maxminddb.spec b/php-maxminddb.spec index a870b3c..cbbdfc3 100644 --- a/php-maxminddb.spec +++ b/php-maxminddb.spec @@ -15,11 +15,13 @@ %endif %bcond_without tests -%global gh_commit b298986c4f2c75ff080d9f6f4839bec46bda70f3 +%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 with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini @@ -30,7 +32,7 @@ Summary: MaxMind DB Reader extension Name: %{?scl_prefix}php-maxminddb -Version: 1.13.0 +Version: 1.13.1 Release: 1%{?dist} License: Apache-2.0 URL: https://github.com/%{gh_owner}/%{gh_project} @@ -54,6 +56,9 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{rele Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} Provides: %{?scl_prefix}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 @@ -279,6 +284,10 @@ exit $ret # when using pkgup, CHECK Release! %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 |
