diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-15 06:43:54 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-15 06:43:54 +0200 |
commit | a324da27606205f36e645372d1ffbd5f89901281 (patch) | |
tree | 83d12a485d9c6b10587fed4c709b8912d828d807 | |
parent | 9517f952a13a29986450e5cb44f331a8026bd952 (diff) |
update to 1.1.4 (no change)
drop patch merged upstream
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | composer.json | 41 | ||||
-rw-r--r-- | php-xz.spec | 6 |
4 files changed, 48 insertions, 3 deletions
@@ -2,7 +2,7 @@ xz xz support => enabled -xz extension version => 1.1.3 +xz extension version => 1.1.4 liblzma version => 5.8.1 Directive => Local Value => Master Value @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #129 xz version 1.1.3 ] { +Extension [ <persistent> extension #129 xz version 1.1.4 ] { - INI { Entry [ xz.compression_level <ALL> ] diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..1e074c8 --- /dev/null +++ b/composer.json @@ -0,0 +1,41 @@ +{ + "$schema": "https://getcomposer.org/schema.json", + "name": "codemasher/php-ext-xz", + "description": "A PHP Extension providing xz (LZMA2) compression/decompression via PHP streams.", + "keywords": ["php-extension", "xz", "lzma2"], + "license": "PHP-3.01", + "type": "php-ext", + "php-ext": { + "extension-name": "xz", + "priority": 99 + }, + "authors": [ + { + "name": "deniyuda348" + }, + { + "name": "udan11", + "homepage": "https://github.com/udan11/php-xz" + }, + { + "name": "smiley", + "email": "smiley@chillerlan.net", + "homepage": "https://github.com/codemasher" + }, + { + "name": "Contributors", + "homepage":"https://github.com/codemasher/php-ext-xz/graphs/contributors" + } + ], + "funding": [ + { + "type": "Ko-Fi", + "url": "https://ko-fi.com/codemasher" + } + ], + "homepage": "https://github.com/codemasher/php-ext-xz", + "support": { + "issues": "https://github.com/codemasher/php-ext-xz/issues", + "source": "https://github.com/codemasher/php-ext-xz" + } +} diff --git a/php-xz.spec b/php-xz.spec index 06b972c..9ddebb8 100644 --- a/php-xz.spec +++ b/php-xz.spec @@ -29,7 +29,7 @@ Summary: XZ (LZMA2) compression/decompression Name: %{?scl_prefix}php-%{pecl_name} -Version: 1.1.3 +Version: 1.1.4 %forgemeta Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP-3.01 @@ -165,6 +165,10 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Sep 15 2025 Remi Collet <remi@remirepo.net> - 1.1.4-1 +- update to 1.1.4 (no change) +- drop patch merged upstream + * Sat Sep 13 2025 Remi Collet <remi@remirepo.net> - 1.1.3-1 - update to 1.1.3 - re-license spec file to CECILL-2.1 |