From 39d2bdb424ceb8351dee74a0250727a55598c40b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Jan 2019 07:42:48 +0100 Subject: v0.5.0 --- PHPINFO | 6 ++++++ REFLECTION | 2 +- php-zstd.spec | 17 ++++++++++------- 3 files changed, 17 insertions(+), 8 deletions(-) create mode 100644 PHPINFO diff --git a/PHPINFO b/PHPINFO new file mode 100644 index 0000000..28369ce --- /dev/null +++ b/PHPINFO @@ -0,0 +1,6 @@ + +zstd + +Zstd support => enabled +Extension Version => 0.5.0 +Interface Version => 1.3.8 diff --git a/REFLECTION b/REFLECTION index 94f1969..23f64e8 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #180 zstd version 0.4.14 ] { +Extension [ extension #182 zstd version 0.5.0 ] { - Functions { Function [ function zstd_compress ] { diff --git a/php-zstd.spec b/php-zstd.spec index 20ebdc0..ae758c5 100644 --- a/php-zstd.spec +++ b/php-zstd.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-zstd # -# Copyright (c) 2018 Remi Collet +# Copyright (c) 2018-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -17,14 +17,14 @@ %global pkg_name %{name} %endif -%if 0%{?fedora} >= 26 || 0%{?rhel} >= 6 +%if 0%{?fedora} >= 28 || 0%{?rhel} >= 6 %global with_libzstd 1 %else %global with_libzstd 0 -%global zstdver 1.3.4 +%global zstdver 1.3.8 %endif -%global gh_commit 6386eb94ef67b54c108cac6e3925bf077828816d +%global gh_commit 44301b0843fcbc816663ddd7a025a5460e27b1a1 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner kjdev %global gh_project php-ext-zstd @@ -35,11 +35,11 @@ Summary: Zstd Extension for PHP Name: %{?sub_prefix}php-%{pecl_name} -Version: 0.4.14 +Version: 0.5.0 %if 0%{?gh_date:1} -Release: 4%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif %if %{?with_libzstd} License: MIT @@ -252,6 +252,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \ %changelog +* Mon Jan 7 2019 Remi Collet - 0.5.0-1 +- update to 0.5.0 + * Thu Aug 16 2018 Remi Collet - 0.4.14-4 - ignore test suite results with newer system library -- cgit