diff options
Diffstat (limited to 'php-snuffleupagus.spec')
-rw-r--r-- | php-snuffleupagus.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-snuffleupagus.spec b/php-snuffleupagus.spec index 9123710..29bcf7c 100644 --- a/php-snuffleupagus.spec +++ b/php-snuffleupagus.spec @@ -35,7 +35,7 @@ Version: 0.12.0 %if 0%{?gh_date} Release: 1%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif License: LGPL-3.0-only Group: Development/Languages @@ -216,6 +216,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Oct 2 2025 Remi Collet <remi@remirepo.net> - 0.12.0-3 +- add upstream patch for PHP 8.5.0RC1 + * Thu Sep 4 2025 Remi Collet <remi@remirepo.net> - 0.12.0-2 - add upstream patch for PHP 8.5.0beta2 |