source: projects/specs/trunk/g/gtk2/gtk2-vl.spec @ 1851

Revision 1851, 33.1 KB checked in by iwaim, 14 years ago (diff)

build with rpm-4.8.1-1; see [VineSeed:21790]

Line 
1# Note that this is NOT a relocatable package
2
3%define glib2_base_version 2.24.1
4%define glib2_version %{glib2_base_version}-1
5%define pango_base_version 1.28.0
6%define pango_version %{pango_base_version}-1
7%define atk_base_version 1.30.0
8%define atk_version %{atk_base_version}-1
9%define cairo_base_version 1.8.10
10%define cairo_version %{cairo_base_version}-1
11
12%define base_version 2.20.1
13%define bin_version 2.10.0
14
15# biarch support
16%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
17%define _query_suffix %{nil}
18%if %{build_compat32}
19%define _query_suffix -32
20%endif
21
22Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X.
23Summary(ja): X 用 GUI 作成ライブラリ: GIMP ツールキット(GTK+)
24Name: gtk2
25Version: %{base_version}
26Release: 2%{?_dist_release}
27License: LGPL
28Group: System Environment/Libraries
29
30Source: gtk+-%{version}.tar.bz2
31
32# biarch support
33Patch0: gtk2-2.18.5-lib64.patch
34
35Patch100: gtk+-2.8.19-vine-default-theme.patch
36
37BuildRequires: atk-devel >= %{atk_version}
38BuildRequires: pango-devel >= %{pango_version}
39BuildRequires: glib2-devel >= %{glib2_version}
40BuildRequires: cairo-devel >= %{cairo_version}
41BuildRequires: libtiff-devel >= 3.7
42BuildRequires: libjpeg-devel
43BuildRequires: libpng-devel
44BuildRequires: jasper-devel
45BuildRequires: gtk-doc
46#BuildRequires: automake17, autoconf
47BuildRequires: gamin-devel
48BuildRequires: cups-devel
49BuildRequires: libICE-devel
50BuildRequires: libXext-devel
51BuildRequires: libXi-devel
52BuildRequires: libXrandr-devel >= 1.3.0
53BuildRequires: libXrender-devel
54BuildRequires: libXcursor-devel
55BuildRequires: libXfixes-devel
56BuildRequires: libXinerama-devel
57BuildRequires: libXcomposite-devel
58BuildRequires: libXdamage-devel
59
60BuildRoot: %{_tmppath}/gtk-%{version}-root
61Obsoletes: gtk+-gtkbeta
62Obsoletes: Inti
63Provides: gail = %{version}-%{release}
64Obsoletes: gail < 2.14
65
66Conflicts: gtk2-engines < 2.6.0
67
68URL: http://www.gtk.org
69
70# required for icon themes apis to work
71Requires: hicolor-icon-theme
72
73# We need to prereq these so we can run gtk-query-immodules-2.0
74Requires(post): glib2 >= %{glib2_version}
75Requires(post): atk >= %{atk_version}
76Requires(post): pango >= %{pango_version}
77Requires(post): libSM >= 1.1.0
78# We need to prereq libtiff >= 3.7 to run gdk-pixbuf-query-loaders
79Requires(post): libtiff >= 3.7
80Requires: libXrandr >= 1.3.0
81
82Vendor: Project Vine
83Distribution: Vine Linux
84Packager: daisuke
85
86
87%description
88GTK+ is a multi-platform toolkit for creating graphical user
89interfaces. Offering a complete set of widgets, GTK+ is suitable for
90projects ranging from small one-off tools to complete application
91suites.
92
93%package devel
94Summary: Development tools for GTK+ applications.
95Summary(ja): GTK+ (GIMP ツールキット) アプリケーション開発ツール
96Group: Development/Libraries
97Requires: gtk2 = %{version}
98Requires: pango-devel >= %{pango_version}
99Requires: atk-devel >= %{atk_version}
100Requires: glib2-devel >= %{glib2_version}
101Requires: libX11-devel, libXcursor-devel, libXinerama-devel
102Requires: libXext-devel, libXi-devel, libXrandr-devel
103Requires: libXfixes-devel, libXcomposite-devel
104Requires: libpng-devel
105Obsoletes: gtk+-gtkbeta-devel
106Obsoletes: Inti-devel
107Provides: gail-devel = %{version}-%{release}
108Obsoletes: gail-devel < 2.14
109## avoid header collisions
110Conflicts: gtk+-devel <= 1.2.8
111Conflicts: gdk-pixbuf-devel <= 0.11
112
113%description devel
114The gtk+-devel package contains the header files and developer
115docs for the GTK+ widget toolkit. 
116
117#######################################################################
118# compat32
119%package -n compat32-%{name}
120Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X.
121Summary(ja): X 用 GUI 作成ライブラリ: GIMP ツールキット(GTK+)
122Group: System Environment/Libraries
123Requires(post): compat32-glib2 >= %{glib2_version}
124Requires(post): compat32-atk >= %{atk_version}
125Requires(post): compat32-pango >= %{pango_version}
126Requires(post): compat32-libSM >= 1.1.0
127Requires(post): compat32-libtiff >= 3.7
128Requires: compat32-libXrandr >= 1.3.0
129
130%description -n compat32-%{name}
131GTK+ is a multi-platform toolkit for creating graphical user
132interfaces. Offering a complete set of widgets, GTK+ is suitable for
133projects ranging from small one-off tools to complete application
134suites.
135
136%package -n compat32-%{name}-devel
137Summary: Development tools for GTK+ applications.
138Summary(ja): GTK+ (GIMP ツールキット) アプリケーション開発ツール
139Group: Development/Libraries
140Requires: compat32-%{name} = %{version}
141Requires: %{name}-devel = %{version}
142Requires: compat32-libX11-devel, compat32-libXcursor-devel, compat32-libXinerama-devel
143Requires: compat32-libXext-devel, compat32-libXi-devel, compat32-libXrandr-devel
144Requires: compat32-libXfixes-devel, compat32-libXcomposite-devel
145Requires: compat32-libpng-devel
146
147%description -n compat32-%{name}-devel
148The gtk+-devel package contains the header files and developer
149docs for the GTK+ widget toolkit. 
150
151
152%prep
153%setup -q -n gtk+-%{version}
154%patch0 -p1 -b .lib64
155%patch100 -p1 -b .vine-default-theme
156
157#for i in config.guess config.sub ; do
158#       test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
159#done
160
161%build
162
163if ! pkg-config --exists pangoxft ; then
164        echo "No pangoxft.pc!"
165        exit 1
166fi
167
168#libtoolize --force --copy
169#autoreconf -i
170
171%configure --with-xinput=xfree \
172 --disable-gtk-doc \
173 --enable-man \
174 --enable-debug=minimum \
175 --disable-rebuilds \
176 --disable-glibtest \
177 --with-included-loaders=png
178
179make ARCH=%{_arch}
180#make
181
182%install
183rm -rf $RPM_BUILD_ROOT
184
185%makeinstall RUN_QUERY_IMMODULES_TEST=false RUN_QUERY_LOADER_TEST=false
186
187%find_lang gtk20
188%find_lang gtk20-properties
189
190cat gtk20.lang gtk20-properties.lang > all.lang
191
192mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gtk-2.0
193mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gtk-2.0/%{_arch}
194#
195# Make cleaned-up versions of examples and tutorial for installation
196#
197mkdir -p tmpdocs/tutorial
198# install -m 0644 docs/html/gtk_tut.html docs/html/gtk_tut-[0-9]*.html docs/html/*.gif tmpdocs/tutorial
199for dir in examples/* ; do
200    if [ -d $dir ] ; then
201       mkdir -p tmpdocs/$dir
202       for file in $dir/* ; do
203          case $file in
204             *pre1.2.7)
205                ;;
206             *)
207                install -m 0644 $file tmpdocs/$dir
208                ;;
209          esac
210       done
211    fi
212done
213
214# Install the demo programs
215#cd tests
216#../libtool --mode=install install testgtk $RPM_BUILD_ROOT%{_bindir}
217#../libtool --mode=install install testtext $RPM_BUILD_ROOT%{_bindir}
218
219# We need to have separate 32-bit and 64-bit binaries
220# for places where we have two copies of the GTK+ package installed.
221# (we might have x86_64 and i686 packages on the same system, for example.)
222%if %{build_compat32}
223   cp $RPM_BUILD_ROOT%{_bindir}/gtk-query-immodules-2.0 \
224      $RPM_BUILD_ROOT%{_bindir}/gtk-query-immodules-2.0%{_query_suffix}
225   cp $RPM_BUILD_ROOT%{_bindir}/gdk-pixbuf-query-loaders \
226      $RPM_BUILD_ROOT%{_bindir}/gdk-pixbuf-query-loaders%{_query_suffix}
227%endif
228
229# Remove unpackaged files
230rm $RPM_BUILD_ROOT%{_libdir}/*.la
231rm -rf $RPM_BUILD_ROOT%{_datadir}/themes/Raleigh
232rm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/lib*.la
233
234%clean
235rm -rf $RPM_BUILD_ROOT
236
237%post
238/sbin/ldconfig
239%{_bindir}/gtk-query-immodules-2.0 > %{_sysconfdir}/gtk-2.0/%{_arch}/gtk.immodules
240%{_bindir}/gdk-pixbuf-query-loaders > %{_sysconfdir}/gtk-2.0/%{_arch}/gdk-pixbuf.loaders
241
242%postun
243/sbin/ldconfig
244if [ $1 = 0 ]; then
245    /bin/rm -f %{_sysconfdir}/gtk-2.0/%{_arch}/gtk.immodules
246    /bin/rm -f %{_sysconfdir}/gtk-2.0/%{_arch}/gdk-pixbuf.loaders
247fi
248
249%triggerpostun -- gtk2 <= 2.8.11
250/bin/rm -f %{_sysconfdir}/gtk-2.0/gtk.immodules
251/bin/rm -f %{_sysconfdir}/gtk-2.0/gdk-pixbuf.loaders
252
253%if %{build_compat32}
254%post -n compat32-%{name}
255/sbin/ldconfig
256%{_bindir}/gtk-query-immodules-2.0%{_query_suffix} > %{_sysconfdir}/gtk-2.0/%{_arch}/gtk.immodules
257%{_bindir}/gdk-pixbuf-query-loaders%{_query_suffix} > %{_sysconfdir}/gtk-2.0/%{_arch}/gdk-pixbuf.loaders
258
259%postun -n compat32-%{name}
260/sbin/ldconfig
261if [ $1 = 0 ]; then
262    /bin/rm -f %{_sysconfdir}/gtk-2.0/%{_arch}/gtk.immodules
263    /bin/rm -f %{_sysconfdir}/gtk-2.0/%{_arch}/gdk-pixbuf.loaders
264fi
265%endif
266
267%files -f all.lang
268%defattr(-, root, root)
269%doc AUTHORS COPYING ChangeLog NEWS README
270%{_bindir}/gtk-demo
271%{_bindir}/gtk-builder-convert
272%{_bindir}/gdk-pixbuf-query-loaders
273%{_bindir}/gtk-query-immodules-2.0
274%{_bindir}/gtk-update-icon-cache
275%{_libdir}/libgtk-x11-2.0.so.*
276%{_libdir}/libgdk-x11-2.0.so.*
277%{_libdir}/libgdk_pixbuf-2.0.so.*
278%{_libdir}/libgdk_pixbuf_xlib-2.0.so.*
279%{_libdir}/libgailutil.so.*
280%dir %{_libdir}/gtk-2.0
281%{_libdir}/gtk-2.0/%{bin_version}
282%dir %{_libdir}/gtk-2.0/modules
283%{_libdir}/gtk-2.0/modules/lib*.so
284%{_datadir}/gtk-2.0
285%{_datadir}/themes/Default
286%{_datadir}/themes/Emacs
287%dir %{_sysconfdir}/gtk-2.0
288%dir %{_sysconfdir}/gtk-2.0/%{_arch}
289%{_sysconfdir}/gtk-2.0/im-multipress.conf
290
291%files devel
292%defattr(-, root, root)
293%{_libdir}/lib*.so
294%dir %{_libdir}/gtk-2.0
295%{_libdir}/gtk-2.0/include
296%{_datadir}/gtk-doc/
297%{_mandir}/man1/*
298%{_includedir}/*
299%{_datadir}/aclocal/*
300%{_bindir}/gdk-pixbuf-csource
301%{_libdir}/pkgconfig/*
302%doc tmpdocs/tutorial
303%doc tmpdocs/examples
304
305# compat32
306%if %{build_compat32}
307%files -n compat32-%{name}
308%defattr(-, root, root)
309%{_bindir}/gdk-pixbuf-query-loaders%{_query_suffix}
310%{_bindir}/gtk-query-immodules-2.0%{_query_suffix}
311%{_libdir}/libgtk-x11-2.0.so.*
312%{_libdir}/libgdk-x11-2.0.so.*
313%{_libdir}/libgdk_pixbuf-2.0.so.*
314%{_libdir}/libgdk_pixbuf_xlib-2.0.so.*
315%{_libdir}/libgailutil.so.*
316%dir %{_libdir}/gtk-2.0
317%{_libdir}/gtk-2.0/%{bin_version}
318%dir %{_libdir}/gtk-2.0/modules
319%{_libdir}/gtk-2.0/modules/lib*.so
320%dir %{_sysconfdir}/gtk-2.0
321%dir %{_sysconfdir}/gtk-2.0/%{_arch}
322
323%files -n compat32-%{name}-devel
324%defattr(-, root, root)
325%{_libdir}/lib*.so
326%dir %{_libdir}/gtk-2.0
327%{_libdir}/gtk-2.0/include
328%{_libdir}/pkgconfig/*
329%endif
330
331%changelog
332* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.20.1-2
333- build with rpm-4.8.1-1 for pkg-config file
334
335* Tue May 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.20.1-1
336- new upstream release
337
338* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.20.0-1
339- new upstream release
340
341* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.18.9-1
342- new upstream release
343
344* Tue Feb 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.7-1
345- new upstream release
346- drop upstreamed patch
347
348* Sat Jan 09 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.5-2
349- use refreshed old patch for multiarch support
350
351* Thu Jan 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.18.5-1
352- new upstream release
353- change Patch1 (gtk+-2.10.11-lib64.patch -> gtk-lib64.patch)
354- add Patch101 (stackoverflow.patch) from FC package
355- drop libtoolize and autoreconf
356
357* Tue Nov 29 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.18.3-1
358- new upstream release
359
360* Tue Oct 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.2-2
361- add BR: libICE-devel, libXext-devel, libXi-devel
362
363* Sun Oct 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.2-1
364- new upstream release
365
366* Fri Sep 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0-1
367- new upstream release
368- drop testgtk/testtext
369
370* Sun Jul 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16.5-1
371- new upstream release
372
373* Thu Jul 02 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16.4-1
374- new upstream release
375
376* Mon Jun 29 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16.3-2
377- add Patch1 from git master
378  - avoid warnings in atom conversion
379  - http://git.gnome.org/cgit/gtk+/commit/?id=4b16b875db66c72003606c4199b23899ed451e78
380
381* Mon Jun 29 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16.3-1
382- new upstream release
383
384* Sun May 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16.2-1
385- new upstream release
386- remove patch2 (merged in upstream)
387
388* Tue May 05 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.16.1-2
389- updated %%files section of compat32 subpackage
390- removed %%if !%%{build_compat32} case condition
391- updated Requires and Requires(post)
392
393* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16.1-1
394- new upstream release
395
396* Wed Mar 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16.0-1
397- new upstream release
398- update BuildRequires/Requires
399
400* Sun Jan 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.7-1
401- new upstream release
402
403* Tue Dec 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.6-1
404- new upstream release
405
406* Wed Nov 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.5-1
407- new upstream release
408
409* Sun Nov 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.4-2
410- add Patch3,4 from upstream
411
412* Sun Oct 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.4-1
413- new upstream release
414
415* Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.3-1
416- new upstream release
417
418* Tue Sep 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-2
419- rebuild with pango-1.22.0,cairo-1.7.6
420
421* Sat Sep 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-1
422- new upstream release
423
424* Sat Sep 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-2
425- add BuildRequires: jasper-devel
426
427* Fri Sep 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-1
428- new upstream release
429- add Provides/Obsoletes: gail
430
431* Thu Jul 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.11-1
432- new upstream release
433
434* Thu Jun  5 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.10-1
435- new upstream release
436
437* Wed Apr  2 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.9-2vl5
438- added Patch1-4 drom Fedora
439  * Mon Oct 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.1-4
440  - Fix a crash in gnome-system-log (#321701)
441  * Wed Oct 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.1-2
442  - Fix a crash in the firefox print preview (#336771)
443
444* Thu Mar 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.9-1vl5
445- used %%{?_dist_release}
446
447* Wed Mar 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.9-0vl1
448- new upstream release
449
450* Sat Mar  8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.8-0vl1
451- new upstream release
452
453* Thu Feb  7 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.7-0vl1
454- new upstream release
455
456* Thu Jan 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.5-0vl1
457- new upstream release
458
459* Sun Dec  9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.3-0vl1
460- new upstream release
461
462* Thu Nov 15 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.1-0vl1
463- new upstream release
464- rebuild with new glib2, atk, pango
465
466* Sun May 20 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.12-0vl2
467- rebuild with new environment
468
469* Wed May 03 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.12-0vl1
470- new upstream release
471
472* Tue Apr 24 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.11-0vl1
473- new upstream release
474
475* Thu Aug 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.20-0vl3
476- rebuild with glib2-2.12.1, cairo-1.2.2, pango-1.14.0
477
478* Sat Jul 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.20-0vl2
479- new upstream release
480
481* Mon Jun 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.19-0vl2
482- change default theme to Vine (Patch10)
483
484* Tue Jun 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.19-0vl1
485- new upstream release
486
487* Sun May 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.18-0vl1
488- new upstream release
489
490* Tue May 23 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.8.17-0vl2
491- add BuildRequires: gtk-doc
492- rename binaries to -32 if build_compat32 option is enabled
493
494* Sat Apr 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.17-0vl1
495- new upstream release
496
497* Thu Mar 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.16-0vl1
498- new upstream release
499
500* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.15-0vl1
501- new upstream release
502
503* Thu Mar 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.14-0vl1
504- new upstream release
505
506* Sun Mar 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.13-0vl2
507- remove old query caches
508
509* Sun Mar 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.13-0vl1
510- new upstream release
511- add compat32 subpackage for x86_64 arch support.
512- add Patch0 for biarch support.
513
514* Sun Jan 29 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.11-0vl1
515- new upstream release
516
517* Thu Jan 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.10-0vl1
518- new upstream release
519- remove Patch10 that is merged in upstream
520
521* Wed Jan 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.9-0vl3
522- add Patch10 to fix gtkfilefilter bug
523  http://bugzilla.gnome.org/show_bug.cgi?id=317687
524
525* Wed Dec 28 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.8.9-0vl2
526- {_unpackaged_files,_missing_doc_files}_terminate_build now undefined
527
528* Sat Dec 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.9-0vl1
529- new upstream release
530
531* Wed Nov 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.8-0vl1
532- new upstream release
533
534* Wed Oct 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.6-0vl1
535- new upstream release
536
537* Thu Sep 29 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.4-0vl1
538- new upstream release
539
540* Sun Sep 18 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.3-0vl1
541- new upstream release
542
543* Wed Aug 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl1
544- new upstream release
545
546* Mon Aug 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0-0vl2
547- add PreReq: cairo >= 0.9.0 to run %%post scripts
548
549* Mon Aug 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0-0vl1
550- new upstream release
551
552* Fri Aug 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.5-0vl1
553- new upstream release
554
555* Tue Aug 02 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.4-0vl1
556- new upstream release
557
558* Mon Jun 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.8-0vl1
559- new upstream release
560- drop patch3 which is merged in upstream
561
562* Thu Jun 16 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.7-0vl3
563- add Patch3 to remove unneeded debug message from BMP loader
564
565* Tue May 03 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.7-0vl2
566- add PreReq: libtiff >= 3.7 to run gdk-pixbuf-query-loaders
567  in %%post script
568
569* Wed Apr 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.7-0vl1
570- new upstream release
571
572* Mon Apr 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.5-0vl2
573- add Patch1 to fix many broken images (#169870.)
574
575* Sat Apr 09 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.5-0vl1
576- new upstream release
577
578* Fri Mar 04 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.4-0vl1
579- new upstream release
580
581* Sat Feb 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.2-0vl1
582- new upstream release
583
584* Mon Jan 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.1-0vl1
585- new upstream release
586
587* Sat Dec 04 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.14-0vl1
588- new upstream release
589
590* Mon Nov 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.13-0vl2
591- rebuild with pango-1.6/atk-1.8
592
593* Fri Oct 15 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.13-0vl1
594- new upstream release
595
596* Mon Oct 11 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.11-0vl1
597- new upstream release
598
599* Sun Sep 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.10-0vl1
600- new upstream release
601
602* Mon Aug 16 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.7-0vl1
603- new upstream release
604
605* Sat Aug 14 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.6-0vl1
606- new upstream release
607
608* Fri Jul 16 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4-0vl1
609- new upstream release
610
611* Sun Jun 13 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.4.3-0vl2
612- added BuildRequires: automake17
613
614* Sun Jun 13 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.3-0vl1
615- new upstream release
616
617* Sat Jun  5 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-0vl1
618- new upstream release
619
620* Sun May  2 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-0vl1
621- new upstream release
622
623* Fri Mar 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
624- new upstream release
625- drop obsolete patches
626- update gtkmenushadow patch
627
628* Sun Feb 15 2004 Tomoya TAKA <taka@vinelinux.org> 2.2.4-0vl3
629- add freetype217 patch
630- fix %%postun
631
632* Sun Nov 09 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.4-0vl2
633- import some patches from Fedora
634
635* Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.4-0vl1
636- new upstream release
637
638* Sun Aug 30 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.3-0vl4
639- rebuild with new pango/atk
640
641* Sun Aug 30 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.3-0vl3
642- new upstream release
643- import patch5,6 from rawhide.
644- drop patch20 that is merged in upstream
645
646* Sat Aug 23 2003 Tomoya TAKA <taka@vinelinux.org> 2.2.2-0vl3
647- add gtkimcontextxim.patch (patch20) based on Owen Taylor's patch
648  submitted to bugzilla.gnome.org #115077
649  cf. http://bugzilla.gnome.org/show_bug.cgi?id=115077
650
651* Sun Jul 06 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.2-0vl2
652- update gtkmenu shadow patch
653
654* Tue Jun 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.2-0vl1
655- new upstream release
656
657* Sun Jun 08 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl6
658- replace dropshadow patch with xfce's one.
659- enable dropshadow
660
661* Sat May 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl5
662- rebuilt
663
664* Mon Apr 28 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl4
665- fixed dropshadow patch, but still not enable.
666
667* Fri Apr 25 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl3
668- rebuild with new libpng
669
670* Fri Apr 25 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl2
671- add patch4, 5 from rawhide.
672- add experimental patch10 to support drop shadow.
673  (disabled by default)
674
675* Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl1
676- new upstream release
677- drop patch4
678
679* Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.3-0vl3
680- merge patch3,4 from rawhide package
681
682* Wed Dec 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl2
683- rebuild with new glib/atk/pango
684
685* Wed Dec 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
686- new upstream release
687
688* Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl3
689- add --enable-debug-minimum to configure.
690- add patch10 to disable gtktextview debugging.
691
692* Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl1
693- new upstream release
694- build for Vine Linux
695- disable debug.
696
697* Fri Nov 22 2002 Havoc Pennington <hp@redhat.com>
698- rebuild with xft support
699
700* Wed Nov 20 2002 Havoc Pennington <hp@redhat.com>
701- rebuild to hack around xft.pc being in the wrong place
702- buildreq the pango with pangoxft
703
704* Thu Nov  7 2002 Havoc Pennington <hp@redhat.com>
705- 2.1.3
706- remove TODO from doc, no longer exists
707- remove 64bit patch, now upstream
708- comment out scroll_to patch, jrb has to deal with this
709- remove keycode patch now upstream
710- remove usintl patch now upstream
711- remove imenvar patch, now upstream
712- remove xftprefs patch now upstream
713- remove xftdraw patch now upstream
714- remove installdir patch (no longer applies) and do "makeinstall RUN_QUERY_IMMODULES_TEST=false"
715- remove extranotify patch, now upstream
716- add gdk-pixbuf-query-loaders to file list
717- remove gdk-pixbuf.loaders and gtk.immodules in postun as they are
718  not owned by the package (these should probably live in /var since they
719  aren't config files and we overwrite them all the time)
720
721* Thu Oct  3 2002 Owen Taylor <otaylor@redhat.com>
722- Add a fix for a 64bit problem in gtktypeutils.h
723- Bump in rebuild for RPM configuration problem
724
725* Sun Aug 25 2002 Jonathan Blandford <jrb@redhat.com>
726- fix gtk_tree_view_scroll_to_cell
727
728* Fri Aug 23 2002 Owen Taylor <otaylor@redhat.com>
729- Fixed Raleigh theme missing from package list
730
731* Mon Aug 19 2002 Owen Taylor <otaylor@redhat.com>
732- Fix a memory leak in xftprefs.patch
733- Fix extra settings notifies on startup that were causing significant
734  performance problems as fonts were reloaded.
735
736* Tue Aug 13 2002 Owen Taylor <otaylor@redhat.com>
737- Fixes to GtkIMContextSimple compose table for us-intl keyboards
738  (#70995, Alexandre Oliva)
739- Fix problem with keycodes passed to GtkIMContextXIM
740       
741* Thu Aug  8 2002 Owen Taylor <otaylor@redhat.com>
742- Remove fixed-ltmain.sh, no longer needed
743- Fix bug with GTK_IM_MODULE environment variable
744- Remove profile.d entries setting GDK_USE_XFT, since we now default to it on
745- Backport patch from CVS HEAD to get Xft to work on non-RENDER XServers
746- Version 2.0.6
747
748* Tue Jul 16 2002 Owen Taylor <otaylor@redhat.com>
749- Fix cut and paste error in xftprefs patch pointed out by Anders Carlsson
750
751* Mon Jul  8 2002 Owen Taylor <otaylor@redhat.com>
752- Add patch to hook Xft up to XSETTINGS
753
754* Tue Jul  2 2002 Jonathan Blandford <jrb@redhat.com>
755- tree-view fixes for anaconda.  Already in CVS.
756
757* Fri Jun 21 2002 Owen Taylor <otaylor@redhat.com>
758- Default GDK_USE_XFT to on, not off
759
760* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
761- 2.0.5
762- remove xft configure.in patch
763
764* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
765- rebuild in different environment
766
767* Fri Jun  7 2002 Havoc Pennington <hp@redhat.com>
768- rebuild
769
770* Thu Jun  6 2002 Owen Taylor <otaylor@redhat.com>
771- Add patch so that configuration works with pango-1.1/fontconfig
772
773* Tue Jun  4 2002 Havoc Pennington <hp@redhat.com>
774- 2.0.3
775
776* Mon Jun 03 2002 Havoc Pennington <hp@redhat.com>
777- rebuild in different environment
778
779* Mon Jun  3 2002 Havoc Pennington <hp@redhat.com>
780- drop /etc/gtk-2.0/gtkrc from the file list, will now be provided by redhat-artwork
781
782* Wed May 29 2002 Havoc Pennington <hp@redhat.com>
783- rebuild in different environment
784
785* Wed May 29 2002 Havoc Pennington <hp@redhat.com>
786- add profile.d entries to set GDK_USE_XFT
787
788* Thu May 23 2002 Tim Powers <timp@redhat.com>
789- automated rebuild
790
791* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
792- rebuild in different environment
793- hardcode automake 1.4 req
794
795* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
796- do the prefix/lib -> libdir thing
797- include key themes in the package
798
799* Mon Apr 15 2002 root <otaylor@redhat.com>
800- Fix missing .po files (#63336)
801
802* Thu Apr 11 2002 Owen Taylor <otaylor@redhat.com>
803- Add reference docs to -devel package (#61184)
804- Use GTK2_RC_FILES, not GTK_RC_FILES, since KDE points GTK_RC_FILES
805  to gtk-1.2 ~/.gtkrc
806
807* Wed Apr  3 2002 Alex Larsson <alexl@redhat.com>
808- Change dependency for glib2 since gtk and glib versions mismatch
809
810* Wed Apr  3 2002 Alex Larsson <alexl@redhat.com>
811- Update to version 2.0.2
812
813* Fri Mar  8 2002 Owen Taylor <otaylor@redhat.com>
814- Version 2.0.0
815
816* Mon Feb 25 2002 Alex Larsson <alexl@redhat.com>
817- Update to 1.3.15
818
819* Thu Feb 21 2002 Alex Larsson <alexl@redhat.com>
820- Bump for rebuild
821
822* Mon Feb 18 2002 Alex Larsson <alexl@redhat.com>
823- Update to 1.3.14
824
825* Fri Feb 15 2002 Havoc Pennington <hp@redhat.com>
826- add horrible buildrequires hack
827
828* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
829- 1.3.13.91 snapshot
830
831* Mon Feb 11 2002 Matt Wilson <msw@redhat.com>
832- build from CVS snapshot
833- use setup -q
834
835* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
836- Version 1.3.13
837
838* Tue Jan 22 2002 Havoc Pennington <hp@redhat.com>
839- automake14
840
841* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
842- 1.3.12.90 snapshot
843
844* Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
845- Version 1.3.11
846- check atk/pango versions explicitly prior to build,
847  so that --nodeps tricks don't result in bad binary RPMs
848
849* Fri Oct  5 2001 Havoc Pennington <hp@redhat.com>
850- pixbuf loaders were missing from file list
851- conflict with gdk-pixbuf-devel <= 0.11
852
853* Thu Oct  4 2001 Havoc Pennington <hp@redhat.com>
854- cvs snap
855
856* Thu Sep 27 2001 Havoc Pennington <hp@redhat.com>
857- sync with Owen's version
858
859* Thu Sep 20 2001 Havoc Pennington <hp@redhat.com>
860- smp_mflags
861- langify
862
863* Wed Sep 19 2001 Havoc Pennington <hp@redhat.com>
864- 1.3.8
865- add automake hackarounds
866
867* Thu Sep 13 2001 Havoc Pennington <hp@redhat.com>
868- conflict with old GTK with headers not moved
869- prereq new version of pango
870
871* Mon Sep 10 2001 Havoc Pennington <hp@redhat.com>
872- update to CVS snapshot
873
874* Wed Sep  5 2001 Havoc Pennington <hp@redhat.com>
875- build require specific versions of dependencies
876
877* Tue Sep  4 2001 Owen Taylor <otaylor@redhat.com>
878- Version 1.3.7
879
880* Thu Jul 26 2001 Havoc Pennington <hp@redhat.com>
881- Obsolete Inti and Inti-devel, #49967
882
883* Sat Jul 21 2001 Owen Taylor <otaylor@redhat.com>
884- PreReq specific pango and atk versions (#49434)
885- Don't package gtk.immodules (#49584)
886- Added BuildRequires for libtiff-devel, libjpeg-devel, libpng-devel (#49495)
887- Configure with --disable-gtk-doc (#48987)
888- Package libgdk_pixbuf_xlib (#47753)
889
890* Sat Jul  7 2001 Tim Powers <timp@redhat.com>
891- languify to satisfy rpmlint
892
893* Thu Jun 21 2001 Florian La Roche <Florian.LaRoche@redhat.de>
894- use something better than libtool
895
896* Wed Jun 13 2001 Havoc Pennington <hp@redhat.com>
897- 1.3.6
898- libtool hackery
899- obsolete gtk+-gtkbeta-devel
900
901* Fri May  4 2001 Owen Taylor <otaylor@redhat.com>
902- Version 1.3.5
903- Rename to gtk2
904
905* Fri Nov 17 2000 Owen Taylor <otaylor@redhat.com>
906- Final 1.3.2
907
908* Tue Nov 14 2000 Owen Taylor <otaylor@redhat.com>
909- New snapshot
910
911* Mon Nov 13 2000 Owen Taylor <otaylor@redhat.com>
912- 1.3.2pre1 snapshot version
913
914* Sun Aug 13 2000 Owen Taylor <otaylor@redhat.com>
915- Rename to 1.3.1b to avoid version increment difficulties
916
917* Thu Aug 10 2000 Havoc Pennington <hp@redhat.com>
918- Fix .pc files to not contain -I%{_includedir}
919
920* Thu Aug 10 2000 Havoc Pennington <hp@redhat.com>
921- Update to a CVS snapshot
922
923* Fri Jul 14 2000 Owen Taylor <otaylor@redhat.com>
924- Removed stray b from %%postun
925- Real 1.3.1 tarball fixing stupid omission in gtk-config
926
927* Fri Jul 07 2000 Owen Taylor <otaylor@redhat.com>
928- Version 1.3.1
929- move back to /usr
930- Remove gtk-config.1 manpage from build since
931  it conflicts with gtk+-devel. When we go to
932  gtk+ gtk+1.2 setup, we should add it back
933
934* Fri Jun 30 2000 Owen Taylor <otaylor@redhat.com>
935- Rename gtkrc-default source so that it GTK+ package can't remove it
936
937* Thu Jun 8 2000  Owen Taylor <otaylor@redhat.com>
938- Rebuild with a prefix of /opt/gtk-beta
939
940* Wed May 31 2000 Owen Taylor <otaylor@redhat.com>
941- New version
942
943* Tue Apr 25 2000 Owen Taylor <otaylor@redhat.com>
944- Snapshot version to install in /opt/pango
945
946* Mon Feb 21 2000 Owen Taylor <otaylor@redhat.com>
947- Fix weird excess  problem that somehow turned up in %{_sysconfdir}/gtkrc.LANG
948
949* Mon Feb 14 2000 Owen Taylor <otaylor@redhat.com>
950- More patches from 1.2.7
951
952* Fri Feb 04 2000 Owen Taylor <otaylor@redhat.com>
953- Set the charset explicitely for the default font to avoid
954  problems with XFree86-4.0 where the default charset is
955  iso10646-1, not iso8859-1.
956- Fix problems with size requisitions for scrolled windows
957  that was causing looping. (RH bug #7997)
958
959* Thu Feb 03 2000 Owen Taylor <otaylor@redhat.com>
960- Explicitely set the foreground of the tooltips to black
961  to avoid bad interactions with themes that set a
962  light foreground color.
963
964* Thu Feb 03 2000 Owen Taylor <otaylor@redhat.com>
965- Added large patch of bugfixes in stable branch of CVS
966
967* Tue Oct 12 1999 Owen Taylor <otaylor@redhat.com>
968- Added Akira Higuti's patch for line-wrapping in GTK+
969
970* Thu Oct 7  1999 Owen Taylor <otaylor@redhat.com>
971- version 1.2.6
972
973* Thu Sep 23 1999 Owen Taylor <otaylor@redhat.com>
974- version 1.2.5
975- install tutorial GIFs
976
977* Wed Sep 22  1999 Owen Taylor <otaylor@redhat.com>
978- Upgrade to real 1.2.5pre2
979- Changed name so upgrade to 1.2.5 will work :-(
980- Add extra gtkrc files
981- Add examples and English language tutorial to -devel package
982
983* Fri Sep 17 1999 Owen Taylor <otaylor@redhat.com>
984- Upgraded to 1.2.5pre2. (Actually, pre-pre-2)
985
986* Tue Aug 17 1999 Michael Fulbright <drmike@redhat.com>
987- added threaded patch
988
989* Mon Jun 7 1999 Owen Taylor <otaylor@redhat.com>
990- Update for GTK+-1.2.3
991- Patches that will be in GTK+-1.2.4
992- Patch to keep GTK+ from coredumping on X IO errors
993- Patch to improve compatilibity with GTK-1.2.1 (allow
994  event mask to be set on realized widgets)
995
996* Mon Apr 19 1999 Michael Fulbright <drmike@redhat.com>
997- fixes memory leak
998
999* Mon Apr 12 1999 Owen Taylor <otaylor@redhat.com>
1000- The important bug fixes that will be in GTK+-1.2.2
1001
1002* Thu Apr 01 1999 Michael Fulbright <drmike@redhat.com>
1003- patches from owen to handle various gdk bugs
1004
1005* Sun Mar 28 1999 Michael Fulbright <drmike@redhat.com>
1006- added XFree86-devel requirement for gtk+-devel
1007
1008* Thu Mar 25 1999 Michael Fulbright <drmike@redhat.com>
1009- version 1.2.1
1010
1011* Wed Mar 17 1999 Michael Fulbright <drmike@redhat.com>
1012- removed /usr/info/dir.gz file from package
1013
1014* Fri Feb 26 1999 Michael Fulbright <drmike@redhat.com>
1015- Version 1.2.0
1016
1017* Thu Feb 25 1999 Michael Fulbright <drmike@redhat.com>
1018- version 1.2.0pre2, patched to use --sysconfdir=%{_sysconfdir}
1019
1020* Mon Feb 15 1999 Michael Fulbright <drmike@redhat.com>
1021- patched in Owen's patch to fix Metal theme
1022
1023* Fri Feb 05 1999 Michael Fulbright <drmike@redhat.com>
1024- bumped up to 1.1.15
1025
1026* Wed Feb 03 1999 Michael Fulbright <drmike@redhat.com>
1027- bumped up to 1.1.14
1028
1029* Mon Jan 18 1999 Michael Fulbright <drmike@redhat.com>
1030- bumped up to 1.1.13
1031
1032* Wed Jan 06 1999 Michael Fulbright <drmike@redhat.com>
1033- bumped up to 1.1.12
1034
1035* Wed Dec 16 1998 Michael Fulbright <drmike@redhat.com>
1036- added Theme directory to file list
1037- up to 1.1.7 for GNOME freeze
1038
1039* Sun Oct 25 1998 Shawn T. Amundson <amundson@gtk.org>
1040- Fixed Source: to point to v1.1
1041
1042* Tue Aug 04 1998 Michael Fulbright <msf@redhat.com>
1043- change %postun to %preun
1044
1045* Mon Jun 27 1998 Shawn T. Amundson
1046- Changed version to 1.1.0
1047
1048* Thu Jun 11 1998 Dick Porter <dick@cymru.net>
1049- Removed glib, since it is its own module now
1050
1051* Mon Apr 13 1998 Marc Ewing <marc@redhat.com>
1052- Split out glib package
1053
1054* Tue Apr  8 1998 Shawn T. Amundson <amundson@gtk.org>
1055- Changed version to 1.0.0
1056
1057* Tue Apr  7 1998 Owen Taylor <otaylor@gtk.org>
1058- Changed version to 0.99.10
1059
1060* Thu Mar 19 1998 Shawn T. Amundson <amundson@gimp.org>
1061- Changed version to 0.99.9
1062- Changed gtk home page to www.gtk.org
1063
1064* Thu Mar 19 1998 Shawn T. Amundson <amundson@gimp.org>
1065- Changed version to 0.99.8
1066
1067* Sun Mar 15 1998 Marc Ewing <marc@redhat.com>
1068- Added aclocal and bin stuff to file list.
1069- Added -k to the SMP make line.
1070- Added lib/glib to file list.
1071
1072* Fri Mar 14 1998 Shawn T. Amundson <amundson@gimp.org>
1073- Changed version to 0.99.7
1074
1075* Fri Mar 14 1998 Shawn T. Amundson <amundson@gimp.org>
1076- Updated ftp url and changed version to 0.99.6
1077
1078* Thu Mar 12 1998 Marc Ewing <marc@redhat.com>
1079- Reworked to integrate into gtk+ source tree
1080- Truncated ChangeLog.  Previous Authors:
1081  Trond Eivind Glomsrod <teg@pvv.ntnu.no>
1082  Michael K. Johnson <johnsonm@redhat.com>
1083  Otto Hammersmith <otto@redhat.com>
1084 
Note: See TracBrowser for help on using the repository browser.