diff options
Diffstat (limited to 'php-pecl-ev.spec')
-rw-r--r-- | php-pecl-ev.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-ev.spec b/php-pecl-ev.spec index abf8af4..879331c 100644 --- a/php-pecl-ev.spec +++ b/php-pecl-ev.spec @@ -30,7 +30,7 @@ Summary: Provides interface to libev library Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 0.2.13 -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}.1 License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -224,6 +224,9 @@ rm -rf %{buildroot} %changelog +* Wed Dec 24 2014 Remi Collet <remi@fedoraproject.org> - 0.2.13-1.1 +- Fedora 21 SCL mass rebuild + * Tue Dec 09 2014 Remi Collet <remi@fedoraproject.org> - 0.2.13-1 - Update to 0.2.13 (stable, no change) |