diff options
author | Remi Collet <remi@remirepo.net> | 2023-08-30 09:05:22 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-08-30 09:05:22 +0200 |
commit | 7fc8ea477afc2e3eff3263adc749b709f7145300 (patch) | |
tree | 25c8255e7c47d631560fae1a50006b2b365ff0dc | |
parent | a678ff843970d048120ae3f05928517dc3dbc66d (diff) |
rebuild for PHP 8.3.0RC1
-rw-r--r-- | php-pecl-ssdeep.spec | 5 |
1 files changed, 4 insertions, 1 deletions
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 <remi@remirepo.net> - 1.1.0-13 +- rebuild for PHP 8.3.0RC1 + * Thu Jul 20 2023 Remi Collet <remi@remirepo.net> - 1.1.0-12 - build out of sources tree |