Hello community, here is the log from the commit of package iagno for openSUSE:Factory checked in at 2020-08-07 14:14:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/iagno (Old) and /work/SRC/openSUSE:Factory/.iagno.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "iagno" Fri Aug 7 14:14:32 2020 rev:39 rq:824805 version:3.36.4 Changes: -------- --- /work/SRC/openSUSE:Factory/iagno/iagno.changes 2020-07-10 15:31:47.727003494 +0200 +++ /work/SRC/openSUSE:Factory/.iagno.new.3399/iagno.changes 2020-08-07 14:18:04.366349639 +0200 @@ -1,0 +2,5 @@ +Tue Aug 4 08:19:20 UTC 2020 - Bjørn Lie <[email protected]> + +- Add iagno-add-missing-posix.patch: Fix build with new vala. + +------------------------------------------------------------------- New: ---- iagno-add-missing-posix.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ iagno.spec ++++++ --- /var/tmp/diff_new_pack.m5XCes/_old 2020-08-07 14:18:13.806352476 +0200 +++ /var/tmp/diff_new_pack.m5XCes/_new 2020-08-07 14:18:13.810352477 +0200 @@ -24,6 +24,8 @@ Group: Amusements/Games/Board/Other URL: https://wiki.gnome.org/Apps/Iagno Source0: https://download.gnome.org/sources/iagno/3.36/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM iagno-add-missing-posix.patch -- Fix build with new vala +Patch0: iagno-add-missing-posix.patch BuildRequires: fdupes BuildRequires: itstool ++++++ iagno-add-missing-posix.patch ++++++ >From 0e8006992c09c112e38e85107038abb670b131c8 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro <[email protected]> Date: Mon, 3 Aug 2020 13:47:43 -0500 Subject: [PATCH] Fix build of perfs-tests-generator.vala Not sure exactly what changed, but Rico says: "likely a dependency isn't pulling posix.vapi in anymore." (cherry picked from commit 0100bab269f2102f24a6e41202b931da1b6e8dc5) --- src/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/meson.build b/src/meson.build index f3d3a20..9925272 100644 --- a/src/meson.build +++ b/src/meson.build @@ -15,7 +15,8 @@ run_target('update-perfs-tests', command: executable ('iagno-perfs-tests-generat '--enable-experimental-non-null' ], dependencies : [ - gio_dependency + gio_dependency, + posix_dependency ] ) ) -- GitLab
