diff options
author | Remi Collet <remi@remirepo.net> | 2025-08-13 06:43:05 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-08-13 06:43:05 +0200 |
commit | 4f8a0b41d3890d3d95bea0e508d45a711f3f061a (patch) | |
tree | b253a4bc8dc61c13d3d61e0d066e5bdc4409f348 /php-zstd.spec | |
parent | 7a9a39faf331949bd5ebefbeb4ef95e99d0c1349 (diff) |
update to 0.15.0
drop patch merged upstream
Diffstat (limited to 'php-zstd.spec')
-rw-r--r-- | php-zstd.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/php-zstd.spec b/php-zstd.spec index ea26c29..cae5e43 100644 --- a/php-zstd.spec +++ b/php-zstd.spec @@ -26,8 +26,8 @@ Summary: Zstandard extension Name: %{?scl_prefix}php-%{pecl_name} -Version: 0.14.0 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 0.15.0 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %if %{with libzstd} License: MIT %else @@ -37,8 +37,6 @@ License: MIT AND BSD-3-Clause URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{sources}.tgz -Patch0: 88.patch - BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.0 %if %{with apcu} @@ -86,8 +84,6 @@ These are the files needed to compile programs using %{name}. sed -e '/LICENSE/s/role="doc"/role="src"/' -i package.xml cd %{sources} -%patch -P0 -p1 -b .pr88 - %if %{with libzstd} # Use the system library rm -r zstd @@ -116,7 +112,7 @@ extension = %{pecl_name}.so ; Configuration ;zstd.output_compression = Off -;zstd.output_compression_level = -1 +;zstd.output_compression_level = 3 ;zstd.output_compression_dict = EOF @@ -249,6 +245,10 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \ %changelog +* Wed Aug 13 2025 Remi Collet <remi@remirepo.net> - 0.15.0-1 +- update to 0.15.0 +- drop patch merged upstream + * Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 0.14.0-2 - fix for PHP 8.5.0alpha3 using patch from https://github.com/kjdev/php-ext-zstd/pull/88 |