diff options
| -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  | 
