rpms/gtk2/devel gtk2.spec,1.172,1.173

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Aug 23 19:07:44 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/gtk2/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv7558

Modified Files:
	gtk2.spec 
Log Message:
fix 203588



Index: gtk2.spec
===================================================================
RCS file: /cvs/dist/rpms/gtk2/devel/gtk2.spec,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- gtk2.spec	18 Aug 2006 15:38:02 -0000	1.172
+++ gtk2.spec	23 Aug 2006 19:07:42 -0000	1.173
@@ -16,7 +16,7 @@
 Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
 Name: gtk2
 Version: %{base_version}
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: LGPL
 Group: System Environment/Libraries
 Source: gtk+-%{version}.tar.bz2
@@ -30,6 +30,7 @@
 Patch2: gtk+-2.10.1-search.patch
 # Fixed in cvs
 Patch3: gtk+-2.10.2-recent.patch
+Patch4: gtk+-2.10.2-values-and-names.patch
 
 BuildPrereq: atk-devel >= %{atk_version}
 BuildPrereq: pango-devel >= %{pango_version}
@@ -111,6 +112,7 @@
 %patch1 -p1 -b .set-invisible-char-to-bullet
 %patch2 -p1 -b .search
 %patch3 -p1 -b .recent
+%patch4 -p1 -b .values-and-names
 
 for i in config.guess config.sub ; do
 	test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
@@ -282,6 +284,9 @@
 %doc tmpdocs/examples
 
 %changelog
+* Wed Aug 23 2006 Matthias Clasen <mclasen at redhat.com> - 2.10.2-3.fc6
+- Fix confusion between values and names in printer options (#203588)
+
 * Fri Aug 19 2006 Matthias Clasen <mclasen at redhat.com> - 2.10.2-2.fc6
 - Fix some problems with the recent files code
 




More information about the fedora-cvs-commits mailing list