diff options
| author | Remi Collet <remi@remirepo.net> | 2022-07-19 15:36:51 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-07-19 15:36:51 +0200 | 
| commit | 9dca6adc1f7fc3c132d5b41691d5a996808fccff (patch) | |
| tree | 8b6426d19a69fdaf6659a180c1e8a52c011f786b | |
| parent | b5e8bdde63938331c775c89f86b911bb26809f43 (diff) | |
update to 1.2.4
| -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 1c297a8..d41e101 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    cb521e9197ce5a3b6daab2d8fa006c9f97a05275 +%global gh_commit    cbcd611c1cbf9f019d2dfd6ac6d6cbd086afb558  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     zetacomponents  %global gh_project   UnitTest @@ -15,13 +15,13 @@  %global ezcdir       %{_datadir}/php/ezc  Name:           php-%{gh_owner}-%{cname} -Version:        1.2.3 +Version:        1.2.4  Release:        1%{?dist}  Summary:        Zeta UnitTest Component  License:        ASL 2.0  URL:            http://zetacomponents.org/ -Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz +Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz  BuildArch:      noarch  BuildRequires:  php-fedora-autoloader-devel @@ -84,6 +84,9 @@ cp -pr src/*_autoload.php \  %changelog +* Tue Jul 19 2022 Remi Collet <remi@remirepo.net> - 1.2.4-1 +- update to 1.2.4 +  * Mon Jul 18 2022 Remi Collet <remi@remirepo.net> - 1.2.3-1  - update to 1.2.3  - switch to phpunit9  | 
