summaryrefslogtreecommitdiffstats
path: root/php-pecl-vld.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-09-25 07:58:47 +0200
committerRemi Collet <remi@php.net>2025-09-25 07:58:47 +0200
commit98fd9983762a51be819c99235a462e707f11ad2b (patch)
tree6ae018eba6a96ac116997e2cfb1256b7605fdfdf /php-pecl-vld.spec
parente77bed1026fb1fd5d5bcdcf7e33fb4a1e5a9f826 (diff)
rebuild for PHP 8.5.0RC1HEADmaster
Diffstat (limited to 'php-pecl-vld.spec')
-rw-r--r--php-pecl-vld.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/php-pecl-vld.spec b/php-pecl-vld.spec
index 944a0dd..9e8bba1 100644
--- a/php-pecl-vld.spec
+++ b/php-pecl-vld.spec
@@ -21,7 +21,7 @@ Summary: Dump the internal representation of PHP scripts
Name: %{?scl_prefix}php-pecl-%{pecl_name}
License: PHP-3.01
Version: 0.19.1
-Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{sources}.tgz
@@ -33,10 +33,13 @@ BuildRequires: %{?scl_prefix}php-pear
Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
Requires: %{?scl_prefix}php(api) = %{php_core_api}
+# Extension
Provides: %{?scl_prefix}php-%{pecl_name} = %{version}
Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version}
+# PECL
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}
@@ -161,6 +164,9 @@ done
%changelog
+* Thu Sep 25 2025 Remi Collet <remi@remirepo.net> - 0.19.1-3
+- rebuild for PHP 8.5.0RC1
+
* Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 0.19.1-2
- rebuild for 8.5.0alpha3