From a31d41e1d9f02ec8a54ed67879b529fc20da167f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Aug 2020 15:22:25 +0200 Subject: F33 build with patch for -Werror=format-security reported as https://github.com/jbboehr/handlebars.c/issues/87 --- libhandlebars.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'libhandlebars.spec') diff --git a/libhandlebars.spec b/libhandlebars.spec index 36636d3..e9b3977 100644 --- a/libhandlebars.spec +++ b/libhandlebars.spec @@ -25,7 +25,7 @@ Name: %{libname} Version: 0.7.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Handlebars C library License: LGPLv2+ @@ -34,6 +34,8 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_ Source1: https://github.com/%{hspec_owner}/%{hspec_project}/archive/%{hspec_commit}/%{hspec_project}-%{hspec_short}.tar.gz Source2: https://github.com/%{mspec_owner}/%{mspec_project}/archive/%{mspec_commit}/%{mspec_project}-%{mspec_short}.tar.gz +Patch0: build.patch + BuildRequires: gcc BuildRequires: autoconf BuildRequires: automake @@ -79,6 +81,7 @@ This package provides handlebarsc command line tool split off %{libname}. %prep %setup -qn %{gh_project}-%{gh_commit} -a1 -a2 +%patch0 -p0 mkdir spec mv %{hspec_project}-%{hspec_commit} spec/handlebars @@ -124,6 +127,10 @@ make test %changelog +* Wed Aug 19 2020 Remi Collet - 0.7.2-2 +- F33 build with patch for -Werror=format-security + reported as https://github.com/jbboehr/handlebars.c/issues/87 + * Wed Apr 22 2020 Remi Collet - 0.7.2-1 - update to 0.7.2 -- cgit