parent
16b9d47b45
commit
7fc67db2e3
3 changed files with 17 additions and 15 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -57,3 +57,5 @@
|
|||
/phpunit9-9.6.19-a1a54a4.tgz
|
||||
/phpunit9-9.6.20-49d7820.tgz
|
||||
/phpunit9-9.6.21-de6abf3.tgz
|
||||
/phpunit9-9.6.22-f80235c.tgz
|
||||
/phpunit9-9.6.23-43d2cb1.tgz
|
||||
|
|
|
|||
|
|
@ -1,16 +1,15 @@
|
|||
# remirepo/fedora spec file for phpunit9
|
||||
#
|
||||
# Copyright (c) 2010-2024 Remi Collet
|
||||
#
|
||||
# License: CC-BY-SA-4.0
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
# SPDX-FileCopyrightText: Copyright 2010-2025 Remi Collet
|
||||
# SPDX-License-Identifier: CECILL-2.1
|
||||
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
|
||||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
|
||||
|
||||
%global gh_commit de6abf3b6f8dd955fac3caad3af7a9504e8c2ffa
|
||||
%global gh_date 2024-09-19
|
||||
%global gh_commit 43d2cb18d0675c38bd44982a5d1d88f6d53d8d95
|
||||
%global gh_date 2025-05-02
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project phpunit
|
||||
|
|
@ -23,7 +22,7 @@
|
|||
%global ver_major 9
|
||||
%global ver_minor 6
|
||||
|
||||
%global upstream_version 9.6.21
|
||||
%global upstream_version 9.6.23
|
||||
#global upstream_prever dev
|
||||
|
||||
Name: %{pk_project}%{ver_major}
|
||||
|
|
@ -42,7 +41,7 @@ Patch0: %{name}-rpm.patch
|
|||
BuildArch: noarch
|
||||
BuildRequires: php(language) >= 7.3
|
||||
BuildRequires: (php-composer(doctrine/instantiator) >= 1.5.0 with php-composer(doctrine/instantiator) < 3)
|
||||
BuildRequires: (php-composer(myclabs/deep-copy) >= 1.12.0 with php-composer(myclabs/deep-copy) < 2)
|
||||
BuildRequires: (php-composer(myclabs/deep-copy) >= 1.13.1 with php-composer(myclabs/deep-copy) < 2)
|
||||
BuildRequires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3)
|
||||
BuildRequires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4)
|
||||
BuildRequires: (php-composer(phpspec/prophecy) >= 1.12.1 with php-composer(phpspec/prophecy) < 2)
|
||||
|
|
@ -80,7 +79,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0
|
|||
# "ext-xml": "*",
|
||||
# "ext-xmlwriter": "*",
|
||||
# "doctrine/instantiator": "^1.5.0 || ^2",
|
||||
# "myclabs/deep-copy": "^1.12.0",
|
||||
# "myclabs/deep-copy": "^1.13.1",
|
||||
# "phar-io/manifest": "^2.0.4",
|
||||
# "phar-io/version": "^3.2.1",
|
||||
# "phpunit/php-code-coverage": "^9.2.31",
|
||||
|
|
@ -108,7 +107,7 @@ Requires: php-mbstring
|
|||
Requires: php-xml
|
||||
Requires: php-xmlwriter
|
||||
Requires: (php-composer(doctrine/instantiator) >= 1.5.0 with php-composer(doctrine/instantiator) < 3)
|
||||
Requires: (php-composer(myclabs/deep-copy) >= 1.12.0 with php-composer(myclabs/deep-copy) < 2)
|
||||
Requires: (php-composer(myclabs/deep-copy) >= 1.13.1 with php-composer(myclabs/deep-copy) < 2)
|
||||
Requires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3)
|
||||
Requires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4)
|
||||
Requires: (php-composer(phpspec/prophecy) >= 1.12.1 with php-composer(phpspec/prophecy) < 2)
|
||||
|
|
@ -142,12 +141,9 @@ Recommends: phpunit11
|
|||
# Autoloader
|
||||
Requires: php-composer(fedora/autoloader)
|
||||
# From phpcompatinfo report for version 8.0.0
|
||||
Requires: php-reflection
|
||||
Requires: php-openssl
|
||||
Requires: php-pcntl
|
||||
Requires: php-pcre
|
||||
Requires: php-phar
|
||||
Requires: php-spl
|
||||
|
||||
%if 0%{?fedora} >= 39 || 0%{?rhel} >= 10
|
||||
Provides: php-composer(phpunit/phpunit) = %{version}
|
||||
|
|
@ -162,7 +158,7 @@ It is an instance of the xUnit architecture for unit testing frameworks.
|
|||
This package provides the version %{ver_major} of PHPUnit,
|
||||
available using the %{name} command.
|
||||
|
||||
Documentation: https://phpunit.readthedocs.io/
|
||||
Documentation: https://phpunit.de/documentation.html
|
||||
|
||||
|
||||
%prep
|
||||
|
|
@ -262,6 +258,10 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun May 4 2025 Remi Collet <remi@remirepo.net> - 9.6.23-1
|
||||
- update to 9.6.23
|
||||
- raise dependency on myclabs/deep-copy 1.13.1
|
||||
|
||||
* Thu Sep 19 2024 Remi Collet <remi@remirepo.net> - 9.6.21-1
|
||||
- update to 9.6.21
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (phpunit9-9.6.21-de6abf3.tgz) = 192171cf1686e171d74264de84666423c506440f2ee790260e88e79c9bb497d394f334f62a1e3175907a98ef41cb8a7770fa6853f61e56efb8eba88f4ad0df4e
|
||||
SHA512 (phpunit9-9.6.23-43d2cb1.tgz) = d9e36e4ab35b3eea0c2fbc210ac5474e4236b263e84981fce30876e71d5fb81e65333706f2d514f7ccad90348ab93c00623e7e9cdbb0cabf399932f2ff2ca624
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue