rpms/gconf-editor/devel icon-names.patch, NONE, 1.1 gconf-editor.spec, 1.51, 1.52

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Sun Jul 27 02:01:15 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/gconf-editor/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5833

Modified Files:
	gconf-editor.spec 
Added Files:
	icon-names.patch 
Log Message:
fix missing icon


icon-names.patch:

--- NEW FILE icon-names.patch ---
diff -up gconf-editor-2.22.0/src/gconf-stock-icons.h.icon-names gconf-editor-2.22.0/src/gconf-stock-icons.h
--- gconf-editor-2.22.0/src/gconf-stock-icons.h.icon-names	2008-07-26 21:55:01.000000000 -0400
+++ gconf-editor-2.22.0/src/gconf-stock-icons.h	2008-07-26 21:55:31.000000000 -0400
@@ -24,7 +24,7 @@
 
 #define GCONF_STOCK_ABOUT 	"gconf-about"
 #define STOCK_BOOKMARK		"stock_bookmark"
-#define STOCK_ADD_BOOKMARK	"stock_add-bookmark"
+#define STOCK_ADD_BOOKMARK	"bookmark-new"
 #define STOCK_EDIT_BOOKMARK	"stock_edit-bookmark"
 
 void gconf_stock_icons_register (void);


Index: gconf-editor.spec
===================================================================
RCS file: /cvs/extras/rpms/gconf-editor/devel/gconf-editor.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- gconf-editor.spec	11 Mar 2008 03:42:34 -0000	1.51
+++ gconf-editor.spec	27 Jul 2008 02:00:45 -0000	1.52
@@ -8,7 +8,7 @@
 Summary: Editor/admin tool for GConf
 Name: gconf-editor
 Version: 2.22.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://www.gnome.org
 Source0: http://download.gnome.org/sources/gconf-editor/2.22/%{name}-%{version}.tar.bz2
 License: GPLv2+ and GFDL
@@ -32,12 +32,17 @@
 BuildRequires: gnome-doc-utils
 BuildRequires: perl(XML::Parser)
 
+
+# fixed in upstream svn
+Patch0: icon-names.patch
+
 %description
 gconf-editor allows you to browse and modify GConf configuration 
 sources.
 
 %prep
 %setup -q
+%patch0 -p1 -b .icon-names
 
 %build
 %configure --disable-scrollkeeper
@@ -103,6 +108,9 @@
 %dir %{_datadir}/omf/gconf-editor
 
 %changelog
+* Sat Jul 26 2008 Matthias Clasen <mclasen at redhat.com> - 2.22.0-2
+- Fix missing icon
+
 * Mon Mar 10 2008 Matthias Clasen <mclasen at redhat.com> - 2.22.0-1
 - Update to 2.22.0
 




More information about the fedora-extras-commits mailing list