Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1981287 Details for
Bug 2168112
Review Request: phpunit10 - The PHP Unit Testing framework version 10
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh89 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
The .spec file difference from Copr build 6219813 to 6234129
spec-from-6219813-to-6234129.diff (text/plain), 4.56 KB, created by
Fedora Review Service
on 2023-08-02 10:25:57 UTC
(
hide
)
Description:
The .spec file difference from Copr build 6219813 to 6234129
Filename:
MIME Type:
Creator:
Fedora Review Service
Created:
2023-08-02 10:25:57 UTC
Size:
4.56 KB
patch
obsolete
>--- https://copr.fedorainfracloud.org/coprs/build/6219813 >+++ https://copr.fedorainfracloud.org/coprs/build/6234129 >@@ -8,10 +8,15 @@ > # Please, preserve the changelog entries > # > >+# remirepo:4 >+%if "%{?vendeur}" == "remi" > # For compatibility with SCL > %undefine __brp_mangle_shebangs >- >-%global gh_commit 1c17815c129f133f3019cc18e8d0c8622e6d9bcd >+%endif >+ >+%bcond_without tests >+ >+%global gh_commit a215d9ee8bac1733796e4ddff3306811f14414e5 > #global gh_date 20150927 > %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) > %global gh_owner sebastianbergmann >@@ -25,7 +30,7 @@ > %global ver_major 10 > %global ver_minor 2 > >-%global upstream_version 10.2.6 >+%global upstream_version 10.2.7 > #global upstream_prever dev > > Name: %{pk_project}%{ver_major} >@@ -60,7 +65,7 @@ > BuildRequires: (php-composer(sebastian/diff) >= 5.0 with php-composer(sebastian/diff) < 6) > BuildRequires: (php-composer(sebastian/environment) >= 6.0 with php-composer(sebastian/environment) < 7) > BuildRequires: (php-composer(sebastian/exporter) >= 5.0 with php-composer(sebastian/exporter) < 6) >-BuildRequires: (php-composer(sebastian/global-state) >= 6.0 with php-composer(sebastian/global-state) < 7) >+BuildRequires: (php-composer(sebastian/global-state) >= 6.0.1 with php-composer(sebastian/global-state) < 7) > BuildRequires: (php-composer(sebastian/object-enumerator) >= 5.0 with php-composer(sebastian/object-enumerator) < 6) > BuildRequires: (php-composer(sebastian/recursion-context) >= 5.0 with php-composer(sebastian/recursion-context) < 6) > BuildRequires: (php-composer(sebastian/type) >= 4.0 with php-composer(sebastian/type) < 5) >@@ -81,7 +86,7 @@ > BuildRequires: php-sebastian-diff5 > BuildRequires: php-sebastian-environment6 > BuildRequires: php-sebastian-exporter5 >-BuildRequires: php-sebastian-global-state6 >+BuildRequires: php-sebastian-global-state6 >= 6.0.1 > BuildRequires: php-sebastian-object-enumerator5 > BuildRequires: php-sebastian-recursion-context5 > BuildRequires: php-sebastian-type4 >@@ -118,7 +123,7 @@ > # "sebastian/diff": "^5.0", > # "sebastian/environment": "^6.0", > # "sebastian/exporter": "^5.0", >-# "sebastian/global-state": "^6.0", >+# "sebastian/global-state": "^6.0.1", > # "sebastian/object-enumerator": "^5.0", > # "sebastian/recursion-context": "^5.0", > # "sebastian/type": "^4.0", >@@ -147,7 +152,7 @@ > Requires: (php-composer(sebastian/diff) >= 5.0 with php-composer(sebastian/diff) < 6) > Requires: (php-composer(sebastian/environment) >= 6.0 with php-composer(sebastian/environment) < 7) > Requires: (php-composer(sebastian/exporter) >= 5.0 with php-composer(sebastian/exporter) < 6) >-Requires: (php-composer(sebastian/global-state) >= 6.0 with php-composer(sebastian/global-state) < 7) >+Requires: (php-composer(sebastian/global-state) >= 6.0.1 with php-composer(sebastian/global-state) < 7) > Requires: (php-composer(sebastian/object-enumerator) >= 5.0 with php-composer(sebastian/object-enumerator) < 6) > Requires: (php-composer(sebastian/recursion-context) >= 5.0 with php-composer(sebastian/recursion-context) < 6) > Requires: (php-composer(sebastian/type) >= 4.0 with php-composer(sebastian/type) < 5) >@@ -173,7 +178,7 @@ > Requires: php-sebastian-diff5 > Requires: php-sebastian-environment6 > Requires: php-sebastian-exporter5 >-Requires: php-sebastian-global-state6 >+Requires: php-sebastian-global-state6 >= 6.0.1 > Requires: php-sebastian-object-enumerator5 > Requires: php-sebastian-recursion-context5 > Requires: php-sebastian-type4 >@@ -271,6 +276,7 @@ > install -p -m 644 phpunit.xsd %{buildroot}%{php_home}/%{ns_vendor}/phpunit.xsd > > >+%if %{with tests} > %check > # ignore tests relying on git layout > OPT='--filter "^((?!(testIsInitialized|testExclusionOfFileCanBeQueried)).)*$" --testsuite=unit --no-coverage' >@@ -278,12 +284,13 @@ > sed -e 's:%{php_home}/%{ns_vendor}:%{buildroot}%{php_home}/%{ns_vendor}:' -i phpunit > > ret=0 >-for cmd in php php81 php82; do >+for cmd in php php81 php82 php83; do > if which $cmd; then > $cmd ./phpunit $OPT || ret=1 > fi > done > exit $ret >+%endif > > > %files >@@ -297,6 +304,10 @@ > > > %changelog >+* Wed Aug 2 2023 Remi Collet <remi@remirepo.net> - 10.2.7-1 >+- update to 10.2.7 >+- raise dependency on sebastian/global-state 6.0.1 >+ > * Tue Jul 18 2023 Remi Collet <remi@remirepo.net> - 10.2.6-1 > - update to 10.2.6 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2168112
:
1945273
|
1945400
|
1946925
|
1947416
|
1949255
|
1950197
|
1952289
|
1953959
|
1958232
|
1959731
|
1968505
|
1969021
|
1970377
|
1975685
|
1976295
| 1981287