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

Revision 9876, 36.7 KB checked in by Takemikaduchi, 8 years ago (diff)

new upstream release

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