Accepting request 748751 from GNOME:Next
- Drop superfluous tarball, we use sourceservice during build. - Update to version 19.10.2: * desktopGrid.js: fix rename button * General: Fix thumbnails not centered * desktopGrid: Properly inherit Placeholder from a GObject class * desktopGrid: Use default upstream styling for rename popup * desktopGrid: Derive the RenamePoup from PopupMenu * desktopGrid: Open the rename popup only when item menu is closed OBS-URL: https://build.opensuse.org/request/show/748751 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell-extension-desktop-icons?expand=0&rev=5
This commit is contained in:
parent
59e97ac2ee
commit
ce957d8516
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="obs_scm" mode="disabled" >
|
||||
<param name="url">https://gitlab.gnome.org/World/ShellExtensions/desktop-icons.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">19.10.1</param>
|
||||
<param name="revision">19.10.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">suse</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/World/ShellExtensions/desktop-icons.git</param>
|
||||
<param name="changesrevision">049b5f652859723d52ff2db6790d4c65ac529340</param></service></servicedata>
|
||||
<param name="changesrevision">b1768a8eff6bf38f471d15b292f59515d41bd4b4</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bbf033fa2f3170528f18901f3cea11bba4184c809edecf46e7ec656a6b705e58
|
||||
size 262667
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d640d35c683c52761db4909c838c2469d6831a7cc26c8ab5836108d7b66c227
|
||||
size 47908
|
3
desktop-icons-19.10.2.obscpio
Normal file
3
desktop-icons-19.10.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:edacdfa031d1f21512dbf934c6b6936de6e8021fa66fe05dd3cb5a5627c9b15b
|
||||
size 263179
|
@ -1,5 +1,5 @@
|
||||
name: desktop-icons
|
||||
version: 19.10.1
|
||||
mtime: 1570055247
|
||||
commit: 049b5f652859723d52ff2db6790d4c65ac529340
|
||||
version: 19.10.2
|
||||
mtime: 1570659354
|
||||
commit: b1768a8eff6bf38f471d15b292f59515d41bd4b4
|
||||
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 14 19:25:20 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Drop superfluous tarball, we use sourceservice during build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 13 06:34:34 UTC 2019 - Xiaoguang Wang <xwang@suse.com>
|
||||
|
||||
- Update to version 19.10.2:
|
||||
* desktopGrid.js: fix rename button
|
||||
* General: Fix thumbnails not centered
|
||||
* desktopGrid: Properly inherit Placeholder from a GObject class
|
||||
* desktopGrid: Use default upstream styling for rename popup
|
||||
* desktopGrid: Derive the RenamePoup from PopupMenu
|
||||
* desktopGrid: Open the rename popup only when item menu is
|
||||
closed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 9 06:50:58 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-shell-extension-desktop-icons
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LLC.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnome-shell-extension-desktop-icons
|
||||
Version: 19.10.1
|
||||
Version: 19.10.2
|
||||
Release: 0
|
||||
Summary: Desktop icon support for GNOME Shell
|
||||
License: GPL-3.0-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user