diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-01 09:36:28 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-01 09:36:28 +0200 |
commit | 8d8f84b2bebd02ffc2e16335dad17e401f98b157 (patch) | |
tree | 6be01988d1e96ba70d20c806bc55a65bf28e642f | |
parent | bbc208b8406d74e7be8c14825098505dabe51ce5 (diff) |
rebuild for 8.1.0RC1
-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 |