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 | 0e077e5626b83902a13e2e8cc502e7dd7d453519 (patch) | |
| tree | 6f9ed42a84806036166f012aef3665385bec6a10 | |
| parent | 4694de0e7e8f4a4582b9e0b52ece3213f4376204 (diff) | |
PHP 7.0.0beta2 + mass rebuild of ext.
| -rw-r--r-- | php-pecl-apfd.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-apfd.spec b/php-pecl-apfd.spec index 325b7c1..2ec6bbd 100644 --- a/php-pecl-apfd.spec +++ b/php-pecl-apfd.spec @@ -35,7 +35,7 @@  Summary:        Always Populate Form Data  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        1.0.1 -Release:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        BSD  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name} @@ -229,6 +229,9 @@ rm -rf %{buildroot}  %changelog +* Wed Jul 22 2015 Remi Collet <remi@fedoraproject.org> - 1.0.1-3 +- rebuild against php 7.0.0beta2 +  * Sun Jun 21 2015 Remi Collet <remi@fedoraproject.org> - 1.0.1-2  - allow build against rh-php56 (as more-php56)  - drop runtime dependency on pear, new scriptlets  | 
