summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-06 09:45:24 +0200
committerRemi Collet <remi@remirepo.net>2019-09-06 09:45:24 +0200
commit3ca4aaeaacc9d378b18564b70c46f4cfd09c70ac (patch)
tree41f6c794045a2ae469d0414c6145569dfaeeef78
parent8bd7c322a72ca2ad37e040f389760bc70dba3873 (diff)
v3.10.0RC1
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-protobuf.spec13
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)