Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gnome-shell-extension-desktop-icons
for openSUSE:Factory checked in at 2021-04-12 12:35:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-shell-extension-desktop-icons (Old)
and
/work/SRC/openSUSE:Factory/.gnome-shell-extension-desktop-icons.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-shell-extension-desktop-icons"
Mon Apr 12 12:35:30 2021 rev:5 rq:881138 version:20.10.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-shell-extension-desktop-icons/gnome-shell-extension-desktop-icons.changes
2020-05-14 23:24:47.864981406 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-shell-extension-desktop-icons.new.2401/gnome-shell-extension-desktop-icons.changes
2021-04-12 12:38:14.889430901 +0200
@@ -1,0 +2,24 @@
+Fri Mar 19 19:05:48 UTC 2021 - Dominique Leuenberger <[email protected]>
+
+- Add desktop-icon-gnome-40.patch: Declare compatible to GNOME 40.
+
+-------------------------------------------------------------------
+Thu Mar 18 01:55:54 UTC 2021 - Xiaoguang Wang <[email protected]>
+
+- Update to version 20.10.0:
+ * Support for Gnome Shell 3.38 and new dialog APIs.
+ * Fix dragging several files.
+ * Allocate draggable actor before starting the drag.
+ * Fix for the native switcheroo controller.
+ * Avoid scheduling multiple layoutChildren idlers and other
+ fixes.
+ * Templates support.
+ * Preview files with spacebar.
+ * Allow to launch programs with the discrete GPU.
+ * Show mounted devices.
+ * Set home folder label to localized "Home".
+- Drop
+ gnome-shell-extension-desktop-icons-add-mount-disk-icon.patch:
+ Fixed upstream.
+
+-------------------------------------------------------------------
Old:
----
_service
_servicedata
desktop-icons-20.04.0.obscpio
desktop-icons.obsinfo
gnome-shell-extension-desktop-icons-add-mount-disk-icon.patch
New:
----
desktop-icon-gnome-40.patch
desktop-icons-20.10.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-shell-extension-desktop-icons.spec ++++++
--- /var/tmp/diff_new_pack.zdLnV3/_old 2021-04-12 12:38:15.441431542 +0200
+++ /var/tmp/diff_new_pack.zdLnV3/_new 2021-04-12 12:38:15.441431542 +0200
@@ -1,7 +1,7 @@
#
# spec file for package gnome-shell-extension-desktop-icons
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,15 @@
Name: gnome-shell-extension-desktop-icons
-Version: 20.04.0
+Version: 20.10.0
Release: 0
Summary: Desktop icon support for GNOME Shell
License: GPL-3.0-or-later
Group: System/GUI/GNOME
URL: https://gitlab.gnome.org/World/ShellExtensions/desktop-icons
-Source: desktop-icons-%{version}.tar.xz
+Source:
https://gitlab.gnome.org/World/ShellExtensions/desktop-icons/uploads/5e2d0748cf79d255d7c23df6a6e6901b/desktop-icons-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM desktop-icon-gnome-40.patch [email protected] -- Make
extension compatible with GNOME 40
+Patch0: desktop-icon-gnome-40.patch
BuildRequires: gnome-patch-translation
# Needed for directory ownership
BuildRequires: gnome-shell >= 3.30
@@ -36,9 +38,6 @@
Requires: xdg-desktop-portal-gtk
BuildArch: noarch
-# PATCH-FIX-UPSTREAM
gnome-shell-extension-desktop-icons-add-mount-disk-icon.patch jsc#SLE-12572
glgo#GNOME/World/ShellExtensions/desktop-icons!171 [email protected] -- Add
showing mounted devices's icon
-Patch0: gnome-shell-extension-desktop-icons-add-mount-disk-icon.patch
-
%description
This package provides a GNOME Shell extension for showing the contents
of ~/Desktop on the desktop of the Shell. Common file management
@@ -46,8 +45,7 @@
supported.
%prep
-%setup -q -n desktop-icons-%{version}
-%patch0 -p1
+%autosetup -n desktop-icons-%{version}
translation-update-upstream po %{name}
gnome-patch-translation-prepare po %{name}
++++++ desktop-icon-gnome-40.patch ++++++
Index: desktop-icons-20.10.0/metadata.json
===================================================================
--- desktop-icons-20.10.0.orig/metadata.json
+++ desktop-icons-20.10.0/metadata.json
@@ -2,6 +2,6 @@
"name": "Desktop Icons",
"description": "Add icons to the desktop",
"uuid": "desktop-icons@csoriano",
- "shell-version": ["3.38.0"],
+ "shell-version": ["3.38.0", "40"],
"url": "https://gitlab.gnome.org/World/ShellExtensions/desktop-icons"
}