summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-06-18 16:22:23 +0200
committerRemi Collet <remi@remirepo.net>2021-06-18 16:22:23 +0200
commitcd8ca8b5ba9eee2a0d54b5dd7eb0e728ff3b6332 (patch)
treeb0976459f281231af80c371cef646f749bb0eb72
parent8580602e2fb7933533c6d6d5d7fb9aef0655ce98 (diff)
update to 0.6.0
raise dependency on PHP 7.2
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-rpminfo.spec11
3 files changed, 12 insertions, 7 deletions
diff --git a/PHPINFO b/PHPINFO
index 9c7ed87..7f31d7a 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,5 +2,5 @@
rpminfo
rpminfo support => enabled
-Extension version => 0.5.1
-RPM library version => 4.16.1.2
+Extension version => 0.6.0
+RPM library version => 4.16.1.3
diff --git a/REFLECTION b/REFLECTION
index 464d2e3..257373e 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,7 +1,7 @@
-Extension [ <persistent> extension #100 rpminfo version 0.5.1 ] {
+Extension [ <persistent> extension #98 rpminfo version 0.6.0 ] {
- Constants [272] {
- Constant [ string RPMVERSION ] { 4.16.1.2 }
+ Constant [ string RPMVERSION ] { 4.16.1.3 }
Constant [ int RPMSENSE_ANY ] { 0 }
Constant [ int RPMSENSE_LESS ] { 2 }
Constant [ int RPMSENSE_GREATER ] { 4 }
diff --git a/php-pecl-rpminfo.spec b/php-pecl-rpminfo.spec
index c9c66fe..8075639 100644
--- a/php-pecl-rpminfo.spec
+++ b/php-pecl-rpminfo.spec
@@ -22,8 +22,8 @@
Summary: RPM information
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 0.5.1
-Release: 7%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Version: 0.6.0
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
@@ -31,7 +31,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
+BuildRequires: %{?scl_prefix}php-devel >= 7.2
BuildRequires: %{?scl_prefix}php-pear
Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
@@ -173,6 +173,7 @@ fi
# mock install sqlite db, rpm expect db6 format
rm ?TS/tests/007-rpmdbinfo.phpt
rm ?TS/tests/008-rpmdbsearch.phpt
+rm ?TS/tests/013-rpmdbsearch-error.phpt
%endif
cd NTS
@@ -219,6 +220,10 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Fri Jun 18 2021 Remi Collet <remi@remirepo.net> - 0.6.0-1
+- update to 0.6.0
+- raise dependency on PHP 7.2
+
* Tue Jun 8 2021 Remi Collet <remi@remirepo.net> - 0.5.1-7
- fix test suite