diff options
Diffstat (limited to 'libhandlebars.spec')
-rw-r--r-- | libhandlebars.spec | 13 |
1 files changed, 8 insertions, 5 deletions
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 <remi@remirepo.net> - 0.7.1-1 +- update to 0.7.1 + +* Sat Apr 18 2020 Remi Collet <remi@remirepo.net> - 0.7.0-2 +- build with upstream patch for _hardened_ldflags + * Fri Apr 17 2020 Remi Collet <remi@remirepo.net> - 0.7.0-1 - update to 0.7.0 - drop patches merged upstream |