v10.1.4
enable test suite
This commit is contained in:
parent
f6f9f5bc36
commit
98ed4e30c2
3 changed files with 9 additions and 5 deletions
|
|
@ -7,11 +7,10 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
|
||||
# disabled until phpunit10 available
|
||||
%bcond_with tests
|
||||
%bcond_without tests
|
||||
|
||||
# Github
|
||||
%global gh_commit be1fe461fdc917de2a29a452ccf2657d325b443d
|
||||
%global gh_commit cd59bb34756a16ca8253ce9b2909039c227fff71
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_vendor sebastianbergmann
|
||||
%global gh_project php-code-coverage
|
||||
|
|
@ -25,7 +24,7 @@
|
|||
%global ver_major 10
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{ver_major}
|
||||
Version: 10.1.3
|
||||
Version: 10.1.4
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP code coverage information, version %{ver_major}
|
||||
|
||||
|
|
@ -197,6 +196,10 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 1 2023 Remi Collet <remi@remirepo.net> - 10.1.4-1
|
||||
- update to 10.1.4
|
||||
- Enable test suite
|
||||
|
||||
* Thu Jul 27 2023 Remi Collet <remi@remirepo.net> - 10.1.3-1
|
||||
- update to 10.1.3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue