Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package airspyhf for openSUSE:Factory checked in at 2024-02-21 17:55:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/airspyhf (Old) and /work/SRC/openSUSE:Factory/.airspyhf.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "airspyhf" Wed Feb 21 17:55:29 2024 rev:6 rq:1147758 version:1.6.8 Changes: -------- --- /work/SRC/openSUSE:Factory/airspyhf/airspyhf.changes 2020-04-10 23:54:17.044744167 +0200 +++ /work/SRC/openSUSE:Factory/.airspyhf.new.1706/airspyhf.changes 2024-02-21 17:55:39.989675590 +0100 @@ -1,0 +2,6 @@ +Tue Feb 20 10:05:09 UTC 2024 - Dominique Leuenberger <[email protected]> + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ airspyhf.spec ++++++ --- /var/tmp/diff_new_pack.SPRNrC/_old 2024-02-21 17:55:41.101715839 +0100 +++ /var/tmp/diff_new_pack.SPRNrC/_new 2024-02-21 17:55:41.105715984 +0100 @@ -1,7 +1,7 @@ # # spec file for package airspyhf # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2017, Martin Hauke <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -61,8 +61,7 @@ Library headers for Airspy HF+ driver. %prep -%setup -q -%patch0 -p1 +%autosetup -p1 # HACK: set udev group to airspyhf sed -i "s/plugdev/airspyhf/g" tools/52-airspyhf.rules @@ -84,6 +83,7 @@ %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig + %pre udev getent group %{airspyhf_group} >/dev/null || groupadd -r %{airspyhf_group}
