summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--REFLECTION2
-rw-r--r--php-snappy.spec7
2 files changed, 6 insertions, 3 deletions
diff --git a/REFLECTION b/REFLECTION
index 2611d9d..bd988eb 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #129 snappy version 0.1.8 ] {
+Extension [ <persistent> extension #129 snappy version 0.1.9 ] {
- Functions {
Function [ <internal:snappy> function snappy_compress ] {
diff --git a/php-snappy.spec b/php-snappy.spec
index bfcc9e2..e7a06ff 100644
--- a/php-snappy.spec
+++ b/php-snappy.spec
@@ -15,7 +15,7 @@
%global with_libsnappy 0
-%global gh_commit eeaf10c34cbaf6953f61fd4b6ac57075c72fc8d6
+%global gh_commit 2f8efcfcb210ea2e00dcdc42a2d4701fe6b3bfad
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner kjdev
%global gh_project php-ext-snappy
@@ -26,7 +26,7 @@
Summary: Snappy Extension for PHP
Name: %{?sub_prefix}php-snappy
-Version: 0.1.8
+Version: 0.1.9
%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
@@ -220,6 +220,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Fri Sep 8 2017 Remi Collet <remi@remirepo.net> - 0.1.9-1
+- update to 0.1.9 (no change)
+
* Mon Aug 28 2017 Remi Collet <remi@remirepo.net> - 0.1.8-1
- update to 0.1.8 with bundled libsnappy 1.1.7