From 0d6d3e2cc909fc2ffad92aa406063d71ae455e1e5a2565ff2648458041adb175 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 14 Oct 2016 07:39:05 +0000 Subject: [PATCH] Accepting request 435072 from home:olh:branches:devel:libraries:c_c++ - Require cmake 3.0.2 for make_jobs OBS-URL: https://build.opensuse.org/request/show/435072 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=37 --- jsoncpp.changes | 5 +++++ jsoncpp.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/jsoncpp.changes b/jsoncpp.changes index a4a2f17..916731c 100644 --- a/jsoncpp.changes +++ b/jsoncpp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 14 06:59:15 UTC 2016 - olaf@aepfle.de + +- Require cmake 3.0.2 for make_jobs + ------------------------------------------------------------------- Fri Oct 7 09:12:22 UTC 2016 - nmoudra@suse.com diff --git a/jsoncpp.spec b/jsoncpp.spec index 77644d9..2979608 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -25,7 +25,7 @@ License: MIT Group: Development/Libraries/C and C++ Url: https://github.com/open-source-parsers/jsoncpp Source0: https://github.com/open-source-parsers/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: cmake +BuildRequires: cmake >= 3.0.2 BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRoot: %{_tmppath}/%{name}-%{version}-build