Accepting request 85706 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/85706 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nautilus?expand=0&rev=101
This commit is contained in:
commit
a5a1a4b629
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4f80625904007e21d995f8769ab29e4b2b02f2009c7978f06b59be4578aa97c
|
||||
size 5671536
|
3
nautilus-3.2.0.tar.bz2
Normal file
3
nautilus-3.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6e32197676705a6bf9e93e02bc333f22301ff61d10b872c094047275445ea15
|
||||
size 5661263
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 15:32:10 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.2.0:
|
||||
+ Fix a couple of drawing regressions introduced in 3.1.92
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 20 07:42:31 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.1.92:
|
||||
+ Hopefully fix once and for all NautilusWindow keybindings
|
||||
+ Don't hide the floating bar on hover if it's interactive
|
||||
+ Fix canvas accessibility implementation for GTK 3.2
|
||||
+ Don't warn when opening multiple files with one application
|
||||
+ Correctly remember remote passwords when asked so
|
||||
+ Add a new topic-based help menu
|
||||
+ Fix default list view sorting order
|
||||
+ Don't warn when a mount operation fails with ALREADY_MOUNTED
|
||||
+ Select the item on right click in the Tree sidebar
|
||||
+ Scroll to the selected file when opening an URI from the
|
||||
cmdline
|
||||
+ Read the emblem icon names from the metadata
|
||||
+ Use libtracker-sparql directly as an optional dependency
|
||||
+ Streamline icon container rendering code to use gtk_render_*
|
||||
+ Correctly remember "Keep Aligned" and other desktop metadata
|
||||
+ Invalidate the text size when changing the DPI xsetting
|
||||
+ Strip the hardcoded theme bits
|
||||
+ Add Unity desktop file compatibility
|
||||
+ Use XDG_CURRENT_DESKTOP when possible
|
||||
- Add pkgconfig(tracker-sparql-0.12) BuildRequires: new dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 16:35:28 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
|
@ -20,11 +20,11 @@
|
||||
Name: nautilus
|
||||
License: GPLv2+
|
||||
Group: Productivity/File utilities
|
||||
Version: 3.1.90
|
||||
Version: 3.2.0
|
||||
Release: 1
|
||||
# FIXME: replace libexempi-devel BuildRequires with pkgconfig(exempi-2.0) once fixed exempi is in
|
||||
Summary: File Manager for the GNOME Desktop
|
||||
Source: http://download.gnome.org/sources/nautilus/3.1/%{name}-%{version}.tar.bz2
|
||||
Source: http://download.gnome.org/sources/nautilus/3.2/%{name}-%{version}.tar.bz2
|
||||
# fate#308344 bgo#602147
|
||||
Source1: mount-archive.desktop
|
||||
Source99: baselibs.conf
|
||||
@ -55,6 +55,7 @@ BuildRequires: pkgconfig(libexif)
|
||||
BuildRequires: pkgconfig(libnotify)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(pango)
|
||||
BuildRequires: pkgconfig(tracker-sparql-0.12)
|
||||
# So that symlinks to icons work:
|
||||
Requires: gnome-icon-theme
|
||||
Recommends: %{name}-lang
|
||||
|
Loading…
x
Reference in New Issue
Block a user