Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
035856f5ba |
3 changed files with 10 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,3 +5,4 @@ clog
|
|||
/php-sebastian-exporter3-3.1.2-68609e1.tar.gz
|
||||
/php-sebastian-exporter3-3.1.3-6b85314.tar.gz
|
||||
/php-sebastian-exporter3-3.1.4-0c32ea2.tgz
|
||||
/php-sebastian-exporter3-3.1.5-73a9676.tgz
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
# remirepo/fedora spec file for php-sebastian-exporter3
|
||||
#
|
||||
# Copyright (c) 2013-2021 Remi Collet
|
||||
# Copyright (c) 2013-2022 Remi Collet
|
||||
# License: CC-BY-SA
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global bootstrap 0
|
||||
%global gh_commit 0c32ea2e40dbf59de29f3b49bf375176ce7dd8db
|
||||
%global gh_commit 73a9676f2833b9a7c36968f9d882589cd75511e6
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project exporter
|
||||
|
|
@ -28,8 +28,8 @@
|
|||
# NOTICE: used by phpunit 6, 7 and 8
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 3.1.4
|
||||
Release: 2%{?dist}
|
||||
Version: 3.1.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Export PHP variables for visualization, version %{major}
|
||||
|
||||
License: BSD
|
||||
|
|
@ -95,7 +95,7 @@ touch vendor/autoload.php
|
|||
|
||||
: Run upstream test suite
|
||||
ret=0
|
||||
for cmd in php php73 php74 php80 php81; do
|
||||
for cmd in php php74 php80 php81 php82; do
|
||||
if which $cmd; then
|
||||
%{_bindir}/php -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
|
||||
%{_bindir}/phpunit8 --verbose || ret=1
|
||||
|
|
@ -113,6 +113,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 14 2022 Remi Collet <remi@remirepo.net> - 3.1.5-1
|
||||
- update to 3.1.5
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sebastian-exporter3-3.1.4-0c32ea2.tgz) = 44c966861fa8fa1c7d5e0571e436932cc25e858ce8c0f2f5dbee85287a5015bf64b4707cad882fc0702594858cfe01ca76b72d3ee96685d942f5d98a4f2ba57b
|
||||
SHA512 (php-sebastian-exporter3-3.1.5-73a9676.tgz) = aeda30177a1c0293768a8f4afd277254a1f70a6d3bcaa327a38d5c581223ab7a341ea093079e5ece1186c223f22419c5db10969350e2832df4df5af06d1bbc89
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue