summaryrefslogtreecommitdiffstats
path: root/phpunit8.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-07-07 05:45:49 +0200
committerRemi Collet <remi@php.net>2026-07-07 05:45:49 +0200
commitfa8a8ac3fef4303282341ae4f4786cefde7a205b (patch)
treeab6814738e17d72c53cadf09529d95f0ea4ac827 /phpunit8.spec
parent3a00352d49126f73803c72840bc6f4c73ae9366e (diff)
update to 8.5.53HEADmaster
Diffstat (limited to 'phpunit8.spec')
-rw-r--r--phpunit8.spec20
1 files changed, 8 insertions, 12 deletions
diff --git a/phpunit8.spec b/phpunit8.spec
index c7ea901..801c84b 100644
--- a/phpunit8.spec
+++ b/phpunit8.spec
@@ -11,9 +11,6 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 1015741814413c156abb0f53d7db7bbd03c6e858
-%global gh_date 2026-01-27
-%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project phpunit
# Packagist
@@ -25,17 +22,14 @@
%global ver_major 8
%global ver_minor 5
-%global upstream_version 8.5.52
-#global upstream_prever dev
-
Name: %{pk_project}%{ver_major}
-Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
+Version: 8.5.53
Release: 1%{?dist}
Summary: The PHP Unit Testing framework version %{ver_major}
License: BSD-3-Clause
URL: https://github.com/%{gh_owner}/%{gh_project}
-Source0: %{name}-%{upstream_version}-%{gh_short}.tgz
+Source0: %{name}-%{version}.tgz
Source1: makesrc.sh
# Fix command for autoload
@@ -74,10 +68,10 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0
# From composer.json, "require": {
# "php": ">=7.2",
# "ext-dom": "*",
+# "ext-filter": "*",
# "ext-json": "*",
# "ext-libxml": "*",
# "ext-mbstring": "*",
-# "ext-xml": "*",
# "ext-xmlwriter": "*",
# "doctrine/instantiator": "^1.5.0",
# "myclabs/deep-copy": "^1.13.4",
@@ -152,7 +146,6 @@ Requires: php-phar
%if 0%{?fedora} >= 39 || 0%{?rhel} >= 10
Provides: php-composer(phpunit/phpunit) = %{version}
-Provides: phpunit = %{version}-%{release}
%endif
@@ -167,7 +160,7 @@ Documentation: https://phpunit.de/documentation.html
%prep
-%setup -q -n %{gh_project}-%{gh_commit}
+%setup -q -n %{gh_project}-%{version}
%patch -P0 -p0 -b .rpm
find . -name \*.rpm -delete -print
@@ -235,7 +228,7 @@ sed -e 's:@PATH@:%{buildroot}%{php_home}/%{ns_vendor}:' -i tests/bootstrap.php
sed -e 's:%{php_home}/%{ns_vendor}:%{buildroot}%{php_home}/%{ns_vendor}:' -i phpunit
ret=0
-for cmd in php php82 php83 php84 php85; do
+for cmd in php php82 php83 php84 php85 php86; do
if which $cmd; then
$cmd ./phpunit $OPT --verbose || ret=1
fi
@@ -252,6 +245,9 @@ exit $ret
%changelog
+* Tue Jul 7 2026 Remi Collet <remi@remirepo.net> - 8.5.53-1
+- update to 8.5.53
+
* Tue Jan 27 2026 Remi Collet <remi@remirepo.net> - 8.5.52-1
- update to 8.5.52