diff options
-rw-r--r-- | php-pecl-xattr-dev.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-xattr-dev.spec b/php-pecl-xattr-dev.spec index f6e05aa..812ebb8 100644 --- a/php-pecl-xattr-dev.spec +++ b/php-pecl-xattr-dev.spec @@ -31,7 +31,7 @@ Summary: Extended attributes Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.3.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/%{pecl_name} @@ -226,6 +226,9 @@ rm -rf %{buildroot} %changelog +* Tue Oct 13 2015 Remi Collet <remi@fedoraproject.org> - 1.3.0-0.2.RC1 +- rebuild for PHP 7.0.0RC5 new API version + * Fri Sep 18 2015 Remi Collet <remi@fedoraproject.org> - 1.3.0-0.1.RC1 - update to 1.3.0RC1 - drop dependency on libxattr |