diff options
-rw-r--r-- | php-pecl-protobuf.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index 40fcd54..9919a19 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -24,7 +24,7 @@ Summary: Mechanism for serializing structured data Name: %{?sub_prefix}php-pecl-%{pecl_name} 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: BSD URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -208,6 +208,9 @@ fi %changelog +* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 3.17.3-2 +- rebuild for 8.1.0RC1 + * Tue Jun 8 2021 Remi Collet <remi@remirepo.net> - 3.17.3-1 - update to 3.17.3 - add patch for PHP 8.1 from |