Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnome-2048 for openSUSE:Factory checked in at 2026-05-12 19:27:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-2048 (Old) and /work/SRC/openSUSE:Factory/.gnome-2048.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-2048" Tue May 12 19:27:18 2026 rev:27 rq:1352548 version:50.2 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-2048/gnome-2048.changes 2026-04-22 17:02:52.824115438 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-2048.new.1966/gnome-2048.changes 2026-05-12 19:27:53.394124901 +0200 @@ -1,0 +2,8 @@ +Sun May 10 17:10:28 UTC 2026 - Bjørn Lie <[email protected]> + +- Add ecdf8e39eab3e4b4fb86a4cdc53f0aa02af2353d.patch: Remove + timeout option for unit tests. +- Add 24d6df1c822f8ae2ce6d1f403e39c12be357423f.patch: Set timeout + option to 0 (wait infinitly) for unit tests. + +------------------------------------------------------------------- New: ---- 24d6df1c822f8ae2ce6d1f403e39c12be357423f.patch ecdf8e39eab3e4b4fb86a4cdc53f0aa02af2353d.patch ----------(New B)---------- New: timeout option for unit tests. - Add 24d6df1c822f8ae2ce6d1f403e39c12be357423f.patch: Set timeout option to 0 (wait infinitly) for unit tests. New: - Add ecdf8e39eab3e4b4fb86a4cdc53f0aa02af2353d.patch: Remove timeout option for unit tests. ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-2048.spec ++++++ --- /var/tmp/diff_new_pack.2JMO1W/_old 2026-05-12 19:27:54.174157229 +0200 +++ /var/tmp/diff_new_pack.2JMO1W/_new 2026-05-12 19:27:54.178157395 +0200 @@ -25,6 +25,10 @@ URL: https://wiki.gnome.org/Apps/2048 Source0: %{name}-%{version}.tar.xz Source1: vendor.tar.xz +# PATCH-FIX-UPSTREAM ecdf8e39eab3e4b4fb86a4cdc53f0aa02af2353d.patch -- Remove timeout option for unit tests +Patch0: https://gitlab.gnome.org/GNOME/gnome-2048/-/commit/ecdf8e39eab3e4b4fb86a4cdc53f0aa02af2353d.patch +# PATCH-FIX-UPSTREAM 24d6df1c822f8ae2ce6d1f403e39c12be357423f.patch -- Set timeout option to 0 (wait infinitly) for unit tests +Patch1: https://gitlab.gnome.org/GNOME/gnome-2048/-/commit/24d6df1c822f8ae2ce6d1f403e39c12be357423f.patch BuildRequires: cargo BuildRequires: desktop-file-utils BuildRequires: itstool ++++++ 24d6df1c822f8ae2ce6d1f403e39c12be357423f.patch ++++++ >From 24d6df1c822f8ae2ce6d1f403e39c12be357423f Mon Sep 17 00:00:00 2001 From: Andrey Kutejko <[email protected]> Date: Sun, 10 May 2026 15:44:55 +0200 Subject: [PATCH] Set timeout option to 0 (wait infinitly) for unit tests --- src/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/meson.build b/src/meson.build index e730896..1942ba7 100644 --- a/src/meson.build +++ b/src/meson.build @@ -51,4 +51,5 @@ test( env: cargo_env, args: ['test', '--no-fail-fast'] + cargo_options, depends: [libgnome_games_support_dependency], + timeout: 0, ) -- GitLab ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.2JMO1W/_old 2026-05-12 19:27:54.226159384 +0200 +++ /var/tmp/diff_new_pack.2JMO1W/_new 2026-05-12 19:27:54.230159550 +0200 @@ -1,6 +1,6 @@ -mtime: 1776838361 -commit: 69fa22004cd73aa63817cb886032f36884dcc2c73b85f4c0f37c6f970a620350 +mtime: 1778433614 +commit: 414ca5d78aef923c095215ff2ffb057fdd7a1b1088d1c3189885bb7450010226 url: https://src.opensuse.org/GNOME/gnome-2048 -revision: 69fa22004cd73aa63817cb886032f36884dcc2c73b85f4c0f37c6f970a620350 +revision: 414ca5d78aef923c095215ff2ffb057fdd7a1b1088d1c3189885bb7450010226 projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-05-10 19:20:14.000000000 +0200 @@ -0,0 +1,5 @@ +*.obscpio +*.osc +_build.* +.pbuild +osc-collab.* ++++++ ecdf8e39eab3e4b4fb86a4cdc53f0aa02af2353d.patch ++++++ >From ecdf8e39eab3e4b4fb86a4cdc53f0aa02af2353d Mon Sep 17 00:00:00 2001 From: Andrey Kutejko <[email protected]> Date: Sun, 10 May 2026 15:44:55 +0200 Subject: [PATCH] Remove timeout option for unit tests --- src/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/src/meson.build b/src/meson.build index 8fa464c..e730896 100644 --- a/src/meson.build +++ b/src/meson.build @@ -51,5 +51,4 @@ test( env: cargo_env, args: ['test', '--no-fail-fast'] + cargo_options, depends: [libgnome_games_support_dependency], - timeout: 180 ) -- GitLab
