diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-30 16:22:15 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-30 16:22:15 +0200 |
commit | e77bed1026fb1fd5d5bcdcf7e33fb4a1e5a9f826 (patch) | |
tree | f887fa629865e660e249c80fb724b103ab87df3a | |
parent | 761e543448ef5fa46f7b0385ec1834f80381dd1a (diff) |
-rw-r--r-- | php-pecl-vld.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-vld.spec b/php-pecl-vld.spec index bd6dfc3..944a0dd 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: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 2%{?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 @@ -161,6 +161,9 @@ done %changelog +* Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 0.19.1-2 +- rebuild for 8.5.0alpha3 + * Tue Jul 15 2025 Remi Collet <remi@remirepo.net> - 0.19.1-1 - update to 0.19.1 |