diff options
| author | Remi Collet <remi@remirepo.net> | 2018-08-16 07:50:33 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-08-16 07:50:33 +0200 | 
| commit | e0807a7533f1d4016af9b8168524781c4ae42ea0 (patch) | |
| tree | 79807ef48a1e996b7360a7cc51a43ed7a572a016 | |
| parent | 1b5ce13648f378a109c8c8e71b48ef135bf9bd9c (diff) | |
rebuild for 7.3.0beta2 new ABI
| -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 290e28f..6f4f2aa 100644 --- a/php-pecl-zip.spec +++ b/php-pecl-zip.spec @@ -32,7 +32,7 @@ Summary:      A ZIP archive management extension  Summary(fr):  Une extension de gestion des ZIP  Name:         %{?scl_prefix}php-pecl-zip  Version:      1.15.3 -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/zip @@ -255,6 +255,9 @@ fi  %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.15.3-4 +- rebuild for 7.3.0beta2 new ABI +  * Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 1.15.3-3  - rebuld for 7.3.0alpha4 new ABI  | 
