From e5c241a268f5d49fe5d075cda1bded3cf821ad7c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Jul 2017 09:18:58 +0200 Subject: v0.6.4 --- libhandlebars.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'libhandlebars.spec') 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 - 0.6.4-1 +- update to 0.6.4 + * Sat Jun 10 2017 Remi Collet - 0.6.3-2 - latest upstream git snapshot for EL-7 -- cgit