From 9692e3401dc37e139a0ce607ca3e5db7afeb5547 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 19 Apr 2020 08:27:26 +0200 Subject: v0.7.1 --- libhandlebars.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'libhandlebars.spec') diff --git a/libhandlebars.spec b/libhandlebars.spec index 0446634..642ce5c 100644 --- a/libhandlebars.spec +++ b/libhandlebars.spec @@ -7,11 +7,8 @@ # Please, preserve the changelog entries # -# Workaround to https://github.com/jbboehr/handlebars.c/issues/81 -%global _hardened_ldflags %nil - %global libname libhandlebars -%global gh_commit 91c94d0264c3cd2f0544876ca35cb2dc70b98ad1 +%global gh_commit 989e4badf13238a381bc12dc0da6c7acf30baf51 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner jbboehr %global gh_project handlebars.c @@ -27,7 +24,7 @@ %global mspec_project spec Name: %{libname} -Version: 0.7.0 +Version: 0.7.1 Release: 1%{?dist} Summary: Handlebars C library @@ -127,6 +124,12 @@ make test %changelog +* Sun Apr 19 2020 Remi Collet - 0.7.1-1 +- update to 0.7.1 + +* Sat Apr 18 2020 Remi Collet - 0.7.0-2 +- build with upstream patch for _hardened_ldflags + * Fri Apr 17 2020 Remi Collet - 0.7.0-1 - update to 0.7.0 - drop patches merged upstream -- cgit