summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-07-19 02:24:29 +0200
committerRemi Collet <remi@remirepo.net>2017-07-19 02:24:29 +0200
commit7a79dcb65489f4cc0d9461bae560c62032d0e3de (patch)
treef5451b260e01711b355e8d1dc405673136acafeb
parent8a5ad5c8c4e433310bbf7dac920e1bf387da5ce9 (diff)
v0.1.7
-rw-r--r--REFLECTION2
-rw-r--r--php-snappy.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/REFLECTION b/REFLECTION
index a3a2db5..601c473 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #15 snappy version 0.1.6 ] {
+Extension [ <persistent> extension #126 snappy version 0.1.7 ] {
- Functions {
Function [ <internal:snappy> function snappy_compress ] {
diff --git a/php-snappy.spec b/php-snappy.spec
index e0e82cf..c23a464 100644
--- a/php-snappy.spec
+++ b/php-snappy.spec
@@ -15,7 +15,7 @@
%scl_package php-snappy
%endif
-%global gh_commit 0d5f153ec4da79e70fbc838126dc58d0bd13e9cb
+%global gh_commit be30d1bf298f0369bab9c3dbeee3986260e698b1
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner kjdev
%global gh_project php-ext-snappy
@@ -26,11 +26,11 @@
Summary: Snappy Extension for PHP
Name: %{?sub_prefix}php-snappy
-Version: 0.1.6
+Version: 0.1.7
%if 0%{?gh_date:1}
Release: 0.3.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
-Release: 2%{?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
License: PHP
Group: Development/Languages
@@ -205,6 +205,9 @@ rm -rf %{buildroot}
%changelog
+* Wed Jul 19 2017 Remi Collet <remi@remirepo.net> - 0.1.7-1
+- update to 0.1.7 (no change)
+
* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 0.1.6-2
- rebuild for PHP 7.2.0beta1 new API