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

Revision 8084, 35.7 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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