summaryrefslogtreecommitdiffstats
path: root/php-pecl-msgpack.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-08-31 08:09:06 +0200
committerRemi Collet <remi@remirepo.net>2021-08-31 08:09:06 +0200
commit807f4dd96a20dea491d3c62aeb8a9556bf9155b7 (patch)
tree648dfc71468a90f3e0cc66583aee90a7fa41b527 /php-pecl-msgpack.spec
parenta487175aa5e1d819f27b98360e8cde96d0110c02 (diff)
update to 2.2.0RC1
Diffstat (limited to 'php-pecl-msgpack.spec')
-rw-r--r--php-pecl-msgpack.spec13
1 files changed, 6 insertions, 7 deletions
diff --git a/php-pecl-msgpack.spec b/php-pecl-msgpack.spec
index 75e4a1f..d771f3d 100644
--- a/php-pecl-msgpack.spec
+++ b/php-pecl-msgpack.spec
@@ -23,9 +23,9 @@
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global ini_name 40-%{pecl_name}.ini
-%global upstream_version 2.1.2
-#global upstream_prever beta1
-#global upstream_lower beta1
+%global upstream_version 2.2.0
+%global upstream_prever RC1
+%global upstream_lower RC1
%if 0
%global with_msgpack 1
@@ -46,8 +46,6 @@ Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_V
Source: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
%endif
-Patch0: %{pecl_name}-php81.patch
-
BuildRequires: make
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel >= 7.0
@@ -130,8 +128,6 @@ mv %{pecl_name}-%{upstream_version}%{?upstream_prever} NTS
%{?_licensedir:sed -e '/LICENSE/s/role="doc"/role="src"/' -i package.xml}
cd NTS
-%patch0 -p1
-
%if %{with_msgpack}
# use system library
rm -rf msgpack
@@ -281,6 +277,9 @@ fi
%changelog
+* Tue Aug 31 2021 Remi Collet <remi@remirepo.net> - 2.2.0~RC1-1
+- update to 2.2.0RC1
+
* Thu Jun 10 2021 Remi Collet <remi@remirepo.net> - 2.1.2-3
- add patch for test suite with PHP 8.1 from
https://github.com/msgpack/msgpack-php/pull/156