summaryrefslogtreecommitdiffstats
path: root/php-pecl-protobuf.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-03-21 08:03:24 +0100
committerRemi Collet <remi@php.net>2022-03-21 08:03:24 +0100
commit8bcd18d36d6d3d919ba9002856e078c60cd5dcc0 (patch)
tree8baafd5ccb0f0a941d9ee32121a2bf54bf343fa8 /php-pecl-protobuf.spec
parent0d2ea15d4b79e24f3c9cd614baa74e57a784b908 (diff)
update to 3.20.0RC2
Diffstat (limited to 'php-pecl-protobuf.spec')
-rw-r--r--php-pecl-protobuf.spec11
1 files changed, 10 insertions, 1 deletions
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 <remi@remirepo.net> - 3.20.0~RC2-1
+- update to 3.20.0RC2
+
* Mon Mar 7 2022 Remi Collet <remi@remirepo.net> - 3.20.0~RC1-1
- update to 3.20.0RC1