summaryrefslogtreecommitdiffstats
path: root/php-pecl-lzf.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-09-01 10:47:53 +0200
committerRemi Collet <remi@php.net>2022-09-01 10:47:53 +0200
commit5e5c9e576729c34346b89438271d0164e3290914 (patch)
tree39ac0d30dfb1f173d21d2da78ea984bb51e7d8a4 /php-pecl-lzf.spec
parenteea72eb40e9b7e7313c727a01b0346130bbff932 (diff)
rebuild for PHP 8.2.0RC1
Diffstat (limited to 'php-pecl-lzf.spec')
-rw-r--r--php-pecl-lzf.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-lzf.spec b/php-pecl-lzf.spec
index b3a297d..97e58ab 100644
--- a/php-pecl-lzf.spec
+++ b/php-pecl-lzf.spec
@@ -23,7 +23,7 @@
Name: %{?scl_prefix}php-pecl-lzf
Version: 1.7.0
-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;')}}
Summary: Extension to handle LZF de/compression
Group: Development/Languages
License: PHP
@@ -217,6 +217,9 @@ fi
%changelog
+* Thu Sep 1 2022 Remi Collet <remi@remirepo.net> - 1.7.0-2
+- rebuild for PHP 8.2.0RC1
+
* Tue Jan 4 2022 Remi Collet <remi@remirepo.net> - 1.7.0-1
- update to 1.7.0
- raise dependency on PHP 7.2