rpms/nautilus/devel nautilus-2.23.90-schemas-typo.patch, NONE, 1.1 nautilus.spec, 1.222, 1.223

Bastien Nocera hadess at fedoraproject.org
Wed Aug 27 13:57:04 UTC 2008


Author: hadess

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

Modified Files:
	nautilus.spec 
Added Files:
	nautilus-2.23.90-schemas-typo.patch 
Log Message:
* Wed Aug 27 2008 - Bastien Nocera <bnocera at redhat.com> - 2.23.90-2
- Fix typo in the schemas file


nautilus-2.23.90-schemas-typo.patch:

--- NEW FILE nautilus-2.23.90-schemas-typo.patch ---
--- trunk/libnautilus-private/apps_nautilus_preferences.schemas.in	2008/08/18 20:47:18	14489
+++ trunk/libnautilus-private/apps_nautilus_preferences.schemas.in	2008/08/20 22:51:57	14508
@@ -1092,7 +1092,7 @@
     <schema>
       <key>/schemas/apps/nautilus/desktop/text_ellipsis_limit</key>
       <applyto>/apps/nautilus/desktop/text_ellipsis_limit</applyto>
-      <type>integer</type>
+      <type>int</type>
       <default>3</default>
       <locale name="C">
          <short>Text Ellipsis Limit</short>


Index: nautilus.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nautilus/devel/nautilus.spec,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -r1.222 -r1.223
--- nautilus.spec	23 Aug 2008 05:41:04 -0000	1.222
+++ nautilus.spec	27 Aug 2008 13:56:33 -0000	1.223
@@ -19,7 +19,7 @@
 Name:		nautilus
 Summary:        Nautilus is a file manager for GNOME
 Version: 	2.23.90
-Release:	1%{?dist}
+Release:	2%{?dist}
 License: 	GPLv2+
 Group:          User Interface/Desktops
 Source: 	http://download.gnome.org/sources/%{name}/2.23/%{name}-%{version}.tar.bz2
@@ -95,6 +95,9 @@
 # http://bugzilla.gnome.org/show_bug.cgi?id=519743
 Patch17:	nautilus-filetype-symlink-fix.patch
 
+# http://bugzilla.gnome.org/show_bug.cgi?id=548740
+Patch18:	nautilus-2.23.90-schemas-typo.patch
+
 %description
 Nautilus integrates access to files, applications, media,
 Internet-based resources and the Web. Nautilus delivers a dynamic and
@@ -133,6 +136,7 @@
 %patch10 -p0 -b .gvfs-desktop-key
 %patch15 -p1 -b .xds
 %patch17 -p0 -b .symlink
+%patch18 -p1 -b .typo
 
 %build
 
@@ -251,6 +255,9 @@
 
 
 %changelog
+* Wed Aug 27 2008 - Bastien Nocera <bnocera at redhat.com> - 2.23.90-2
+- Fix typo in the schemas file
+
 * Sat Aug 23 2008 Matthias Clasen <mclasen at redhat.com> - 2.23.90-1
 - Update to 2.23.90
 




More information about the fedora-extras-commits mailing list