Accepting request 228685 from GNOME:Next

Push GNOME:Next - GNOME 3.12.0

OBS-URL: https://build.opensuse.org/request/show/228685
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=203
This commit is contained in:
Dominique Leuenberger 2014-04-03 20:47:52 +00:00 committed by Git OBS Bridge
parent 1244c7bd1e
commit be6a4cfad6
5 changed files with 82 additions and 1605 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f6a532a170907d116e8ce55847c5c6cd4e03819f5f818087554f2ec2556fc727
size 3334432

3
nautilus-3.12.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c19af20ab1fadf04bebee7ec8d3375c5efbe27bb6e0b7d3a60369523baf5e4df
size 3350956

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,75 @@
-------------------------------------------------------------------
Tue Mar 25 11:05:50 UTC 2014 - dimstar@opensuse.org
- Update to version 3.12.0:
+ Updated translations.
-------------------------------------------------------------------
Wed Mar 19 08:59:50 UTC 2014 - dimstar@opensuse.org
- Update to version 3.11.92:
+ Only show one button for mixed Video CD/Video DVD media.
+ Add a force-desktop action to NautilusApplication.
-------------------------------------------------------------------
Tue Feb 18 22:10:45 UTC 2014 - zaitor@opensuse.org
- Update to version 3.11.90:
+ Port to GtkHeaderBar.
+ Fix tab label not being update on removals or renames.
+ Fix minimum size requisition of Nautilus windows.
+ Fix remote mounts not being detected as removed.
+ Fix high CPU usage when searching with criteria.
+ Fix unwanted search entries on the desktop.
+ Fix initial value of start-with-sidebar.
+ Fix some critical assertions.
+ Fix a crash when selecting an unsupported custom image.
+ Remove Set as Background action on interactive DND.
+ Use unity-control-center when under Unity.
+ Add film strip in nautilus rather than in totem.
- Replace pkgconfig(tracker-sparql-0.18) for
pkgconfig(tracker-sparql-1.0) BuildRequires.
- Drop COPYING-DOCS from %docs, no longer present.
-------------------------------------------------------------------
Wed Dec 18 22:23:37 UTC 2013 - zaitor@opensuse.org
- Update to version 3.11.3:
+ Don't perform deep counts on regular files.
+ Fix overlapping filenames on hover in canvas view.
+ Fix crasher when changing the symlinks cache.
+ Standardize Help/About/Quit for the app menu.
+ Remove Enter Location from the app menu.
+ Use search bar style for the query editor.
+ Support building against Tracker 0.18.
- Stop injecting tracker 0.18 support before build.
-------------------------------------------------------------------
Thu Dec 12 21:42:24 UTC 2013 - dimstar@opensuse.org
- Drop nautilus-drives-and-volumes-on-desktop.diff: this patch has
been disabled at least since openSUSE 11.1, which was 5 years
ago.
-------------------------------------------------------------------
Sat Nov 23 23:02:16 UTC 2013 - dimstar@opensuse.org
- Replace pkgconfig(tracker-sparql-0.16) BuildRequires with
pkgconfig(tracker-sparql-0.18): move to Tracker 0.18.
- Replace tracker-spaqrl-0.16 in configure with
tracker-sparql-0.18, using sed.
-------------------------------------------------------------------
Tue Nov 19 19:01:07 UTC 2013 - dimstar@opensuse.org
- Update to version 3.11.2:
+ Bring back eject button in sidebar.
+ Fix rename entry rendering.
+ Avoid a crash if inhibit fails.
+ Center tab labels.
+ Fix DND move.
+ Updated translations.
-------------------------------------------------------------------
Wed Nov 6 19:32:26 UTC 2013 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package nautilus
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,19 +17,17 @@
Name: nautilus
Version: 3.10.1
Version: 3.12.0
Release: 0
Summary: File Manager for the GNOME Desktop
License: GPL-2.0+
Group: Productivity/File utilities
Source: http://download.gnome.org/sources/nautilus/3.10/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/nautilus/3.12/%{name}-%{version}.tar.xz
# fate#308344 bgo#602147
Source1: mount-archive.desktop
Source99: baselibs.conf
Url: http://www.gnome.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# PATCH-NEEDS-REBASE nautilus-drives-and-volumes-on-desktop.diff bnc335411 federico@novell.com
Patch15: nautilus-drives-and-volumes-on-desktop.diff
# needed for directory ownership
BuildRequires: dbus-1
BuildRequires: fdupes
@ -53,7 +51,7 @@ BuildRequires: pkgconfig(libexif)
BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(pango)
BuildRequires: pkgconfig(tracker-sparql-0.16)
BuildRequires: pkgconfig(tracker-sparql-1.0)
# So that symlinks to icons work:
Requires: gnome-icon-theme
Recommends: %{name}-lang
@ -114,9 +112,6 @@ This package contains development files for nautilus.
%prep
%setup -q
translation-update-upstream
#gnome-patch-translation-prepare
### %patch15 -p1
#gnome-patch-translation-update
%build
%configure\
@ -160,7 +155,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS COPYING COPYING-DOCS MAINTAINERS NEWS README THANKS
%doc AUTHORS COPYING MAINTAINERS NEWS README THANKS
%{_bindir}/*
%{_datadir}/GConf/gsettings/*.convert
%{_datadir}/applications/*.desktop
@ -173,6 +168,8 @@ rm -rf $RPM_BUILD_ROOT
%{_libexecdir}/nautilus-convert-metadata
%doc %{_mandir}/man1/nautilus*.1.gz
%{_sysconfdir}/xdg/autostart/nautilus-autostart.desktop
%dir %{_datadir}/appdata/
%{_datadir}/appdata/nautilus.appdata.xml
%files -n libnautilus-extension1
%defattr(-,root,root)