rpms/nautilus/devel nautilus-dupe-id.patch, NONE, 1.1 nautilus.spec, 1.282, 1.283

Matthias Clasen mclasen at fedoraproject.org
Thu Aug 27 00:11:21 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/nautilus/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4717

Modified Files:
	nautilus.spec 
Added Files:
	nautilus-dupe-id.patch 
Log Message:
Fix nautilus-file-management-properties


nautilus-dupe-id.patch:
 nautilus-file-management-properties.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE nautilus-dupe-id.patch ---
diff -up nautilus-2.27.91/src/nautilus-file-management-properties.ui.dupe-id nautilus-2.27.91/src/nautilus-file-management-properties.ui
--- nautilus-2.27.91/src/nautilus-file-management-properties.ui.dupe-id	2009-08-26 20:04:20.492274436 -0400
+++ nautilus-2.27.91/src/nautilus-file-management-properties.ui	2009-08-26 20:04:26.611029555 -0400
@@ -1128,7 +1128,7 @@
                               </packing>
                             </child>
                             <child>
-                              <object class="GtkLabel" id="label">
+                              <object class="GtkLabel" id="label99">
                                 <property name="height_request">6</property>
                                 <property name="visible">True</property>
                                 <property name="label" translatable="yes"/>


Index: nautilus.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nautilus/devel/nautilus.spec,v
retrieving revision 1.282
retrieving revision 1.283
diff -u -p -r1.282 -r1.283
--- nautilus.spec	25 Aug 2009 01:11:49 -0000	1.282
+++ nautilus.spec	27 Aug 2009 00:11:21 -0000	1.283
@@ -15,7 +15,7 @@
 Name:		nautilus
 Summary:        File manager for GNOME
 Version: 	2.27.91
-Release:	1%{?dist}
+Release:	2%{?dist}
 License: 	GPLv2+
 Group:          User Interface/Desktops
 Source: 	http://download.gnome.org/sources/%{name}/2.27/%{name}-%{version}.tar.bz2
@@ -85,6 +85,9 @@ Patch10:        nautilus-gvfs-desktop-ke
 # http://bugzilla.gnome.org/show_bug.cgi?id=519743
 Patch17:	nautilus-filetype-symlink-fix.patch
 
+# from upstream
+Patch20:        nautilus-dupe-id.patch
+
 %description
 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.
@@ -121,6 +124,7 @@ for developing nautilus extensions.
 # %patch8 -p1 -b .hide-white-screen
 %patch10 -p1 -b .gvfs-desktop-key
 %patch17 -p0 -b .symlink
+%patch20 -p1 -b .dupe-id
 
 %build
 
@@ -261,6 +265,9 @@ fi
 
 
 %changelog
+* Wed Aug 26 2009 Matthias Clasen <mclasen at redhat.com> - 2.27.91-2
+- Make nautilus-file-management-properties not crash on start
+
 * Mon Aug 24 2009 Matthias Clasen <mclasen at redhat.com> - 2.27.91-1
 - Update to 2.27.91
 




More information about the fedora-extras-commits mailing list