From e952aa27aebdae8dd96552b4017a4b98f34dfec2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 08:55:20 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-pecl-mysqlnd-krb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pecl-mysqlnd-krb.spec b/php-pecl-mysqlnd-krb.spec index 4e6dd6d..a0976a4 100644 --- a/php-pecl-mysqlnd-krb.spec +++ b/php-pecl-mysqlnd-krb.spec @@ -24,9 +24,9 @@ Summary: Kerberos authentication plugin for mysqlnd Name: %{?scl_prefix}php-pecl-mysqlnd-krb Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -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: PHP +License: PHP-3.01 URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{sources}.tgz @@ -198,5 +198,8 @@ fi %changelog +* Wed Aug 30 2023 Remi Collet - 1.0.0-2 +- rebuild for PHP 8.3.0RC1 + * Wed Aug 2 2023 Remi Collet - 1.0.0-1 - initial package, version 1.0.0 (beta) -- cgit