From e9090e33e0a92d9f2d811fccf25ac07752cc8dc8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Oct 2021 06:14:49 +0200 Subject: update to 0.11.0 --- php-zstd.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-zstd.spec') diff --git a/php-zstd.spec b/php-zstd.spec index fd9f953..2813fd1 100644 --- a/php-zstd.spec +++ b/php-zstd.spec @@ -25,7 +25,7 @@ %else %bcond_with libzstd %endif -%global zstdver 1.4.8 +%global zstdver 1.5.0 %global pecl_name zstd %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} @@ -34,8 +34,8 @@ Summary: Zstandard extension Name: %{?sub_prefix}php-%{pecl_name} -Version: 0.10.0 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 0.11.0 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %if %{with libzstd} License: MIT %else @@ -263,6 +263,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \ %changelog +* Mon Oct 4 2021 Remi Collet - 0.11.0-1 +- update to 0.11.0 + * Wed Apr 28 2021 Remi Collet - 0.10.0-2 - F34 rebuild for https://github.com/remicollet/remirepo/issues/174 -- cgit