From 07adae3fcc55c93767b559397f2e6abc22226e66 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 19 Apr 2019 06:23:12 +0200 Subject: v0.7.1 --- PHPINFO | 2 +- REFLECTION | 2 +- php-zstd.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 0f41827..6bdf2e9 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,5 +2,5 @@ zstd Zstd support => enabled -Extension Version => 0.7.0 +Extension Version => 0.7.1 Interface Version => 1.3.8 diff --git a/REFLECTION b/REFLECTION index 5d7fe1f..f08472c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #187 zstd version 0.7.0 ] { +Extension [ extension #187 zstd version 0.7.1 ] { - Constants [3] { Constant [ integer ZSTD_COMPRESS_LEVEL_MIN ] { 1 } diff --git a/php-zstd.spec b/php-zstd.spec index 13bfa20..49d7653 100644 --- a/php-zstd.spec +++ b/php-zstd.spec @@ -24,7 +24,7 @@ %endif %global zstdver 1.3.8 -%global gh_commit c6184307a80a3740ac5bad0b45a63b3ebf9b19fb +%global gh_commit e7f5972d54aed22bc951dd30e11fc04704b4e14a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner kjdev %global gh_project php-ext-zstd @@ -35,7 +35,7 @@ Summary: Zstd Extension for PHP Name: %{?sub_prefix}php-%{pecl_name} -Version: 0.7.0 +Version: 0.7.1 %if 0%{?gh_date:1} Release: 1%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else @@ -242,6 +242,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \ %changelog +* Fri Apr 19 2019 Remi Collet - 0.7.1-1 +- update to 0.7.1 + * Tue Apr 16 2019 Remi Collet - 0.7.0-1 - update to 0.7.0 -- cgit