diff options
| -rw-r--r-- | php-zetacomponents-unit-test.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-zetacomponents-unit-test.spec b/php-zetacomponents-unit-test.spec index d5c0969..d1bae1c 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-2021 Remi Collet +# Copyright (c) 2015-2022 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  #  # Please, preserve the changelog entries  # -%global gh_commit    58171749418ca693d20733fa9a3fde4d32780b54 +%global gh_commit    356d1cbf3b8238027550e7ada23115d811b8a78f  %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.3 +Version:        1.1.5  Release:        1%{?dist}  Summary:        Zeta UnitTest Component @@ -84,6 +84,9 @@ cp -pr src/*_autoload.php \  %changelog +* Mon Jan 24 2022 Remi Collet <remi@remirepo.net> - 1.1.5-1 +- update to 1.1.5 +  * Mon Aug  9 2021 Remi Collet <remi@remirepo.net> - 1.1.3-1  - update to 1.1.3  - switch to phpunit8  | 
