Hello community,

here is the log from the commit of package vdr for openSUSE:Factory checked in 
at 2018-12-04 20:54:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vdr (Old)
 and      /work/SRC/openSUSE:Factory/.vdr.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vdr"

Tue Dec  4 20:54:17 2018 rev:50 rq:652544 version:2.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/vdr/vdr.changes  2017-06-07 09:55:10.500789218 
+0200
+++ /work/SRC/openSUSE:Factory/.vdr.new.19453/vdr.changes       2018-12-04 
20:54:19.932852699 +0100
@@ -1,0 +2,8 @@
+Wed Nov 21 10:59:21 UTC 2018 - Stefan Seyfried <seife+...@b1-systems.com>
+
+- remove dvbhddevice plugin for Factory (kernel 4.19+), the needed
+  drivers/APIs are no longer available
+- add "-pie -fPIE" compiler options to make rpmlint happier
+- use %license for COPYING file
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vdr.spec ++++++
--- /var/tmp/diff_new_pack.9QsmE7/_old  2018-12-04 20:54:20.480852089 +0100
+++ /var/tmp/diff_new_pack.9QsmE7/_new  2018-12-04 20:54:20.484852084 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vdr
 #
-# 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/
 #
 
 
@@ -46,7 +46,7 @@
 Version:        2.2.0
 Release:        0
 Summary:        Video Disk Recorder
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Hardware/TV
 Source:         ftp://ftp.tvdr.de/vdr/vdr-%{version}.tar.bz2
 Source10:       vdr.macros
@@ -131,8 +131,8 @@
 #
 cat > Make.config <<EOF
 ### The C compiler options:
-CFLAGS   = $RPM_OPT_FLAGS -fPIC -Wall
-CXXFLAGS = $RPM_OPT_FLAGS -fPIC -Wall -Werror=overloaded-virtual -Wparentheses
+CFLAGS   = $RPM_OPT_FLAGS -pie -fPIE -fPIC -Wall
+CXXFLAGS = $RPM_OPT_FLAGS -pie -fPIE -fPIC -Wall -Werror=overloaded-virtual 
-Wparentheses
 ### The directory environment:
 PREFIX   = %{_prefix}
 BINDIR   = %{_bindir}
@@ -163,6 +163,11 @@
 cp -a %{SOURCE42} .
 chmod 0755 msgmerge
 
+# kernel 4.19+ does not have needed APIs / drivers anymore...
+%if 0%{?suse_version} >= 1550
+rm -rf PLUGINS/src/dvbhddevice/
+%endif
+
 %build
 # to use msgmerge script
 export PATH=`pwd`:$PATH
@@ -231,8 +236,9 @@
 %defattr(-,root,root)
 %doc README.SUSE README.SUSE.html greenish.css
 %doc %{_datadir}/susehelp
-%doc COPYING README* UPDATE* CONTRIBUTORS HISTORY
+%doc README* UPDATE* CONTRIBUTORS HISTORY
 %doc MANUAL channels.conf.* PLUGINS.html plugins
+%license COPYING
 %attr(755,vdr,root) %dir %{vdr_videodir}
 %attr(755,vdr,root) %dir %{vdr_sysconfdir}
 %attr(755,vdr,root) %dir %{_localstatedir}/cache/vdr


Reply via email to