diff options
Diffstat (limited to 'php-zetacomponents-unit-test.spec')
-rw-r--r-- | php-zetacomponents-unit-test.spec | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/php-zetacomponents-unit-test.spec b/php-zetacomponents-unit-test.spec index d41e101..b5e1d3d 100644 --- a/php-zetacomponents-unit-test.spec +++ b/php-zetacomponents-unit-test.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for php-zetacomponents-unit-test # -# Copyright (c) 2015-2022 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2015-2024 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit cbcd611c1cbf9f019d2dfd6ac6d6cbd086afb558 +%global gh_commit 179fd95f1ed1292a5fb639a89f482dfce2038758 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zetacomponents %global gh_project UnitTest @@ -15,11 +15,11 @@ %global ezcdir %{_datadir}/php/ezc Name: php-%{gh_owner}-%{cname} -Version: 1.2.4 +Version: 1.2.6 Release: 1%{?dist} Summary: Zeta UnitTest Component -License: ASL 2.0 +License: Apache-2.0 URL: http://zetacomponents.org/ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz @@ -72,7 +72,6 @@ cp -pr src/*_autoload.php \ %files -%{!?_licensedir:%global license %%doc} %license LICENSE* CREDITS %doc ChangeLog %doc composer.json @@ -84,6 +83,12 @@ cp -pr src/*_autoload.php \ %changelog +* Mon Oct 7 2024 Remi Collet <remi@remirepo.net> - 1.2.6-1 +- update to 1.2.6 + +* Tue Jan 23 2024 Remi Collet <remi@remirepo.net> - 1.2.5-1 +- update to 1.2.5 + * Tue Jul 19 2022 Remi Collet <remi@remirepo.net> - 1.2.4-1 - update to 1.2.4 |