v2.0.4
This commit is contained in:
parent
6ae07c7039
commit
741c2c45d0
3 changed files with 8 additions and 4 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue