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

Revision 8353, 35.8 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME-3.12.0

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