Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a3fd1b14e4 | ||
|
|
15d64ff560 |
3 changed files with 15 additions and 7 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
|||
clog
|
||||
/php-sebastian-exporter3-3.0.0-b82d077.tar.gz
|
||||
/php-sebastian-exporter3-3.1.0-234199f.tar.gz
|
||||
/php-sebastian-exporter3-3.1.1-06a9a59.tar.gz
|
||||
/php-sebastian-exporter3-3.1.2-68609e1.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
# remirepo/fedora spec file for php-sebastian-exporter3
|
||||
#
|
||||
# Copyright (c) 2013-2018 Remi Collet
|
||||
# Copyright (c) 2013-2019 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 234199f4528de6d12aaa58b612e98f7d36adb937
|
||||
%global gh_commit 68609e1261d215ea5b21b7987539cbfbe156ec3e
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project exporter
|
||||
|
|
@ -24,8 +24,8 @@
|
|||
%endif
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 3.1.0
|
||||
Release: 6%{?dist}
|
||||
Version: 3.1.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Export PHP variables for visualization
|
||||
|
||||
License: BSD
|
||||
|
|
@ -77,7 +77,7 @@ Provides the functionality to export PHP variables for visualization.
|
|||
|
||||
%build
|
||||
# generate the Autoloader
|
||||
phpab --template fedora2 --output src/autoload.php src
|
||||
phpab --template fedora --output src/autoload.php src
|
||||
|
||||
# Rely on include_path as in PHPUnit dependencies
|
||||
cat <<EOF | tee -a src/autoload.php
|
||||
|
|
@ -98,7 +98,7 @@ touch vendor/autoload.php
|
|||
|
||||
: Run upstream test suite
|
||||
ret=0
|
||||
for cmd in php php70 php71 php72 php73; do
|
||||
for cmd in php php70 php71 php72 php73 php74; do
|
||||
if which $cmd; then
|
||||
%{_bindir}/php -d include_path=.:%{buildroot}%{_datadir}/php:%{_datadir}/php \
|
||||
%{_bindir}/phpunit6 --verbose || ret=1
|
||||
|
|
@ -117,6 +117,12 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Sep 15 2019 Remi Collet <remi@remirepo.net> - 3.1.2-1
|
||||
- update to 3.1.2
|
||||
|
||||
* Mon Aug 12 2019 Remi Collet <remi@remirepo.net> - 3.1.1-1
|
||||
- update to 3.1.1
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sebastian-exporter3-3.1.0-234199f.tar.gz) = c11847455a7a1cbfeaf6df17f3e83b9e5a8ff53d19262be957dec3cf34acc7b5ad358df62aebc3bc084700f737c48e26c89d585599589ebb456e0fb31948fe5d
|
||||
SHA512 (php-sebastian-exporter3-3.1.2-68609e1.tar.gz) = 7a739485c445d165ab48c54d84301e1c2394bf73da2a756f2b25d3dadbcf6abbb6701258a7caa302695da16fe7f6c5b081d676b9f7a2ac44cbde9ef7d328e6f1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue