diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 08:32:16 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 08:32:16 +0200 |
commit | 30b5ef35c05ce6ccd1caf7bbf819613f002c89e5 (patch) | |
tree | e21e2e21407d5d8f84a601ff6399444326c6b175 | |
parent | 4f845dc2933f98531d9ea2763ba364118486549c (diff) |
rebuild for 7.3.0beta2 new ABI
-rw-r--r-- | php-pecl-cmark.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-cmark.spec b/php-pecl-cmark.spec index 490ab0f..a4c7b6f 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: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?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 @@ -223,6 +223,9 @@ fi %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.1.0-3 +- rebuild for 7.3.0beta2 new ABI + * Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 1.1.0-2 - rebuld for 7.3.0alpha4 new ABI |