diff options
-rw-r--r-- | php-pecl-http-dev.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-http-dev.spec b/php-pecl-http-dev.spec index d721432..81e897b 100644 --- a/php-pecl-http-dev.spec +++ b/php-pecl-http-dev.spec @@ -29,7 +29,7 @@ %global prever RC1 Name: %{?scl_prefix}php-pecl-http Version: 2.2.0 -Release: 0.2.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 0.3.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Summary: Extended HTTP support License: BSD @@ -328,6 +328,9 @@ rm -rf %{buildroot} %changelog +* Wed Dec 24 2014 Remi Collet <remi@fedoraproject.org> - 2.2.0-0.3.RC1 +- Fedora 21 SCL mass rebuild + * Wed Nov 12 2014 Remi Collet <remi@fedoraproject.org> - 2.2.0-0.2.RC1 - update to 2.2.0RC1 (beta) |