Hello community, here is the log from the commit of package tvtime for openSUSE:Factory checked in at 2019-02-25 17:55:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tvtime (Old) and /work/SRC/openSUSE:Factory/.tvtime.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tvtime" Mon Feb 25 17:55:22 2019 rev:25 rq:678407 version:1.0.11 Changes: -------- --- /work/SRC/openSUSE:Factory/tvtime/tvtime.changes 2017-02-16 17:06:54.468083407 +0100 +++ /work/SRC/openSUSE:Factory/.tvtime.new.28833/tvtime.changes 2019-02-25 17:55:25.634444645 +0100 @@ -1,0 +2,5 @@ +Sat Feb 23 11:15:11 UTC 2019 - [email protected] + +- add tvtime-1.0.11-sysmacros.diff to build with current glibc + +------------------------------------------------------------------- New: ---- tvtime-1.0.11-sysmacros.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tvtime.spec ++++++ --- /var/tmp/diff_new_pack.gwjyfz/_old 2019-02-25 17:55:26.230443874 +0100 +++ /var/tmp/diff_new_pack.gwjyfz/_new 2019-02-25 17:55:26.230443874 +0100 @@ -1,7 +1,7 @@ # # spec file for package tvtime # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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,10 +20,11 @@ Version: 1.0.11 Release: 0 Summary: High Quality Television Application -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Hardware/TV Url: http://tvtime.net/ Source: http://www.linuxtv.org/downloads/tvtime/%{name}-%{version}.tar.gz +Patch0: tvtime-1.0.11-sysmacros.diff BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme BuildRequires: libpng-devel @@ -50,6 +51,7 @@ %prep %setup -q +%patch0 -p1 %build #autoreconf -i -f ++++++ tvtime-1.0.11-sysmacros.diff ++++++ diff --git a/src/get_media_devices.c b/src/get_media_devices.c index 619734e..453b067 100644 --- a/src/get_media_devices.c +++ b/src/get_media_devices.c @@ -23,6 +23,7 @@ #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> +#include <sys/sysmacros.h> #include <string.h> #include <stdlib.h> #include <malloc.h>
