diff options
Diffstat (limited to 'php-pecl-event-dev.spec')
-rw-r--r-- | php-pecl-event-dev.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-event-dev.spec b/php-pecl-event-dev.spec index 0d2fe3e..605e41f 100644 --- a/php-pecl-event-dev.spec +++ b/php-pecl-event-dev.spec @@ -30,12 +30,12 @@ # After 20-sockets.so %global ini_name 40-%{pecl_name}.ini %endif -%global prever RC1 +%global prever RC2 Summary: Provides interface to libevent library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 2.0.0 -Release: 0.1.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.2.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/event @@ -274,6 +274,9 @@ rm -rf %{buildroot} %changelog +* Thu Feb 25 2016 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.2.RC2 +- Update to 2.0.0RC2 (php 5 and 7, beta) + * Sun Feb 21 2016 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.1.RC1 - Update to 2.0.0RC1 (php 5 and 7, beta) |