v2.0.4
This commit is contained in:
parent
6ae07c7039
commit
741c2c45d0
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
|||
/php-phpunit-php-text-template2-2.0.1-0c69cbf.tgz
|
||||
/php-phpunit-php-text-template2-2.0.2-6ff9c8e.tgz
|
||||
/php-phpunit-php-text-template2-2.0.3-18c8870.tgz
|
||||
/php-phpunit-php-text-template2-2.0.4-5da5f67.tgz
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
@ -100,6 +100,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)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpunit-php-text-template2-2.0.3-18c8870.tgz) = 9e166090d47ae5c7d7eb015357e698c1673b1137d205f56685bdd68fd87119d9da47107d63166e7b12d71d2e41917bf76e613e625493562a7226c52aa165c1c9
|
||||
SHA512 (php-phpunit-php-text-template2-2.0.4-5da5f67.tgz) = 46f19b48e627f3cc2bc7791ee9f195abe45f0ff7ec4a7efd327984ea791e3e08763cd3533cd5635fab9a89a3523a5f7621ab5e1def6f262b6a568344083ad6e1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue