diff options
author | Remi Collet <remi@remirepo.net> | 2017-07-18 09:18:58 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-07-18 09:18:58 +0200 |
commit | e5c241a268f5d49fe5d075cda1bded3cf821ad7c (patch) | |
tree | 5b97af588add7829a669d8c42379771414fdc028 /libhandlebars.spec | |
parent | 1c5a5964ce79bd6d868554b80628c902a04c1194 (diff) |
v0.6.4
Diffstat (limited to 'libhandlebars.spec')
-rw-r--r-- | libhandlebars.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/libhandlebars.spec b/libhandlebars.spec index f0613fd..531614a 100644 --- a/libhandlebars.spec +++ b/libhandlebars.spec @@ -7,12 +7,12 @@ # Please, preserve the changelog entries # %global libname libhandlebars -%global gh_commit b346c43ff617bbdf5db4159607420bd54b02b8d3 +%global gh_commit 9863359d28fa57cabe5494a00453ff12e8581d56 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner jbboehr %global gh_project handlebars.c -%global hspec_commit e553716c186961477983d20c6e852d9a387f0668 +%global hspec_commit 4afc86f830797a59896405a6b15f47bf452b3a5d %global hspec_short %(c=%{hspec_commit}; echo ${c:0:7}) %global hspec_owner jbboehr %global hspec_project handlebars-spec @@ -23,8 +23,8 @@ %global mspec_project spec Name: %{libname} -Version: 0.6.3 -Release: 2%{?dist} +Version: 0.6.4 +Release: 1%{?dist} Group: System Environment/Libraries Summary: Handlebars C library @@ -123,6 +123,9 @@ make test %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 0.6.4-1 +- update to 0.6.4 + * Sat Jun 10 2017 Remi Collet <remi@remirepo.net> - 0.6.3-2 - latest upstream git snapshot for EL-7 |