Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
01d4554a67 |
3 changed files with 13 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/php-sebastian-environment7-7.2.0-855f3ae.tgz
|
||||
/php-sebastian-environment7-7.2.1-a5c7503.tgz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# remirepo/fedora spec file for php-sebastian-environment7
|
||||
#
|
||||
# SPDX-FileCopyrightText: Copyright 2014-2024 Remi Collet
|
||||
# SPDX-FileCopyrightText: Copyright 2014-2025 Remi Collet
|
||||
# SPDX-License-Identifier: CECILL-2.1
|
||||
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
|
||||
#
|
||||
|
|
@ -8,14 +8,14 @@
|
|||
#
|
||||
|
||||
# disabled until phpunit11 available
|
||||
%bcond_with tests
|
||||
%bcond_without tests
|
||||
|
||||
# Sources
|
||||
%global gh_commit 855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5
|
||||
%global gh_commit a5c75038693ad2e8d4b6c15ba2403532647830c4
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project environment
|
||||
%global gh_date 2024-07-03
|
||||
%global gh_date 2025-05-21
|
||||
# Packagist
|
||||
%global pk_vendor sebastian
|
||||
%global pk_project %{gh_project}
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
%global ns_project Environment
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 7.2.0
|
||||
Version: 7.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Handle HHVM/PHP environments, version %{major}
|
||||
|
||||
|
|
@ -45,8 +45,8 @@ BuildRequires: php-posix
|
|||
BuildRequires: php-fedora-autoloader-devel
|
||||
%if %{with tests}
|
||||
# from composer.json, "require-dev": {
|
||||
# "phpunit/phpunit": "^11.0"
|
||||
BuildRequires: phpunit11
|
||||
# "phpunit/phpunit": "^11.3"
|
||||
BuildRequires: phpunit11 >= 11.3
|
||||
%endif
|
||||
|
||||
# from composer.json, "require": {
|
||||
|
|
@ -113,6 +113,10 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu May 22 2025 Remi Collet <remi@remirepo.net> - 7.2.1-1
|
||||
- update to 7.2.1
|
||||
- enable test suite
|
||||
|
||||
* Wed Jul 3 2024 Remi Collet <remi@remirepo.net> - 7.2.0-1
|
||||
- update to 7.2.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sebastian-environment7-7.2.0-855f3ae.tgz) = 056e349df9f26f06e154a58c2156ec590f06987f52d206d76ad6078f3e2517c274e42fbc62b2a50893dd289e5a5a7342ce62cfa0121a302b47795458e3032441
|
||||
SHA512 (php-sebastian-environment7-7.2.1-a5c7503.tgz) = ffb397d4d490112b6b877ea89f4f559e4546243bc2efe9f769bd20de65f3890fd99936214414495426a6011e5ec28d019db92ca821990057c283b48c72aab01c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue