source: projects/specs/trunk/g/gtk+/gtk+-vl.spec @ 9256

Revision 9256, 20.9 KB checked in by Takemikaduchi, 9 years ago (diff)

cpufrequtils,dev86,hdf5,irqbalance,openslp,pcmciautils: new upstream release
others: rebuild

Line 
1# Note that this is NOT a relocatable package
2%define ver     1.2.10
3%define rel     5%{?_dist_release}
4%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
5
6Name:           gtk+
7Version:        %{ver}
8Release:        %{rel}
9License:        LGPL
10Group:          System Environment/Libraries
11URL:            http://www.gtk.org
12
13Obsoletes:      gtk
14BuildRequires:  glib-devel >= 1.2.10
15BuildRequires:  libX11-devel libXext-devel libXi-devel
16BuildRequires:  linuxdoc-tools automake14 autoconf213
17BuildRequires:  libXt-devel
18BuildRoot:      %{_tmppath}/%{name}-%{version}-root
19
20Source:         ftp://ftp.gimp.org/pub/gtk/v1.2/%{name}-%{ver}.tar.gz
21Source1:        gtkrc-default
22Source2:        gtkrc.ja-vine
23
24#
25# merged RH patches.
26#
27Patch1:         gtk+-1.2.6-ahiguti.patch
28Patch5:         gtk+-1.2.8-wrap-alnum.patch
29## Supress alignment warnings on ia64
30Patch10:        gtk+-1.2.10-alignment.patch
31## Improve exposure compression
32Patch11:        gtk+-1.2.10-expose.patch
33## Handle focus tracking for embedded window properly
34Patch12:        gtk+-1.2.10-focus.patch
35## Find gtkrc files for the current encoding better
36Patch13:        gtk+-1.2.10-encoding.patch
37## Don't screw up CTEXT encoding for UTF-8
38Patch14:        gtk+-1.2.10-ctext.patch
39## Don't warn about missing fonts for UTF-8
40Patch15:        gtk+-1.2.10-utf8fontset.patch
41## Accept KP_Enter as a synonym for Return everywhere
42Patch16:        gtk+-1.2.10-kpenter.patch
43## Allow theme switching to work properly when no windows are realized
44Patch17:        gtk+-1.2.10-themeswitch.patch
45## Fix crash when switching themes
46Patch18:        gtk+-1.2.10-pixmapref.patch
47## Fix computation of width of missing characters
48Patch19:        gtk+-1.2.10-missingchar.patch
49# Fix sizes of Ukrainian fontsets
50Patch20:        gtk+-1.2.10-ukfont.patch
51# Fix file selection delete-dir when changing directory problem
52# also, fix memory corruption problem when changing directories.
53Patch21:        gtk+-1.2.10-deletedir.patch
54# Improve warning for missing fonts
55Patch22:        gtk+-1.2.10-fontwarning.patch
56# Allow themes to make scrollbar trough always repaint
57Patch23:        gtk+-1.2.10-troughpaint.patch
58# Fix a crash that can happen in some apps when the current
59# locale is not supported by XLib.
60Patch24:        gtk+-1.2.10-localecrash.patch
61# Use lib64 in X11R6 path if it exists.
62Patch25:        gtk+-1.2.10-xlibs.patch
63# Patch from CVS to fix b.g.o #56349
64Patch26:        gtk+-1.2.10-dndorder.patch
65# Patch from CVS to fix b.g.o #94812
66Patch27:        gtk+-1.2.10-clistfocusrow.patch
67# Fix GTK+ to obey X server's default bell volume
68Patch28:        gtk+-1.2.10-bellvolume.patch
69# Hack up the configure scripts to deal with some obscure
70# breakage with ancient libtool
71Patch29:        gtk+-1.2.10-libtool.patch
72# Add a dependency on libgdk to libgtk
73Patch30:        gtk+-1.2.10-gtkgdkdep.patch
74
75# Add x86_64
76Patch31: gtk+-1.2.10-config.sub-x86_64.patch
77
78#
79# Vine-specific patches.
80#
81# This is still necessary.
82Patch101:       gtk+-1.2.3-eventmask.patch
83Patch102:       gtk+-1.2.8-fontselector.patch
84Patch103:       gtk+-1.2.6-event_send.patch
85# Security Patch
86Patch110:       gtk+-1.2.8-gtkmod.patch
87
88
89Summary:        The GIMP ToolKit (GTK+), a library for creating GUIs for X.
90Summary(ja):    X 上の GUI を作成ライブラリ: GIMP ツールキット(GTK+)
91
92
93%description
94The gtk+ package contains the GIMP ToolKit (GTK+), a library for creating
95graphical user interfaces for the X Window System.  GTK+ was originally
96written for the GIMP (GNU Image Manipulation Program) image processing
97program, but is now used by several other programs as well. 
98
99If you are planning on using the GIMP or another program that uses GTK+,
100you'll need to have the gtk+ package installed.
101
102%description -l ja
103gtk+ パッケージは, X ウィンドウ・システム上で GUI を作成するための GIMP
104ツールキット (GTK+) を含んでいます。GTK+ は、画像処理プログラム GIMP
105(GNU Image Manipulation Program) のために作られましたが、現在は他の様々な
106プログラムで用いられています。
107
108もし、GTK+ を使う GIMP や他のプログラムを用いる予定ならば、この gtk+
109パッケージをインストールしてください。
110
111
112%package -n compat32-%{name}
113Summary:        The GIMP ToolKit (GTK+), a library for creating GUIs for X.
114Summary(ja):    X 上の GUI を作成ライブラリ: GIMP ツールキット(GTK+)
115Group:          System Environment/Libraries
116Requires:       %{name} = %{version}-%{release}
117
118%description -n compat32-%{name}
119The gtk+ package contains the GIMP ToolKit (GTK+), a library for creating
120graphical user interfaces for the X Window System.  GTK+ was originally
121written for the GIMP (GNU Image Manipulation Program) image processing
122program, but is now used by several other programs as well. 
123
124If you are planning on using the GIMP or another program that uses GTK+,
125you'll need to have the gtk+ package installed.
126
127%description -n compat32-%{name} -l ja
128gtk+ パッケージは, X ウィンドウ・システム上で GUI を作成するための GIMP
129ツールキット (GTK+) を含んでいます。GTK+ は、画像処理プログラム GIMP
130(GNU Image Manipulation Program) のために作られましたが、現在は他の様々な
131プログラムで用いられています。
132
133もし、GTK+ を使う GIMP や他のプログラムを用いる予定ならば、この gtk+
134パッケージをインストールしてください。
135
136
137%package devel
138Summary:        Development tools for GTK+ (GIMP ToolKit) applications.
139Summary(ja):    GTK+ (GIMP ツールキット) アプリケーション開発ツール
140Group:          Development/Libraries
141Requires:       %{name} = %{version}-%{release}
142Requires:       glib-devel
143Requires:       libX11-devel
144Requires:       libXext-devel
145Requires:       libXi-devel
146Obsoletes:      gtk-devel
147Requires(post):  /sbin/install-info
148Requires(preun): /sbin/install-info
149
150%description devel
151The gtk+-devel package contains the static libraries and header files
152needed for developing GTK+ (GIMP ToolKit) applications.  The gtk+-devel
153package contains glib (a collection of routines for simplifying the
154development of GTK+ applications), GDK (the General Drawing Kit, which
155simplifies the interface for writing GTK+ widgets and using GTK+ widgets
156in applications), and GTK+ (the widget set).
157
158Install gtk+-devel if you need to develop GTK+ applications.  You'll also
159need to install the gtk+ package.
160
161%description devel -l ja
162gtk+-devel には、GTK+ (GIMP ToolKit) アプリケーションを開発するのに必要
163な静的ライブラリやヘッダファイルを含んでいます。gtk+-devel パッケージには
164glib (GTK+ アプリケーション開発を簡単にするルーチン集), GDK (アプリケーシ
165ョン中でGTK+ ウィジッドを書いたり用いたりするのを簡単にするドローキット)
166そして、GTK+ (ウィジッド・セット) を含んでいます。
167
168もし、GTK+ アプリケーションを開発するなら、gtk+-devel パッケージをインスト
169ールしてください。gtk+ パッケージもインストールしておく必要があります。
170
171
172%package -n compat32-%{name}-devel
173Summary:        Development tools for GTK+ (GIMP ToolKit) applications.
174Summary(ja):    GTK+ (GIMP ツールキット) アプリケーション開発ツール
175Group:          Development/Libraries
176Requires:       %{name}-devel    = %{version}-%{release}
177Requires:       compat32-%{name} = %{version}-%{release}
178
179%description -n compat32-%{name}-devel
180The gtk+-devel package contains the static libraries and header files
181needed for developing GTK+ (GIMP ToolKit) applications.  The gtk+-devel
182package contains glib (a collection of routines for simplifying the
183development of GTK+ applications), GDK (the General Drawing Kit, which
184simplifies the interface for writing GTK+ widgets and using GTK+ widgets
185in applications), and GTK+ (the widget set).
186
187Install gtk+-devel if you need to develop GTK+ applications.  You'll also
188need to install the gtk+ package.
189
190%description -n compat32-%{name}-devel -l ja
191gtk+-devel には、GTK+ (GIMP ToolKit) アプリケーションを開発するのに必要
192な静的ライブラリやヘッダファイルを含んでいます。gtk+-devel パッケージには
193glib (GTK+ アプリケーション開発を簡単にするルーチン集), GDK (アプリケーシ
194ョン中でGTK+ ウィジッドを書いたり用いたりするのを簡単にするドローキット)
195そして、GTK+ (ウィジッド・セット) を含んでいます。
196
197もし、GTK+ アプリケーションを開発するなら、gtk+-devel パッケージをインスト
198ールしてください。gtk+ パッケージもインストールしておく必要があります。
199
200
201%prep
202%setup -q
203
204%patch1 -p1 -b .ahiguti
205%patch5 -p1 -b .alnum
206%patch10 -p1 -b .alignment
207%patch11 -p1 -b .expose
208%patch12 -p1 -b .focus
209%patch13 -p1 -b .encoding
210%patch14 -p1 -b .ctext
211%patch15 -p1 -b .utf8fontset
212%patch16 -p1 -b .kpenter
213%patch17 -p1 -b .themeswitch
214%patch18 -p1 -b .pixmapref
215%patch19 -p1 -b .missingchar
216%patch20 -p1 -b .ukfont
217%patch21 -p1 -b .deletedir
218%patch22 -p1 -b .fontwarning
219%patch23 -p0 -b .troughpaint
220%patch24 -p1 -b .localecrash
221%patch25 -p1 -b .xlibs
222%patch26 -p0 -b .dndorder
223%patch27 -p0 -b .clistfocusrow
224%patch28 -p1 -b .bellvolume
225%patch29 -p1 -b .libtool
226
227%patch31 -p1 -b .x86_64
228
229%patch101 -p1 -b .nocore
230%patch102 -p1 -b .fontsel
231%patch103 -p1 -b .event_send
232%patch110 -p1 -b .gtkmod
233
234#libtoolize --force
235#aclocal-1.4
236automake-1.4
237autoconf-2.13
238autoheader-2.13
239
240%build
241%configure --with-xinput=xfree --with-native-locale --disable-static
242
243make %{?_smp_mflags}
244
245%install
246rm -rf ${RPM_BUILD_ROOT}
247make install DESTDIR=${RPM_BUILD_ROOT}
248
249# rename gtk-config to gtk-config-32 if build_compat32 option is enabled
250%if %{build_compat32}
251#mv $RPM_BUILD_ROOT%{_bindir}/gtk-config $RPM_BUILD_ROOT%{_bindir}/gtk-config-32
252cp -p $RPM_BUILD_ROOT%{_bindir}/gtk-config $RPM_BUILD_ROOT%{_bindir}/gtk-config-32
253%endif
254
255#
256# Make cleaned-up versions of examples and tutorial for installation
257#
258./mkinstalldirs tmpdocs/tutorial
259install -m 0644 docs/html/gtk_tut.html docs/html/gtk_tut-[0-9]*.html docs/html/*.gif tmpdocs/tutorial
260for dir in examples/*; do
261        if [ -d $dir ]; then
262                ./mkinstalldirs tmpdocs/$dir
263                for file in $dir/*; do
264                        case $file in
265                        *pre1.2.7)
266                                ;;
267                        *)
268                                install -m 0644 $file tmpdocs/$dir
269                                ;;
270                        esac
271                done
272        fi
273done
274
275install -m 444 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/gtk/gtkrc
276install -m 444 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/gtk/gtkrc.ja
277
278%find_lang %{name}
279
280# remove unneeded files
281%__rm -f %{buildroot}%{_libdir}/lib{gdk,gtk}.la
282
283%clean
284[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
285
286
287%post -p /sbin/ldconfig
288
289%postun -p /sbin/ldconfig
290
291%post -n compat32-%{name} -p /sbin/ldconfig
292
293%postun -n compat32-%{name} -p /sbin/ldconfig
294
295%post devel
296/sbin/install-info %{_infodir}/gdk.info.gz %{_infodir}/dir
297/sbin/install-info %{_infodir}/gtk.info.gz %{_infodir}/dir
298
299%preun devel
300if [ $1 = 0 ]; then
301    /sbin/install-info --delete %{_infodir}/gdk.info.gz %{_infodir}/dir
302    /sbin/install-info --delete %{_infodir}/gtk.info.gz %{_infodir}/dir
303fi
304
305
306%files -f %{name}.lang
307%defattr(-, root, root)
308%doc AUTHORS COPYING ChangeLog NEWS README TODO
309%{_libdir}/libgtk-1.2.so.*
310%{_libdir}/libgdk-1.2.so.*
311%{_datadir}/themes/Default
312%config %{_sysconfdir}/gtk/*
313
314
315%files devel
316%defattr(-, root, root)
317%{_libdir}/lib*.so
318%{_libdir}/pkgconfig
319%{_mandir}/man1/*
320%{_includedir}/*
321%{_infodir}/*info*
322%{_datadir}/aclocal/*
323#%{_bindir}/*
324%{_bindir}/gtk-config
325%doc tmpdocs/tutorial
326%doc tmpdocs/examples
327
328
329%if %{build_compat32}
330%files -n compat32-%{name}
331%defattr(-, root, root)
332%{_libdir}/libgtk-1.2.so.*
333%{_libdir}/libgdk-1.2.so.*
334
335
336%files -n compat32-%{name}-devel
337%defattr(-, root, root)
338%{_libdir}/lib*.so
339%{_bindir}/gtk-config-32
340%endif
341
342
343%changelog
344* Mon Jan 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.10-5
345- rebuild with VineSeed environement
346
347* Mon Sep 27 2010 Shu KONNO <owa@bg.wakwak.com> 1.2.10-4
348- fixed missing of gtk-config (on i686)
349
350* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.10-3
351- rebuild with rpm-4.8.1 for pkg-config file
352- add BuildRequires: libXt-devel
353
354* Mon Sep 29 2008 Shu KONNO <owa@bg.wakwak.com> 1.2.10-2
355- spec in utf-8
356
357* Mon Jun  9 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.10-1
358- applied new versioning policy
359- rebuilt with xorg-x11 7.3 (updated denepdancies)
360
361* Wed May 24 2006 NAKAMURA Kenta <kenta@vinelinux.org> 1.2.10-0vl10
362- rename gtk-config to gtk-config-32 if build_compat32 option is enabled
363
364* Mon Mar 06 2006 NAKAMURA Kenta <kenta@c.csce.kyushu-u.ac.jp> 1.2.10-0vl9
365- added compat32-* packages for x86_64 architecture support
366
367* Wed Feb 15 2006 Shu KONNO <owa@bg.wakwak.com> 1.2.10-0vl8
368- added gtk+-1.2.10-config.sub-x86_64.patch
369
370* Thu Feb 02 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.2.10-0vl7
371- rebuild
372- not run libtoolize --force, aclocal-1.4
373- remove %%{_libdir}/lib{gdk,gtk}.la
374- compress info files by brp-compress
375
376* Wed Jul 07 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.2.10-0vl6
377- merge more RH patches (Patch26-Patch29)
378  * Mon Oct 27 2003 Owen Taylor <otaylor@redhat.com> 1:1.2.10-28.1
379  - Cave like a cheap house of cards and add gdk-pixbuf dependency (#105613)
380  - Add gtkrc.*.utf8 RC files for CJK (#84593)
381  - Add a dependency on libgdk to libgtk (#106677)
382
383  * Thu Feb 13 2003 Elliot Lee <sopwith@redhat.com> 1.2.10-26
384  - Run libtoolize/auto* to get an updated libtool that recognizes ppc64
385
386  * Wed Jan 15 2003 Owen Taylor <otaylor@redhat.com> 1.2.10-24
387  - Add a couple of patches from GNOME CVS, fixing a crash
388    with CList focus row tracking, and a place where DND
389    would get confused.
390  - Obey the system bell volume (#74802)
391  - Ship the pkg-config files
392
393  * Mon Nov  4 2002 Tim Waugh <twaugh@redhat.com> 1.2.10-23
394  - Don't install files not shipped.
395  - Fix gtk-config output for multilib archs.
396   
397* Wed Dec 25 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.2.10-0vl5
398- merge more RH patches (Patch20-Patch25)
399- rawhide's changelog since last merge (except "automated rebuild") are:
400
401  - Thu Aug 22 2002 Owen Taylor <otaylor@redhat.com>
402  - Fix a crash that can happen in some apps when the current
403    locale is not supported by XLib. (#72157)
404
405  - Fri Jul 26 2002 Owen Taylor <otaylor@redhat.com>
406  - Fix a small memory leak in the .encoding patch (Kjartan Maraas)
407
408  - Fri Jul 19 2002 Alexander Larsson <alexl@redhat.com>
409  - Add troughpaint patch
410
411  - Thu Jun 27 2002 Owen Taylor <otaylor@redhat.com>
412  - Fix UTF-8 font specification not to pick up *-c-* fonts
413
414  - Thu May 16 2002 Alex Larsson <alexl@redhat.com>
415  - Require automake 1.4
416
417  - Wed Apr 17 2002 Owen Taylor <otaylor@redhat.com>
418  - Fix problem with incorrect directory contents when changing directories (#63726)
419
420  - Fri Apr 12 2002 Owen Taylor <otaylor@redhat.com>
421  - Fix filesel delete-filename-on-dir-change problem
422  - Improve warning for missing fontset elements
423
424  - Thu Apr 11 2002 Owen Taylor <otaylor@redhat.com>
425  - Fix ukrainian font sizes, minor tweak to russian fonts (#63135)
426  - Own /etc/gtk/ as well as the files in it (#63139)
427
428* Thu Mar 28 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.10-0vl4
429- changed default theme to BeCool.
430
431* Mon Oct 15 2001 Akira TAGOH <tagoh@gnome.gr.jp> 1.2.10-0vl3
432- Merged several RH patches.
433  * Mon Aug 13 2001 Owen Taylor <otaylor@redhat.com>
434  - Fix problem with width computation for missing characters
435
436  * Sun Aug 12 2001 Owen Taylor <otaylor@redhat.com>
437  - Fix refcounting problem in gtk_style_copy() that might affect
438    theme switching. (#51580)
439
440  * Wed Aug  8 2001 Owen Taylor <otaylor@redhat.com>
441  - Add fix for theme switching in nautilus sidebar tabs
442    (and other similar situations)
443
444  * Sat Jul 21 2001 Owen Taylor <otaylor@redhat.com>
445  - Accept KP_Enter as well as Return (#21111)
446
447  * Wed Jul 11 2001 Owen Taylor <otaylor@redhat.com>
448  - Further improve exposure compression code
449
450  * Tue Jul 10 2001 Owen Taylor <otaylor@redhat.com>
451  - Omit warnings about character sets not found in fontset,
452    if current locale is UTF-8 based. (Hack!)
453
454  * Tue Jul  3 2001 Owen Taylor <otaylor@redhat.com>
455  - Add patch for alignment warnings on ia64
456  - Add from Alex to vastly improve expose compression
457  - Add patch to fix focus tracking for embedded windows
458  - Add patch by Pablo Saratxaga to improve encoding handling
459  - Add patch to not screw up CTEXT for UTF-8 locales
460
461* Tue Jul 17 2001 Tomoya TAKA <tomoya@olive.plala.or.jp>
462- 1.2.10-0vl2
463- change CFLAGS on alpha (gcc-2.95.3 with -O2 causes problems)
464
465* Tue Apr  3 2001 Akira TAGOH <tagoh@gnome.gr.jp> 1.2.10-0vl1
466- New upstream release.
467
468* Wed Mar  7 2001 Akira TAGOH <tagoh@gnome.gr.jp> 1.2.9-0vl1
469- New upstream release.
470
471* Wed Feb 14 2001 Shoji Matsumoto <shom@vinelinux.org> 1.2.8-0vl6
472- correct configure for stablity
473
474* Tue Feb 13 2001 Shoji Matsumoto <shom@vinelinux.org> 1.2.8-0vl5
475- correct configure (for --enable-xinput)
476- add DESTDIR patch for po/Makefile.in.in
477
478* Wed Feb  7 2001 Shoji Matsumoto <shom@vinelinux.org> 1.2.8-0vl4
479- add gtk+-1.2.8-gtktextwcfix.patch
480
481* Thu Feb 01 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
482- 1.2.8-0vl2
483- applied security patch (http://www.securityfocus.com/bid/2165)
484
485* Mon May 29 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
486- updated to 1.2.8
487
488* Fri Feb 18 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
489- added fontselector based on kondara's patch
490
491* Thu Feb 17 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
492- updated to 1.2.7
493- remove morioka marged to the original gtk source tree.
494
495 Tue Dec 28 1999 Yasuyuki Furukawa <furukawa@vinelinux.org>
496- added event_send patch to be more stable when switching themes.
497
498* Sat Dec 11 1999 Jun Nishii <jun@flatout.org>
499- smaller fontset in gtkrc.ja
500
501* Thu Nov 25 1999 Jun NISHII <jun@flatout.org>
502- use morioka patch instead of fontsel patches
503
504* Sat Oct 23 1999 Jun Nishii <jun@flatout.org>
505- gtk+-1.2.6-1vl2
506- added fontsel patches from gtk/gnome-ML
507
508* Tue Oct 12 1999 Jun Nishii <jun@flatout.org>
509- gtk+-1.2.6-1vl1
510
511* Thu Sep 30 1999 Jun Nishii <jun@flatout.org>
512- gtk+-1.2.5-1vl2
513- with wordwrap patch
514
515* Mon Sep 27 1999 Jun Nishii <jun@flatout.org>
516- gtk+-1.2.5-1vl1
517
518* Sat Sep 11 1999 Yasuhide OOMORI <dasen@typhoon.co.jp>
519  [gtk+-1.2.4-1vl2]
520- removed fontsel patch.
521
522* Mon Sep 6 1999 Yasuhide OOMORI <dasen@typhoon.co.jp>
523  [gtk+-1.2.4-1vl1]
524- install gzipped info.
525- changed release tag with 'vl.'
526
527* Fri Sep 3 1999 Yasuhide OOMORI <dasen@typhoon.co.jp>
528  [gtk+-1.2.4-1]
529- Update for GTK+-1.2.4.
530- bzip2 source.
531- use %{sysconfdir} as /etc.
532
533* Sun Aug 22 1999 Jun Nishii <jun@flatout.org>
534- bzip2 source
535
536* Sat Aug 21 1999 Jun Nishii <jun@flatout.org>
537- build for Vine-1.9
538- merge fontset patch
539
540* Mon Jun 7 1999 Owen Taylor <otaylor@redhat.com>
541- Update for GTK+-1.2.3
542- Patches that will be in GTK+-1.2.4
543- Patch to keep GTK+ from coredumping on X IO errors
544- Patch to improve compatilibity with GTK-1.2.1 (allow
545  event mask to be set on realized widgets)
546
547* Mon Apr 19 1999 Michael Fulbright <drmike@redhat.com>
548- fixes memory leak
549
550* Mon Apr 12 1999 Owen Taylor <otaylor@redhat.com>
551- The important bug fixes that will be in GTK+-1.2.2
552
553* Thu Apr 01 1999 Michael Fulbright <drmike@redhat.com>
554- patches from owen to handle various gdk bugs
555
556* Sun Mar 28 1999 Michael Fulbright <drmike@redhat.com>
557- added XFree86-devel requirement for gtk+-devel
558
559* Thu Mar 25 1999 Michael Fulbright <drmike@redhat.com>
560- version 1.2.1
561
562* Wed Mar 17 1999 Michael Fulbright <drmike@redhat.com>
563- removed /usr/info/dir.gz file from package
564
565* Fri Feb 26 1999 Michael Fulbright <drmike@redhat.com>
566- Version 1.2.0
567
568* Thu Feb 25 1999 Michael Fulbright <drmike@redhat.com>
569- version 1.2.0pre2, patched to use --sysconfdir=/etc
570
571* Mon Feb 15 1999 Michael Fulbright <drmike@redhat.com>
572- patched in Owen's patch to fix Metal theme
573
574* Fri Feb 05 1999 Michael Fulbright <drmike@redhat.com>
575- bumped up to 1.1.15
576
577* Wed Feb 03 1999 Michael Fulbright <drmike@redhat.com>
578- bumped up to 1.1.14
579
580* Mon Jan 18 1999 Michael Fulbright <drmike@redhat.com>
581- bumped up to 1.1.13
582
583* Wed Jan 06 1999 Michael Fulbright <drmike@redhat.com>
584- bumped up to 1.1.12
585
586* Wed Dec 16 1998 Michael Fulbright <drmike@redhat.com>
587- added Theme directory to file list
588- up to 1.1.7 for GNOME freeze
589
590* Sun Oct 25 1998 Shawn T. Amundson <amundson@gtk.org>
591- Fixed Source: to point to v1.1
592
593* Tue Aug 04 1998 Michael Fulbright <msf@redhat.com>
594- change %postun to %preun
595
596* Sat Jun 27 1998 Shawn T. Amundson
597- Changed version to 1.1.0
598
599* Thu Jun 11 1998 Dick Porter <dick@cymru.net>
600- Removed glib, since it is its own module now
601
602* Mon Apr 13 1998 Marc Ewing <marc@redhat.com>
603- Split out glib package
604
605* Wed Apr  8 1998 Shawn T. Amundson <amundson@gtk.org>
606- Changed version to 1.0.0
607
608* Tue Apr  7 1998 Owen Taylor <otaylor@gtk.org>
609- Changed version to 0.99.10
610
611* Thu Mar 19 1998 Shawn T. Amundson <amundson@gimp.org>
612- Changed version to 0.99.9
613- Changed gtk home page to www.gtk.org
614
615* Thu Mar 19 1998 Shawn T. Amundson <amundson@gimp.org>
616- Changed version to 0.99.8
617
618* Sun Mar 15 1998 Marc Ewing <marc@redhat.com>
619- Added aclocal and bin stuff to file list.
620- Added -k to the SMP make line.
621- Added lib/glib to file list.
622
623* Sat Mar 14 1998 Shawn T. Amundson <amundson@gimp.org>
624- Changed version to 0.99.7
625
626* Sat Mar 14 1998 Shawn T. Amundson <amundson@gimp.org>
627- Updated ftp url and changed version to 0.99.6
628
629* Thu Mar 12 1998 Marc Ewing <marc@redhat.com>
630- Reworked to integrate into gtk+ source tree
631- Truncated ChangeLog.  Previous Authors:
632  Trond Eivind Glomsrod <teg@pvv.ntnu.no>
633  Michael K. Johnson <johnsonm@redhat.com>
634  Otto Hammersmith <otto@redhat.com>
Note: See TracBrowser for help on using the repository browser.