Hello community, here is the log from the commit of package swell-foop for openSUSE:Factory checked in at 2020-10-10 19:02:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/swell-foop (Old) and /work/SRC/openSUSE:Factory/.swell-foop.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "swell-foop" Sat Oct 10 19:02:08 2020 rev:29 rq:840245 version:3.34.1 Changes: -------- --- /work/SRC/openSUSE:Factory/swell-foop/swell-foop.changes 2020-01-28 10:53:01.512880173 +0100 +++ /work/SRC/openSUSE:Factory/.swell-foop.new.4249/swell-foop.changes 2020-10-10 19:02:22.060424032 +0200 @@ -1,0 +2,6 @@ +Wed Oct 7 14:39:54 UTC 2020 - [email protected] + +- Add swell-foop-vala-syntax.patch: Don't use unsupported vala + syntax, (glgo#GNOME/swell-foop!20). + +------------------------------------------------------------------- New: ---- swell-foop-vala-syntax.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ swell-foop.spec ++++++ --- /var/tmp/diff_new_pack.JwYaoi/_old 2020-10-10 19:02:23.160424578 +0200 +++ /var/tmp/diff_new_pack.JwYaoi/_new 2020-10-10 19:02:23.164424580 +0200 @@ -1,7 +1,7 @@ # # spec file for package swell-foop # -# Copyright (c) 2019 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 @@ -24,7 +24,8 @@ Group: Amusements/Games/Board/Puzzle URL: https://wiki.gnome.org/Apps/Swell_Foop Source0: https://download.gnome.org/sources/swell-foop/3.34/%{name}-%{version}.tar.xz - +#PATCH-FIX-UPSTREAM swell-foop-vala-syntax.patch glgo#GNOME/swell-foop!20 [email protected] -- Don't use unsupported vala syntax. +Patch0: swell-foop-vala-syntax.patch BuildRequires: fdupes BuildRequires: hicolor-icon-theme BuildRequires: meson ++++++ swell-foop-vala-syntax.patch ++++++ diff -Naur a/src/game-view.vala b/src/game-view.vala --- a/src/game-view.vala 2019-10-15 05:48:06.000000000 -0500 +++ b/src/game-view.vala 2020-10-07 09:24:59.916669487 -0500 @@ -354,7 +354,7 @@ public Theme (string name) { textures = new Clutter.Image [4]; - string[4] colors = {"blue", "green", "yellow", "red"}; + string[] colors = {"blue", "green", "yellow", "red"}; /* Create the textures required to render */ try
