Accepting request 99114 from GNOME:Factory

Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/99114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nautilus?expand=0&rev=105
This commit is contained in:
Stephan Kulow 2012-01-09 14:19:59 +00:00 committed by Git OBS Bridge
commit 5b1f81d516
4 changed files with 66 additions and 15 deletions

View File

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

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

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

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
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 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
- Update to version 3.3.1.1:
+ No changes, only a fixed tarball release.
- Changes from version 3.3.1:
+ Show a Properties item in the sidebar for mounts
+ Use GtkStyleContext to draw editable label elements
+ Port to use GtkGrid
+ Don't use deprecated GThread API
+ Fix pie chart background rendering in Properties view
+ Fix a crasher when activating a sidebar item
+ Cleanup old libeel boilerplate code
-------------------------------------------------------------------
Tue Oct 18 06:29:38 UTC 2011 - vuntz@opensuse.org

View File

@ -16,15 +16,14 @@
#
Name: nautilus
License: GPLv2+
Group: Productivity/File utilities
Version: 3.2.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.2/%{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,21 +71,29 @@ Obsoletes: nautilus2 < %{version}
Nautilus is the file manager for the GNOME desktop.
%package -n libnautilus-extension1
License: GPLv2+
Summary: File Manager for the GNOME Desktop -- Extension Library
Group: System/Libraries
Summary: File Manager for the GNOME Desktop -- Extension Library
Summary: File Manager for the GNOME Desktop -- Extension Library
%description -n libnautilus-extension1
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 -- 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
Requires: typelib-1_0-Nautilus-3_0 = %{version}
Provides: nautilus2-devel = %{version}
Obsoletes: nautilus2-devel < %{version}
@ -160,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/*/*/*.*
@ -175,11 +185,14 @@ rm -rf $RPM_BUILD_ROOT
%files -n libnautilus-extension1
%defattr(-,root,root)
%{_libdir}/libnautilus-extension.so.1*
%{_libdir}/girepository-1.0/Nautilus-3.0.typelib
%dir %{_libdir}/nautilus
%dir %{_libdir}/nautilus/extensions-3.0
%{_libdir}/nautilus/extensions-3.0/*.so
%files -n typelib-1_0-Nautilus-3_0
%defattr(-,root,root)
%{_libdir}/girepository-1.0/Nautilus-3.0.typelib
%files lang -f %{name}.lang
%files devel