diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | php-pecl-ice.spec | 7 | 
2 files changed, 6 insertions, 3 deletions
@@ -1,5 +1,7 @@ +clog  package-*.xml  *.tgz +*.tar.bz2  *.tar.gz  *.tar.xz  *.tar.xz.asc diff --git a/php-pecl-ice.spec b/php-pecl-ice.spec index 79b7322..51ce37a 100644 --- a/php-pecl-ice.spec +++ b/php-pecl-ice.spec @@ -19,7 +19,7 @@  Summary:        Simple and fast PHP framework  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        1.6.2 -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:        BSD  URL:            https://pecl.php.net/package/%{pecl_name}  Source0:        https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -113,7 +113,6 @@ cd NTS      --with-libdir=%{_lib} \      --with-php-config=%{_bindir}/php-config -make clean  make %{?_smp_mflags}  %if %{with_zts} @@ -124,7 +123,6 @@ cd ../ZTS      --with-libdir=%{_lib} \      --with-php-config=%{_bindir}/zts-php-config -make clean  make %{?_smp_mflags}  %endif @@ -207,6 +205,9 @@ cd ../ZTS  %changelog +* Sat Sep 12 2020 Remi Collet <remi@remirepo.net> - 1.6.2-2 +- new upstream fixed archive +  * Sat Sep 12 2020 Remi Collet <remi@remirepo.net> - 1.6.2-1  - update to 1.6.2  - open https://github.com/ice/framework/issues/280 broken archive  | 
