Hello community, here is the log from the commit of package rtl-sdr for openSUSE:Factory checked in at 2018-08-31 10:44:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rtl-sdr (Old) and /work/SRC/openSUSE:Factory/.rtl-sdr.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rtl-sdr" Fri Aug 31 10:44:42 2018 rev:7 rq:631915 version:0.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rtl-sdr/rtl-sdr.changes 2018-06-19 11:54:47.061812183 +0200 +++ /work/SRC/openSUSE:Factory/.rtl-sdr.new/rtl-sdr.changes 2018-08-31 10:45:00.135242690 +0200 @@ -1,0 +2,15 @@ +Tue Aug 28 08:07:53 UTC 2018 - mplus...@suse.com + +- Use more of cmake macros +- Disable developer output from cmake + +------------------------------------------------------------------- +Mon Aug 27 21:14:27 UTC 2018 - mar...@gmx.de + +- Update to version 0.6.0 + * Fix inline functions to use 'static inline' + * tuner_r82xx: turn off loop-through, remove dead code + * rtl_adsb: fix hanging upon a signal in Fedora 27 + * lib: use USB zero-copy transfers if possible + +------------------------------------------------------------------- @@ -7 +21,0 @@ - Old: ---- rtl-sdr-0.5.4.tar.gz New: ---- rtl-sdr-0.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rtl-sdr.spec ++++++ --- /var/tmp/diff_new_pack.T10nXu/_old 2018-08-31 10:45:00.779243465 +0200 +++ /var/tmp/diff_new_pack.T10nXu/_new 2018-08-31 10:45:00.783243470 +0200 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,14 +20,14 @@ %define libname librtlsdr%{sover} %define rtlsdr_group rtlsdr Name: rtl-sdr -Version: 0.5.4 +Version: 0.6.0 Release: 0 Summary: Support programs for RTL2832 -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Hamradio/Other -Url: http://sdr.osmocom.org/trac/wiki/rtl-sdr +URL: http://sdr.osmocom.org/trac/wiki/rtl-sdr #Git-Clone: https://git.osmocom.org/rtl-sdr -Source: %{name}-%{version}.tar.gz +Source: https://github.com/steve-m/librtlsdr/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Patch0: 0001-Better-udev-handling.patch BuildRequires: cmake BuildRequires: pkgconfig @@ -63,7 +63,7 @@ Library headers for rtl-sdr driver. %prep -%setup -q +%setup -q -n librtlsdr-%{version} %patch0 -p1 %build @@ -71,8 +71,9 @@ -DINSTALL_UDEV_RULES=ON \ -DUDEV_RULES_PATH=%{_udevrulesdir} \ -DUDEV_RULES_GROUP=%{rtlsdr_group} \ - -DDETACH_KERNEL_DRIVER=ON -make %{?_smp_mflags} + -DDETACH_KERNEL_DRIVER=ON \ + -Wno-dev +%make_jobs %install %cmake_install @@ -80,6 +81,7 @@ %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig + %pre udev getent group %{rtlsdr_group} >/dev/null || groupadd -r %{rtlsdr_group} @@ -90,7 +92,8 @@ %udev_rules_update %files -%doc AUTHORS COPYING README +%license COPYING +%doc AUTHORS README %{_bindir}/rtl_adsb %{_bindir}/rtl_eeprom %{_bindir}/rtl_fm ++++++ rtl-sdr-0.5.4.tar.gz -> rtl-sdr-0.6.0.tar.gz ++++++ ++++ 1927 lines of diff (skipped)