diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-01 10:13:41 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-01 10:13:41 +0200 |
commit | b623b209f09d8802a291e89eb4b2e935782e6dd1 (patch) | |
tree | 6ecde8eb76e1f3e1714efdd2b8ff3a2415db06ad | |
parent | 4aa0e66ae4b6671f4151f19ce0200adc633c7472 (diff) |
rebuild for 8.1.0RC1
-rw-r--r-- | php-pecl-yaml.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-yaml.spec b/php-pecl-yaml.spec index f618968..8e26599 100644 --- a/php-pecl-yaml.spec +++ b/php-pecl-yaml.spec @@ -24,7 +24,7 @@ Summary: PHP Bindings for yaml Name: %{?sub_prefix}php-pecl-yaml Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: https://pecl.php.net/package/yaml @@ -247,6 +247,9 @@ fi %changelog +* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 2.2.1-8 +- rebuild for 8.1.0RC1 + * Tue Aug 3 2021 Remi Collet <remi@remirepo.net> - 2.2.1-7 - rebuild for PHP 8.1.0beta2 |