Compare commits
No commits in common. "rawhide" and "f41" have entirely different histories.
1 changed files with 3 additions and 8 deletions
|
|
@ -7,7 +7,8 @@
|
||||||
# Please, preserve the changelog entries
|
# Please, preserve the changelog entries
|
||||||
#
|
#
|
||||||
|
|
||||||
%bcond_without tests
|
# disabled until phpunit12 available
|
||||||
|
%bcond_with tests
|
||||||
|
|
||||||
%global gh_commit e1367a453f0eda562eedb4f659e13aa900d66c53
|
%global gh_commit e1367a453f0eda562eedb4f659e13aa900d66c53
|
||||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||||
|
|
@ -25,7 +26,7 @@
|
||||||
|
|
||||||
Name: php-%{pk_vendor}-%{pk_project}%{ver_major}
|
Name: php-%{pk_vendor}-%{pk_project}%{ver_major}
|
||||||
Version: 5.0.0
|
Version: 5.0.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Simple template engine, version %{ver_major}
|
Summary: Simple template engine, version %{ver_major}
|
||||||
|
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
|
@ -100,12 +101,6 @@ exit $ret
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 7 2025 Remi Collet <remi@remirepo.net> - 5.0.0-1
|
||||||
- update to 5.0.0
|
- update to 5.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