Hello community, here is the log from the commit of package uget for openSUSE:Factory checked in at 2020-06-03 20:36:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/uget (Old) and /work/SRC/openSUSE:Factory/.uget.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "uget" Wed Jun 3 20:36:13 2020 rev:46 rq:811200 version:2.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/uget/uget.changes 2020-01-31 23:57:44.771665749 +0100 +++ /work/SRC/openSUSE:Factory/.uget.new.3606/uget.changes 2020-06-03 20:36:47.989977035 +0200 @@ -1,0 +2,5 @@ +Wed Jun 3 07:46:43 UTC 2020 - Dominique Leuenberger <[email protected]> + +- Add uget-gcc10.patch: Fix build with GCC 10. + +------------------------------------------------------------------- New: ---- uget-gcc10.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ uget.spec ++++++ --- /var/tmp/diff_new_pack.o9V81Z/_old 2020-06-03 20:36:48.633979053 +0200 +++ /var/tmp/diff_new_pack.o9V81Z/_new 2020-06-03 20:36:48.637979066 +0200 @@ -1,7 +1,7 @@ # # spec file for package uget # -# Copyright (c) 2018 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/ # @@ -22,8 +22,10 @@ Summary: Download Manager with a GTK+ user interface License: LGPL-2.1-or-later Group: Productivity/Networking/Web/Utilities -Url: http://ugetdm.com +URL: http://ugetdm.com Source: http://downloads.sourceforge.net/project/urlget/uget%20%28stable%29/%{version}/%{name}-%{version}-1.tar.gz +# PATCH-FIX-UPSTREAM uget-gcc10.patch [email protected] -- Fix build with GCC10, taken from upstream git 148909 +Patch0: uget-gcc10.patch BuildRequires: intltool %if 0%{?WITH_APPINDICATOR} BuildRequires: pkgconfig(appindicator3-0.1) @@ -45,7 +47,7 @@ %lang_package %prep -%setup -q +%autosetup -p1 %build %configure \ ++++++ uget-gcc10.patch ++++++ Index: uget-2.2.3/ui-gtk/UgtkBanner.h =================================================================== --- uget-2.2.3.orig/ui-gtk/UgtkBanner.h +++ uget-2.2.3/ui-gtk/UgtkBanner.h @@ -64,7 +64,7 @@ struct UgtkBanner { UgetRssFeed* feed; UgetRssItem* item; } rss; -} banner; +}; void ugtk_banner_init (UgtkBanner* banner);
