diff options
| author | Remi Collet <remi@remirepo.net> | 2025-10-07 16:48:53 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-10-07 16:48:53 +0200 | 
| commit | ebbfcb32a06f58440a1e1bdb34aacc58ef0f54d8 (patch) | |
| tree | f581b06e418614cc541864fdad8ef40bf36f5c99 | |
| parent | 889384c3f1b2d80a808152e3647640391225bd03 (diff) | |
re-enable full test suite
| -rw-r--r-- | php-pecl-igbinary.spec | 32 | 
1 files changed, 5 insertions, 27 deletions
diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index 87ed1d3..bcf3e71 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -27,7 +27,7 @@  Summary:        Replacement for the standard PHP serializer  Name:           %{?scl_prefix}php-pecl-igbinary  Version:        %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release:        7%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        8%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:        BSD-3-Clause  URL:            https://pecl.php.net/package/igbinary  Source0:        https://pecl.php.net/get/%{sources}.tgz @@ -195,32 +195,6 @@ if [ -f %{php_extdir}/json.so ]; then  fi  %if %{with tests} -%if "%{php_version}" > "8.5" -# __sleep() serialization magic method has been deprecated. -rm tests/igbinary_016.phpt -rm tests/igbinary_017.phpt -rm tests/igbinary_018.phpt -rm tests/igbinary_025.phpt -rm tests/igbinary_025b.phpt -rm tests/igbinary_032.phpt -rm tests/igbinary_051.phpt -rm tests/igbinary_053.phpt -rm tests/igbinary_054.phpt -rm tests/igbinary_055.phpt -rm tests/igbinary_058.phpt -rm tests/igbinary_058b.phpt -rm tests/igbinary_061.phpt -rm tests/igbinary_065.phpt -rm tests/igbinary_078.phpt -rm tests/igbinary_084.phpt -rm tests/igbinary_084b.phpt -rm tests/igbinary_087.phpt -rm tests/igbinary_088.phpt -rm tests/__serialize_004.phpt -rm tests/__serialize_015.phpt -rm tests/sleep_mangled_name_clash.phpt -%endif -  %if "%{php_version}" > "8.0"  OPTS="-q --show-diff %{?_smp_mflags}"  %else @@ -265,6 +239,10 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Tue Oct  7 2025 Remi Collet <remi@remirepo.net> - 3.2.16-8 +- rebuild for PHP 8.5.0RC2 +- re-enable full test suite +  * Mon Sep 29 2025 Remi Collet <remi@remirepo.net> - 3.2.16-7  - only ignore tests using deprecated call in PHP 8.5  | 
