diff options
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-zstd.spec | 7 | 
2 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #179 zstd version 0.4.13 ] { +Extension [ <persistent> extension #180 zstd version 0.4.14 ] {    - Functions {      Function [ <internal:zstd> function zstd_compress ] { diff --git a/php-zstd.spec b/php-zstd.spec index 475fe21..2eb757c 100644 --- a/php-zstd.spec +++ b/php-zstd.spec @@ -23,7 +23,7 @@  %global with_libzstd 0  %endif -%global gh_commit   f90a9137b43041d9aab3eb62bca1a6ddbc011355 +%global gh_commit   6386eb94ef67b54c108cac6e3925bf077828816d  %global gh_short    %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner    kjdev  %global gh_project  php-ext-zstd @@ -34,7 +34,7 @@  Summary:       Zstd Extension for PHP  Name:          %{?sub_prefix}php-%{pecl_name} -Version:       0.4.13 +Version:       0.4.14  %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 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Tue Jun 19 2018 Remi Collet <remi@remirepo.net> - 0.4.14-1 +- update to 0.4.14 +  * Mon Apr  9 2018 Remi Collet <remi@remirepo.net> - 0.4.13-1  - update to 0.4.13  | 
