- Update to 2.26.2

This commit is contained in:
Alexander Larsson 2009-04-13 19:50:18 +00:00
parent af74ec5411
commit 66bbb146ef
4 changed files with 9 additions and 10 deletions

View File

@ -1 +1,2 @@
nautilus-2.26.1.tar.bz2 nautilus-2.26.1.tar.bz2
nautilus-2.26.2.tar.bz2

View File

@ -79,8 +79,8 @@ diff -up nautilus-2.25.91-wrk/libnautilus-private/nautilus-column-utilities.c.se
"description", _("The SELinux security context of the file."), "description", _("The SELinux security context of the file."),
+ "ellipsize", TRUE, + "ellipsize", TRUE,
NULL)); NULL));
columns = g_list_append (columns,
return columns; g_object_new (NAUTILUS_TYPE_COLUMN,
diff -up nautilus-2.25.91-wrk/libnautilus-private/nautilus-file.c.selinux nautilus-2.25.91-wrk/libnautilus-private/nautilus-file.c diff -up nautilus-2.25.91-wrk/libnautilus-private/nautilus-file.c.selinux nautilus-2.25.91-wrk/libnautilus-private/nautilus-file.c
--- nautilus-2.25.91-wrk/libnautilus-private/nautilus-file.c.selinux 2009-02-16 09:45:37.000000000 +0100 --- nautilus-2.25.91-wrk/libnautilus-private/nautilus-file.c.selinux 2009-02-16 09:45:37.000000000 +0100
+++ nautilus-2.25.91-wrk/libnautilus-private/nautilus-file.c 2009-02-16 17:20:33.000000000 +0100 +++ nautilus-2.25.91-wrk/libnautilus-private/nautilus-file.c 2009-02-16 17:20:33.000000000 +0100

View File

@ -15,8 +15,8 @@
Name: nautilus Name: nautilus
Summary: File manager for GNOME Summary: File manager for GNOME
Version: 2.26.1 Version: 2.26.2
Release: 2%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: User Interface/Desktops Group: User Interface/Desktops
Source: http://download.gnome.org/sources/%{name}/2.26/%{name}-%{version}.tar.bz2 Source: http://download.gnome.org/sources/%{name}/2.26/%{name}-%{version}.tar.bz2
@ -87,11 +87,6 @@ Patch10: nautilus-gvfs-desktop-key-2.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=519743 # http://bugzilla.gnome.org/show_bug.cgi?id=519743
Patch17: nautilus-filetype-symlink-fix.patch Patch17: nautilus-filetype-symlink-fix.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=456515
# Dragging Files via NFS share moves instead of copy
Patch18: nautilus-2.26.1-dnd-not-recurse.patch
%description %description
Nautilus is the file manager and graphical shell for the GNOME desktop Nautilus is the file manager and graphical shell for the GNOME desktop
that makes it easy to manage your files and the rest of your system. that makes it easy to manage your files and the rest of your system.
@ -129,7 +124,6 @@ for developing nautilus extensions.
# %patch8 -p1 -b .hide-white-screen # %patch8 -p1 -b .hide-white-screen
%patch10 -p1 -b .gvfs-desktop-key %patch10 -p1 -b .gvfs-desktop-key
%patch17 -p0 -b .symlink %patch17 -p0 -b .symlink
%patch18 -p0 -b .dnd-recurse
%build %build
@ -267,6 +261,9 @@ fi
%changelog %changelog
* Mon Apr 13 2009 Alexander Larsson <alexl@redhat.com> - 2.26.2-1
- Update to 2.26.2
* Mon Apr 6 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.26.1-2 * Mon Apr 6 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.26.1-2
- Fix dragging files via NFS moves instead of copy (#456515) - Fix dragging files via NFS moves instead of copy (#456515)

View File

@ -1 +1,2 @@
5d75f5de2806e9003e36a4613866b8d1 nautilus-2.26.1.tar.bz2 5d75f5de2806e9003e36a4613866b8d1 nautilus-2.26.1.tar.bz2
6b9292ed9dde8b5f86a3b6df1422d5f8 nautilus-2.26.2.tar.bz2