source: projects/specs/branches/6/g/gtk+/gtk+-vl.spec @ 1929

Revision 1929, 21.2 KB checked in by owa, 14 years ago (diff)

rebuilt bonobo, gnome-print, gtk+

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