diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-07-22 09:34:35 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-07-22 09:34:35 +0200 |
commit | 79e8b66f7bea60534d4dfbbf983f19c78810aaf3 (patch) | |
tree | f7d8f0bf2334612418f60ba9dbd2bd1fcdfcd34c | |
parent | c1c4c464d73d85c8bda2ae8eab4fc378f26aafa8 (diff) |
PHP 7.0.0beta2 + mass rebuild of ext.
-rw-r--r-- | php-pecl-xattr.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-xattr.spec b/php-pecl-xattr.spec index 8e824ca..c3a6628 100644 --- a/php-pecl-xattr.spec +++ b/php-pecl-xattr.spec @@ -30,7 +30,7 @@ Summary: Extended attributes Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.2.1 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?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 +* Wed Jul 22 2015 Remi Collet <remi@fedoraproject.org> - 1.2.1-4 +- rebuild against php 7.0.0beta2 + * Wed Jul 8 2015 Remi Collet <remi@fedoraproject.org> - 1.2.1-3 - rebuild against php 7.0.0beta1 |