summaryrefslogtreecommitdiffstats
path: root/libhandlebars.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-04-19 08:27:26 +0200
committerRemi Collet <remi@remirepo.net>2020-04-19 08:27:26 +0200
commit9692e3401dc37e139a0ce607ca3e5db7afeb5547 (patch)
treed1c0f3c42b8690299ad3776746ed66c83ac92797 /libhandlebars.spec
parent54c2eed89f3036c39e6594aa10774cff605a5f8f (diff)
v0.7.1
Diffstat (limited to 'libhandlebars.spec')
-rw-r--r--libhandlebars.spec13
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