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