Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
66f7195c69 | ||
|
|
b76a66d6ef | ||
|
|
2dc8e7a69d |
1 changed files with 12 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# remirepo/fedora spec file for php-sebastian-complexity4
|
||||
#
|
||||
# SPDX-FileCopyrightText: Copyright 2020-2024 Remi Collet
|
||||
# SPDX-FileCopyrightText: Copyright 2020-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
|
||||
|
||||
# github
|
||||
%global gh_commit ee41d384ab1906c68852636b6de493846e13e5a0
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 4.0.1
|
||||
Release: 1%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Calculating the complexity of PHP code units, version %{major}
|
||||
|
||||
License: BSD-3-Clause
|
||||
|
|
@ -116,6 +116,15 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
|
||||
* Wed Jul 3 2024 Remi Collet <remi@remirepo.net> - 4.0.1-1
|
||||
- update to 4.0.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue