summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-04-04 07:50:14 +0200
committerRemi Collet <remi@remirepo.net>2019-04-04 07:50:14 +0200
commit0690e15edd5e33815a50ae86fa40526278483d07 (patch)
treea78ee57a3e1969cd84084bf78693bcd1ee04d609
parent40ae171cf0ba400785f553831d90d5897d52a2c8 (diff)
v0.6.1
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-zstd.spec7
3 files changed, 7 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index e2da939..364e83a 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,5 +2,5 @@
zstd
Zstd support => enabled
-Extension Version => 0.6.0
+Extension Version => 0.6.1
Interface Version => 1.3.8
diff --git a/REFLECTION b/REFLECTION
index 8173407..c7db3f8 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #185 zstd version 0.6.0 ] {
+Extension [ <persistent> extension #186 zstd version 0.6.1 ] {
- Constants [3] {
Constant [ integer ZSTD_COMPRESS_LEVEL_MIN ] { 1 }
diff --git a/php-zstd.spec b/php-zstd.spec
index d3417a9..055014a 100644
--- a/php-zstd.spec
+++ b/php-zstd.spec
@@ -24,7 +24,7 @@
%global zstdver 1.3.8
%endif
-%global gh_commit 5d588401de6dc138953145cb34236f31c00213ef
+%global gh_commit 17ea4c3957f3d637b461a7aa375f2b4889a3ad77
%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.6.0
+Version: 0.6.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
+* Thu Apr 4 2019 Remi Collet <remi@remirepo.net> - 0.6.1-1
+- update to 0.6.1
+
* Tue Mar 26 2019 Remi Collet <remi@remirepo.net> - 0.6.0-1
- update to 0.6.0