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

Revision 7938, 35.6 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.10.1

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