From 53f7b9731604e2eeb17d89247055bfebbd0c2037 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Oct 2025 08:14:17 +0200 Subject: add upstream patch for PHP 8.5.0RC1 --- php-snuffleupagus.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-snuffleupagus.spec') 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 - 0.12.0-3 +- add upstream patch for PHP 8.5.0RC1 + * Thu Sep 4 2025 Remi Collet - 0.12.0-2 - add upstream patch for PHP 8.5.0beta2 -- cgit