summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-05-29 15:39:03 +0200
committerRemi Collet <remi@remirepo.net>2019-05-29 15:39:03 +0200
commit12fa7f862f7bae14ff974bb013c46c7511242529 (patch)
treef92cbef2c8bf842f34355bc782967d1db93d5621
parent4605054b994a4d5ccda92f8089bb2ef13fa2f873 (diff)
rebuild
-rw-r--r--php-pecl-raphf.spec13
1 files changed, 10 insertions, 3 deletions
diff --git a/php-pecl-raphf.spec b/php-pecl-raphf.spec
index 9542fb4..ee7bc3d 100644
--- a/php-pecl-raphf.spec
+++ b/php-pecl-raphf.spec
@@ -35,10 +35,10 @@ Summary: Resource and persistent handles factory
Name: %{?scl_prefix}php-pecl-%{pecl_name}
Version: 2.0.0
%if 0%{?gh_date}
-Release: 0.7.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0.8.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz
%else
-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;')}}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
%endif
License: BSD
@@ -83,9 +83,13 @@ Obsoletes: php72u-pecl-%{pecl_name} <= %{version}
Obsoletes: php72w-pecl-%{pecl_name} <= %{version}
%endif
%if "%{php_version}" > "7.3"
-Obsoletes: php73u-pecl-%{pecl_name} <= %{version}
+Obsoletes: php73-pecl-%{pecl_name} <= %{version}
Obsoletes: php73w-pecl-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "7.4"
+Obsoletes: php74-pecl-%{pecl_name} <= %{version}
+Obsoletes: php74w-pecl-%{pecl_name} <= %{version}
+%endif
%endif
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
@@ -278,6 +282,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Wed May 29 2019 Remi Collet <remi@remirepo.net> - 2.0.0-8
+- rebuild
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 2.0.0-7
- rebuild for 7.3.0beta2 new ABI