Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-mahjongg for 
openSUSE:Leap:16.0 checked in at 2025-07-15 11:24:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/gnome-mahjongg (Old)
 and      /work/SRC/openSUSE:Leap:16.0/.gnome-mahjongg.new.7373 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-mahjongg"

Tue Jul 15 11:24:33 2025 rev:3 rq:1292379 version:48.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:16.0/gnome-mahjongg/gnome-mahjongg.changes  
2025-04-20 20:14:32.945658244 +0200
+++ 
/work/SRC/openSUSE:Leap:16.0/.gnome-mahjongg.new.7373/gnome-mahjongg.changes    
    2025-07-15 11:24:48.721696762 +0200
@@ -1,0 +2,78 @@
+Sat Apr 12 13:58:13 UTC 2025 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 48.1:
+  + Remember initial layout when restarting game after reshuffling
+  + Ensure boards remain solvable when possible after reshuffling
+    remaining tiles
+  + Always show New Game button when no moves are left
+  + Cycle through hints instead of always picking random ones
+  + Allow inspecting game after finishing it
+  + Show scores for current layout when opening Scores dialog
+  + Fix Score dialog title being visible when it should not be
+  + Replace GNOME tile with White Dragon tile in Postmodern theme
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sun Mar 16 09:12:55 UTC 2025 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 48.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sun Feb 23 19:42:44 UTC 2025 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 48.rc:
+  + On double-click, auto-play the end of the game if all tiles are
+    unblocked
+  + Only rotate layout on startup when random rotation is enabled
+  + Avoid unnecessary loops for faster tile matching
+  + Swap placement of Quit and Continue buttons
+  + Add window title for completed game
+  + Bundle icons not included with GTK
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Feb 18 17:45:54 UTC 2025 - Bjørn Lie <bjorn....@gmail.com>
+
+- Change spec file to use modern BuildSystem: meson with automatic
+  build dependency detection.
+- Drop all BuildRequires now autogenerated by meson_buildrequires
+  macro.
+
+-------------------------------------------------------------------
+Sun Feb  9 14:05:03 UTC 2025 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 48.beta.1:
+  + Fix compilation on some systems (cast sort callbacks to
+    CompareDataFunc)
+  + Select new theme name after theme name migration
+  + Stop rounding 'time elapsed' value
+
+-------------------------------------------------------------------
+Sun Feb  9 14:05:02 UTC 2025 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 48.beta:
+  + Implement column sorting in Scores dialog
+  + Stop leaking game instances
+  + Code cleanups
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sun Feb  9 14:05:01 UTC 2025 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 48.alpha:
+  + Add sequential and random layout rotation modes
+  + Add animation when starting a new game and pausing a game
+  + Add Ctrl-R keyboard shortcut for restarting game
+  + Improve rendering on high resolution displays
+  + Render tiles using the GPU instead of CPU (port to
+    Gtk.Snapshot)
+  + Smaller spacing around the board on mobile screens
+  + Various optimizations for game initialization and drawing
+  + Tweak background colors
+  + Fix a memory leak in the Scores dialog
+  + Stop using deprecated APIs
+  + Add SPDX license identifiers to all files
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  gnome-mahjongg-47.2.obscpio

New:
----
  gnome-mahjongg-48.1.obscpio

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

Other differences:
------------------
++++++ gnome-mahjongg.spec ++++++
--- /var/tmp/diff_new_pack.wYShT3/_old  2025-07-15 11:24:48.993708047 +0200
+++ /var/tmp/diff_new_pack.wYShT3/_new  2025-07-15 11:24:48.997708213 +0200
@@ -17,26 +17,21 @@
 
 
 Name:           gnome-mahjongg
-Version:        47.2
+Version:        48.1
 Release:        0
 Summary:        Mahjong Solitaire Game for GNOME
 License:        GPL-2.0-or-later
 Group:          Amusements/Games/Board/Puzzle
 URL:            https://live.gnome.org/GnomeMahongg
 Source0:        %{name}-%{version}.tar.zst
+BuildSystem:    meson
 
-BuildRequires:  appstream-glib
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  itstool
 BuildRequires:  meson
-BuildRequires:  pkgconfig
 BuildRequires:  vala >= 0.24.0
-BuildRequires:  pkgconfig(gio-2.0)
-BuildRequires:  pkgconfig(glib-2.0) >= 2.40.0
-BuildRequires:  pkgconfig(gtk4)
-BuildRequires:  pkgconfig(libadwaita-1)
-BuildRequires:  pkgconfig(librsvg-2.0) >= 2.46.0
+BuildRequires:  rpm_macro(meson_buildrequires)
 # Package was renamed to gnome-mahjongg, following upstreams name change 
during 3.6 development.
 Obsoletes:      mahjongg < %{version}
 Provides:       mahjongg = %{version}
@@ -48,21 +43,13 @@
 
 %lang_package
 
-%prep
-%autosetup -p1
+%generate_buildrequires
+%meson_buildrequires
 
-%build
-%meson
-%meson_build
-
-%install
-%meson_install
+%install -a
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}%{_datadir}
 
-%check
-%meson_test
-
 %files
 %license COPYING
 %doc NEWS

++++++ _service ++++++
--- /var/tmp/diff_new_pack.wYShT3/_old  2025-07-15 11:24:49.029709541 +0200
+++ /var/tmp/diff_new_pack.wYShT3/_new  2025-07-15 11:24:49.033709707 +0200
@@ -3,7 +3,7 @@
   <service name="obs_scm" mode="manual">
     <param name="url">https://gitlab.gnome.org/GNOME/gnome-mahjongg.git</param>
     <param name="scm">git</param>
-    <param name="revision">47.2</param>
+    <param name="revision">48.1</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ gnome-mahjongg-47.2.obscpio -> gnome-mahjongg-48.1.obscpio ++++++
++++ 13682 lines of diff (skipped)

++++++ gnome-mahjongg.obsinfo ++++++
--- /var/tmp/diff_new_pack.wYShT3/_old  2025-07-15 11:24:49.345722652 +0200
+++ /var/tmp/diff_new_pack.wYShT3/_new  2025-07-15 11:24:49.345722652 +0200
@@ -1,5 +1,5 @@
 name: gnome-mahjongg
-version: 47.2
-mtime: 1739104485
-commit: 989ee7240dfed90da106ac21a5bb9f1a0baab674
+version: 48.1
+mtime: 1744463155
+commit: 64be51ca0fbd855af6c32ac0309300c272dfab9a
 

Reply via email to