diff options
author | Remi Collet <remi@remirepo.net> | 2017-08-17 07:24:53 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-08-17 07:24:53 +0200 |
commit | e34a6487f71dd787de0c8cfe8b41811c12a6fd7d (patch) | |
tree | 200668008b8262d9db541558bf2227e65bb09d49 /php-pecl-protobuf.spec | |
parent | d0ce60102d5c5c08332c81c2910e564475224355 (diff) |
v3.4.0
Diffstat (limited to 'php-pecl-protobuf.spec')
-rw-r--r-- | php-pecl-protobuf.spec | 11 |
1 files changed, 9 insertions, 2 deletions
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 <remi@remirepo.net> - 3.4.0-1 +- Update to 3.4.0 + * Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 3.3.2-2 - rebuild for PHP 7.2.0beta1 new API |