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

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