Update to 2.91.90

This commit is contained in:
Cosimo Cecchi 2011-02-21 23:45:31 -05:00
parent a41ec31f99
commit 8419fb00ce
4 changed files with 9 additions and 34 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@ nautilus-2.31.6.tar.bz2
/nautilus-2.91.7.tar.bz2 /nautilus-2.91.7.tar.bz2
/nautilus-2.91.8.tar.bz2 /nautilus-2.91.8.tar.bz2
/nautilus-2.91.9.tar.bz2 /nautilus-2.91.9.tar.bz2
/nautilus-2.91.90.tar.bz2

View File

@ -1,27 +0,0 @@
commit c926b072165b822af8dfd6f5d8a413809bb6b541
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date: Sat Feb 5 14:40:15 2011 -0500
bookmark: apply name and custom-name during construction
diff --git a/libnautilus-private/nautilus-bookmark.c b/libnautilus-private/nautilus-bookmark.c
index 7bc26f5..426f935 100644
--- a/libnautilus-private/nautilus-bookmark.c
+++ b/libnautilus-private/nautilus-bookmark.c
@@ -387,14 +387,14 @@ nautilus_bookmark_class_init (NautilusBookmarkClass *class)
"Bookmark's name",
"The name of this bookmark",
NULL,
- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
+ G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_CONSTRUCT);
properties[PROP_CUSTOM_NAME] =
g_param_spec_boolean ("custom-name",
"Whether the bookmark has a custom name",
"Whether the bookmark has a custom name",
FALSE,
- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
+ G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_CONSTRUCT);
properties[PROP_LOCATION] =
g_param_spec_object ("location",

View File

@ -1,6 +1,6 @@
%define glib2_version 2.27.2 %define glib2_version 2.28.0
%define pango_version 1.28 %define pango_version 1.28
%define gtk3_version 2.99.0 %define gtk3_version 3.0.0
%define gnome_icon_theme_version 1.1.5 %define gnome_icon_theme_version 1.1.5
%define libxml2_version 2.4.20 %define libxml2_version 2.4.20
%define desktop_file_utils_version 0.7 %define desktop_file_utils_version 0.7
@ -12,8 +12,8 @@
Name: nautilus Name: nautilus
Summary: File manager for GNOME Summary: File manager for GNOME
Version: 2.91.9 Version: 2.91.90
Release: 4%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: User Interface/Desktops Group: User Interface/Desktops
Source: http://download.gnome.org/sources/%{name}/2.91/%{name}-%{version}.tar.bz2 Source: http://download.gnome.org/sources/%{name}/2.91/%{name}-%{version}.tar.bz2
@ -60,7 +60,6 @@ Obsoletes: eel2 < 2.26.0-3
Provides: eel2 = 2.26.0-3 Provides: eel2 = 2.26.0-3
# Some changes to default config # Some changes to default config
Patch1: nautilus-2.91.9-bookmark.patch
Patch4: nautilus-2.91.8-selinux.patch Patch4: nautilus-2.91.8-selinux.patch
Patch7: rtl-fix.patch Patch7: rtl-fix.patch
@ -101,7 +100,6 @@ for developing nautilus extensions.
%prep %prep
%setup -q -n %{name}-%{version} %setup -q -n %{name}-%{version}
%patch1 -p1 -b .bookmark
%patch4 -p1 -b .selinux %patch4 -p1 -b .selinux
%patch7 -p1 -b .rtl-fix %patch7 -p1 -b .rtl-fix
# %patch8 -p1 -b .hide-white-screen # %patch8 -p1 -b .hide-white-screen
@ -194,6 +192,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
%doc %{_datadir}/gtk-doc/html/libnautilus-extension/* %doc %{_datadir}/gtk-doc/html/libnautilus-extension/*
%changelog %changelog
* Mon Feb 21 2011 Cosimo Cecchi <cosimoc@redhat.com> 2.91.90-1
- Update to 2.91.90
* Thu Feb 10 2011 Matthias Clasen <mclasne@redhat.com> 2.91.9-4 * Thu Feb 10 2011 Matthias Clasen <mclasne@redhat.com> 2.91.9-4
- Rebuild against newer gtk - Rebuild against newer gtk

View File

@ -1 +1 @@
6c5d7b98b22ceb929242ba62209b3489 nautilus-2.91.9.tar.bz2 9ea92640bd5e28965d49c4647cb1d099 nautilus-2.91.90.tar.bz2