Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package quadrapassel for openSUSE:Factory checked in at 2026-04-10 17:50:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/quadrapassel (Old) and /work/SRC/openSUSE:Factory/.quadrapassel.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "quadrapassel" Fri Apr 10 17:50:18 2026 rev:36 rq:1345398 version:50.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/quadrapassel/quadrapassel.changes 2025-12-17 17:37:37.302809185 +0100 +++ /work/SRC/openSUSE:Factory/.quadrapassel.new.21863/quadrapassel.changes 2026-04-10 17:55:03.622904692 +0200 @@ -1,0 +2,58 @@ +Thu Mar 19 10:07:08 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Update to version 50.0.1: + + Fixed a bug where some user visible strings were not marked for + translation + + Fixed the screenshot size and an issue where the pause button + was highlighted + + Updated translations. + +------------------------------------------------------------------- +Sun Mar 15 15:54:10 UTC 2026 - Bjørn Lie <[email protected]> + +- Update to version 50.0: + + Fixed a bug where the Preview would not unparent its children + before destroying them + + Switched key recognition to make use of Gdk.Key constants + instead of variables + + Removed the GitLab project icon (logo.png) from the repository + + Updated the app screenshots + + Updated libgnome-games-support + + Updated translations. + +------------------------------------------------------------------- +Mon Feb 23 07:52:27 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Update to version 50.rc: + + Fixed the game view to make blocks invisible on pause instead + of covering them up + + Fixed an incorrect cast in the theme dialog + + Updated libgnome-games-support + + Updated translations. + +------------------------------------------------------------------- +Tue Feb 10 18:26:15 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Update to version 50.beta: + + Upgraded the project license to GPLv3 + + Replaced gsound and libcanberra with a new sound player + + Fixed keyboard controls to not produce duplicate rotations and + movement + + Fixed miscellaneous controls bugs + + Updated libgnome-games-support which fixed some memory leaks + and added score removal +- Changes from version 50.alpha: + + Made game view and preview exactly fit the blocks + + Fixed a bug where the game would pause when the new game button + got focused + + Updated libgnome-games-support + + Improved game controller support + + Fixed a bug where the statistics labels would expand past the + window + + Reduced the minimum window height + + Updated translations. +- Add pkgconfig(sndfile) and pkgconfig(openal) BuildRequires: + dependencies of the libgnome-games-support subproject, which is + not autodetected. + +------------------------------------------------------------------- Old: ---- quadrapassel-49.2.3.obscpio New: ---- _scmsync.obsinfo build.specials.obscpio quadrapassel-50.0.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ quadrapassel.spec ++++++ --- /var/tmp/diff_new_pack.wz1eb9/_old 2026-04-10 17:55:04.346934626 +0200 +++ /var/tmp/diff_new_pack.wz1eb9/_new 2026-04-10 17:55:04.350934791 +0200 @@ -1,7 +1,7 @@ # # spec file for package quadrapassel # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: quadrapassel -Version: 49.2.3 +Version: 50.0.1 Release: 0 Summary: Tetris Game for GNOME -License: GPL-2.0-or-later +License: GPL-3.0-or-later Group: Amusements/Games/Action/Other URL: https://live.gnome.org/Quadrapassel -Source0: %{name}-%{version}.tar.zst +Source0: %{name}-%{version}.tar.xz BuildSystem: meson BuildRequires: blueprint-compiler @@ -32,6 +32,8 @@ BuildRequires: itstool BuildRequires: meson BuildRequires: vala >= 0.24.0 +BuildRequires: pkgconfig(openal) +BuildRequires: pkgconfig(sndfile) BuildRequires: rpm_macro(meson_buildrequires) %description ++++++ _scmsync.obsinfo ++++++ mtime: 1773914902 commit: 51d7167b8861dfaad7867d6470ec4b07802422d5bdbcb3769067fbd0629cf97e url: https://src.opensuse.org/GNOME/quadrapassel revision: 51d7167b8861dfaad7867d6470ec4b07802422d5bdbcb3769067fbd0629cf97e projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj ++++++ _service ++++++ --- /var/tmp/diff_new_pack.wz1eb9/_old 2026-04-10 17:55:04.414937437 +0200 +++ /var/tmp/diff_new_pack.wz1eb9/_new 2026-04-10 17:55:04.422937768 +0200 @@ -3,16 +3,16 @@ <service name="obs_scm" mode="manual"> <param name="scm">git</param> <param name="url">https://gitlab.gnome.org/GNOME/quadrapassel.git</param> - <param name="revision">49.2.3</param> + <param name="revision">50.0.1</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">v?(.*)\+0</param> <param name="versionrewrite-replacement">\1</param> <!-- <param name="changesgenerate">enable</param> --> </service> - <service name="tar" mode="buildtime"/> - <service name="recompress" mode="buildtime"> + <service name="tar" mode="manual"/> + <service name="recompress" mode="manual"> <param name="file">*.tar</param> - <param name="compression">zst</param> + <param name="compression">xz</param> </service> <service name="set_version" mode="manual" /> </services> ++++++ 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-03-24 12:17:41.000000000 +0100 @@ -0,0 +1,5 @@ +*.obscpio +*.osc +_build.* +.pbuild +osc-collab.* ++++++ quadrapassel.obsinfo ++++++ --- /var/tmp/diff_new_pack.wz1eb9/_old 2026-04-10 17:55:04.518941737 +0200 +++ /var/tmp/diff_new_pack.wz1eb9/_new 2026-04-10 17:55:04.526942068 +0200 @@ -1,5 +1,5 @@ name: quadrapassel -version: 49.2.3 -mtime: 1765407312 -commit: 68f287cc4d2722b3a4d4ad186f5abe4891d02444 +version: 50.0.1 +mtime: 1773870330 +commit: fc0b9d6301308664b80f889841ec51b22be94e4b
