Hello community, here is the log from the commit of package diskscan for openSUSE:Factory checked in at 2016-10-20 23:08:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/diskscan (Old) and /work/SRC/openSUSE:Factory/.diskscan.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "diskscan" Changes: -------- --- /work/SRC/openSUSE:Factory/diskscan/diskscan.changes 2016-08-20 12:27:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.diskscan.new/diskscan.changes 2016-10-20 23:09:28.000000000 +0200 @@ -1,0 +2,5 @@ +Sat Oct 15 10:18:54 UTC 2016 - [email protected] + +- Adjust to latest cmake macros + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ diskscan.spec ++++++ --- /var/tmp/diff_new_pack.2hNWvJ/_old 2016-10-20 23:09:29.000000000 +0200 +++ /var/tmp/diff_new_pack.2hNWvJ/_new 2016-10-20 23:09:29.000000000 +0200 @@ -24,7 +24,7 @@ Group: Hardware/Other Url: http://blog.disksurvey.org/proj/diskscan/ Source0: https://github.com/baruch/diskscan/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: cmake +BuildRequires: cmake >= 3.0.2 BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: python-PyYAML @@ -47,9 +47,8 @@ %setup -q %build -%cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo -make %{?_smp_mflags} +%cmake +%make_jobs %install %cmake_install
