summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-06-10 07:53:13 +0200
committerRemi Collet <remi@remirepo.net>2017-06-10 07:53:13 +0200
commit1c5a5964ce79bd6d868554b80628c902a04c1194 (patch)
tree95299855e7e26c9d77c6ea790d25d053d0e31a37
parentda3ee293970b91d3b0df5053d9717edeb6aa5686 (diff)
latest upstream git snapshot for EL-7
-rw-r--r--libhandlebars.spec16
1 files 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 <remi@remirepo.net> - 0.6.3-2
+- latest upstream git snapshot for EL-7
+
* Fri Jun 9 2017 Remi Collet <remi@remirepo.net> - 0.6.3-1
- initial package