diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-06-24 09:34:34 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-06-24 09:34:34 +0200 | 
| commit | 37773adf8f8520f81f688cdf33790f3249f846fa (patch) | |
| tree | ac3b55994ec3404bc93cfbefa5a2ef769c1e7e00 | |
| parent | 817708d1b974f17f6610c99635aac5d0ae2bcf4a (diff) | |
php-pecl-lzf: allow build against rh-php56 (as more-php56)
| -rw-r--r-- | php-pecl-lzf.spec | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/php-pecl-lzf.spec b/php-pecl-lzf.spec index bf8334e..b539a38 100644 --- a/php-pecl-lzf.spec +++ b/php-pecl-lzf.spec @@ -32,7 +32,7 @@  Name:           %{?sub_prefix}php-pecl-lzf  Version:        1.6.3 -Release:        2%{?dist}%{!?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:        Extension to handle LZF de/compression  Group:          Development/Languages  License:        PHP @@ -235,6 +235,7 @@ fi  %changelog  * Fri Jun 19 2015 Remi Collet <remi@fedoraproject.org> - 1.6.3-2  - allow build against rh-php56 (as more-php56) +- rebuild for "rh_layout" (php70)  * Mon Apr 20 2015 Remi Collet <remi@fedoraproject.org> - 1.6.3-1  - update to 1.6.3  | 
