From 80d026b6b4ecab11c739b2d618a8b1925abfcc29 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Sep 2021 09:04:44 +0200 Subject: rebuild for 8.1.0RC1 --- php-pecl-fann.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-fann.spec b/php-pecl-fann.spec index 8772bae..41047d6 100644 --- a/php-pecl-fann.spec +++ b/php-pecl-fann.spec @@ -29,7 +29,7 @@ Summary: Wrapper for FANN Library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -223,6 +223,9 @@ fi %changelog +* Wed Sep 01 2021 Remi Collet - 1.2.0~RC1-3 +- rebuild for 8.1.0RC1 + * Thu Jun 10 2021 Remi Collet - 1.2.0~RC1-2 - add patch for PHP 8.1 from https://github.com/bukka/phpc/pull/2 -- cgit