From e36d75f1954c210bcece05946eef09e5bab396bc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Sep 2020 08:17:42 +0200 Subject: update to 0.1.12 --- PHPINFO | 2 +- REFLECTION | 2 +- php-snappy.spec | 12 +++++++++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 6cc50bf..beff1bd 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,5 +2,5 @@ snappy Snappy support => enabled -Extension Version => 0.1.10 +Extension Version => 0.1.12 Snappy Version => 1.1.8 diff --git a/REFLECTION b/REFLECTION index 96d9b2e..c3ec858 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #97 snappy version 0.1.10 ] { +Extension [ extension #100 snappy version 0.1.12 ] { - Functions { Function [ 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 - 0.1.12-1 +- update to 0.1.12 + +* Fri Jun 5 2020 Remi Collet - 0.1.11-1 +- update to 0.1.11 + * Fri May 29 2020 Remi Collet - 0.1.10-1 - update to 0.1.10 with libsnappy 1.1.8 -- cgit