Accepting request 97281 from home:vuntz:branches:GNOME:Factory
Update to 3.3.3 OBS-URL: https://build.opensuse.org/request/show/97281 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=151
This commit is contained in:
parent
ba9ab55852
commit
0032ec0d6f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09b4cd84b3f73cd5711980fb108daf2f9ecd64e3f1d1dabdb20ea854b2096240
|
||||
size 5659728
|
3
nautilus-3.3.3.tar.xz
Normal file
3
nautilus-3.3.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f022e13bce5f8f4f993b4a4b169f7280c0c987879709e0f2821a9458196a0ab
|
||||
size 4722048
|
@ -1,7 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 19 12:38:58 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.3.3:
|
||||
+ Implement the org.freedesktop.FileManager1 DBus interface
|
||||
+ Show context menu for current folder when clicking empty space
|
||||
in list view
|
||||
+ Sort XDG dirs in the places sidebar according to the current
|
||||
locale
|
||||
+ Fix handling of Ctrl+T on the desktop window
|
||||
+ Fix icon view wrap-around key navigation
|
||||
+ Fix rubberband scrolling in maximized windows
|
||||
+ Fix a crasher when closing a window
|
||||
+ Don't use deprecated GLib and GTK functions
|
||||
- Add xz BuildRequires because we can't build a package for a
|
||||
xz-compressed tarball without explicitly specifying that... See
|
||||
bnc#697467 for more details.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 09:00:13 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Split typelib file in typelib-1_0-Nautilus-3_0.
|
||||
- Split typelib file into typelib-1_0-Nautilus-3_0 subpackage.
|
||||
- Add typelib-1_0-Nautilus-3_0 Requires to devel subpackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 26 20:54:49 UTC 2011 - dimstar@opensuse.org
|
||||
|
@ -16,15 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: nautilus
|
||||
License: GPLv2+
|
||||
Group: Productivity/File utilities
|
||||
Version: 3.3.1.1
|
||||
Release: 1
|
||||
Version: 3.3.3
|
||||
Release: 0
|
||||
# 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.3/%{name}-%{version}.tar.bz2
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/File utilities
|
||||
Source: http://download.gnome.org/sources/nautilus/3.3/%{name}-%{version}.tar.xz
|
||||
# fate#308344 bgo#602147
|
||||
Source1: mount-archive.desktop
|
||||
Source99: baselibs.conf
|
||||
@ -49,8 +48,10 @@ BuildRequires: libselinux-devel
|
||||
BuildRequires: shared-mime-info
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(gail-3.0)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.31.4
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libexif)
|
||||
@ -70,9 +71,8 @@ Obsoletes: nautilus2 < %{version}
|
||||
Nautilus is the file manager for the GNOME desktop.
|
||||
|
||||
%package -n libnautilus-extension1
|
||||
License: GPLv2+
|
||||
Group: System/Libraries
|
||||
Summary: File Manager for the GNOME Desktop -- Extension Library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libnautilus-extension1
|
||||
Nautilus is the file manager for the GNOME desktop.
|
||||
@ -80,14 +80,16 @@ Nautilus is the file manager for the GNOME desktop.
|
||||
This package contains the library used by nautilus extensions.
|
||||
|
||||
%package -n typelib-1_0-Nautilus-3_0
|
||||
Summary: File Manager for the GNOME Desktop -- Extension Library
|
||||
Summary: File Manager for the GNOME Desktop -- Introspection bindings
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n typelib-1_0-Nautilus-3_0
|
||||
Nautilus is the file manager for the GNOME desktop.
|
||||
|
||||
This package provides the GObject Introspection bindings for the library
|
||||
used by nautilus extensions.
|
||||
|
||||
%package devel
|
||||
License: GPLv2+
|
||||
Summary: File Manager for the GNOME Desktop -- Development Files
|
||||
Group: Development/Libraries/GNOME
|
||||
Requires: %{name} = %{version} glib2-devel gtk2-devel
|
||||
@ -167,6 +169,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/*
|
||||
%{_datadir}/GConf/gsettings/*.convert
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/dbus-1/services/org.freedesktop.FileManager1.service
|
||||
%{_datadir}/dbus-1/services/org.gnome.Nautilus.service
|
||||
%{_datadir}/glib-2.0/schemas/*.xml
|
||||
%{_datadir}/icons/hicolor/*/*/*.*
|
||||
|
Loading…
Reference in New Issue
Block a user