rpms/libgnome/devel libgnome-2.18.0-default-settings.patch, NONE, 1.1 libgnome.spec, 1.83, 1.84

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 5 18:17:41 UTC 2007


Author: mclasen

Update of /cvs/dist/rpms/libgnome/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv13448

Modified Files:
	libgnome.spec 
Added Files:
	libgnome-2.18.0-default-settings.patch 
Log Message:
fix patches to apply


libgnome-2.18.0-default-settings.patch:
 desktop_gnome_interface.schemas.in.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE libgnome-2.18.0-default-settings.patch ---
--- libgnome-2.18.0/schemas/desktop_gnome_interface.schemas.in.in.default-settings	2007-04-05 14:15:31.000000000 -0400
+++ libgnome-2.18.0/schemas/desktop_gnome_interface.schemas.in.in	2007-04-05 14:16:01.000000000 -0400
@@ -130,7 +130,7 @@
       <applyto>/desktop/gnome/interface/icon_theme</applyto>
       <owner>gnome</owner>
       <type>string</type>
-      <default>gnome</default>
+      <default>Echo</default>
       <locale name="C">
         <short>Icon Theme</short>
         <long>Icon theme to use for the panel, nautilus etc.</long>
@@ -265,7 +265,7 @@
       <applyto>/desktop/gnome/interface/show_input_method_menu</applyto>
       <owner>gnome</owner>
       <type>bool</type>
-      <default>true</default>
+      <default>false</default>
       <locale name="C">
 	<short>Show the 'Input Methods' menu</short>
 	<long>Whether the context menus of entries and text views 
@@ -277,7 +277,7 @@
       <applyto>/desktop/gnome/interface/show_unicode_menu</applyto>
       <owner>gnome</owner>
       <type>bool</type>
-      <default>true</default>
+      <default>false</default>
       <locale name="C">
 	<short>Show the 'Unicode Control Character' menu</short>
 	<long>Whether the context menus of entries and text views 


Index: libgnome.spec
===================================================================
RCS file: /cvs/dist/rpms/libgnome/devel/libgnome.spec,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- libgnome.spec	31 Mar 2007 18:13:46 -0000	1.83
+++ libgnome.spec	5 Apr 2007 18:17:39 -0000	1.84
@@ -13,7 +13,7 @@
 Summary: GNOME base library
 Name: libgnome
 Version: 2.18.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 URL: ftp://ftp.gnome.org
 Source0: http://ftp.gnome.org/pub/gnome/sources/libgnome/2.18/%{name}-%{version}.tar.bz2
 Source1: desktop_gnome_peripherals_monitor.schemas
@@ -56,12 +56,11 @@
 
 Patch1: libgnome-2.16.0-default-background.patch
 Patch2: libgnome-2.11.1-scoreloc.patch
-Patch3: libgnome-2.17.90-default-icontheme.patch
 Patch4: libgnome-2.7.2-default-cursor.patch
 Patch5: libgnome-2.8.0-default-browser.patch
 Patch6: libgnome-2.15.1-stat-homedir.patch
-Patch7: libgnome-2.15.1-turn-off-im-menu.patch
 Patch8: libgnome-2.18.0-prgname.patch
+Patch9: libgnome-2.18.0-default-settings.patch
 
 
 %description
@@ -107,12 +106,11 @@
 
 %patch1 -p1 -b .default-background
 %patch2 -p1 -b .scoreloc
-%patch3 -p1 -b .default-icontheme
 %patch4 -p1 -b .default-cursor
 %patch5 -p1 -b .default-browser
 %patch6 -p1 -b .stat-homedir
-%patch7 -p1 -b .turn-off-im-menu
 %patch8 -p1 -b .prgname
+%patch9 -p1 -b .default-settings
 
 %build
 %configure --disable-gtk-doc --disable-static
@@ -182,6 +180,10 @@
 %{_datadir}/gtk-doc
 
 %changelog
+* Thu Apr  5 2007 Matthias Clasen <mclasen at redhat.com> - 2.18.0-3
+- Fix patches to make changes in gconf default settings
+  take effect again
+
 * Sat Mar 31 2007 Matthias Clasen <mclasen at redhat.com> - 2.18.0-2
 - Set program name correctly
 




More information about the fedora-cvs-commits mailing list