summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-07-18 22:15:07 +0200
committerRemi Collet <remi@remirepo.net>2017-07-18 22:15:07 +0200
commitc61ec5cc8c7e1d7e39b3e8ca3153ee1990cf6714 (patch)
treea9068249716b22f45fa646843a41c9b3b92a024b
parent17879cc9c676eeffafdeb94dc9a60497d56d33c7 (diff)
rebuild for 7.2.0beta1
-rw-r--r--php-pecl-dbase-php7.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-dbase-php7.spec b/php-pecl-dbase-php7.spec
index 931ad9a..74868b1 100644
--- a/php-pecl-dbase-php7.spec
+++ b/php-pecl-dbase-php7.spec
@@ -21,7 +21,7 @@
Summary: dBase database file access functions
Name: %{?sub_prefix}php-pecl-dbase
Version: 7.0.0
-Release: 0.2.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0.3.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -62,6 +62,10 @@ Obsoletes: php70w-pecl-%{pecl_name} <= %{version}
Obsoletes: php71u-pecl-%{pecl_name} <= %{version}
Obsoletes: php71w-pecl-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "7.2"
+Obsoletes: php72u-pecl-%{pecl_name} <= %{version}
+Obsoletes: php72w-pecl-%{pecl_name} <= %{version}
+%endif
%endif
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
@@ -229,6 +233,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 7.0.0-0.3.beta1.7.0
+- rebuild for PHP 7.2.0beta1 new API
+
* Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 7.0.0-0.2.beta1
- rebuild with PHP 7.1.0 GA