summaryrefslogtreecommitdiffstats
path: root/php-pecl-igbinary.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-10-17 08:25:08 +0200
committerRemi Collet <remi@php.net>2022-10-17 08:25:08 +0200
commit61e685e16442d7cb63da78168ec59bcf71f8bf37 (patch)
tree8075d3b790f97c9b5c69614c46689f3432138d44 /php-pecl-igbinary.spec
parentdd92ca9c8422dd24af967166a1d48ed6039e59fd (diff)
update to 3.2.9
Diffstat (limited to 'php-pecl-igbinary.spec')
-rw-r--r--php-pecl-igbinary.spec14
1 files changed, 6 insertions, 8 deletions
diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec
index 8b04c0d..11d6dfc 100644
--- a/php-pecl-igbinary.spec
+++ b/php-pecl-igbinary.spec
@@ -24,9 +24,9 @@
%global gh_commit 6a2d5b7ea71489c4d7065dc7746d37cfa80d501c
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20161018
-%global ini_name 40-%{pecl_name}.ini
+%global ini_name 40-%{pecl_name}.ini
-%global upstream_version 3.2.7
+%global upstream_version 3.2.9
#global upstream_prever RC1
Summary: Replacement for the standard PHP serializer
@@ -36,7 +36,7 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
Release: 0.14.%{gh_date}.%{gh_short}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz
%else
-Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
%endif
License: BSD
@@ -225,11 +225,6 @@ if [ -f %{php_extdir}/json.so ]; then
fi
%if "%{php_version}" > "8.0"
-rm ?TS/tests/igbinary_073.phpt
-rm ?TS/tests/igbinary_065.phpt
-%endif
-
-%if "%{php_version}" > "8.0"
OPTS="-q --show-diff %{?_smp_mflags}"
%else
OPTS="-q -P --show-diff"
@@ -303,6 +298,9 @@ fi
%changelog
+* Mon Oct 17 2022 Remi Collet <remi@remirepo.net> - 3.2.9-1
+- update to 3.2.9
+
* Thu Sep 8 2022 Remi Collet <remi@remirepo.net> - 3.2.7-2
- ignore 2 failed tests with 8.2