From de252fb57e7387fbd237a3a14ab767bc65e84b47 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Apr 2020 07:09:56 +0200 Subject: v0.7.2 --- libhandlebars.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'libhandlebars.spec') diff --git a/libhandlebars.spec b/libhandlebars.spec index 642ce5c..36636d3 100644 --- a/libhandlebars.spec +++ b/libhandlebars.spec @@ -8,7 +8,7 @@ # %global libname libhandlebars -%global gh_commit 989e4badf13238a381bc12dc0da6c7acf30baf51 +%global gh_commit a317c671b9a74414525c2861fa0fe24444dc5f3f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner jbboehr %global gh_project handlebars.c @@ -24,7 +24,7 @@ %global mspec_project spec Name: %{libname} -Version: 0.7.1 +Version: 0.7.2 Release: 1%{?dist} Summary: Handlebars C library @@ -124,6 +124,9 @@ make test %changelog +* Wed Apr 22 2020 Remi Collet - 0.7.2-1 +- update to 0.7.2 + * Sun Apr 19 2020 Remi Collet - 0.7.1-1 - update to 0.7.1 -- cgit