Accepting request 75784 from GNOME:Factory
Pushing G:F, including GNOME 3.1.3 OBS-URL: https://build.opensuse.org/request/show/75784 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nautilus?expand=0&rev=98
This commit is contained in:
commit
84793b32c0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6a4c6b75593f0e815763d0040878cd908da72318f18b05f33d24040e0d602b22
|
|
||||||
size 5636620
|
|
3
nautilus-3.1.3.tar.bz2
Normal file
3
nautilus-3.1.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bd2560e00638720edc1e6b3ecd5a0cad67dcfa3be64926df34789e2b470e849d
|
||||||
|
size 5677735
|
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 2 08:59:07 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.1.3:
|
||||||
|
+ Add an 'Add Bookmark' item in sidepane context menu
|
||||||
|
+ Fix --no-default-window not working when an URI is specified
|
||||||
|
+ Use g_cclosure_marshal_generic()
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 16 15:41:50 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Add missing call to %suse_update_desktop_file for
|
||||||
|
nautilus-autostart.desktop.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 15 09:57:08 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.1.2:
|
||||||
|
+ Use GtkOverlay for the floating bar
|
||||||
|
+ Move the floating bar away from the cursor on hover
|
||||||
|
+ Add an autostart desktop file
|
||||||
|
+ Add metadata::custom-icon-name key for custom icons
|
||||||
|
+ Fix opening the wrong directory when launching an instance
|
||||||
|
from the command line
|
||||||
|
+ Misc crashers.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 15 11:36:51 CEST 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.1.1:
|
||||||
|
+ Add a DBus previewer interface to support e.g. the Sushi
|
||||||
|
previewer
|
||||||
|
+ Rework handling of _NETSCAPE_URL dnd links
|
||||||
|
+ Optimizations in the sorting/layouting code for Icon View
|
||||||
|
+ Misc bugfixes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 31 10:50:23 UTC 2011 - fcrozat@suse.com
|
Tue May 31 10:50:23 UTC 2011 - fcrozat@suse.com
|
||||||
|
|
||||||
|
@ -20,11 +20,11 @@
|
|||||||
Name: nautilus
|
Name: nautilus
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
Version: 3.0.2
|
Version: 3.1.3
|
||||||
Release: 1
|
Release: 1
|
||||||
# FIXME: replace libexempi-devel BuildRequires with pkgconfig(exempi-2.0) once fixed exempi is in
|
# FIXME: replace libexempi-devel BuildRequires with pkgconfig(exempi-2.0) once fixed exempi is in
|
||||||
Summary: File Manager for the GNOME Desktop
|
Summary: File Manager for the GNOME Desktop
|
||||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/nautilus/2.20/%{name}-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/nautilus/3.1/%{name}-%{version}.tar.bz2
|
||||||
# fate#308344 bgo#602147
|
# fate#308344 bgo#602147
|
||||||
Source1: mount-archive.desktop
|
Source1: mount-archive.desktop
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
@ -132,6 +132,7 @@ ln -s ../icons/gnome/24x24/actions/system-search.png $RPM_BUILD_ROOT%{_datadir}/
|
|||||||
ln -s ../icons/gnome/24x24/places/user-home.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps/
|
ln -s ../icons/gnome/24x24/places/user-home.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps/
|
||||||
%suse_update_desktop_file nautilus
|
%suse_update_desktop_file nautilus
|
||||||
%suse_update_desktop_file nautilus-autorun-software
|
%suse_update_desktop_file nautilus-autorun-software
|
||||||
|
%suse_update_desktop_file nautilus-autostart
|
||||||
# Install the archive mime handler
|
# Install the archive mime handler
|
||||||
test ! -e %{buildroot}%{_datadir}/applications/mount-archive.desktop
|
test ! -e %{buildroot}%{_datadir}/applications/mount-archive.desktop
|
||||||
%{__install} -m0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/mount-archive.desktop
|
%{__install} -m0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/mount-archive.desktop
|
||||||
|
Loading…
Reference in New Issue
Block a user