Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b9fd404da5 |
3 changed files with 11 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
|||
/php-sebastian-comparator5-5.0.1-2db5010.tgz
|
||||
/php-sebastian-comparator5-5.0.2-2d3e04c.tgz
|
||||
/php-sebastian-comparator5-5.0.3-a18251e.tgz
|
||||
/php-sebastian-comparator5-5.0.4-e8e5309.tgz
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# remirepo/fedora spec file for php-sebastian-comparator5
|
||||
#
|
||||
# Copyright (c) 2014-2024 Remi Collet
|
||||
# License: CC-BY-SA-4.0
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
# SPDX-FileCopyrightText: Copyright 2014-2025 Remi Collet
|
||||
# SPDX-License-Identifier: CECILL-2.1
|
||||
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
|
||||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
# disabled until phpunit10 available
|
||||
%bcond_without tests
|
||||
|
||||
%global gh_commit a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e
|
||||
%global gh_commit e8e53097718d2b53cfb2aa859b06a41abf58c62e
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project comparator
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
%global ns_project Comparator
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 5.0.3
|
||||
Version: 5.0.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Compare PHP values for equality, version %{major}
|
||||
|
||||
|
|
@ -36,10 +36,8 @@ Source1: makesrc.sh
|
|||
|
||||
BuildArch: noarch
|
||||
BuildRequires: php(language) >= 8.1
|
||||
BuildRequires: php-date
|
||||
BuildRequires: php-dom
|
||||
BuildRequires: php-mbstring
|
||||
BuildRequires: php-spl
|
||||
BuildRequires: (php-composer(%{pk_vendor}/diff) >= 5.0 with php-composer(%{pk_vendor}/diff) < 6)
|
||||
BuildRequires: (php-composer(%{pk_vendor}/exporter) >= 5.0 with php-composer(%{pk_vendor}/exporter) < 6)
|
||||
BuildRequires: php-fedora-autoloader-devel
|
||||
|
|
@ -61,8 +59,6 @@ Requires: php-mbstring
|
|||
Requires: (php-composer(%{pk_vendor}/diff) >= 5.0 with php-composer(%{pk_vendor}/diff) < 6)
|
||||
Requires: (php-composer(%{pk_vendor}/exporter) >= 5.0 with php-composer(%{pk_vendor}/exporter) < 6)
|
||||
# from phpcompatinfo report for version 5.0.0
|
||||
Requires: php-date
|
||||
Requires: php-spl
|
||||
# Autoloader
|
||||
Requires: php-composer(fedora/autoloader)
|
||||
|
||||
|
|
@ -107,7 +103,7 @@ mkdir vendor
|
|||
|
||||
: Run upstream test suite
|
||||
ret=0
|
||||
for cmd in php php81 php82 php83 php84; do
|
||||
for cmd in php php81 php82 php83 php84 php85; do
|
||||
if which $cmd; then
|
||||
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
|
||||
%{_bindir}/phpunit10 --no-coverage || ret=1
|
||||
|
|
@ -126,6 +122,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 8 2025 Remi Collet <remi@remirepo.net> - 5.0.4-1
|
||||
- update to 5.0.4
|
||||
|
||||
* Mon Oct 21 2024 Remi Collet <remi@remirepo.net> - 5.0.3-1
|
||||
- update to 5.0.3
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sebastian-comparator5-5.0.3-a18251e.tgz) = e3e21b5ac069b74020e81397789aa49ad6594700b9145bf36208d482179cc595358bb3189d4f6b7889bcfd18c02caeafbf6dde4192cdfafc4b333256bf328903
|
||||
SHA512 (php-sebastian-comparator5-5.0.4-e8e5309.tgz) = 1c23041312557f1b9750db3903b5026bd393a30b8eeb5130445dfe21e019b5e76feb63a4ce397b72f1d55606b975170773ee0e740b61df0c945b15e88fa60e3c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue