diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-10 08:17:42 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-10 08:17:42 +0200 |
commit | e36d75f1954c210bcece05946eef09e5bab396bc (patch) | |
tree | f7ac9f460a4f3f3eb7afa0df0958760d4033e112 | |
parent | 8b739f08f6df4a80f1237fd38f96512b16c01cd0 (diff) |
update to 0.1.12
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-snappy.spec | 12 |
3 files changed, 11 insertions, 5 deletions
@@ -2,5 +2,5 @@ snappy Snappy support => enabled -Extension Version => 0.1.10 +Extension Version => 0.1.12 Snappy Version => 1.1.8 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #97 snappy version 0.1.10 ] { +Extension [ <persistent> extension #100 snappy version 0.1.12 ] { - Functions { Function [ <internal:snappy> function snappy_compress ] { diff --git a/php-snappy.spec b/php-snappy.spec index a8bf513..f3a0736 100644 --- a/php-snappy.spec +++ b/php-snappy.spec @@ -19,7 +19,7 @@ %global with_libsnappy 0 %endif -%global gh_commit ae9f56ca5abfab0375a66263a0882e7782daf0f4 +%global gh_commit 128b8076052629c646deb3d854a6ff37f7d9279d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner kjdev %global gh_project php-ext-snappy @@ -42,7 +42,7 @@ BuildRequires: devtoolset-7-toolchain Summary: Snappy Extension for PHP Name: %{?sub_prefix}php-snappy -Version: 0.1.10 +Version: 0.1.12 %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 @@ -69,7 +69,7 @@ Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} %{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} -%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} +%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff Obsoletes: php53-%{pecl_name} <= %{version} Obsoletes: php53u-%{pecl_name} <= %{version} @@ -243,6 +243,12 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Sep 10 2020 Remi Collet <remi@remirepo.net> - 0.1.12-1 +- update to 0.1.12 + +* Fri Jun 5 2020 Remi Collet <remi@remirepo.net> - 0.1.11-1 +- update to 0.1.11 + * Fri May 29 2020 Remi Collet <remi@remirepo.net> - 0.1.10-1 - update to 0.1.10 with libsnappy 1.1.8 |