rpms/gnome-utils/devel dupe-id.patch, NONE, 1.1 gnome-utils.spec, 1.197, 1.198

Matthias Clasen mclasen at fedoraproject.org
Sat Aug 22 04:23:32 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-utils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7845

Modified Files:
	gnome-utils.spec 
Added Files:
	dupe-id.patch 
Log Message:
Fix  a crash in gnome-dictionary


dupe-id.patch:
 gnome-dictionary-preferences.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE dupe-id.patch ---
diff -up gnome-utils-2.27.2/gnome-dictionary/data/gnome-dictionary-preferences.ui.dupe-id gnome-utils-2.27.2/gnome-dictionary/data/gnome-dictionary-preferences.ui
--- gnome-utils-2.27.2/gnome-dictionary/data/gnome-dictionary-preferences.ui.dupe-id	2009-08-22 00:18:26.834444654 -0400
+++ gnome-utils-2.27.2/gnome-dictionary/data/gnome-dictionary-preferences.ui	2009-08-22 00:18:39.739443828 -0400
@@ -116,7 +116,7 @@
           </packing>
         </child>
         <child type="tab">
-          <object class="GtkLabel" id="label15">
+          <object class="GtkLabel" id="label18">
             <property name="visible">True</property>
             <property name="label" translatable="yes">Source</property>
             <property name="use_underline">False</property>


Index: gnome-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-utils/devel/gnome-utils.spec,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -p -r1.197 -r1.198
--- gnome-utils.spec	1 Aug 2009 01:21:54 -0000	1.197
+++ gnome-utils.spec	22 Aug 2009 04:23:32 -0000	1.198
@@ -9,7 +9,7 @@
 
 Name:           gnome-utils
 Version:        2.27.2
-Release:        5%{?dist}
+Release:        6%{?dist}
 Epoch: 		1
 Summary:        GNOME utility programs
 
@@ -19,6 +19,9 @@ URL: 	        http://www.gnome.org
 Source0:        http://download.gnome.org/sources/gnome-utils/2.27/gnome-utils-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+# http://bugzilla.gnome.org/show_bug.cgi?id=592661
+Patch0:		dupe-id.patch
+
 BuildRequires:  gnome-doc-utils >= %{gnome_doc_utils_version}
 BuildRequires: 	glib2-devel >= %{glib2_version}
 BuildRequires:  gtk2-devel >= %{gtk2_version}
@@ -78,6 +81,7 @@ view various system log files.
 
 %prep
 %setup -q
+%patch0 -p1 -b .dupe-id
 
 # Hide from menus
 pushd gsearchtool
@@ -303,6 +307,9 @@ fi
 %{_mandir}/man1/gnome-system-log.1.gz
 
 %changelog
+* Sat Aug 22 2009 Matthias Clasen <mclasen at redhat.com> - 1:2.27.2-6
+- Fix a crash in gnome-dictionary
+
 * Fri Jul 31 2009 Matthias Clasen <mclasen at redhat.com> - 1:2.27.2-5
 - Fix a typo
 




More information about the scm-commits mailing list