From decc6ffbbe1ce0fbb88cb43baf4378c9a788586d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Jul 2025 16:11:49 +0200 Subject: rebuild for 8.5.0alpha3 --- php-pecl-krb5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-krb5.spec') diff --git a/php-pecl-krb5.spec b/php-pecl-krb5.spec index 5f813d4..776d846 100644 --- a/php-pecl-krb5.spec +++ b/php-pecl-krb5.spec @@ -26,7 +26,7 @@ Summary: Kerberos authentification extension Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 1.2.4 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -191,6 +191,9 @@ done %changelog +* Wed Jul 30 2025 Remi Collet - 1.2.4-2 +- rebuild for 8.5.0alpha3 + * Mon Mar 17 2025 Remi Collet - 1.2.4-1 - update to 1.2.4 (no change) - drop patch merged upstream -- cgit