diff options
author | Remi Collet <remi@remirepo.net> | 2017-09-08 07:25:30 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-09-08 07:25:30 +0200 |
commit | d6dc3e8a36064de27ddffdbb795b4b51ab2529f0 (patch) | |
tree | fd6ec5f06a0b6b9298c5d21d44d2d71649cd4f38 | |
parent | 8b784bd5f9ca60324d479c59cf259da6742e87c4 (diff) |
update to 0.1.9 (no change)
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-snappy.spec | 7 |
2 files changed, 6 insertions, 3 deletions
@@ -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 |