diff options
author | Remi Collet <remi@remirepo.net> | 2022-01-24 10:52:01 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-01-24 10:52:01 +0100 |
commit | a0d50e86680e83855e57d62ee15c6fd2a5e80bde (patch) | |
tree | 6ad7fb971b98bc2eaea150ed1d37fb781461122d | |
parent | 86f03cb529a6ee38feb261efac9abc0d4c1180ee (diff) |
update to 1.1.5
-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 |