diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-12-01 11:35:04 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-12-01 11:35:04 +0100 | 
| commit | c96249838d20bd40b71309310ff09ce0652bc4f5 (patch) | |
| tree | 359357408130acaed87f0cc4a3675cb199cb2174 | |
| parent | 84f13bbeb4edfb35d6ba45528e6d1329c0d357e5 (diff) | |
PHP 7.1 mass rebuild part #1
| -rw-r--r-- | php-pecl-xdiff-php7.spec | 9 | 
1 files changed, 4 insertions, 5 deletions
diff --git a/php-pecl-xdiff-php7.spec b/php-pecl-xdiff-php7.spec index 1579477..8c043a3 100644 --- a/php-pecl-xdiff-php7.spec +++ b/php-pecl-xdiff-php7.spec @@ -7,11 +7,7 @@  # Please, preserve the changelog entries  #  %if 0%{?scl:1} -%if "%{scl}" == "rh-php56" -%global sub_prefix more-php56- -%else  %global sub_prefix %{scl_prefix} -%endif  %scl_package       php-pecl-xdiff  %endif @@ -21,7 +17,7 @@  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        2.0.1 -Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Summary:        File differences/patches  Group:          Development/Languages  # libxdiff is LGPLv2+, xdiff extension is PHP @@ -217,6 +213,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Thu Dec  1 2016 Remi Collet <remi@fedoraproject.org> - 2.0.1-2 +- rebuild with PHP 7.1.0 GA +  * Wed Oct 12 2016 Remi Collet <remi@fedoraproject.org> - 2.0.1-1  - initial package, version 2.0.2 with bundled libxdiff 0.23  | 
