From 908d75e2dcfce8fa7836ec3beaa8d69dcd313d1d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 Sep 2025 06:59:49 +0200 Subject: rebuild for PHP 8.5.0RC1 --- Makefile | 2 +- php-lz4.spec | 7 ++++++- 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 - 0.5.0-3 +- rebuild for PHP 8.5.0RC1 + * Wed Jul 30 2025 Remi Collet - 0.5.0-2 - rebuild for 8.5.0alpha3 -- cgit