diff options
author | Remi Collet <remi@remirepo.net> | 2025-10-02 08:14:17 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-10-02 08:14:17 +0200 |
commit | 53f7b9731604e2eeb17d89247055bfebbd0c2037 (patch) | |
tree | b80e1eddc7c5742a637a43714a3ae72f8761b3b8 /php-snuffleupagus.spec | |
parent | 4de683896e16cbce61bd52db8ce698d809d85d34 (diff) |
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 |