From f40dab69e0cd028c46c0b35ba115002eba65401a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 23 Jan 2021 08:12:17 +0100 Subject: update to 0.13.1 --- php-brotli.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-brotli.spec') diff --git a/php-brotli.spec b/php-brotli.spec index 655c075..5f847f1 100644 --- a/php-brotli.spec +++ b/php-brotli.spec @@ -26,7 +26,7 @@ %bcond_with libbrotli %endif -%global gh_commit a654233917778e9353b583ca62390e1bb3f87842 +%global gh_commit c17297688a6c7d23be33f170405f099aa7cd0d38 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner kjdev %global gh_project php-ext-brotli @@ -37,7 +37,7 @@ Summary: Brotli Extension for PHP Name: %{?sub_prefix}php-%{pecl_name} -Version: 0.13.0 +Version: 0.13.1 %if 0%{?gh_date:1} Release: 2%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else @@ -226,6 +226,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Sat Jan 23 2021 Remi Collet - 0.13.1-1 +- update to 0.13.1 + * Fri Jan 22 2021 Remi Collet - 0.13.0-1 - update to 0.13.0 -- cgit