From e34a6487f71dd787de0c8cfe8b41811c12a6fd7d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 17 Aug 2017 07:24:53 +0200 Subject: v3.4.0 --- php-pecl-protobuf.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'php-pecl-protobuf.spec') diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index 5bd0451..ac73d04 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -21,8 +21,8 @@ Summary: Mechanism for serializing structured data Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 3.3.2 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 3.4.0 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -122,6 +122,8 @@ EOF %build +%{?dtsenable} + cd NTS %{_bindir}/phpize %configure \ @@ -140,6 +142,8 @@ make %{?_smp_mflags} %install +%{?dtsenable} + # Install the NTS stuff make -C NTS install INSTALL_ROOT=%{buildroot} install -D -m 644 %{ini_name} %{buildroot}%{php_inidir}/%{ini_name} @@ -213,6 +217,9 @@ fi %changelog +* Thu Aug 17 2017 Remi Collet - 3.4.0-1 +- Update to 3.4.0 + * Tue Jul 18 2017 Remi Collet - 3.3.2-2 - rebuild for PHP 7.2.0beta1 new API -- cgit