summaryrefslogtreecommitdiffstats
path: root/php-pecl-ice.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-12 09:05:12 +0200
committerRemi Collet <remi@remirepo.net>2020-09-12 09:05:12 +0200
commit49fe5ee00e8105afdfc72b66fa505fc7f108396b (patch)
treed41f42087975f2dad7b07a103a6d8ea265dededb /php-pecl-ice.spec
parenta1b76765c18147c247b0753ac66a4bff30ecb296 (diff)
update to 1.6.2
open https://github.com/ice/framework/issues/280 broken archive
Diffstat (limited to 'php-pecl-ice.spec')
-rw-r--r--php-pecl-ice.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php-pecl-ice.spec b/php-pecl-ice.spec
index 7aab123..79b7322 100644
--- a/php-pecl-ice.spec
+++ b/php-pecl-ice.spec
@@ -18,7 +18,7 @@
Summary: Simple and fast PHP framework
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.6.1
+Version: 1.6.2
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
URL: https://pecl.php.net/package/%{pecl_name}
@@ -43,19 +43,16 @@ Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version}
Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release}
Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release}
-%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}
+%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}
# Other third party repo stuff
%if "%{php_version}" > "7.2"
Obsoletes: php72u-pecl-%{pecl_name} <= %{version}
-Obsoletes: php72w-pecl-%{pecl_name} <= %{version}
%endif
%if "%{php_version}" > "7.3"
Obsoletes: php73-pecl-%{pecl_name} <= %{version}
-Obsoletes: php73w-pecl-%{pecl_name} <= %{version}
%endif
%if "%{php_version}" > "7.4"
Obsoletes: php74-pecl-%{pecl_name} <= %{version}
-Obsoletes: php74w-pecl-%{pecl_name} <= %{version}
%endif
%endif
@@ -116,6 +113,7 @@ cd NTS
--with-libdir=%{_lib} \
--with-php-config=%{_bindir}/php-config
+make clean
make %{?_smp_mflags}
%if %{with_zts}
@@ -126,6 +124,7 @@ cd ../ZTS
--with-libdir=%{_lib} \
--with-php-config=%{_bindir}/zts-php-config
+make clean
make %{?_smp_mflags}
%endif
@@ -208,6 +207,10 @@ cd ../ZTS
%changelog
+* 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
+
* Mon May 11 2020 Remi Collet <remi@remirepo.net> - 1.6.1-1
- update to 1.6.1
- drop patch merged upstream in zephir