Script 'mail_helper' called by obssrc
Hello community,

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

Package is "lightsoff"

Tue Jul 15 11:24:40 2025 rev:2 rq:1292400 version:48.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:16.0/lightsoff/lightsoff.changes    2025-03-19 
11:50:25.531031153 +0100
+++ /work/SRC/openSUSE:Leap:16.0/.lightsoff.new.7373/lightsoff.changes  
2025-07-15 11:25:07.870491202 +0200
@@ -1,0 +2,40 @@
+Sat Apr 12 18:48:37 UTC 2025 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 48.1:
+  + Don't create window in startup phase.
+  + Don't set prgname.
+
+-------------------------------------------------------------------
+Sun Mar 16 09:31:44 UTC 2025 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 48.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sat Mar  1 21:31:18 UTC 2025 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 48.rc:
+  + UI improvements
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sun Feb 23 14:24:34 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.
+
+-------------------------------------------------------------------
+Fri Jan 10 20:25:05 UTC 2025 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 48.alpha:
+  + Migrated to GTK4
+  + Updated translations.
+- Replace pkgconfig(gtk+-3.0) with pkgconfig(gtk4) BuildRequires
+  following upstreams port.
+- Add desktop-file-utils BuildRequires and check section where we
+  verify the desktop file.
+- Drop obsolete and unused update-desktop-files BuildRequires.
+
+-------------------------------------------------------------------

Old:
----
  lightsoff-46.0.obscpio

New:
----
  lightsoff-48.1.obscpio

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

Other differences:
------------------
++++++ lightsoff.spec ++++++
--- /var/tmp/diff_new_pack.1NXUi3/_old  2025-07-15 11:25:08.130501989 +0200
+++ /var/tmp/diff_new_pack.1NXUi3/_new  2025-07-15 11:25:08.130501989 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lightsoff
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,26 +17,21 @@
 
 
 Name:           lightsoff
-Version:        46.0
+Version:        48.1
 Release:        0
 Summary:        Lights Out Game for GNOME
 License:        GPL-2.0-or-later
 Group:          Amusements/Games/Board/Other
 URL:            https://wiki.gnome.org/Apps/Lightsoff
 Source0:        %{name}-%{version}.tar.zst
+BuildSystem:    meson
 
+BuildRequires:  AppStream
+BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
-BuildRequires:  gettext-devel >= 0.19.8
+BuildRequires:  itstool
 BuildRequires:  meson
-BuildRequires:  pkgconfig
-BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.22.0
-BuildRequires:  yelp-tools
-BuildRequires:  pkgconfig(gio-2.0)
-BuildRequires:  pkgconfig(glib-2.0) >= 2.38.0
-BuildRequires:  pkgconfig(gmodule-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.24
-BuildRequires:  pkgconfig(librsvg-2.0) >= 2.32.0
 Obsoletes:      %{name}-doc <= 3.28.0
 
 %description
@@ -46,15 +41,11 @@
 
 %lang_package
 
-%prep
-%autosetup
+%generate_buildrequires
+%meson_buildrequires
 
-%build
-%meson
-%meson_build
+%install -a
 
-%install
-%meson_install
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}%{_datadir}
 
@@ -63,12 +54,11 @@
 %doc NEWS
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}
-%{_datadir}/%{name}/
 %{_datadir}/applications/org.gnome.LightsOff.desktop
 %{_datadir}/dbus-1/services/org.gnome.LightsOff.service
 %{_datadir}/glib-2.0/schemas/org.gnome.LightsOff.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/org.gnome.LightsOff*
-%{_datadir}/metainfo/org.gnome.LightsOff.appdata.xml
+%{_datadir}/metainfo/org.gnome.LightsOff.metainfo.xml
 %{_mandir}/man6/lightsoff.6%{?ext_man}
 
 %files lang -f %{name}.lang

++++++ _service ++++++
--- /var/tmp/diff_new_pack.1NXUi3/_old  2025-07-15 11:25:08.158503151 +0200
+++ /var/tmp/diff_new_pack.1NXUi3/_new  2025-07-15 11:25:08.162503317 +0200
@@ -3,7 +3,7 @@
   <service name="obs_scm" mode="manual">
     <param name="scm">git</param>
     <param name="url">https://gitlab.gnome.org/GNOME/lightsoff.git</param>
-    <param name="revision">46.0</param>
+    <param name="revision">48.1</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">v?(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ lightsoff-46.0.obscpio -> lightsoff-48.1.obscpio ++++++
++++ 5037 lines of diff (skipped)

++++++ lightsoff.obsinfo ++++++
--- /var/tmp/diff_new_pack.1NXUi3/_old  2025-07-15 11:25:08.362511615 +0200
+++ /var/tmp/diff_new_pack.1NXUi3/_new  2025-07-15 11:25:08.366511781 +0200
@@ -1,5 +1,5 @@
 name: lightsoff
-version: 46.0
-mtime: 1710617863
-commit: b383e33570b957b823036b0d7813d4d9d70c1aa8
+version: 48.1
+mtime: 1744478496
+commit: 78d8537f1bfcf1584e9ce78d933288aa4e33f273
 

Reply via email to