summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-05-29 15:37:57 +0200
committerRemi Collet <remi@remirepo.net>2019-05-29 15:37:57 +0200
commit95888d5d80cdfe7234a47b303898d4019332004e (patch)
tree81463fdcadf1f40c83f8e63bd8cc5e57abe17660
parent9e781e6365a8dad88c44c7e5583052f2a7b747f3 (diff)
rebuild
-rw-r--r--php-pecl-propro.spec13
1 files changed, 10 insertions, 3 deletions
diff --git a/php-pecl-propro.spec b/php-pecl-propro.spec
index e6d2e92..cab7ab7 100644
--- a/php-pecl-propro.spec
+++ b/php-pecl-propro.spec
@@ -32,10 +32,10 @@ Summary: Property proxy
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 2.1.0
%if 0%{?ghdate}
-Release: 0.5.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0.6.%{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: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 4%{?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
@@ -79,9 +79,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
@@ -259,6 +263,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Wed May 29 2019 Remi Collet <remi@remirepo.net> - 2.1.0-4
+- rebuild
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 2.1.0-3
- rebuild for 7.3.0beta2 new ABI