source: projects/specs/branches/6/g/gtk2/gtk2-vl.spec @ 10348

Revision 10348, 37.0 KB checked in by tomop, 8 years ago (diff)

gtk2-2.24.30-2

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