diff options
| -rw-r--r-- | php-zetacomponents-unit-test.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-zetacomponents-unit-test.spec b/php-zetacomponents-unit-test.spec index d1bae1c..e87e428 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    356d1cbf3b8238027550e7ada23115d811b8a78f +%global gh_commit    0f3f429e33ce4b5e92f1363557da79528bc8a49e  %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.1.5 +Version:        1.1.7  Release:        1%{?dist}  Summary:        Zeta UnitTest Component @@ -84,6 +84,9 @@ cp -pr src/*_autoload.php \  %changelog +* Tue Feb 15 2022 Remi Collet <remi@remirepo.net> - 1.1.7-1 +- update to 1.1.7 +  * Mon Jan 24 2022 Remi Collet <remi@remirepo.net> - 1.1.5-1  - update to 1.1.5  | 
