Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gnome-shell-extensions for
openSUSE:Factory checked in at 2022-02-09 20:38:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-shell-extensions (Old)
and /work/SRC/openSUSE:Factory/.gnome-shell-extensions.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-shell-extensions"
Wed Feb 9 20:38:04 2022 rev:120 rq:952882 version:41.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-shell-extensions/gnome-shell-extensions.changes
2021-12-16 21:20:22.862545640 +0100
+++
/work/SRC/openSUSE:Factory/.gnome-shell-extensions.new.1898/gnome-shell-extensions.changes
2022-02-09 20:38:09.126225574 +0100
@@ -1,0 +2,6 @@
+Thu Feb 3 05:51:27 UTC 2022 - Bj??rn Lie <[email protected]>
+
+- Add cdaa837d48894737ca0b4e7d2dfb365119e53759.patch: Fix build
+ with meson 0.61 and newer. Backported to apply on stable version.
+
+-------------------------------------------------------------------
New:
----
cdaa837d48894737ca0b4e7d2dfb365119e53759.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-shell-extensions.spec ++++++
--- /var/tmp/diff_new_pack.SfoPYV/_old 2022-02-09 20:38:10.242228243 +0100
+++ /var/tmp/diff_new_pack.SfoPYV/_new 2022-02-09 20:38:10.254228272 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gnome-shell-extensions
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
#
# All modifications and additions to the file contributed by third parties
@@ -31,6 +31,8 @@
Source5: sle-classic.json
Source6: [email protected]
Source7: 00_org.gnome.shell.extensions.sle-classic.gschema.override
+# PATCH-FIX-UPSTREAM cdaa837d48894737ca0b4e7d2dfb365119e53759.patch -- Fix
build with meson 0.61 and newer
+Patch0: cdaa837d48894737ca0b4e7d2dfb365119e53759.patch
# PATCH-FEATURE-OPENSUSE gnome-shell-add-app-to-desktop.patch bnc#870580
[email protected] -- allow adding app shortcut to desktop easily.
Patch1: gnome-shell-add-app-to-desktop.patch
@@ -100,6 +102,7 @@
%prep
%setup -q
+%patch0 -p1
%patch1 -p1
%patch1000 -p1
++++++ cdaa837d48894737ca0b4e7d2dfb365119e53759.patch ++++++
diff -Nur orig-gnome-shell-extensions-41.1/data/meson.build
gnome-shell-extensions-41.1/data/meson.build
--- orig-gnome-shell-extensions-41.1/data/meson.build 2022-02-08
19:00:20.879140911 +0100
+++ gnome-shell-extensions-41.1/data/meson.build 2022-02-08
19:01:41.716276754 +0100
@@ -1,5 +1,5 @@
session_desktop = 'gnome-classic.desktop'
-i18n.merge_file('',
+i18n.merge_file(
input: session_desktop + '.in',
output: session_desktop,
po_dir: '../po',