commit frame for openSUSE:Factory
Hello community, here is the log from the commit of package frame for openSUSE:Factory checked in at 2020-09-29 19:03:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/frame (Old) and /work/SRC/openSUSE:Factory/.frame.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "frame" Tue Sep 29 19:03:47 2020 rev:4 rq:838403 version:2.5.0+bzr20160809 Changes: -------- --- /work/SRC/openSUSE:Factory/frame/frame.changes 2017-09-12 19:54:15.660643135 +0200 +++ /work/SRC/openSUSE:Factory/.frame.new.4249/frame.changes 2020-09-29 19:04:09.325944918 +0200 @@ -1,0 +2,5 @@ +Tue Sep 29 01:51:58 UTC 2020 - Marguerite Su <i@marguerite.su> + +- add frame-cstdio.patch, fix FTBFS for TW + +------------------------------------------------------------------- New: ---- frame-cstdio.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ frame.spec ++++++ --- /var/tmp/diff_new_pack.WSMqeE/_old 2020-09-29 19:04:09.869945579 +0200 +++ /var/tmp/diff_new_pack.WSMqeE/_new 2020-09-29 19:04:09.873945584 +0200 @@ -1,7 +1,7 @@ # # spec file for package frame # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # 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/ # @@ -23,11 +23,12 @@ Version: 2.5.0+bzr20160809 Release: 0 Summary: Touch frame library -License: LGPL-3.0 AND GPL-3.0 +License: LGPL-3.0-only AND GPL-3.0-only Group: System/GUI/Other -Url: https://launchpad.net/frame +URL: https://launchpad.net/frame Source: https://launchpad.net/ubuntu/+archive/primary/+files/%{name}_%{_version}.orig.tar.gz Source1: baselibs.conf +Patch: frame-cstdio.patch BuildRequires: asciidoc BuildRequires: autoconf BuildRequires: automake @@ -69,6 +70,7 @@ %prep %setup -q -c +%patch -p1 %build NOCONFIGURE=1 ./autogen.sh ++++++ frame-cstdio.patch ++++++ Index: frame/src/device.cpp =================================================================== --- frame.orig/src/device.cpp +++ frame/src/device.cpp @@ -18,6 +18,8 @@ * ****************************************************************************/ +#include <cstdio> + #include "device.h" #include "axis.h"
participants (1)
-
root