enable test suite
This commit is contained in:
parent
d390f3357b
commit
3d1fe75e39
1 changed files with 6 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# remirepo/fedora spec file for php-phpunit-php-text-template4
|
||||
#
|
||||
# SPDX-FileCopyrightText: Copyright 2010-2024 Remi Collet
|
||||
# SPDX-FileCopyrightText: Copyright 2010-2025 Remi Collet
|
||||
# SPDX-License-Identifier: CECILL-2.1
|
||||
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
|
||||
#
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
|
||||
# disabled until phpunit11 available
|
||||
%bcond_with tests
|
||||
%bcond_without tests
|
||||
|
||||
%global gh_commit 3e0404dc6b300e6bf56415467ebcb3fe4f33e964
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{ver_major}
|
||||
Version: 4.0.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Simple template engine, version %{ver_major}
|
||||
|
||||
License: BSD-3-Clause
|
||||
|
|
@ -103,6 +103,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 4 2025 Remi Collet <remi@remirepo.net> - 4.0.1-3
|
||||
- enable test suite
|
||||
|
||||
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue