diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-30 16:11:49 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-30 16:11:49 +0200 |
commit | decc6ffbbe1ce0fbb88cb43baf4378c9a788586d (patch) | |
tree | fb487bb03d8a13ae587f2aecfa4453061a0336c7 | |
parent | 301d31abb857af1ab81aaa417b1e2c4813270349 (diff) |
-rw-r--r-- | php-pecl-krb5.spec | 5 |
1 files changed, 4 insertions, 1 deletions
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 <remi@remirepo.net> - 1.2.4-2 +- rebuild for 8.5.0alpha3 + * Mon Mar 17 2025 Remi Collet <remi@remirepo.net> - 1.2.4-1 - update to 1.2.4 (no change) - drop patch merged upstream |