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-04-10 17:50:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-2048 (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-2048.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-2048"

Fri Apr 10 17:50:06 2026 rev:25 rq:1345352 version:50.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-2048/gnome-2048.changes    2022-02-11 
23:09:07.370896224 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-2048.new.21863/gnome-2048.changes 
2026-04-10 17:53:27.534934615 +0200
@@ -1,0 +2,44 @@
+Thu Mar 19 10:10:10 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Update to version 50.1:
+  + Fix metainfo
+- Changes from version 50.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Feb 23 07:46:56 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Update to version 50.beta:
+  + This release fixes the issue with keystrokes being blocked by a
+    running animation.
+  + Another change is enabling a fullscreen mode.
+- Changes from version 50.alpha.2:
+  + The game was reimplemented in Rust and rendering was heavily
+    updated.
+  + Color theming support was added with three available themes:
+    Adwaita, Tango, and Classic.
+  + Undo action was made available.
+  + Also a playey may select if just "2" tiles appear or "2" and
+    "4" like in the original game.
+  + The game also got some help pages.
+  + Updated translations.
+- Add cargo BuildRequires: follow upstreams rewrite in rust.
+- With the rewrite, drop static BuildRequires in favor of
+  generate_buildrequires; remove: pkgconfig(clutter-1.0).
+  pkgconfig(clutter-gtk-1.0), pkgconfig(gee-0.8),
+  pkgconfig(gtk+-3.0) and pkgconfig(libgnome-games-support-1)
+
+-------------------------------------------------------------------
+Thu Nov 20 15:50:28 UTC 2025 - Dominique Leuenberger <[email protected]>
+
+- Update to version 50.alpha:
+  + GNOME branding was removed.
+  + The game was ported to Gtk4 and libadwaita.
+  + libgnome-games-support-3 is vendored now.
+  + The game is D-Bus activatable.
+  + In addition to arrow and WASD keys, vim-style bindings (HJKL)
+    are available now.
+  + Updated translations
+- Drop 21.patch: fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  21.patch
  gnome-2048-3.38.2.tar.xz

New:
----
  _scmsync.obsinfo
  _service
  build.specials.obscpio
  gnome-2048-50.1.tar.xz
  gnome-2048.obsinfo
  vendor.tar.xz

----------(Old B)----------
  Old:  + Updated translations
- Drop 21.patch: fixed upstream.
----------(Old E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-2048.spec ++++++
--- /var/tmp/diff_new_pack.MTLhLa/_old  2026-04-10 17:53:47.455755700 +0200
+++ /var/tmp/diff_new_pack.MTLhLa/_new  2026-04-10 17:53:47.459755865 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-2048
 #
-# Copyright (c) 2022 SUSE LLC
+# 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,27 +17,21 @@
 
 
 Name:           gnome-2048
-Version:        3.38.2
+Version:        50.1
 Release:        0
 Summary:        Sliding block puzzle game
 License:        GPL-3.0-or-later
 Group:          Amusements/Games/Board/Puzzle
 URL:            https://wiki.gnome.org/Apps/2048
-Source0:        
https://download.gnome.org/sources/gnome-2048/3.38/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM 21.patch -- Fix build with meson 0.61 and newer
-Patch0:         
https://gitlab.gnome.org/GNOME/gnome-2048/-/merge_requests/21.patch
-
-BuildRequires:  appstream-glib
+Source0:        %{name}-%{version}.tar.xz
+Source1:        vendor.tar.xz
+BuildRequires:  cargo
 BuildRequires:  desktop-file-utils
 BuildRequires:  itstool
-BuildRequires:  meson
-BuildRequires:  pkgconfig
-BuildRequires:  vala >= 0.24.0
-BuildRequires:  pkgconfig(clutter-1.0) >= 1.12.0
-BuildRequires:  pkgconfig(clutter-gtk-1.0) >= 1.6.0
-BuildRequires:  pkgconfig(gee-0.8) >= 0.14.0
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.24.0
-BuildRequires:  pkgconfig(libgnome-games-support-1) >= 1.7.1
+BuildRequires:  meson >= 1.1
+BuildRequires:  vala
+BuildSystem:    meson
+%define _lto_cflags %nil
 
 %description
 2048 is a single-player sliding block puzzle game, in which the
@@ -46,28 +40,28 @@
 
 %lang_package
 
+%generate_buildrequires
+%meson_buildrequires
+
 %prep
-%autosetup -p1
+%autosetup -p1 -a1
 
-%build
-%meson
-%meson_build
+%build -p
+export RUSTFLAGS="-C lto=off"
 
-%install
-%meson_install
+%install -a
 %find_lang %{name}
-
-%check
-%meson_test
+%find_lang gnome-2048_libgnome-games-support
 
 %files
 %license COPYING
 %{_bindir}/gnome-2048
-%{_datadir}/metainfo/org.gnome.TwentyFortyEight.appdata.xml
 %{_datadir}/applications/org.gnome.TwentyFortyEight.desktop
+%{_datadir}/dbus-1/services/org.gnome.TwentyFortyEight.service
 %{_datadir}/glib-2.0/schemas/org.gnome.TwentyFortyEight.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/org.gnome.TwentyFortyEight*
+%{_datadir}/metainfo/org.gnome.TwentyFortyEight.metainfo.xml
 %{_mandir}/man6/gnome-2048.6%{?ext_man}
 
-%files lang -f %{name}.lang
+%files lang -f %{name}.lang -f gnome-2048_libgnome-games-support.lang
 

++++++ _scmsync.obsinfo ++++++
mtime: 1773915242
commit: daf6870dc2d745b3e8c495c78bfa5fed6b589616231917362f3b08523ee4fd39
url: https://src.opensuse.org/GNOME/gnome-2048
revision: daf6870dc2d745b3e8c495c78bfa5fed6b589616231917362f3b08523ee4fd39
projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj

++++++ _service ++++++
<?xml version="1.0"?>
<services>
  <service name="obs_scm" mode="manual">
    <param name="scm">git</param>
    <param name="url">https://gitlab.gnome.org/GNOME/gnome-2048.git</param>
    <param name="revision">50.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="manual"/>
  <service name="recompress" mode="manual">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="manual" />
  <service name="cargo_vendor" mode="manual">
    <param name="srcdir">gnome-2048</param>
    <param name="update">false</param>
    <param name="compression">xz</param>
  </service>

</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-20 12:35:27.000000000 +0100
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
+osc-collab.*

++++++ gnome-2048-3.38.2.tar.xz -> gnome-2048-50.1.tar.xz ++++++
++++ 36144 lines of diff (skipped)

++++++ gnome-2048.obsinfo ++++++
name: gnome-2048
version: 50.1
mtime: 1773871802
commit: 6e5badb3572ef097924142dfbd6acb6aee280293

Reply via email to