Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f39b395c5b |
3 changed files with 11 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/php-phpunit-php-text-template3-3.0.0-9f3d370.tgz
|
||||
/php-phpunit-php-text-template3-3.0.1-0c7b06f.tgz
|
||||
|
|
|
|||
|
|
@ -7,10 +7,9 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
|
||||
# disabled until phpunit10 available
|
||||
%bcond_with tests
|
||||
%bcond_without tests
|
||||
|
||||
%global gh_commit 9f3d3709577a527025f55bcf0f7ab8052c8bb37d
|
||||
%global gh_commit 0c7b06ff49e3d5072f057eb1fa59258bf287a748
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project php-text-template
|
||||
|
|
@ -24,8 +23,8 @@
|
|||
%global ver_major 3
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{ver_major}
|
||||
Version: 3.0.0
|
||||
Release: 2%{?dist}
|
||||
Version: 3.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Simple template engine, version %{ver_major}
|
||||
|
||||
License: BSD-3-Clause
|
||||
|
|
@ -82,7 +81,7 @@ mkdir vendor
|
|||
|
||||
: Run upstream test suite
|
||||
ret=0
|
||||
for cmd in php php81 php82; do
|
||||
for cmd in php php81 php82 php83; do
|
||||
if which $cmd; then
|
||||
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{ver_major}/autoload.php \
|
||||
%{_bindir}/phpunit10 || ret=1
|
||||
|
|
@ -101,6 +100,10 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 1 2023 Remi Collet <remi@remirepo.net> - 3.0.1-1
|
||||
- update to 3.0.1
|
||||
- Enable test suite
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpunit-php-text-template3-3.0.0-9f3d370.tgz) = f2ee02cbd30d8c2d871ed9bc4670b3b62ca803fce9cb900753395bc5caf4c737632742a08cd39089cef27f7018f0908d47d6672ffbf0931f2c51936d3f13f9ce
|
||||
SHA512 (php-phpunit-php-text-template3-3.0.1-0c7b06f.tgz) = 5803f1ea3d48cf22582a6a15ce7b51011d7194d13eedb287b5ddc6d962c27765630ec7332e3dc6a00b32074c9eba4ee61dc73e6a74d5f8a03807999b9676f366
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue