From 3ca4aaeaacc9d378b18564b70c46f4cfd09c70ac Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Fri, 6 Sep 2019 09:45:24 +0200
Subject: v3.10.0RC1

---
 PHPINFO                |  2 +-
 REFLECTION             |  2 +-
 php-pecl-protobuf.spec | 13 +++++++++++--
 3 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/PHPINFO b/PHPINFO
index 35dbd86..0d25a4b 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -1,4 +1,4 @@
 
 protobuf
 
-Version => 3.9.1
+Version => 3.10.0RC1
diff --git a/REFLECTION b/REFLECTION
index a2e50d7..07984f6 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #131 protobuf version 3.9.1 ] {
+Extension [ <persistent> extension #131 protobuf version 3.10.0RC1 ] {
 
   - Dependencies {
     Dependency [ date (Optional) ]
diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec
index bc3bfdc..34d6774 100644
--- a/php-pecl-protobuf.spec
+++ b/php-pecl-protobuf.spec
@@ -22,8 +22,8 @@
 %else
 %global ini_name    40-%{pecl_name}.ini
 %endif
-%global upstream_version 3.9.1
-#global upstream_prever  RC1
+%global upstream_version 3.10.0
+%global upstream_prever  RC1
 
 Summary:       Mechanism for serializing structured data
 Name:          %{?sub_prefix}php-pecl-%{pecl_name}
@@ -33,6 +33,8 @@ License:       BSD
 URL:           http://pecl.php.net/package/%{pecl_name}
 Source0:       http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
 
+Patch0:        https://patch-diff.githubusercontent.com/raw/protocolbuffers/protobuf/pull/6626.patch
+
 BuildRequires: %{?dtsprefix}gcc
 BuildRequires: %{?scl_prefix}php-devel >= 5.5.9
 BuildRequires: %{?scl_prefix}php-pear
@@ -98,6 +100,8 @@ sed -e 's/role="test"/role="src"/' \
 
 
 cd NTS
+%patch0 -p5 -b .pr6626
+
 # 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
@@ -214,6 +218,11 @@ fi
 
 
 %changelog
+* Fri Sep  6 2019 Remi Collet <remi@remirepo.net> - 3.10.0~RC1-1
+- update to 3.10.0RC1
+- see https://github.com/protocolbuffers/protobuf/issues/6624
+  broken extension with 7.4.0RC1
+
 * Wed Aug  7 2019 Remi Collet <remi@remirepo.net> - 3.9.1-1
 - update to 3.9.1 (no change)
 
-- 
cgit