Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-pomodoro for openSUSE:Factory 
checked in at 2023-03-24 15:19:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-pomodoro (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-pomodoro.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-pomodoro"

Fri Mar 24 15:19:51 2023 rev:31 rq:1073956 version:0.22.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-pomodoro/gnome-pomodoro.changes    
2023-02-06 14:15:51.784712584 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-pomodoro.new.31432/gnome-pomodoro.changes 
2023-03-24 15:20:10.122808984 +0100
@@ -1,0 +2,11 @@
+Thu Mar 23 10:50:57 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Correct the dependency on gnome-shell to allow gnome-shell 44.
+
+-------------------------------------------------------------------
+Wed Mar  1 11:29:25 UTC 2023 - Bjørn Lie <bjorn....@gmail.com>
+
+- Add e67bf9d0d0ea3604654145aa7e40d239d3d8109d.patch: Mark
+  extension as compatible with GNOME Shell 44
+
+-------------------------------------------------------------------

New:
----
  e67bf9d0d0ea3604654145aa7e40d239d3d8109d.patch

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

Other differences:
------------------
++++++ gnome-pomodoro.spec ++++++
--- /var/tmp/diff_new_pack.hlSfZq/_old  2023-03-24 15:20:10.602811487 +0100
+++ /var/tmp/diff_new_pack.hlSfZq/_new  2023-03-24 15:20:10.606811508 +0100
@@ -27,11 +27,14 @@
 Source:         https://github.com/codito/%{name}/archive/%{version}.tar.gz
 Source99:       gnome-pomodoro-rpmlintrc
 
+# PATCH-FIX-UPSTREAM e67bf9d0d0ea3604654145aa7e40d239d3d8109d.patch -- Mark 
extension as compatible with GNOME Shell 44
+Patch:          
https://github.com/gnome-pomodoro/gnome-pomodoro/commit/e67bf9d0d0ea3604654145aa7e40d239d3d8109d.patch
+
 BuildRequires:  desktop-file-utils
 BuildRequires:  docbook-utils
 BuildRequires:  gettext >= 0.19.6
 BuildRequires:  gnome-common
-BuildRequires:  gnome-shell < 44
+BuildRequires:  gnome-shell < 45
 BuildRequires:  gnome-shell >= 3.36.0
 BuildRequires:  meson
 BuildRequires:  pkgconfig
@@ -49,7 +52,7 @@
 BuildRequires:  pkgconfig(libcanberra) >= 0.30
 BuildRequires:  pkgconfig(libpeas-1.0) >= 1.5.0
 BuildRequires:  pkgconfig(sqlite3)
-Requires:       gnome-shell < 44
+Requires:       gnome-shell < 45
 Requires:       gnome-shell >= 3.36.0
 Requires:       gstreamer
 Requires:       gtk3 >= 3.20.0

++++++ e67bf9d0d0ea3604654145aa7e40d239d3d8109d.patch ++++++
>From e67bf9d0d0ea3604654145aa7e40d239d3d8109d Mon Sep 17 00:00:00 2001
From: Jeremy Bicha <jeremy.bi...@canonical.com>
Date: Fri, 24 Feb 2023 10:31:09 -0500
Subject: [PATCH] Mark extension as compatible with GNOME Shell 44

---
 plugins/gnome/extension/metadata.json.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/gnome/extension/metadata.json.in 
b/plugins/gnome/extension/metadata.json.in
index df627731..92f624f1 100644
--- a/plugins/gnome/extension/metadata.json.in
+++ b/plugins/gnome/extension/metadata.json.in
@@ -2,7 +2,7 @@
   "uuid": "@EXTENSION_UUID@",
   "name": "Pomodoro",
   "description": "Desktop integration for Pomodoro application.",
-  "shell-version": ["3.38", "40", "41", "42", "43"],
+  "shell-version": ["3.38", "40", "41", "42", "43", "44"],
   "url": "@PACKAGE_URL@",
   "version": "@PACKAGE_VERSION@"
 }

Reply via email to