From 071802b42ae9beec4fe231ce43d8d3103510ece8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Nov 2017 07:26:24 +0100 Subject: Update to 3.5.0 open https://github.com/google/protobuf/issues/3929 undefined symbol timelib_update_ts --- php-pecl-protobuf.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index ac73d04..86e65ee 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -21,7 +21,7 @@ Summary: Mechanism for serializing structured data Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 3.4.0 +Version: 3.5.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages @@ -50,10 +50,8 @@ Obsoletes: php53-pecl-%{pecl_name} <= %{version} Obsoletes: php53u-pecl-%{pecl_name} <= %{version} Obsoletes: php54-pecl-%{pecl_name} <= %{version} Obsoletes: php54w-pecl-%{pecl_name} <= %{version} -%if "%{php_version}" > "5.5" Obsoletes: php55u-pecl-%{pecl_name} <= %{version} Obsoletes: php55w-pecl-%{pecl_name} <= %{version} -%endif %if "%{php_version}" > "5.6" Obsoletes: php56u-pecl-%{pecl_name} <= %{version} Obsoletes: php56w-pecl-%{pecl_name} <= %{version} @@ -217,6 +215,11 @@ fi %changelog +* Tue Nov 21 2017 Remi Collet - 3.5.0-1 +- Update to 3.5.0 +- open https://github.com/google/protobuf/issues/3929 + undefined symbol timelib_update_ts + * Thu Aug 17 2017 Remi Collet - 3.4.0-1 - Update to 3.4.0 -- cgit