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

Revision 5816, 34.6 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

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