Compare commits

..

No commits in common. "rawhide" and "f42" have entirely different histories.

View file

@ -7,7 +7,8 @@
# Please, preserve the changelog entries
#
%bcond_without tests
# disabled until phpunit12 available
%bcond_with tests
# github
%global gh_commit bad4316aba5303d0221f43f8cee37eb58d384bbb
@ -26,7 +27,7 @@
Name: php-%{pk_vendor}-%{pk_project}%{major}
Version: 5.0.0
Release: 3%{?dist}
Release: 1%{?dist}
Summary: Calculating the complexity of PHP code units, version %{major}
License: BSD-3-Clause
@ -115,12 +116,6 @@ exit $ret
%changelog
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Mon Feb 10 2025 Remi Collet <remi@remirepo.net> - 5.0.0-2
- enable test suite
* Fri Feb 7 2025 Remi Collet <remi@remirepo.net> - 5.0.0-1
- update to 5.0.0
- raise dependency on PHP 8.3