diff options
| author | Remi Collet <remi@remirepo.net> | 2017-07-18 22:03:28 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2017-07-18 22:03:28 +0200 | 
| commit | fb1a86806203dc176f1d0788bdd8f37162ec0713 (patch) | |
| tree | 4c04f2d2d381e49e6148cf86d8c2a05d29bbf320 | |
| parent | 29c0605ab9fa255d33432907e087aa923f56e4e3 (diff) | |
rebuild for 7.2.0beta1
| -rw-r--r-- | php-pecl-zip.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec index 8c8af42..4ea9342 100644 --- a/php-pecl-zip.spec +++ b/php-pecl-zip.spec @@ -25,7 +25,7 @@ Summary:      A ZIP archive management extension  Summary(fr):  Une extension de gestion des ZIP  Name:         %{?scl_prefix}php-pecl-zip  Version:      1.15.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;')}}  License:      PHP  Group:        Development/Languages  URL:          http://pecl.php.net/package/zip @@ -240,6 +240,9 @@ fi  %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 1.15.1-2 +- rebuild for PHP 7.2.0beta1 new API +  * Tue Jul 11 2017 Remi Collet <remi@remirepo.net> - 1.15.1-1  - update to 1.15.1 (stable)  | 
