Hello community, here is the log from the commit of package airspy for openSUSE:Factory checked in at 2020-04-10 23:53:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/airspy (Old) and /work/SRC/openSUSE:Factory/.airspy.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "airspy" Fri Apr 10 23:53:43 2020 rev:5 rq:792920 version:1.0.9 Changes: -------- --- /work/SRC/openSUSE:Factory/airspy/airspy.changes 2019-11-06 13:51:35.523862830 +0100 +++ /work/SRC/openSUSE:Factory/.airspy.new.3248/airspy.changes 2020-04-10 23:54:26.172750861 +0200 @@ -1,0 +2,5 @@ +Fri Apr 10 06:49:46 UTC 2020 - Oliver Kurz <[email protected]> + +- Use ninja as cmake builder for potential speedup + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ airspy.spec ++++++ --- /var/tmp/diff_new_pack.VqXR8a/_old 2020-04-10 23:54:27.192751609 +0200 +++ /var/tmp/diff_new_pack.VqXR8a/_new 2020-04-10 23:54:27.192751609 +0200 @@ -1,7 +1,7 @@ # # spec file for package airspy # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2014 Wojciech Kazubski, [email protected] # # All modifications and additions to the file contributed by third parties @@ -25,11 +25,12 @@ Release: 0 Summary: Support programs for Airspy License: GPL-2.0-or-later -Url: http://www.airspy.com +URL: http://www.airspy.com #Git-Clone: https://github.com/airspy/airspyone_host.git Source: https://github.com/airspy/airspyone_host/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake >= 2.8 BuildRequires: gcc-c++ +BuildRequires: ninja BuildRequires: pkgconfig BuildRequires: pkgconfig(libusb-1.0) BuildRequires: pkgconfig(udev) @@ -65,9 +66,10 @@ sed -i "s/plugdev/airspy/g" airspy-tools/52-airspy.rules %build +%define __builder ninja %cmake \ -DINSTALL_UDEV_RULES=ON -make %{?_smp_mflags} +%cmake_build %install %cmake_install
