summaryrefslogtreecommitdiffstats
path: root/php-xz.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-09-25 16:04:19 +0200
committerRemi Collet <remi@php.net>2025-09-25 16:04:19 +0200
commit255517a492945c4e59e35327c5b7f3df07d0a62e (patch)
tree58cdc1292f8dae4712fe762a4dc0eec81b3139e0 /php-xz.spec
parenta324da27606205f36e645372d1ffbd5f89901281 (diff)
update to 1.1.5 (no change)
switch to mateuszanella/php-ext-xz
Diffstat (limited to 'php-xz.spec')
-rw-r--r--php-xz.spec14
1 files changed, 10 insertions, 4 deletions
diff --git a/php-xz.spec b/php-xz.spec
index 9ddebb8..1c3d36d 100644
--- a/php-xz.spec
+++ b/php-xz.spec
@@ -13,12 +13,14 @@
# Forge
#global gh_commit be72e636dd7dd8a220cb9b54f2970477dad878a0
-%global gh_owner codemasher
+%global gh_owner mateuszanella
%global gh_project php-ext-xz
%global forgeurl https://github.com/%{gh_owner}/%{gh_project}
-%global tag %{version}
+%global tag v%{version}
+# for EL-8 to avoid TAG usage
+%global archivename %{gh_project}-%{version}
# PIE
-%global pie_vend codemasher
+%global pie_vend mateuszanella
%global pie_proj php-ext-xz
# Extension
%global pecl_name xz
@@ -29,7 +31,7 @@
Summary: XZ (LZMA2) compression/decompression
Name: %{?scl_prefix}php-%{pecl_name}
-Version: 1.1.4
+Version: 1.1.5
%forgemeta
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP-3.01
@@ -165,6 +167,10 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Thu Sep 25 2025 Remi Collet <remi@remirepo.net> - 1.1.5-1
+- update to 1.1.5 (no change)
+- switch to mateuszanella/php-ext-xz
+
* Mon Sep 15 2025 Remi Collet <remi@remirepo.net> - 1.1.4-1
- update to 1.1.4 (no change)
- drop patch merged upstream