summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-cmark.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-cmark.spec b/php-pecl-cmark.spec
index e6089d6..490ab0f 100644
--- a/php-pecl-cmark.spec
+++ b/php-pecl-cmark.spec
@@ -23,7 +23,7 @@
Summary: CommonMark extension
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.1.0
-Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
URL: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
@@ -62,6 +62,10 @@ Obsoletes: php71w-pecl-%{pecl_name} <= %{version}
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: php73w-pecl-%{pecl_name} <= %{version}
+%endif
%endif
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
@@ -219,6 +223,9 @@ fi
%changelog
+* Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 1.1.0-2
+- rebuld for 7.3.0alpha4 new ABI
+
* Fri Apr 20 2018 Remi Collet <remi@remirepo.net> - 1.1.0-1
- update to 1.1.0 (stable)