Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hamster-time-tracker for 
openSUSE:Factory checked in at 2026-04-21 12:42:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hamster-time-tracker (Old)
 and      /work/SRC/openSUSE:Factory/.hamster-time-tracker.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hamster-time-tracker"

Tue Apr 21 12:42:50 2026 rev:17 rq:1348254 version:unknown

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/hamster-time-tracker/hamster-time-tracker.changes    
    2025-09-29 16:37:18.539215609 +0200
+++ 
/work/SRC/openSUSE:Factory/.hamster-time-tracker.new.11940/hamster-time-tracker.changes
     2026-04-21 12:43:30.903172708 +0200
@@ -1,0 +2,11 @@
+Mon Apr 20 14:01:41 UTC 2026 - Martin Wilck <[email protected]>
+
+- Fix GNOME shell version in spec file
+
+-------------------------------------------------------------------
+Mon Apr 13 10:25:15 UTC 2026 - Martin Wilck <[email protected]>
+
+- Update to GNOME 50
+  * add 0185-Mark-GNOME-50-supported.patch
+
+-------------------------------------------------------------------

New:
----
  0185-Mark-GNOME-50-supported.patch

----------(New B)----------
  New:- Update to GNOME 50
  * add 0185-Mark-GNOME-50-supported.patch
----------(New E)----------

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

Other differences:
------------------
++++++ hamster-time-tracker.spec ++++++
--- /var/tmp/diff_new_pack.NqgkKf/_old  2026-04-21 12:43:32.811251984 +0200
+++ /var/tmp/diff_new_pack.NqgkKf/_new  2026-04-21 12:43:32.815252151 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hamster-time-tracker
 #
-# 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
@@ -21,7 +21,7 @@
 # ext_gnome_version: latest GNOME shell version supported
 # min_gnome_version: earliest GNOME shell version supported
 %if 0%{?suse_version} > 1600
-%global ext_gnome_version 49
+%global ext_gnome_version 50
 %global min_gnome_version 46
 %else
 %if 0%{?suse_version} == 1600
@@ -162,6 +162,7 @@
 # GNOME 49
 Patch183:       0183-Add-option-to-hide-the-summary.patch
 Patch184:       0184-Mark-GNOME-49-as-supported.patch
+Patch185:       0185-Mark-GNOME-50-supported.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 # For detecting typelib() dependencies
@@ -327,6 +328,7 @@
 # GNOME 49 support
 %patch -P 183 -p1
 %patch -P 184 -p1
+%patch -P 185 -p1
 %endif
 
 %if 0%{?suse_version} < 1550 || 0%{?sle_version} < 150200

++++++ 0185-Mark-GNOME-50-supported.patch ++++++
>From 277fa2ffd45361b1ebb05f35c01249e1e2d3eb0d Mon Sep 17 00:00:00 2001
From: Martin Wilck <[email protected]>
Date: Mon, 13 Apr 2026 12:19:46 +0200
Subject: [PATCH] Mark GNOME 50 supported

---
 data/metadata.json.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/data/metadata.json.in b/data/metadata.json.in
index ff16f6f..9023d97 100644
--- a/data/metadata.json.in
+++ b/data/metadata.json.in
@@ -13,7 +13,8 @@
       "46",
       "47",
       "48",
-      "49"
+      "49",
+      "50"
     ],
     "url": "https://github.com/projecthamster/hamster-shell-extension.git";,
     "uuid": @UUID@
-- 
2.53.0

Reply via email to