summaryrefslogtreecommitdiffstats
path: root/php-snappy.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-snappy.spec')
-rw-r--r--php-snappy.spec9
1 files changed, 6 insertions, 3 deletions
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