diff options
author | Remi Collet <remi@remirepo.net> | 2017-10-03 14:13:23 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-10-03 14:13:23 +0200 |
commit | 3ac71c164bd5d549f7d9bff75cba878aa696e8cc (patch) | |
tree | 25e8477df2bdf039e90e9876373a50a9a61586bc | |
parent | 2b4b7c05a619b80b01d60b8c753fc6e32a105112 (diff) |
bump release
-rw-r--r-- | php-pecl-json-post.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-json-post.spec b/php-pecl-json-post.spec index eafff72..99eb062 100644 --- a/php-pecl-json-post.spec +++ b/php-pecl-json-post.spec @@ -29,7 +29,7 @@ Summary: JSON POST handler Name: %{?sub_prefix}php-pecl-json-post Version: 1.0.1 -Release: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -247,6 +247,9 @@ rm -rf %{buildroot} %changelog +* Tue Oct 3 2017 Remi Collet <remi@remirepo.net> - 1.0.1-8 +- F27: release bump + * Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 1.0.1-7 - rebuild for PHP 7.2.0beta1 new API |