summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-09-25 06:59:49 +0200
committerRemi Collet <remi@php.net>2025-09-25 06:59:49 +0200
commit908d75e2dcfce8fa7836ec3beaa8d69dcd313d1d (patch)
tree99b926995e4b420c4e1ebfe3b8b923682b99e696
parent72a32e05b1346805473c6670114efcdab798439b (diff)
rebuild for PHP 8.5.0RC1HEADmaster
-rw-r--r--Makefile2
-rw-r--r--php-lz4.spec7
2 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 91b0fd5..13af741 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
SRCDIR := $(shell pwd)
NAME := $(shell basename $(SRCDIR))
-include ../../common/Makefile
+include ../../../common/Makefile
diff --git a/php-lz4.spec b/php-lz4.spec
index a5b77ea..45e06f4 100644
--- a/php-lz4.spec
+++ b/php-lz4.spec
@@ -37,7 +37,7 @@
Summary: LZ4 Extension for PHP
Name: %{?scl_prefix}php-lz4
Version: 0.5.0
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: MIT
Group: Development/Languages
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -60,6 +60,8 @@ Provides: bundled(lz4) = 1.10.0
Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
Requires: %{?scl_prefix}php(api) = %{php_core_api}
+
+# PIE
Provides: %{?scl_prefix}php-pie(%{pie_vend}/%{pie_proj}) = %{version}
Provides: %{?scl_prefix}php-%{pie_vend}-%{pie_proj} = %{version}
@@ -196,6 +198,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Thu Sep 25 2025 Remi Collet <remi@remirepo.net> - 0.5.0-3
+- rebuild for PHP 8.5.0RC1
+
* Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 0.5.0-2
- rebuild for 8.5.0alpha3