diff options
author | Remi Collet <remi@remirepo.net> | 2020-10-26 07:09:26 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-10-26 07:09:26 +0100 |
commit | 47b68837e6182f4cec4c122f495dd6407a3991c9 (patch) | |
tree | 3627e6f39e72d787f6a7d34f038ec1b56047b2a5 | |
parent | 9a7982a904f29a01a66f660281fa60b5f4bf18d0 (diff) |
update to 2.0.4
-rw-r--r-- | php-phpunit-php-text-template2.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-php-text-template2.spec b/php-phpunit-php-text-template2.spec index dd21d1f..aac811e 100644 --- a/php-phpunit-php-text-template2.spec +++ b/php-phpunit-php-text-template2.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 18c887016e60e52477e54534956d7b47bc52cd84 +%global gh_commit 5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-text-template @@ -27,9 +27,9 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 2.0.3 +Version: 2.0.4 Release: 1%{?dist} -Summary: Simple template engine +Summary: Simple template engine, version %{ver_major} License: BSD URL: https://github.com/%{gh_owner}/%{gh_project} @@ -102,6 +102,9 @@ exit $ret %changelog +* Mon Oct 26 2020 Remi Collet <remi@remirepo.net> - 2.0.4-1 +- update to 2.0.4 + * Mon Sep 28 2020 Remi Collet <remi@remirepo.net> - 2.0.3-1 - update to 2.0.3 (no change) |