Accepting request 423837 from GNOME:Next
Update to 3.20.3 OBS-URL: https://build.opensuse.org/request/show/423837 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=258
This commit is contained in:
parent
bfc8a37142
commit
310549a980
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8d6e679b880dc78c0c2e2dabf6025e6da34ff279dee501f7c75f3649c1a6caae
|
|
||||||
size 3447216
|
|
3
nautilus-3.20.3.tar.xz
Normal file
3
nautilus-3.20.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:46600a2361a022a0170304aef7167caa29c0d52232063a3556bec6a77881310e
|
||||||
|
size 3437224
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 30 13:30:03 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.20.3:
|
||||||
|
+ Support HDPI in desktop margins.
|
||||||
|
+ Fix opaque desktop background after changing themes.
|
||||||
|
+ Fix gnome-shell search not providing results or making the CPU
|
||||||
|
at 100% even if closed.
|
||||||
|
- Drop nautilus-desktop-canvas-view-scale-desktop-workarea.patch:
|
||||||
|
fixed upstream.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 2 11:03:29 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Add nautilus-desktop-canvas-view-scale-desktop-workarea.patch:
|
||||||
|
The problem is that in the function canvas_container_set_workarea
|
||||||
|
the screen width and height are in "application pixels" while the
|
||||||
|
workarea ones are in "device pixels" so when the scaling is > 1,
|
||||||
|
the margins are not properly setted (bgo#769302).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 2 10:03:29 UTC 2016 - qzhao@suse.com
|
Tue Aug 2 10:03:29 UTC 2016 - qzhao@suse.com
|
||||||
|
|
||||||
@ -85,7 +105,7 @@ Thu Apr 28 13:16:42 UTC 2016 - zaitor@opensuse.org
|
|||||||
+ Allow more applications to be set as default in network
|
+ Allow more applications to be set as default in network
|
||||||
locations.
|
locations.
|
||||||
+ Make renamed or created files scroll the view to the position
|
+ Make renamed or created files scroll the view to the position
|
||||||
of the files
|
of the files.
|
||||||
+ Updated translations.
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: nautilus
|
Name: nautilus
|
||||||
Version: 3.20.2
|
Version: 3.20.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: File Manager for the GNOME Desktop
|
Summary: File Manager for the GNOME Desktop
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -27,9 +27,9 @@ Source: http://download.gnome.org/sources/nautilus/3.20/%{name}-%{versio
|
|||||||
Source1: mount-archive.desktop
|
Source1: mount-archive.desktop
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
# PATCH-FIX-UPSTREAM nautilus-enable-eject-option-on-selection-menu.patch bsc#981950 bgo#768355 tyang@suse.com -- Enable eject option on selection menu
|
# PATCH-FIX-UPSTREAM nautilus-enable-eject-option-on-selection-menu.patch bsc#981950 bgo#768355 tyang@suse.com -- Enable eject option on selection menu
|
||||||
Patch2: nautilus-enable-eject-option-on-selection-menu.patch
|
Patch0: nautilus-enable-eject-option-on-selection-menu.patch
|
||||||
# PATCH-FIX-UPSTREAM nautilus-fix-desktop-icon-smash.patch bsc#979072 bgo#765601 qzhao@suse.com -- Fix icons smash at first boot
|
# PATCH-FIX-UPSTREAM nautilus-fix-desktop-icon-smash.patch bsc#979072 bgo#765601 qzhao@suse.com -- Fix icons smash at first boot
|
||||||
Patch3: nautilus-fix-desktop-icon-smash.patch
|
Patch2: nautilus-fix-desktop-icon-smash.patch
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
# needed for directory ownership
|
# needed for directory ownership
|
||||||
@ -112,8 +112,8 @@ This package contains development files for nautilus.
|
|||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user