diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-11-21 19:01:21 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-11-21 19:01:21 +0100 |
commit | b55ea0b36ba3571921babda65511c30322df9bda (patch) | |
tree | 2399c37e324f4000adeffd1975c48fe195b0f7bf /php-pecl-request.spec | |
parent | 046146e6309f55e9fcad159e9e36becf772ac6ee (diff) |
php-pecl-request: 1.0.0a2
Diffstat (limited to 'php-pecl-request.spec')
-rw-r--r-- | php-pecl-request.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-request.spec b/php-pecl-request.spec index 5680b7e..f9ea0a3 100644 --- a/php-pecl-request.spec +++ b/php-pecl-request.spec @@ -14,12 +14,12 @@ %global pecl_name request %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini -%global prever a1 +%global prever a2 Summary: Server-side request and response objects Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.0.0 -Release: 0.1.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 0.2.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -227,6 +227,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Nov 21 2016 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.2.a2 +- update to 1.0.0a2 (alpha) + * Fri Nov 18 2016 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.1.a1 - initial package, version 1.0.0a1 (alpha) |