9fcb0f8
7cec460
Summary: The GIMP ToolKit
9fcb0f8
Name: 	 gtk+
9fcb0f8
Epoch:	 1
9fcb0f8
Version: 1.2.10
4a88546
Release: 59%{?dist}
9fcb0f8
91ebcc2
License: LGPLv2+
9fcb0f8
Group:	 System Environment/Libraries
9fcb0f8
URL:	 http://www.gtk.org/
9fcb0f8
Source:  ftp://ftp.gimp.org/pub/gtk/v1.2/gtk+-%{version}.tar.gz
9fcb0f8
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
9fcb0f8
9fcb0f8
Source1: gtkrc-default
9fcb0f8
Source2: gtk+-pofiles.tar.gz
9fcb0f8
Source3: gtkrc.ja.utf8
9fcb0f8
Source4: gtkrc.ko.utf8
9fcb0f8
Source5: gtkrc.zh_CN.utf8
9fcb0f8
Source6: gtkrc.zh_TW.utf8
9fcb0f8
9fcb0f8
Patch1: gtk+-1.2.6-ahiguti.patch
9fcb0f8
Patch5: gtk+-1.2.8-wrap-alnum.patch
9fcb0f8
# Supress alignment warnings on ia64
9fcb0f8
Patch10: gtk+-1.2.10-alignment.patch
9fcb0f8
# Improve exposure compression
9fcb0f8
Patch11: gtk+-1.2.10-expose.patch
9fcb0f8
# Handle focus tracking for embedded window properly
9fcb0f8
Patch12: gtk+-1.2.10-focus.patch
9fcb0f8
# Find gtkrc files for the current encoding better
9fcb0f8
Patch13: gtk+-1.2.10-encoding.patch
9fcb0f8
# Don't screw up CTEXT encoding for UTF-8
9fcb0f8
Patch14: gtk+-1.2.10-ctext.patch
9fcb0f8
# Don't warn about missing fonts for UTF-8
9fcb0f8
Patch15: gtk+-1.2.10-utf8fontset.patch
9fcb0f8
# Accept KP_Enter as a synonym for Return everywhere
9fcb0f8
Patch16: gtk+-1.2.10-kpenter.patch
9fcb0f8
# Allow theme switching to work properly when no windows are realized
9fcb0f8
Patch17: gtk+-1.2.10-themeswitch.patch
9fcb0f8
# Fix crash when switching themes
9fcb0f8
Patch18: gtk+-1.2.10-pixmapref.patch
9fcb0f8
# Fix computation of width of missing characters
9fcb0f8
Patch19: gtk+-1.2.10-missingchar.patch
9fcb0f8
# Fix sizes of Ukrainian fontsets
9fcb0f8
Patch20: gtk+-1.2.10-ukfont.patch
9fcb0f8
# Fix file selection delete-dir when changing directory problem
9fcb0f8
# also, fix memory corruption problem when changing directories.
9fcb0f8
Patch21: gtk+-1.2.10-deletedir.patch
9fcb0f8
# Improve warning for missing fonts
9fcb0f8
Patch22: gtk+-1.2.10-fontwarning.patch
9fcb0f8
# Allow themes to make scrollbar trough always repaint
9fcb0f8
Patch23: gtk+-1.2.10-troughpaint.patch
9fcb0f8
# Fix a crash that can happen in some apps when the current
9fcb0f8
# locale is not supported by XLib.
9fcb0f8
Patch24: gtk+-1.2.10-localecrash.patch
9fcb0f8
# Patch from CVS to fix b.g.o #56349
9fcb0f8
Patch26: gtk+-1.2.10-dndorder.patch
9fcb0f8
# Patch from CVS to fix b.g.o #94812
9fcb0f8
Patch27: gtk+-1.2.10-clistfocusrow.patch
9fcb0f8
# Fix GTK+ to obey X server's default bell volume
9fcb0f8
Patch28: gtk+-1.2.10-bellvolume.patch
9fcb0f8
# Hack up the configure scripts to deal with some obscure
9fcb0f8
# breakage with ancient libtool
9fcb0f8
Patch29: gtk+-1.2.10-libtool.patch
7e71142
# Add a dependency on libgdk to libgtk (#106677)
9fcb0f8
Patch30: gtk+-1.2.10-gtkgdkdep.patch
9fcb0f8
Patch31: gtk+-underquoted.patch
9fcb0f8
Patch32: gtk+-1.2.10-ppc64.patch
9fcb0f8
# do not allow for undefined symbols in shared libraries -- Rex
9fcb0f8
Patch33: gtk+-1.2.10-no_undefined.patch
7e71142
# http://bugzilla.redhat.com/222298
7e71142
Patch34: gtk+-1.2.10-multilib.patch
9fcb0f8
9fcb0f8
BuildRequires: glib-devel >= 1:%{version}
7e71142
#Requires:     glib >= 1:%{version}
9fcb0f8
BuildRequires: automake14 autoconf213
9fcb0f8
BuildRequires: libtool
9fcb0f8
BuildRequires: gettext
7e71142
%if 0%{?fedora} > 4 || 0%{?rhel} > 4
7e71142
%define x_deps  libX11-devel libXext-devel libXi-devel libXt-devel
9fcb0f8
%else
7e71142
%define x_deps	xorg-x11-devel
7e71142
## This can be used for legacy too -- Rex
7e71142
#define	x_deps	Xree86-devel
9fcb0f8
%endif
7e71142
BuildRequires: %{x_deps} 
9fcb0f8
9fcb0f8
%description
9fcb0f8
The gtk+ package contains the GIMP ToolKit (GTK+), a library for
9fcb0f8
creating graphical user interfaces for the X Window System. GTK+ was
9fcb0f8
originally written for the GIMP (GNU Image Manipulation Program) image
9fcb0f8
processing program, but is now used by several other programs as
9fcb0f8
well.
9fcb0f8
9fcb0f8
%package devel
9fcb0f8
Summary: Development tools for GTK+ (GIMP ToolKit) applications
9fcb0f8
Group: Development/Libraries
9fcb0f8
Requires: %{name} = %{epoch}:%{version}-%{release}
9fcb0f8
Requires: glib-devel
9fcb0f8
Requires: pkgconfig
7e71142
Requires: %{x_deps} 
9fcb0f8
## info files not included
9fcb0f8
#Requires(post): /sbin/install-info
9fcb0f8
#Requires(preun): /sbin/install-info
9fcb0f8
%description devel
9fcb0f8
Libraries, header files and documentation for developing GTK+ 
9fcb0f8
(GIMP ToolKit) applications.
9fcb0f8
9fcb0f8
9fcb0f8
%prep
9fcb0f8
%setup -q -a 2
9fcb0f8
9fcb0f8
%patch1 -p1 -b .ahiguti
9fcb0f8
%patch5 -p1 -b .alnum
9fcb0f8
%patch10 -p1 -b .alignment
9fcb0f8
%patch11 -p1 -b .expose
9fcb0f8
%patch12 -p1 -b .focus
9fcb0f8
%patch13 -p1 -b .encoding
9fcb0f8
%patch14 -p1 -b .ctext
9fcb0f8
%patch15 -p1 -b .utf8fontset
9fcb0f8
%patch16 -p1 -b .kpenter
9fcb0f8
%patch17 -p1 -b .themeswitch
9fcb0f8
%patch18 -p1 -b .pixmapref
9fcb0f8
%patch19 -p1 -b .missingchar
9fcb0f8
%patch20 -p1 -b .ukfont
9fcb0f8
%patch21 -p1 -b .deletedir
9fcb0f8
%patch22 -p1 -b .fontwarning
9fcb0f8
%patch23 -p0 -b .troughpaint
9fcb0f8
%patch24 -p1 -b .localecrash
9fcb0f8
%patch26 -p0 -b .dndorder
9fcb0f8
%patch27 -p0 -b .clistfocusrow
9fcb0f8
%patch28 -p1 -b .bellvolume
9fcb0f8
%patch29 -p1 -b .libtool
9fcb0f8
%patch30 -p1 -b .gtkgdkdep
9fcb0f8
%patch31 -p1 -b .underquoted
9fcb0f8
%patch32 -p1 -b .ppc64
9fcb0f8
%patch33 -p1 -b .no_undefined
7e71142
%patch34 -p1 -b .multilib
9fcb0f8
5d4000e
#cp -f %{_datadir}/aclocal/libtool.m4 .
5d4000e
#libtoolize --copy --force
9fcb0f8
automake-1.4
5d4000e
#aclocal-1.4
9fcb0f8
autoconf-2.13
9fcb0f8
autoheader-2.13
9fcb0f8
9fcb0f8
9fcb0f8
%build
5d4000e
LIBTOOL=%{_bindir}/libtool \
9fcb0f8
%configure \
9fcb0f8
  --disable-static \
9fcb0f8
  --with-xinput=xfree\
9fcb0f8
  --with-native-locale
9fcb0f8
5d4000e
make %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool
9fcb0f8
9fcb0f8
9fcb0f8
%install
9fcb0f8
rm -rf $RPM_BUILD_ROOT
9fcb0f8
5d4000e
make install DESTDIR=$RPM_BUILD_ROOT LIBTOOL=%{_bindir}/libtool
9fcb0f8
9fcb0f8
#
9fcb0f8
# Make cleaned-up versions of examples and tutorial for installation
9fcb0f8
#
9fcb0f8
./mkinstalldirs tmpdocs/tutorial
9fcb0f8
install -p -m0644 docs/html/gtk_tut.html docs/html/gtk_tut-[0-9]*.html docs/html/*.gif tmpdocs/tutorial
9fcb0f8
for dir in examples/* ; do
9fcb0f8
    if [ -d $dir ] ; then
9fcb0f8
       ./mkinstalldirs tmpdocs/$dir
9fcb0f8
       for file in $dir/* ; do
9fcb0f8
          case $file in
9fcb0f8
	     *pre1.2.7)
9fcb0f8
	        ;;
9fcb0f8
	     *)
9fcb0f8
                install -p -m0644 $file tmpdocs/$dir
9fcb0f8
		;;
9fcb0f8
	  esac
9fcb0f8
       done
9fcb0f8
    fi
9fcb0f8
done
9fcb0f8
9fcb0f8
install -p -m644 -D %{SOURCE1} $RPM_BUILD_ROOT/etc/gtk/gtkrc
9fcb0f8
9fcb0f8
# Install some extra gtkrc files to improve functioning of GTK+
9fcb0f8
# in UTF-8 locales for Chinese, Japanese, Korean.
9fcb0f8
for i in %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} ; do
9fcb0f8
  install -p -m0644 $i $RPM_BUILD_ROOT/etc/gtk/
9fcb0f8
done
9fcb0f8
9fcb0f8
# We don't ship the info files
9fcb0f8
rm -rf $RPM_BUILD_ROOT%{_infodir}
9fcb0f8
9fcb0f8
# .la fies... die die die.
9fcb0f8
rm -rf $RPM_BUILD_ROOT%{_libdir}/lib*.la
9fcb0f8
# despite use of --disable-static, delete static libs that get built anyway
9fcb0f8
rm -f  $RPM_BUILD_ROOT%{_libdir}/lib*.a
9fcb0f8
9fcb0f8
%find_lang %{name}
9fcb0f8
9fcb0f8
9fcb0f8
# I *know* ||: isn't needed, but this could end up used by legacy
9fcb0f8
%check ||:
5d4000e
make check LIBTOOL=%{_bindir}/libtool
9fcb0f8
9fcb0f8
9fcb0f8
%clean
9fcb0f8
rm -rf $RPM_BUILD_ROOT
9fcb0f8
9fcb0f8
9fcb0f8
%post -p /sbin/ldconfig
9fcb0f8
9fcb0f8
%postun -p /sbin/ldconfig
9fcb0f8
9fcb0f8
9fcb0f8
%files -f %{name}.lang
9fcb0f8
%defattr(-,root,root,-)
9fcb0f8
%doc AUTHORS COPYING ChangeLog NEWS README TODO
9fcb0f8
%{_libdir}/lib*.so.*
9fcb0f8
%dir %{_datadir}/themes
9fcb0f8
%{_datadir}/themes/Default/
7e71142
%dir %{_sysconfdir}/gtk/
7e71142
%config(noreplace) %{_sysconfdir}/gtk/*
9fcb0f8
9fcb0f8
%files devel
9fcb0f8
%defattr(-,root,root,-)
9fcb0f8
%doc tmpdocs/tutorial/
9fcb0f8
%doc tmpdocs/examples/
9fcb0f8
%{_bindir}/gtk-config
9fcb0f8
%{_datadir}/aclocal/*
9fcb0f8
%{_includedir}/*
9fcb0f8
%{_libdir}/lib*.so
9fcb0f8
%{_libdir}/pkgconfig/*.pc
9fcb0f8
%{_mandir}/man1/*
9fcb0f8
9fcb0f8
9fcb0f8
%changelog
4a88546
* Tue Aug 21 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1:1.2.10-59
4a88546
- respin (BuildID)
4a88546
91ebcc2
* Sat Aug 11 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1:1.2.10-58
91ebcc2
- License: LGPLv2+
91ebcc2
5d4000e
* Thu Jan 11 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1:1.2.10-57
5d4000e
- revert libtool-related breakage 
5d4000e
7e71142
* Thu Jan 11 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1:1.2.10-56
7e71142
- multilib patch (#222298)
7e71142
- cleanup auto*/libtool foo 
7e71142
- drop old/deprecated bits
7e71142
d52fc88
* Tue Aug 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1:1.2.10-55
d52fc88
- fc6 respin
d52fc88
b606ae7
* Wed Aug 09 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1:1.2.10-54
b606ae7
- fc6 respin
b606ae7
7cec460
* Thu Jun 15 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1:1.2.10-53
7cec460
- respin, see if still buildable with new mock config (bug #193397)
7cec460
9fcb0f8
* Mon Apr 24 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1:1.2.10-52
9fcb0f8
- install -m644 gtkrc ...
9fcb0f8
- utf-8 specfile
9fcb0f8
- comment %%fedora > 4 constructs
9fcb0f8
- own %%_datadir/themes
9fcb0f8
- move %%check after %%install
9fcb0f8
9fcb0f8
* Sat Apr 08 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1:1.2.10-51
9fcb0f8
- cleanup for Extras
9fcb0f8
- drop Obsoletes: gtk (that must be *way* old)
9fcb0f8
- drop gdk-pixbuf debpendancy
9fcb0f8
- fix/re-enable gdkgtkdep patch
9fcb0f8
- no_undefined patch
9fcb0f8
9fcb0f8
* Wed Mar 01 2006 Karsten Hopp <karsten@redhat.de> 1:1.2.10-50
9fcb0f8
- BuildRequires: libXt-devel
9fcb0f8
9fcb0f8
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:1.2.10-49.2.1
9fcb0f8
- bump again for double-long bug on ppc(64)
9fcb0f8
9fcb0f8
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:1.2.10-49.2
9fcb0f8
- rebuilt for new gcc4.1 snapshot and glibc changes
9fcb0f8
9fcb0f8
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
9fcb0f8
- rebuilt
9fcb0f8
9fcb0f8
* Fri Nov 18 2005 Bill Nottingham <notting@redhat.com> 1:1.2.10-49
9fcb0f8
- Remove references to obsolete X11R6 paths
9fcb0f8
9fcb0f8
* Wed Nov 16 2005 Matthias Clasen <mclasen@redhat.com> 1:1.2.10-48
9fcb0f8
- Fix Requires of -devel
9fcb0f8
9fcb0f8
* Mon Nov  7 2005 Matthias Clasen <mclasen@redhat.com> 1:1.2.10-47
9fcb0f8
- Remove .la files and static libs
9fcb0f8
9fcb0f8
* Tue Nov  7 2005 Matthias Clasen <mclasen@redhat.com> 1:1.2.10-46
9fcb0f8
- Rebuilt
9fcb0f8
9fcb0f8
* Tue Nov  1 2005 Matthias Clasen <mclasen@redhat.com> 1:1.2.10-45
9fcb0f8
- Switch requires to modular X
9fcb0f8
9fcb0f8
* Wed Mar  2 2005 Matthias Clasen <mclasen@redhat.com> 1:1.2.10-35
9fcb0f8
- Rebuild with gcc4
9fcb0f8
9fcb0f8
* Thu Feb 17 2005 Matthias Clasen <mclasen@redhat.com> 1:1.2.10-34
9fcb0f8
- Replace Copyright tag in header.
9fcb0f8
9fcb0f8
* Sun Aug 15 2004 Tim Waugh <twaugh@redhat.com> 1:1.2.10-33
9fcb0f8
- Fixed underquoted m4 definition.
9fcb0f8
9fcb0f8
* Thu Jun 24 2004 Matthias Clasen <mclasen@redhat.com>
9fcb0f8
- add missing buildrequires (#124159)
9fcb0f8
9fcb0f8
* Tue Jun 16 2004 Matthias Clasen <mclasen@redhat.com>
9fcb0f8
- rebuilt for RHEL3 U3
9fcb0f8
9fcb0f8
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
9fcb0f8
- rebuilt
9fcb0f8
9fcb0f8
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
9fcb0f8
- rebuilt
9fcb0f8
9fcb0f8
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
9fcb0f8
- rebuilt
9fcb0f8
9fcb0f8
* Mon Oct 27 2003 Owen Taylor <otaylor@redhat.com> 1:1.2.10-28.1
9fcb0f8
- Cave like a cheap house of cards and add gdk-pixbuf dependency (#105613)
9fcb0f8
- Add gtkrc.*.utf8 RC files for CJK (#84593)
9fcb0f8
- Add a dependency on libgdk to libgtk (#106677)
9fcb0f8
9fcb0f8
* Sun Jun  8 2003 Tim Powers <timp@redhat.com> 1:1.2.10-27.1
9fcb0f8
- build for RHEL
9fcb0f8
9fcb0f8
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
9fcb0f8
- rebuilt
9fcb0f8
9fcb0f8
* Tue Jun  3 2003 Jeff Johnson <jbj@redhat.com>
9fcb0f8
- add explicit epoch's where needed.
9fcb0f8
9fcb0f8
* Thu Feb 13 2003 Elliot Lee <sopwith@redhat.com> 1.2.10-26
9fcb0f8
- Run libtoolize/auto* to get an updated libtool that recognizes ppc64
9fcb0f8
9fcb0f8
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
9fcb0f8
- rebuilt
9fcb0f8
9fcb0f8
* Wed Jan 15 2003 Owen Taylor <otaylor@redhat.com> 1.2.10-24
9fcb0f8
- Add a couple of patches from GNOME CVS, fixing a crash
9fcb0f8
  with CList focus row tracking, and a place where DND
9fcb0f8
  would get confused.
9fcb0f8
- Obey the system bell volume (#74802)
9fcb0f8
- Ship the pkg-config files
9fcb0f8
9fcb0f8
* Mon Nov  4 2002 Tim Waugh <twaugh@redhat.com> 1.2.10-23
9fcb0f8
- Don't install files not shipped.
9fcb0f8
- Fix gtk-config output for multilib archs.
9fcb0f8
9fcb0f8
* Thu Aug 22 2002 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Fix a crash that can happen in some apps when the current
9fcb0f8
  locale is not supported by XLib. (#72157)
9fcb0f8
9fcb0f8
* Fri Jul 26 2002 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Fix a small memory leak in the .encoding patch (Kjartan Maraas)
9fcb0f8
9fcb0f8
* Fri Jul 19 2002 Alexander Larsson <alexl@redhat.com>
9fcb0f8
- Add troughpaint patch
9fcb0f8
9fcb0f8
* Thu Jun 27 2002 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Fix UTF-8 font specification not to pick up *-c-* fonts
9fcb0f8
9fcb0f8
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
9fcb0f8
- automated rebuild
9fcb0f8
9fcb0f8
* Sun May 26 2002 Tim Powers <timp@redhat.com>
9fcb0f8
- automated rebuild
9fcb0f8
9fcb0f8
* Thu May 16 2002 Alex Larsson <alexl@redhat.com>
9fcb0f8
- Require automake 1.4
9fcb0f8
9fcb0f8
* Wed Apr 17 2002 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Fix problem with incorrect directory contents when changing directories (#63726)
9fcb0f8
9fcb0f8
* Mon Apr 15 2002 Havoc Pennington <hp@redhat.com>
9fcb0f8
- merge translations
9fcb0f8
9fcb0f8
* Fri Apr 12 2002 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Fix filesel delete-filename-on-dir-change problem
9fcb0f8
- Improve warning for missing fontset elements
9fcb0f8
9fcb0f8
* Thu Apr 11 2002 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Fix ukrainian font sizes, minor tweak to russian fonts (#63135)
9fcb0f8
- Own /etc/gtk/ as well as the files in it (#63139)
9fcb0f8
9fcb0f8
* Mon Aug 27 2001 Havoc Pennington <hp@redhat.com>
9fcb0f8
- Add po files from sources.redhat.com
9fcb0f8
9fcb0f8
* Mon Aug 13 2001 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Fix problem with width computation for missing characters
9fcb0f8
9fcb0f8
* Sun Aug 12 2001 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Fix refcounting problem in gtk_style_copy() that might affect 
9fcb0f8
  theme switching. (#51580)
9fcb0f8
9fcb0f8
* Wed Aug  8 2001 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Add fix for theme switching in nautilus sidebar tabs 
9fcb0f8
  (and other similar situations)
9fcb0f8
9fcb0f8
* Sat Jul 21 2001 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Accept KP_Enter as well as Return (#21111)
9fcb0f8
9fcb0f8
* Wed Jul 11 2001 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Further improve exposure compression code
9fcb0f8
9fcb0f8
* Tue Jul 10 2001 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Omit warnings about character sets not found in fontset,
9fcb0f8
  if current locale is UTF-8 based. (Hack!)
9fcb0f8
9fcb0f8
* Tue Jul  3 2001 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Add patch for alignment warnings on ia64
9fcb0f8
- Add from Alex to vastly improve expose compression
9fcb0f8
- Add patch to fix focus tracking for embedded windows
9fcb0f8
- Add patch by Pablo Saratxaga to improve encoding handling 
9fcb0f8
- Add patch to not screw up CTEXT for UTF-8 locales
9fcb0f8
9fcb0f8
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
9fcb0f8
- Bump release + rebuild.
9fcb0f8
9fcb0f8
* Tue Apr 17 2001 Jonathan Blandford <jrb@redhat.com>
9fcb0f8
- Upped to version 1.2.10
9fcb0f8
9fcb0f8
* Thu Mar 15 2001 Havoc Pennington <hp@redhat.com>
9fcb0f8
- translations
9fcb0f8
9fcb0f8
* Fri Mar  9 2001 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Fix problem with focus and no window manager running
9fcb0f8
- Fix freeing NULL event when copying without a current event
9fcb0f8
9fcb0f8
* Mon Mar  5 2001 Trond Eivind Glomsrod <teg@redhat.com>
9fcb0f8
- langify
9fcb0f8
9fcb0f8
* Mon Mar 05 2001 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Version 1.2.9
9fcb0f8
- Patch to fix problem with menus not popping down
9fcb0f8
9fcb0f8
* Thu Mar 01 2001 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Version 1.2.9pre4
9fcb0f8
9fcb0f8
* Wed Feb 28 2001 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Version 1.2.9pre3
9fcb0f8
9fcb0f8
* Thu Feb 15 2001 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Version 1.2.9pre1
9fcb0f8
9fcb0f8
* Sat Feb 10 2001 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Fix stupid mistake in last version of patch
9fcb0f8
9fcb0f8
* Sat Feb 10 2001 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- New version of theme patch.
9fcb0f8
9fcb0f8
* Wed Jan 24 2001 Matt Wilson <msw@redhat.com>
9fcb0f8
- Japanese ideographs now show up in iswalnum, don't include it in
9fcb0f8
  the ideograph check (Patch5: gtk+-1.2.8-wrap-alnum.patch)
9fcb0f8
9fcb0f8
* Tue Nov 21 2000 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Add patch for enabling better themes
9fcb0f8
9fcb0f8
* Thu Oct 19 2000 Elliot Lee <sopwith@redhat.com>
9fcb0f8
- Fix bug in shm patch error handling.
9fcb0f8
9fcb0f8
* Fri Aug 18 2000 Jakub Jelinek <jakub@redhat.com>
9fcb0f8
- fix GtkClist bug
9fcb0f8
9fcb0f8
* Sat Aug 12 2000 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Add patch to reduce shm segment usage from 6 to 1
9fcb0f8
9fcb0f8
* Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
9fcb0f8
- Up Epoch and release
9fcb0f8
9fcb0f8
* Wed Jul 19 2000 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Add BuildPreReq on glib = %{version}
9fcb0f8
9fcb0f8
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
9fcb0f8
- automatic rebuild
9fcb0f8
9fcb0f8
* Fri Jun  9 2000 Matt Wilson <msw@redhat.com>
9fcb0f8
- rebuilt with corrected compiler to fix ABI breakage
9fcb0f8
- FHS packaging.
9fcb0f8
9fcb0f8
* Thu May 25 2000 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Version 1.2.8
9fcb0f8
9fcb0f8
* Fri May 12 2000 Matt Wilson <msw@redhat.com>
9fcb0f8
- reapply gtkrc fixes for various locales
9fcb0f8
9fcb0f8
* Mon May  1 2000 Matt Wilson <msw@redhat.com>
9fcb0f8
- build package version 1.2.7
9fcb0f8
9fcb0f8
* Mon Feb 21 2000 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Fix weird excess " problem that somehow turned up in /etc/gtkrc.LANG
9fcb0f8
9fcb0f8
* Mon Feb 14 2000 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- More patches from 1.2.7
9fcb0f8
9fcb0f8
* Fri Feb 04 2000 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Set the charset explicitely for the default font to avoid
9fcb0f8
  problems with XFree86-4.0 where the default charset is
9fcb0f8
  iso10646-1, not iso8859-1.
9fcb0f8
- Fix problems with size requisitions for scrolled windows
9fcb0f8
  that was causing looping. (RH bug #7997)
9fcb0f8
9fcb0f8
* Thu Feb 03 2000 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Explicitely set the foreground of the tooltips to black
9fcb0f8
  to avoid bad interactions with themes that set a
9fcb0f8
  light foreground color.
9fcb0f8
9fcb0f8
* Thu Feb 03 2000 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Added large patch of bugfixes in stable branch of CVS
9fcb0f8
9fcb0f8
* Tue Oct 12 1999 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Added Akira Higuti's patch for line-wrapping in GTK+
9fcb0f8
9fcb0f8
* Thu Oct 7  1999 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- version 1.2.6
9fcb0f8
9fcb0f8
* Thu Sep 23 1999 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- version 1.2.5
9fcb0f8
- install tutorial GIFs
9fcb0f8
9fcb0f8
* Wed Sep 22  1999 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Upgrade to real 1.2.5pre2
9fcb0f8
- Changed name so upgrade to 1.2.5 will work :-(
9fcb0f8
- Add extra gtkrc files
9fcb0f8
- Add examples and English language tutorial to -devel package
9fcb0f8
9fcb0f8
* Fri Sep 17 1999 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Upgraded to 1.2.5pre2. (Actually, pre-pre-2)
9fcb0f8
9fcb0f8
* Tue Aug 17 1999 Michael Fulbright <drmike@redhat.com>
9fcb0f8
- added threaded patch
9fcb0f8
9fcb0f8
* Mon Jun 7 1999 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- Update for GTK+-1.2.3
9fcb0f8
- Patches that will be in GTK+-1.2.4
9fcb0f8
- Patch to keep GTK+ from coredumping on X IO errors
9fcb0f8
- Patch to improve compatilibity with GTK-1.2.1 (allow
9fcb0f8
  event mask to be set on realized widgets)
9fcb0f8
9fcb0f8
* Mon Apr 19 1999 Michael Fulbright <drmike@redhat.com>
9fcb0f8
- fixes memory leak
9fcb0f8
9fcb0f8
* Mon Apr 12 1999 Owen Taylor <otaylor@redhat.com>
9fcb0f8
- The important bug fixes that will be in GTK+-1.2.2
9fcb0f8
9fcb0f8
* Thu Apr 01 1999 Michael Fulbright <drmike@redhat.com>
9fcb0f8
- patches from owen to handle various gdk bugs
9fcb0f8
9fcb0f8
* Sun Mar 28 1999 Michael Fulbright <drmike@redhat.com>
9fcb0f8
- added XFree86-devel requirement for gtk+-devel
9fcb0f8
9fcb0f8
* Thu Mar 25 1999 Michael Fulbright <drmike@redhat.com>
9fcb0f8
- version 1.2.1
9fcb0f8
9fcb0f8
* Wed Mar 17 1999 Michael Fulbright <drmike@redhat.com>
9fcb0f8
- removed /usr/info/dir.gz file from package
9fcb0f8
9fcb0f8
* Fri Feb 26 1999 Michael Fulbright <drmike@redhat.com>
9fcb0f8
- Version 1.2.0
9fcb0f8
9fcb0f8
* Thu Feb 25 1999 Michael Fulbright <drmike@redhat.com>
9fcb0f8
- version 1.2.0pre2, patched to use --sysconfdir=/etc
9fcb0f8
9fcb0f8
* Mon Feb 15 1999 Michael Fulbright <drmike@redhat.com>
9fcb0f8
- patched in Owen's patch to fix Metal theme
9fcb0f8
9fcb0f8
* Fri Feb 05 1999 Michael Fulbright <drmike@redhat.com>
9fcb0f8
- bumped up to 1.1.15
9fcb0f8
9fcb0f8
* Wed Feb 03 1999 Michael Fulbright <drmike@redhat.com>
9fcb0f8
- bumped up to 1.1.14
9fcb0f8
9fcb0f8
* Mon Jan 18 1999 Michael Fulbright <drmike@redhat.com>
9fcb0f8
- bumped up to 1.1.13
9fcb0f8
9fcb0f8
* Wed Jan 06 1999 Michael Fulbright <drmike@redhat.com>
9fcb0f8
- bumped up to 1.1.12
9fcb0f8
9fcb0f8
* Wed Dec 16 1998 Michael Fulbright <drmike@redhat.com>
9fcb0f8
- added Theme directory to file list
9fcb0f8
- up to 1.1.7 for GNOME freeze
9fcb0f8
9fcb0f8
* Sun Oct 25 1998 Shawn T. Amundson <amundson@gtk.org>
9fcb0f8
- Fixed Source: to point to v1.1 
9fcb0f8
9fcb0f8
* Tue Aug 04 1998 Michael Fulbright <msf@redhat.com>
9fcb0f8
- change %postun to %preun
9fcb0f8
9fcb0f8
* Mon Jun 27 1998 Shawn T. Amundson
9fcb0f8
- Changed version to 1.1.0
9fcb0f8
9fcb0f8
* Thu Jun 11 1998 Dick Porter <dick@cymru.net>
9fcb0f8
- Removed glib, since it is its own module now
9fcb0f8
9fcb0f8
* Mon Apr 13 1998 Marc Ewing <marc@redhat.com>
9fcb0f8
- Split out glib package
9fcb0f8
9fcb0f8
* Tue Apr  8 1998 Shawn T. Amundson <amundson@gtk.org>
9fcb0f8
- Changed version to 1.0.0
9fcb0f8
9fcb0f8
* Tue Apr  7 1998 Owen Taylor <otaylor@gtk.org>
9fcb0f8
- Changed version to 0.99.10
9fcb0f8
9fcb0f8
* Thu Mar 19 1998 Shawn T. Amundson <amundson@gimp.org>
9fcb0f8
- Changed version to 0.99.9
9fcb0f8
- Changed gtk home page to www.gtk.org
9fcb0f8
9fcb0f8
* Thu Mar 19 1998 Shawn T. Amundson <amundson@gimp.org>
9fcb0f8
- Changed version to 0.99.8
9fcb0f8
9fcb0f8
* Sun Mar 15 1998 Marc Ewing <marc@redhat.com>
9fcb0f8
- Added aclocal and bin stuff to file list.
9fcb0f8
- Added -k to the SMP make line.
9fcb0f8
- Added lib/glib to file list.
9fcb0f8
9fcb0f8
* Fri Mar 14 1998 Shawn T. Amundson <amundson@gimp.org>
9fcb0f8
- Changed version to 0.99.7
9fcb0f8
9fcb0f8
* Fri Mar 14 1998 Shawn T. Amundson <amundson@gimp.org>
9fcb0f8
- Updated ftp url and changed version to 0.99.6
9fcb0f8
9fcb0f8
* Thu Mar 12 1998 Marc Ewing <marc@redhat.com>
9fcb0f8
- Reworked to integrate into gtk+ source tree
9fcb0f8
- Truncated ChangeLog.  Previous Authors:
9fcb0f8
  Trond Eivind Glomsrod <teg@pvv.ntnu.no>
9fcb0f8
  Michael K. Johnson <johnsonm@redhat.com>
9fcb0f8
  Otto Hammersmith <otto@redhat.com>
9fcb0f8