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 2038773 Details for
Bug 2262801
Review Request: php-phpunit-php-invoker5 - Invoke callables with a timeout, version 5
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.rh109 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
Migrated Products
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
The .spec file difference from Copr build 6986640 to 7700435
spec-from-6986640-to-7700435.diff (text/plain), 2.17 KB, created by
Fedora Review Service
on 2024-07-03 13:20:35 UTC
(
hide
)
Description:
The .spec file difference from Copr build 6986640 to 7700435
Filename:
MIME Type:
Creator:
Fedora Review Service
Created:
2024-07-03 13:20:35 UTC
Size:
2.17 KB
patch
obsolete
>--- https://copr.fedorainfracloud.org/coprs/build/6986640 >+++ https://copr.fedorainfracloud.org/coprs/build/7700435 >@@ -10,11 +10,11 @@ > # disabled until phpunit11 available > %bcond_with tests > >-%global gh_commit 5d8d9355a16d8cc5a1305b0a85342cfa420612be >+%global gh_commit c1ca3814734c07492b3d4c5f794f4b0995333da2 > %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) > %global gh_owner sebastianbergmann > %global gh_project php-invoker >-%global gh_date 2024-02-02 >+%global gh_date 2024-07-03 > %global php_home %{_datadir}/php > # Packagist > %global pk_vendor phpunit >@@ -25,17 +25,18 @@ > %global ns_project Invoker > > Name: php-%{pk_vendor}-%{pk_project}%{major} >-Version: 5.0.0 >+Version: 5.0.1 > Release: 1%{?dist} > Summary: Invoke callables with a timeout, version %{major} > > License: BSD-3-Clause > URL: https://github.com/%{gh_owner}/%{gh_project} >+# run makesrc.sh to create a git snapshot with test suite > Source0: %{name}-%{version}-%{gh_short}.tgz > Source1: makesrc.sh > > BuildArch: noarch >-BuildRequires: php(language) >= 8.1 >+BuildRequires: php(language) >= 8.2 > BuildRequires: php-spl > BuildRequires: php-fedora-autoloader-devel > %if %{with tests} >@@ -47,8 +48,8 @@ > %endif > > # From composer.json, require >-# "php": ">=8.1", >-Requires: php(language) >= 8.1 >+# "php": ">=8.2", >+Requires: php(language) >= 8.2 > # From phpcompatinfo report for version 4.0.0 > Requires: php-pcntl > Requires: php-spl >@@ -90,7 +91,7 @@ > > : Run upstream test suite > ret=0 >-for cmd in php php82 php83; do >+for cmd in php php82 php83 php84; do > if which $cmd; then > $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ > %{_bindir}/phpunit11 || ret=1 >@@ -101,8 +102,6 @@ > > > %files >-# remirepo:1 >-%{!?_licensedir:%global license %%doc} > %license LICENSE > %doc README.md > %doc composer.json >@@ -111,6 +110,9 @@ > > > %changelog >+* Wed Jul 3 2024 Remi Collet <remi@remirepo.net> - 5.0.1-1 >+- update to 5.0.1 >+ > * Mon Feb 5 2024 Remi Collet <remi@remirepo.net> - 5.0.0-1 > - update to 5.0.0 > - raise dependency on PHP 8.2
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 2262801
: 2038773 |
2063775