diff options
author | Remi Collet <remi@remirepo.net> | 2024-08-29 09:39:03 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-08-29 09:39:03 +0200 |
commit | dea3732525a104fd45f080b88f859b41bfc4bade (patch) | |
tree | accbdffe3a45c22690451933f20cb21a336ff5fa /php-pecl-vld.spec | |
parent | 5c50c50a3a5fcb07d5360947baa45ec1977ffa0b (diff) |
add upstream patch for PHP 8.4.0beta4
Diffstat (limited to 'php-pecl-vld.spec')
-rw-r--r-- | php-pecl-vld.spec | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/php-pecl-vld.spec b/php-pecl-vld.spec index 1e96e31..13fe7bb 100644 --- a/php-pecl-vld.spec +++ b/php-pecl-vld.spec @@ -23,12 +23,11 @@ Summary: Dump the internal representation of PHP scripts Name: %{?scl_prefix}php-pecl-%{pecl_name} License: PHP-3.01 Version: 0.18.0 -Release: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 5%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{sources}.tgz Patch0: %{pecl_name}-upstream.patch -Patch1: %{pecl_name}-pr83.patch BuildRequires: make BuildRequires: %{?dtsprefix}gcc @@ -58,7 +57,6 @@ sed -e '/LICENSE/s/role="doc"/role="src"/' -i package.xml pushd %{sources} %patch -P0 -p1 -%patch -P1 -p1 #: Fix version #sed -e 's/"0.16.0"/"%{version}"/' -i vld.c @@ -165,6 +163,9 @@ done %changelog +* Thu Aug 29 2024 Remi Collet <remi@remirepo.net> - 0.18.0-5 +- add upstream patch for PHP 8.4.0beta4 + * Thu Aug 22 2024 Remi Collet <remi@remirepo.net> - 0.18.0-4 - add minimal patch for 8.4.0beta3 from https://github.com/derickr/vld/pull/83 |