Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a34b6c57fc | ||
|
|
c7d1723c82 |
3 changed files with 18 additions and 14 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -3,3 +3,5 @@
|
|||
/php-sebastian-exporter5-5.1.0-c3fa848.tgz
|
||||
/php-sebastian-exporter5-5.1.1-64f5165.tgz
|
||||
/php-sebastian-exporter5-5.1.2-9552884.tgz
|
||||
/php-sebastian-exporter5-5.1.3-9e7e862.tgz
|
||||
/php-sebastian-exporter5-5.1.4-0735b90.tgz
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
# remirepo/fedora spec file for php-sebastian-exporter5
|
||||
#
|
||||
# Copyright (c) 2013-2024 Remi Collet
|
||||
# License: CC-BY-SA-4.0
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
# SPDX-FileCopyrightText: Copyright 2013-2025 Remi Collet
|
||||
# SPDX-License-Identifier: CECILL-2.1
|
||||
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
|
||||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
|
||||
%bcond_without tests
|
||||
|
||||
%global gh_commit 955288482d97c19a372d3f31006ab3f37da47adf
|
||||
%global gh_commit 0735b90f4da94969541dac1da743446e276defa6
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project exporter
|
||||
|
|
@ -25,8 +25,8 @@
|
|||
%global pear_channel pear.phpunit.de
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 5.1.2
|
||||
Release: 2%{?dist}
|
||||
Version: 5.1.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Export PHP variables for visualization, version %{major}
|
||||
|
||||
License: BSD-3-Clause
|
||||
|
|
@ -37,13 +37,11 @@ Source1: makesrc.sh
|
|||
BuildArch: noarch
|
||||
BuildRequires: php(language) >= 8.1
|
||||
BuildRequires: php-mbstring
|
||||
BuildRequires: php-pcre
|
||||
BuildRequires: php-spl
|
||||
BuildRequires: php-fedora-autoloader-devel
|
||||
%if %{with tests}
|
||||
# from composer.json, "require-dev": {
|
||||
# "phpunit/phpunit": "^10.0",
|
||||
BuildRequires: phpunit10
|
||||
# "phpunit/phpunit": "^10.5",
|
||||
BuildRequires: phpunit10 >= 10.5
|
||||
BuildRequires: (php-composer(%{pk_vendor}/recursion-context) >= 5.0 with php-composer(%{pk_vendor}/recursion-context) < 6)
|
||||
%endif
|
||||
|
||||
|
|
@ -55,8 +53,6 @@ Requires: php(language) >= 8.1
|
|||
Requires: php-mbstring
|
||||
Requires: (php-composer(%{pk_vendor}/recursion-context) >= 5.0 with php-composer(%{pk_vendor}/recursion-context) < 6)
|
||||
# from phpcompatinfo report for version 5.0.0
|
||||
Requires: php-pcre
|
||||
Requires: php-spl
|
||||
# Autoloader
|
||||
Requires: php-composer(fedora/autoloader)
|
||||
|
||||
|
|
@ -97,7 +93,7 @@ phpab --template fedora --output vendor/autoload.php tests/_fixture/
|
|||
|
||||
: Run upstream test suite
|
||||
ret=0
|
||||
for cmd in php php81 php82 php83; 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 || ret=1
|
||||
|
|
@ -115,6 +111,12 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 24 2025 Remi Collet <remi@remirepo.net> - 5.1.4-1
|
||||
- update to 5.1.4
|
||||
|
||||
* Mon Sep 22 2025 Remi Collet <remi@remirepo.net> - 5.1.3-1
|
||||
- update to 5.1.3
|
||||
|
||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sebastian-exporter5-5.1.2-9552884.tgz) = b0c162f6ba5a24e87d01115a5000982e23145d8ff1f75c37035a30155ea2125627c88e66c61a71959a5eb472becda279ec17bef49715b264f4812cd34dce25f2
|
||||
SHA512 (php-sebastian-exporter5-5.1.4-0735b90.tgz) = 5dc9b6f15946093146288bb0173a5d101fcfb5c37a07938662b843272926671d08af86cbfb1551c0bd571b8a12023b535b9fff80fc6ed5416bbe96be8847a304
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue