diff options
| author | Remi Collet <remi@remirepo.net> | 2022-02-15 10:10:47 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-02-15 10:10:47 +0100 | 
| commit | 0e9a292baf5296f62b4cb68ab06bf64971d41d6d (patch) | |
| tree | d1bdd4bd26c861ce07e88aaaaf9f56884c5c6bdd | |
| parent | a0d50e86680e83855e57d62ee15c6fd2a5e80bde (diff) | |
update to 1.1.7
| -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  | 
