diff options
| author | Remi Collet <remi@remirepo.net> | 2021-11-23 07:57:09 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2021-11-23 07:57:09 +0100 | 
| commit | 173b82a8e4ad09d43547b4c482560626b99ad575 (patch) | |
| tree | 7f0e188a92f0f5019b077efd1ed0f9b5cb076129 | |
| parent | eedf9c66c7a021e4acda89640bd0dcb4dc122512 (diff) | |
update to 1.0.3
| -rw-r--r-- | php-yoast-phpunit-polyfills.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/php-yoast-phpunit-polyfills.spec b/php-yoast-phpunit-polyfills.spec index 348d9bc..01f5852 100644 --- a/php-yoast-phpunit-polyfills.spec +++ b/php-yoast-phpunit-polyfills.spec @@ -7,7 +7,7 @@  # Please preserve changelog entries  #  # Github -%global gh_commit    1a582ab1d91e86aa450340c4d35631a85314ff9f +%global gh_commit    5ea3536428944955f969bc764bbe09738e151ada  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     Yoast  %global gh_project   PHPUnit-Polyfills @@ -23,7 +23,7 @@  %global php_home     %{_datadir}/php  Name:           php-%{pk_vendor}-%{pk_project}%{major} -Version:        1.0.2 +Version:        1.0.3  Release:        1%{?dist}  Summary:        Set of polyfills for changed PHPUnit functionality @@ -147,6 +147,9 @@ exit $ret  %changelog +* Tue Nov 23 2021 Remi Collet <remi@remirepo.net> - 1.0.3-1 +- update to 1.0.3 +  * Mon Oct  4 2021 Remi Collet <remi@remirepo.net> - 1.0.2-1  - update to 1.0.2 | 
