diff options
-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 67426e4..220234f 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.2.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 @@ -228,6 +228,9 @@ fi %changelog +* Wed May 29 2019 Remi Collet <remi@remirepo.net> - 1.2.0-2 +- rebuild + * Mon May 27 2019 Remi Collet <remi@remirepo.net> - 1.2.0-1 - update to 1.2.0 |