diff options
author | Remi Collet <remi@remirepo.net> | 2024-10-07 09:26:40 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-10-07 09:26:40 +0200 |
commit | 439252cd41b92ceb783ce9af0a16b223ac3f1287 (patch) | |
tree | a0bd8d411799d45564dc269f3a6d5cd4bae2dcf6 /php-zetacomponents-unit-test.spec | |
parent | 8e3d05da2236f2807631c338a84f9b31884589a1 (diff) |
Diffstat (limited to 'php-zetacomponents-unit-test.spec')
-rw-r--r-- | php-zetacomponents-unit-test.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/php-zetacomponents-unit-test.spec b/php-zetacomponents-unit-test.spec index 6a8bcd5..b5e1d3d 100644 --- a/php-zetacomponents-unit-test.spec +++ b/php-zetacomponents-unit-test.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit ba9fd9e050d822c590a87f6c3cf31d60f556209e +%global gh_commit 179fd95f1ed1292a5fb639a89f482dfce2038758 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zetacomponents %global gh_project UnitTest @@ -15,7 +15,7 @@ %global ezcdir %{_datadir}/php/ezc Name: php-%{gh_owner}-%{cname} -Version: 1.2.5 +Version: 1.2.6 Release: 1%{?dist} Summary: Zeta UnitTest Component @@ -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,9 @@ 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 |