diff options
-rw-r--r-- | php-pecl-yaml.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-yaml.spec b/php-pecl-yaml.spec index f8c5217..7bd4124 100644 --- a/php-pecl-yaml.spec +++ b/php-pecl-yaml.spec @@ -22,7 +22,7 @@ Summary: PHP Bindings for yaml Name: %{?sub_prefix}php-pecl-yaml Version: 2.0.4 -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: MIT URL: http://pecl.php.net/package/yaml @@ -239,6 +239,9 @@ fi %changelog +* Fri Mar 1 2019 Remi Collet <remi@remirepo.net> - 2.0.4-1 +- rebuild + * Sat Nov 24 2018 Remi Collet <remi@remirepo.net> - 2.0.4-1 - update to 2.0.4 |