From 1c5a5964ce79bd6d868554b80628c902a04c1194 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 10 Jun 2017 07:53:13 +0200 Subject: latest upstream git snapshot for EL-7 --- libhandlebars.spec | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/libhandlebars.spec b/libhandlebars.spec index 4687646..f0613fd 100644 --- a/libhandlebars.spec +++ b/libhandlebars.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global libname libhandlebars -%global gh_commit 8ea5f7163281e29e078cedf28801c7fb72493ed5 +%global gh_commit b346c43ff617bbdf5db4159607420bd54b02b8d3 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner jbboehr %global gh_project handlebars.c @@ -24,7 +24,7 @@ Name: %{libname} Version: 0.6.3 -Release: 1%{?dist} +Release: 2%{?dist} Group: System Environment/Libraries Summary: Handlebars C library @@ -37,14 +37,17 @@ Source2: https://github.com/%{mspec_owner}/%{mspec_project}/archive/%{mspec_comm BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool -BuildRequires: bison >= 3.0.2 -BuildRequires: flex >= 2.5.35 BuildRequires: libyaml-devel BuildRequires: json-c-devel BuildRequires: libtalloc-devel BuildRequires: pcre-devel BuildRequires: lmdb-devel -BuildRequires: check-devel >= 0.9.12 +BuildRequires: check-devel >= 0.9.9 +%if 0%{?fedora} +# Else, use upstream generated files +BuildRequires: bison >= 3.0.2 +BuildRequires: flex >= 2.5.35 +%endif %description @@ -120,5 +123,8 @@ make test %changelog +* Sat Jun 10 2017 Remi Collet - 0.6.3-2 +- latest upstream git snapshot for EL-7 + * Fri Jun 9 2017 Remi Collet - 0.6.3-1 - initial package -- cgit