diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-14 09:31:19 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-14 09:31:19 +0200 |
commit | 7709ffc4976ef4b6aea4e981060faf74357c806a (patch) | |
tree | 7bf8ef7ffa6e854ae7eb37b1aca804175ae50d43 | |
parent | 103b2ca85b3b3ebb04ab14a86a1a4204126401d9 (diff) |
PHP 7.0.0RC5
-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 |