summaryrefslogtreecommitdiffstats
path: root/php-pecl-rpminfo.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-09-26 10:31:37 +0200
committerRemi Collet <remi@php.net>2023-09-26 10:31:37 +0200
commit47b0270c4470ba6e1c2131ea209e3edfd5947c4b (patch)
treef9c2c083119afba608aa8c4ae3e06266e1e13d81 /php-pecl-rpminfo.spec
parent409ff0a3221f89b9179e1cd45da5def6cb89eff2 (diff)
update to 0.7.0
drop support for PHP 7
Diffstat (limited to 'php-pecl-rpminfo.spec')
-rw-r--r--php-pecl-rpminfo.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/php-pecl-rpminfo.spec b/php-pecl-rpminfo.spec
index de3011f..187f14f 100644
--- a/php-pecl-rpminfo.spec
+++ b/php-pecl-rpminfo.spec
@@ -26,8 +26,8 @@
Summary: RPM information
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-Version: 0.6.0
-Release: 7%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Version: 0.7.0
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP-3.01
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
@@ -35,7 +35,7 @@ Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
BuildRequires: make
BuildRequires: %{?dtsprefix}gcc
BuildRequires: pkgconfig(rpm) >= 4.11.3
-BuildRequires: %{?scl_prefix}php-devel >= 7.2
+BuildRequires: %{?scl_prefix}php-devel >= 8
BuildRequires: %{?scl_prefix}php-pear
Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
@@ -213,6 +213,10 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Sep 26 2023 Remi Collet <remi@remirepo.net> - 0.7.0-1
+- update to 0.7.0
+- drop support for PHP 7
+
* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 0.6.0-7
- rebuild for PHP 8.3.0RC1