Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a1fb60a25a | ||
|
|
1526e0d324 |
1 changed files with 8 additions and 3 deletions
|
|
@ -8,8 +8,7 @@
|
||||||
# Please, preserve the changelog entries
|
# Please, preserve the changelog entries
|
||||||
#
|
#
|
||||||
|
|
||||||
# disabled until phpunit12 available
|
%bcond_without tests
|
||||||
%bcond_with tests
|
|
||||||
|
|
||||||
%global gh_commit f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc
|
%global gh_commit f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc
|
||||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||||
|
|
@ -28,7 +27,7 @@
|
||||||
|
|
||||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||||
Version: 8.0.0
|
Version: 8.0.0
|
||||||
Release: 1%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: PHP Utility class for timing, version %{major}
|
Summary: PHP Utility class for timing, version %{major}
|
||||||
|
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
|
@ -107,6 +106,12 @@ exit $ret
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Feb 10 2025 Remi Collet <remi@remirepo.net> - 8.0.0-2
|
||||||
|
- enable test suite
|
||||||
|
|
||||||
* Fri Feb 7 2025 Remi Collet <remi@remirepo.net> - 8.0.0-1
|
* Fri Feb 7 2025 Remi Collet <remi@remirepo.net> - 8.0.0-1
|
||||||
- update to 8.0.0
|
- update to 8.0.0
|
||||||
- raise dependency on PHP 8.3
|
- raise dependency on PHP 8.3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue