libgnomeui.spec
changeset 4155 897f7cbb6cfe
parent 4133 ac0c5fbef3de
child 4265 9c26d9ef4f72
--- a/libgnomeui.spec	Tue Oct 05 13:48:06 2004 +0000
+++ b/libgnomeui.spec	Tue Oct 05 14:18:52 2004 +0000
@@ -2,7 +2,7 @@
 License:      LGPL
 Group:        System/Libraries/GNOME
 Version:      2.6.1.1
-Release:      21
+Release:      22
 Distribution: Cinnabar
 Vendor:	      Sun Microsystems, Inc.
 Summary:      GNOME User Interface Library  
@@ -13,6 +13,7 @@
 Patch2:       libgnomeui-02-g11n-potfiles.diff
 Patch3:       libgnomeui-03-druid-sensitivity.diff
 Patch4:       libgnomeui-04-druid-theming.diff
+Patch5:       libgnomeui-05-file-chooser.diff  
 URL:          http://www.gnome.org
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
 Autoreqprov:  on
@@ -59,6 +60,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 bzcat %SOURCE1 | tar xf -
 
 %build
@@ -129,6 +131,11 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Oct 5 2004 - [email protected]
+- Added patch libgnomeui-05-file-chooser.diff to
+  canonicalize the URI before looking it up in the 
+  folder's hash table. Fixes Bug #5103163.
+
 * Tue Sep 14 2004 - [email protected]
 - Added patch libgnomeui-04-druid-theming.diff to make
   'Add a printer' dialog theme compliant.