Hello community,

here is the log from the commit of package rtl-sdr for openSUSE:Leap:15.2 
checked in at 2020-02-20 00:07:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/rtl-sdr (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.rtl-sdr.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rtl-sdr"

Thu Feb 20 00:07:42 2020 rev:15 rq:765379 version:0.6.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/rtl-sdr/rtl-sdr.changes        2020-01-15 
15:58:09.979758381 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.rtl-sdr.new.26092/rtl-sdr.changes     
2020-02-20 00:07:45.564171249 +0100
@@ -1,0 +2,22 @@
+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
+
+-------------------------------------------------------------------
+Sun Jun 10 02:17:13 UTC 2018 - plinn...@opensuse.org
+
+- Update to 0.5.4
+  * No change log found in source or wiki
+  * Drop git-requirement
+
+-------------------------------------------------------------------

Old:
----
  _service
  _servicedata
  rtl-sdr-0.5.3+git.20170919.tar.xz

New:
----
  rtl-sdr-0.6.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rtl-sdr.spec ++++++
--- /var/tmp/diff_new_pack.K1QHxl/_old  2020-02-20 00:07:47.984175926 +0100
+++ /var/tmp/diff_new_pack.K1QHxl/_new  2020-02-20 00:07:48.016175988 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rtl-sdr
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -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,17 +20,16 @@
 %define libname librtlsdr%{sover}
 %define rtlsdr_group    rtlsdr
 Name:           rtl-sdr
-Version:        0.5.3+git.20170919
+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.xz
+Source:         
https://github.com/steve-m/librtlsdr/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Patch0:         0001-Better-udev-handling.patch
 BuildRequires:  cmake
-BuildRequires:  git-core
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libusb-1.0)
 BuildRequires:  pkgconfig(udev)
@@ -64,7 +63,7 @@
 Library headers for rtl-sdr driver.
 
 %prep
-%setup -q
+%setup -q -n librtlsdr-%{version}
 %patch0 -p1
 
 %build
@@ -72,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
@@ -81,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}
 
@@ -91,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


Reply via email to