From c25d51db75c5e8cb6f48bdf53f2940101bf4f03a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 14 Dec 2019 07:22:18 +0100 Subject: v3.11.2 --- php-pecl-protobuf.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'php-pecl-protobuf.spec') diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index b761033..512cd1a 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -22,7 +22,7 @@ %else %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 3.11.1 +%global upstream_version 3.11.2 #global upstream_prever RC2 Summary: Mechanism for serializing structured data @@ -33,9 +33,6 @@ 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://github.com/TeBoring/protobuf/commit/15dc0f40438599f20303dbcec77bce010af88270.patch -Patch1: https://github.com/protocolbuffers/protobuf/commit/5b075fd0afe0e3df78ba12edb4074ccd5c131984.patch - BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 5.5.9 BuildRequires: %{?scl_prefix}php-pear @@ -101,9 +98,6 @@ sed -e 's/role="test"/role="src"/' \ cd NTS -%patch0 -p5 -%patch1 -p5 - # 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 @@ -223,6 +217,9 @@ fi %changelog +* Sat Dec 14 2019 Remi Collet - 3.11.2-1 +- update to 3.11.2 + * Tue Dec 3 2019 Remi Collet - 3.11.1-1 - update to 3.11.1 - add patches for PHP 7.4 from -- cgit