rpms/gtk2/devel gtk2.spec,1.199,1.200 sources,1.67,1.68

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Dec 21 15:28:56 UTC 2006


Author: mclasen

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

Modified Files:
	gtk2.spec sources 
Log Message:
improve update scripts



Index: gtk2.spec
===================================================================
RCS file: /cvs/dist/rpms/gtk2/devel/gtk2.spec,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -r1.199 -r1.200
--- gtk2.spec	10 Dec 2006 04:50:43 -0000	1.199
+++ gtk2.spec	21 Dec 2006 15:28:54 -0000	1.200
@@ -16,7 +16,7 @@
 Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
 Name: gtk2
 Version: %{base_version}
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: LGPL
 Group: System Environment/Libraries
 Source: http://ftp.gnome.org/pub/gnome/sources/gtk+/2.10/gtk+-%{version}.tar.bz2
@@ -42,6 +42,7 @@
 Patch14: gtk+-2.10.4-message-dialog-a11y.patch
 Patch15: gtk+-2.10.4-mnemonic-clipping.patch
 Patch16: gtk+-2.10.4-close-loader.patch
+Patch17: colors.patch
 
 BuildRequires: atk-devel >= %{atk_version}
 BuildRequires: pango-devel >= %{pango_version}
@@ -136,6 +137,7 @@
 %patch14 -p1 -b .message-dialog-ally
 %patch15 -p1 -b .mnemonic-clipping
 %patch16 -p1 -b .close-loader
+%patch17 -p1 -b .colors
 
 for i in config.guess config.sub ; do
   test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
@@ -309,6 +311,9 @@
 %doc tmpdocs/examples
 
 %changelog
+* Thu Dec 21 2006 Matthias Clasen <mclasen at redhat.com> - 2.10.6-8
+- Make update scripts handle slight variations in $host
+
 * Sat Dec  9 2006 Matthias Clasen <mclasen at redhat.com> - 2.10.6-7
 - Fix error handling in pixbuf loaders (#218755)
 - Fix clipping of mnemonic underlines (#218615)


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/gtk2/devel/sources,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- sources	23 Oct 2006 03:07:03 -0000	1.67
+++ sources	21 Dec 2006 15:28:54 -0000	1.68
@@ -1,2 +1,2 @@
-d8c012f67a8f23fa9aa495fca5331784  update-scripts.tar.gz
 13c62b610c910255934452d0617403f7  gtk+-2.10.6.tar.bz2
+25e73f5bdf6a1272799d0536a869f645  update-scripts.tar.gz




More information about the fedora-cvs-commits mailing list