From 7fc8ea477afc2e3eff3263adc749b709f7145300 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 09:05:22 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-pecl-ssdeep.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-ssdeep.spec b/php-pecl-ssdeep.spec index 38f9a92..82e874b 100644 --- a/php-pecl-ssdeep.spec +++ b/php-pecl-ssdeep.spec @@ -40,7 +40,7 @@ Summary: Wrapper for libfuzzy library Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 1.1.0 -Release: 12%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 13%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD-2-Clause URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -225,6 +225,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Aug 30 2023 Remi Collet - 1.1.0-13 +- rebuild for PHP 8.3.0RC1 + * Thu Jul 20 2023 Remi Collet - 1.1.0-12 - build out of sources tree -- cgit