From 8bcd18d36d6d3d919ba9002856e078c60cd5dcc0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Mar 2022 08:03:24 +0100 Subject: update to 3.20.0RC2 --- php-pecl-protobuf.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'php-pecl-protobuf.spec') diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index fa843d0..afcfc32 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -18,7 +18,7 @@ %global with_zts 0 %global ini_name 40-%{pecl_name}.ini %global upstream_version 3.20.0 -%global upstream_prever RC1 +%global upstream_prever RC2 Summary: Mechanism for serializing structured data Name: %{?scl_prefix}php-pecl-%{pecl_name} @@ -28,6 +28,9 @@ License: BSD URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz +# https://github.com/protocolbuffers/protobuf/issues/9654 +Source1: https://raw.githubusercontent.com/protocolbuffers/protobuf/v3.20.0-rc2/third_party/utf8_range/utf8_range.h + BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.0 @@ -71,12 +74,15 @@ mv %{pecl_name}-%{upstream_version}%{?upstream_prever} NTS # Don't install/register tests sed -e 's/role="test"/role="src"/' \ + -e '/utf8_range/s/role="doc"/role="src"/' \ %{?_licensedir: -e '/LICENSE/s/role="doc"/role="src"/' } \ %{!?_licensedir:-e '/LICENSE/s/role="src"/role="doc"/' } \ -i package.xml cd NTS +cp %{SOURCE1} third_party/utf8_range/utf8_range.h + # Sanity check, really often broken extver=$(sed -n '/#define PHP_PROTOBUF_VERSION/{s/.* "//;s/".*$//;p}' protobuf.h) if test "x${extver}" != "x%{upstream_version}%{?upstream_prever}"; then @@ -196,6 +202,9 @@ fi %changelog +* Mon Mar 21 2022 Remi Collet - 3.20.0~RC2-1 +- update to 3.20.0RC2 + * Mon Mar 7 2022 Remi Collet - 3.20.0~RC1-1 - update to 3.20.0RC1 -- cgit