From 5ca13314678ac5ac6e601c6d95d8532fb8a7e3a0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 12 Sep 2020 09:38:05 +0200 Subject: new upstream fixed archive --- .gitignore | 2 ++ php-pecl-ice.spec | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1ab5c4f..01f0400 100644 --- a/.gitignore +++ b/.gitignore @@ -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 - 1.6.2-2 +- new upstream fixed archive + * Sat Sep 12 2020 Remi Collet - 1.6.2-1 - update to 1.6.2 - open https://github.com/ice/framework/issues/280 broken archive -- cgit