# Note that this is NOT a relocatable package %define glib2_base_version 2.7.1 %define glib2_version %{glib2_base_version}-1 %define pango_base_version 1.9.1 %define pango_version %{pango_base_version}-1 %define atk_base_version 1.6.0 %define atk_version %{atk_base_version}-1 %define cairo_base_version 0.9.2 %define cairo_version %{cairo_base_version}-1 %define libpng_version 2:1.2.2-16 %define base_version 2.8.10 %define bin_version 2.4.0 Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X. Name: gtk2 Version: %{base_version} Release: 0.gst.1 License: LGPL Group: System Environment/Libraries Source: ftp://ftp.gnome.org/pub/GNOME/sources/gtk+/2.8/gtk+-%{version}.tar.bz2 Source1: update-scripts.tar.gz # Biarch changes Patch0: gtk+-2.4.1-lib64.patch # Backported from 2.10 Patch1: gtk+-2.8.6-inputmethod.patch BuildRequires: atk-devel >= %{atk_version} BuildRequires: pango-devel >= %{pango_version} BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: libtiff-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel >= %{libpng_version} BuildRequires: automake17 BuildRequires: libtool BuildRequires: gettext # needed for running aclocal; also to rebuild broken devhelp files BuildRequires: gtk-doc BuildRoot: %{_tmppath}/gtk-%{PACKAGE_VERSION}-root Obsoletes: gtk+-gtkbeta Obsoletes: Inti URL: http://www.gtk.org # We need to prereq these so we can run gtk-query-immodules-2.0 Prereq: glib2 >= %{glib2_version} Prereq: atk >= %{atk_version} Prereq: pango >= %{pango_version} # and these for gdk-pixbuf-query-loaders Prereq: libtiff >= 3.6.1 %define _unpackaged_files_terminate_build 1 %define _missing_doc_files_terminate_build 1 %description GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. %package devel Summary: Development tools for GTK+ applications. Group: Development/Libraries Requires: gtk2 = %{version} Requires: pango-devel >= %{pango_version} Requires: atk-devel >= %{atk_version} Requires: glib2-devel >= %{glib2_version} Requires: cairo-devel >= %{cairo_version} Requires: xorg-x11-devel Obsoletes: gtk+-gtkbeta-devel Obsoletes: Inti-devel ## avoid header collisions Conflicts: gtk+-devel <= 1.2.8 Conflicts: gdk-pixbuf-devel <= 0.11 %description devel The gtk+-devel package contains the header files and developer docs for the GTK+ widget toolkit. %prep %setup -q -n gtk+-%{version} tar xzf %{SOURCE1} %patch0 -p1 -b .lib64 %patch1 -p1 -b .inputmethod for i in config.guess config.sub ; do test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i . done %build libtoolize --force # Patch3 modifies gdk-pixbuf/Makefile.am aclocal-1.7 automake-1.7 if test -x /usr/bin/autoconf-2.53; then autoconf-2.53 elif test -x /usr/bin/autoconf-2.52; then autoconf-2.52 elif test -x /usr/bin/autoconf; then autoconf fi if ! pkg-config --exists pangoxft ; then echo "No pangoxft.pc!" exit 1 fi %configure --with-xinput=xfree --enable-gtk-doc ## smp_mflags doesn't work for now due to gdk-pixbuf.loaders, may be fixed ## past gtk 2.1.2 make ## %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT # Deriving /etc/gtk-2.0/$host location # NOTE: Duplicated below # # autoconf changes linux to linux-gnu case "%{_host}" in *linux) host="%{_host}-gnu" ;; *) host="%{_host}" ;; esac # autoconf uses powerpc not ppc host=`echo $host | sed "s/^ppc/powerpc/"` # Make sure that the host value that is passed to the compile # is the same as the host that we're using in the spec file # compile_host=`grep 'host_triplet =' gtk/Makefile | sed "s/.* = //"` if test "x$compile_host" != "x$host" ; then echo 1>&2 "Host mismatch: compile='$compile_host', spec file='$host'" && exit 1 fi %makeinstall RUN_QUERY_IMMODULES_TEST=false RUN_QUERY_LOADER_TEST=false %find_lang gtk20 %find_lang gtk20-properties cat gtk20.lang gtk20-properties.lang > all.lang ./mkinstalldirs $RPM_BUILD_ROOT%{_sysconfdir}/gtk-2.0 # # Make cleaned-up versions of tutorials, examples, and faq for installation # ./mkinstalldirs tmpdocs cp -aR docs/tutorial/html tmpdocs/tutorial cp -aR docs/faq/html tmpdocs/faq for dir in examples/* ; do if [ -d $dir ] ; then ./mkinstalldirs tmpdocs/$dir for file in $dir/* ; do install -m 0644 $file tmpdocs/$dir done fi done # We need to have separate 32-bit and 64-bit binaries # for places where we have two copies of the GTK+ package installed. # (we might have x86_64 and i686 packages on the same system, for example.) case "$host" in alpha*|ia64*|powerpc64*|s390x*|x86_64*) mv $RPM_BUILD_ROOT%{_bindir}/gtk-query-immodules-2.0 $RPM_BUILD_ROOT%{_bindir}/gtk-query-immodules-2.0-64 mv $RPM_BUILD_ROOT%{_bindir}/gdk-pixbuf-query-loaders $RPM_BUILD_ROOT%{_bindir}/gdk-pixbuf-query-loaders-64 ;; *) mv $RPM_BUILD_ROOT%{_bindir}/gtk-query-immodules-2.0 $RPM_BUILD_ROOT%{_bindir}/gtk-query-immodules-2.0-32 mv $RPM_BUILD_ROOT%{_bindir}/gdk-pixbuf-query-loaders $RPM_BUILD_ROOT%{_bindir}/gdk-pixbuf-query-loaders-32 ;; esac # # Install wrappers for the binaries # cp update-gtk-immodules $RPM_BUILD_ROOT%{_bindir}/update-gtk-immodules cp update-gdk-pixbuf-loaders $RPM_BUILD_ROOT%{_bindir}/update-gdk-pixbuf-loaders # Remove unpackaged files rm $RPM_BUILD_ROOT%{_libdir}/*.la rm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/2.4.0/immodules/*.la rm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/2.4.0/loaders/*.la mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gtk-2.0/$host touch $RPM_BUILD_ROOT%{_sysconfdir}/gtk-2.0/$host/gtk.immodules touch $RPM_BUILD_ROOT%{_sysconfdir}/gtk-2.0/$host/gdk-pixbuf.loaders # # We need the substitution of $host so we use an external # file list # echo %dir %{_sysconfdir}/gtk-2.0/$host >> all.lang echo %ghost %{_sysconfdir}/gtk-2.0/$host/gtk.immodules >> all.lang echo %ghost %{_sysconfdir}/gtk-2.0/$host/gdk-pixbuf.loaders >> all.lang %clean rm -rf $RPM_BUILD_ROOT %post /sbin/ldconfig /usr/bin/update-gdk-pixbuf-loaders %{_host} /usr/bin/update-gtk-immodules %{_host} %postun /sbin/ldconfig %files -f all.lang %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README %{_bindir}/gtk-demo %{_bindir}/gdk-pixbuf-query-loaders* %{_bindir}/gtk-query-immodules-2.0* %{_bindir}/update-gdk-pixbuf-loaders %{_bindir}/update-gtk-immodules %{_bindir}/gtk-update-icon-cache %{_libdir}/libgtk-x11-2.0.so.* %{_libdir}/libgdk-x11-2.0.so.* %{_libdir}/libgdk_pixbuf-2.0.so.* %{_libdir}/libgdk_pixbuf_xlib-2.0.so.* %dir %{_libdir}/gtk-2.0 %{_libdir}/gtk-2.0/%{bin_version} %{_datadir}/gtk-2.0 %{_datadir}/themes/Default %{_datadir}/themes/Emacs %{_datadir}/themes/Raleigh %dir %{_sysconfdir}/gtk-2.0 %files devel %defattr(-, root, root) %{_libdir}/lib*.so %dir %{_libdir}/gtk-2.0 %{_libdir}/gtk-2.0/include %{_datadir}/gtk-doc/ %{_mandir}/man1/* %{_includedir}/* %{_datadir}/aclocal/* %{_bindir}/gdk-pixbuf-csource %{_libdir}/pkgconfig/* %doc tmpdocs/tutorial %doc tmpdocs/faq %doc tmpdocs/examples %changelog * Wed Dec 14 2005 Thomas Vander Stichele - Rebuilt for GStreamer repository * Tue Nov 28 2005 Matthias Clasen 2.8.8-1 - Update to 2.8.8 - change BuildPrereq to BuildRequires * Tue Nov 15 2005 Matthias Clasen 2.8.7-1 - Update to 2.8.7 * Tue Nov 8 2005 Matthias Clasen 2.8.6-6 - Clean up spec file a bit * Mon Oct 31 2005 Matthias Clasen 2.8.6-5 - Switch requires to modular X * Mon Oct 24 2005 Matthias Clasen 2.8.6-3 - Add a setting to hide the input method menu * Wed Oct 19 2005 Matthias Clasen 2.8.6-2 - Sync to upstream xdgmime * Wed Oct 5 2005 Matthias Clasen 2.8.6-1 - New upstream version * Mon Oct 3 2005 Matthias Clasen 2.8.5-1 - New upstream version * Fri Sep 30 2005 Matthias Clasen 2.8.4-2 - Prevent an overflow in size hints handling * Tue Sep 27 2005 Matthias Clasen 2.8.4-1 - New upstream version * Mon Aug 29 2005 Matthias Clasen 2.8.3-1 - Newer upstream version * Mon Aug 15 2005 Matthias Clasen 2.8.0-1 - Newer upstream version * Thu Aug 4 2005 Matthias Clasen - Newer upstream version * Thu Jul 28 2005 Owen Taylor 2.7.4-1 - Update to 2.7.4 * Fri Jul 15 2005 Matthias Clasen - Update to 2.7.3 * Fri Jul 8 2005 Matthias Clasen - Update to 2.7.2 * Fri Jul 1 2005 Matthias Clasen - Update to 2.7.1 * Tue Jun 21 2005 Matthias Clasen - update to 2.7.0 - bump requirements * Tue May 10 2005 Matthias Clasen - remove the openssl prereq again, as it did not fix Florians problem. * Sun May 8 2005 Matthias Clasen - remove debug spew * Fri Apr 22 2005 Florian La Roche - add a Prereq: for the new openssl version to be installed first * Wed Apr 13 2005 Matthias Clasen - 2.6.7-1 - Update to 2.6.7 * Mon Apr 11 2005 Matthias Clasen - 2.6.6-1 - Update to 2.6.6 - Drop upstreamed patches * Sun Apr 10 2005 Jeremy Katz - 2.6.5-2 - add patch from upstream CVS for broken icons (#154340, bgo#169870) * Sat Apr 9 2005 Matthias Clasen - 2.6.5-1 - Update to 2.6.5 - Drop upstreamed patches * Mon Mar 28 2005 Matthias Clasen - 2.6.4-3 - Fix a double free in the bmp loader * Wed Mar 1 2005 Matthias Clasen - 2.6.4-2 - Rebuild with gcc4 * Tue Mar 1 2005 Matthias Clasen - 2.6.4-1 - Upgrade to 2.6.4 - Remove upstreamed patch * Mon Feb 28 2005 Matthias Clasen - 2.6.3-1 - Upgrade to 2.6.3 * Fri Feb 4 2005 Matthias Clasen - 2.6.2-1 - Upgrade to 2.6.2 * Mon Jan 10 2005 Matthias Clasen - 2.6.1-1 - Upgrade to 2.6.1 - Drop no longer needed fixes * Mon Dec 06 2004 Matthias Clasen - 2.4.14-1 - Upgrade to 2.4.14 - Remove the no longer needed pa.po patch - Adjust gtk+-2.4.7-update-counter.patch * Wed Dec 01 2004 Matthias Clasen - 2.4.13-13 - Revert an accidental ABI change. (#151450) * Wed Nov 03 2004 Matthias Clasen - 2.4.13-11 - Fix an oversight in the previous fix. * Wed Nov 03 2004 Matthias Clasen - 2.4.13-8 - Fix an oversight in the previous fix, really fix the crash. (#137922) * Thu Oct 28 2004 Matthias Clasen - 2.4.13-5 - Include an upstream bugfix in the gtk+-2.4.9-treeview-activate.patch. This fixes a crasher bug (#137461) * Fri Oct 22 2004 Owen Taylor - 2.4.13-3 - Fix crash with backspace at end of buffer (#136840) * Wed Oct 20 2004 Owen Taylor - 2.4.13-2 - Fix up backspace-deletes-character patches to actually work (#135656.) * Wed Oct 20 2004 Matthias Clasen - Fix the translation of default:LTR in pa.po (#136431) * Tue Oct 12 2004 Matthias Clasen - 2.4.13-1 - Upgrade to 2.4.13 * Mon Oct 04 2004 Matthias Clasen - 2.4.10-7 - Don't move binaries to -32/-64 needlessly. * Fri Oct 01 2004 Matthias Clasen - 2.4.10-6 - Fix a problem in the last patch. * Tue Sep 28 2004 Matthias Clasen - 2.4.10-5 - Improve completion popup speed for large directories (#133313) * Thu Sep 23 2004 Matthias Clasen - 2.4.10-4 - Make arrows in path bar larger. * Wed Sep 22 2004 Matthias Clasen - 2.4.10-3 - Make SELECT_FOLDER work better in the file chooser. * Wed Sep 15 2004 Matthias Clasen - 2.4.10-2 - don't install .la files. (#132792) * Wed Sep 15 2004 Matthias Clasen - 2.4.10-1 - update to latest upstream version, drop some patches * Wed Sep 15 2004 Matthias Clasen - 2.4.9-9 - Fix issues in the xpm and ico loaders found by Chris Evans (#130711) * Mon Sep 13 2004 Matthias Clasen - 2.4.9-8 - bring expanders back to their old size * Fri Sep 10 2004 Matthias Clasen - 2.4.9-7 - backport support for PangoLogAttr.backspace_deletes_character * Tue Sep 7 2004 Matthias Clasen - 2.4.9-6 - fix expander drawing (#131676) * Thu Aug 26 2004 Matthias Clasen - 2.4.9-5 - prereq a new enough libtiff (#130678) * Wed Aug 25 2004 Jonathan Blandford 2.4.9-4 - backport patch to make typeahead activate the row * Wed Aug 25 2004 Matthias Clasen - 2.4.9-3 - adjust patches * Wed Aug 25 2004 Matthias Clasen - 2.4.9-1 - update to 2.4.9 * Tue Aug 24 2004 Soren Sandmann 2.4.7-4 - Backport update counter * Tue Aug 24 2004 Jonathan Blandford 2.4.7-2.3 - patch to make '/' do the search popup * Fri Aug 20 2004 Owen Taylor - 2.4.7-2.2 - Fix problem with infinite loop on bad BMP data (#130450, test BMP from Chris Evans, fix from Manish Singh) * Sat Aug 14 2004 Matthias Clasen 2.4.7-1 - update to 2.4.7 * Fri Aug 13 2004 Matthias Clasen 2.4.6-1 - update to 2.4.6 - call libtoolize --force to win .so's back... * Fri Jul 30 2004 Jonathan Blandford 2.4.4-4 - add typeahead patch to GtkTreeView - automake-1.9 * Tue Jul 27 2004 Matthias Clasen - 2.4.4-3 - Use -64 suffix on powerpc64. (#128605) * Fri Jul 16 2004 Matthias Clasen - 2.4.4-2 - Fix permissions of gdk-pixbuf-csource script. - Escape macros in %%changelog * Fri Jul 9 2004 Matthias Clasen - 2.4.4-1 - Update to 2.4.4 * Thu Jul 8 2004 Matthias Clasen - 2.4.1-5 - Look for the gtk.immodules file in the right location. (#127073) * Thu Jul 8 2004 Matthias Clasen - 2.4.1-4 - Add a wrapper for gdk-pixbuf-csource. * Wed Jun 23 2004 Matthias Clasen - 2.4.1-3 - Don't install testgtk and testtext - Rename binaries to -32/-64 (#124478) - Move arch-dependent config files to /etc/gtk-2.0/$host (#124482) - Add wrappers for updating the arch-dependent config files * Tue Jun 15 2004 Elliot Lee - rebuilt * Thu May 20 2004 Matthias Clasen - 2.4.1-1 - Upgrade to 2.4.1 * Wed Mar 17 2004 Alex Larsson 2.4.0-1 - update to 2.4.0 - update bin_version to 2.4.0 * Wed Mar 10 2004 Mark McLoughlin 2.3.6-1 - Update to 2.3.6 - Remove 2.3.5 buildfix patch - Remove gdk-pixbuf-xlib dependancy fix * Wed Mar 03 2004 Mark McLoughlin 2.3.5-1 - Update to 2.3.5 - Bump the required glib and pango versions - Make it build on x86_64 * Tue Mar 02 2004 Elliot Lee - rebuilt * Wed Feb 25 2004 Mark McLoughlin 2.3.4-1 - Update to 2.3.4 - Remove the xft-prefs patch, its upstream now - Don't kill libtool's hardcode_libdir_flag_spec anymore * Fri Feb 13 2004 Elliot Lee - rebuilt * Fri Jan 23 2004 Alexander Larsson 2.3.2-2 - Remove old HAVE_XFT2 check - find_lang gtk20-properties too * Fri Jan 23 2004 Jonathan Blandford 2.3.2-1 - new version - removed patches that have been applied to 2.3.x branch * Mon Dec 1 2003 Thomas Woerner 2.2.4-5.2 - removed rpath * Wed Oct 15 2003 Owen Taylor 2.2.4-5.1 - Link gdk-pixbuf-xlib against gdk-pixbuf (#106678) * Fri Oct 3 2003 Owen Taylor 2.2.4-4.0 - Fix 64-bit problem in gtkimcontextxim.c (#106124) * Tue Sep 16 2003 Owen Taylor 2.2.4-3.0 - Fix an infinite loop that can occur in the panel (#104524) * Fri Sep 5 2003 Owen Taylor 2.2.4-2.1 - Fix up tutorial in packaging (#90197), add FAQ - Back out change to make KP_Decimal interpretation dependent on locale (#101046) * Thu Sep 4 2003 Owen Taylor 2.2.4-1.1 - Version 2.2.4 - fixes a few small problems in 2.2.3 * Tue Aug 26 2003 Owen Taylor 2.2.3-1.1 - Version 2.2.3 * Thu Jul 10 2003 Owen Taylor 2.2.2-2.0 - Change release number for rebuild * Wed Jul 9 2003 Owen Taylor 2.2.2-2.1 - XFlush() rather than XSync() at the end of process_all_updates() (big remote X anaconda speedup) - Add patch to fix frequent Red Hat 9 crash http://bugzilla.gnome.org/show_bug.cgi?id=105745 * Mon Jun 9 2003 Owen Taylor - Version 2.2.2 - Mark assembly files as noexec-stack * Wed Jun 04 2003 Elliot Lee - rebuilt * Mon Feb 24 2003 Jonathan Blandford 2.2.1-2 - add a libpng dependency to pull in the rebuilt version. * Fri Feb 21 2003 Jonathan Blandford 2.2.1-2 - add a patch to fix broken scrolling in a lot of applications. * Sun Feb 2 2003 Owen Taylor - Version 2.2.1 - Update xftprefs for gtk+-2.2.1 * Wed Jan 22 2003 Tim Powers - rebuilt * Tue Jan 14 2003 Jonathan Blandford - patch to fix TreeView misdrawing. Remove when 2.2.1 comes out * Fri Dec 20 2002 Owen Taylor - Version 2.2.0 * Fri Dec 20 2002 Nalin Dahyabhai - Fix postun to not try to run a script through ldconfig - Only remove the gtk.immodules and gdk-pixbuf.loaders files if uninstalling while not upgrading * Wed Dec 11 2002 Owen Taylor - Version 2.1.5 * Wed Dec 11 2002 Owen Taylor - Version 2.1.4 * Wed Dec 4 2002 Owen Taylor - Fix problem with GtkCombo not setting text to first item * Tue Dec 3 2002 Owen Taylor - Version 2.1.3, re-add xftprefs patch * Fri Nov 22 2002 Havoc Pennington - rebuild with xft support * Wed Nov 20 2002 Havoc Pennington - rebuild to hack around xft.pc being in the wrong place - buildreq the pango with pangoxft * Thu Nov 7 2002 Havoc Pennington - 2.1.3 - remove TODO from doc, no longer exists - remove 64bit patch, now upstream - comment out scroll_to patch, jrb has to deal with this - remove keycode patch now upstream - remove usintl patch now upstream - remove imenvar patch, now upstream - remove xftprefs patch now upstream - remove xftdraw patch now upstream - remove installdir patch (no longer applies) and do "makeinstall RUN_QUERY_IMMODULES_TEST=false" - remove extranotify patch, now upstream - add gdk-pixbuf-query-loaders to file list - remove gdk-pixbuf.loaders and gtk.immodules in postun as they are not owned by the package (these should probably live in /var since they aren't config files and we overwrite them all the time) * Thu Oct 3 2002 Owen Taylor - Add a fix for a 64bit problem in gtktypeutils.h - Bump in rebuild for RPM configuration problem * Sun Aug 25 2002 Jonathan Blandford - fix gtk_tree_view_scroll_to_cell * Fri Aug 23 2002 Owen Taylor - Fixed Raleigh theme missing from package list * Mon Aug 19 2002 Owen Taylor - Fix a memory leak in xftprefs.patch - Fix extra settings notifies on startup that were causing significant performance problems as fonts were reloaded. * Tue Aug 13 2002 Owen Taylor - Fixes to GtkIMContextSimple compose table for us-intl keyboards (#70995, Alexandre Oliva) - Fix problem with keycodes passed to GtkIMContextXIM * Thu Aug 8 2002 Owen Taylor - Remove fixed-ltmain.sh, no longer needed - Fix bug with GTK_IM_MODULE environment variable - Remove profile.d entries setting GDK_USE_XFT, since we now default to it on - Backport patch from CVS HEAD to get Xft to work on non-RENDER XServers - Version 2.0.6 * Tue Jul 16 2002 Owen Taylor - Fix cut and paste error in xftprefs patch pointed out by Anders Carlsson * Mon Jul 8 2002 Owen Taylor - Add patch to hook Xft up to XSETTINGS * Tue Jul 2 2002 Jonathan Blandford - tree-view fixes for anaconda. Already in CVS. * Fri Jun 21 2002 Owen Taylor - Default GDK_USE_XFT to on, not off * Sun Jun 16 2002 Havoc Pennington - 2.0.5 - remove xft configure.in patch * Fri Jun 07 2002 Havoc Pennington - rebuild in different environment * Fri Jun 7 2002 Havoc Pennington - rebuild * Thu Jun 6 2002 Owen Taylor - Add patch so that configuration works with pango-1.1/fontconfig * Tue Jun 4 2002 Havoc Pennington - 2.0.3 * Mon Jun 03 2002 Havoc Pennington - rebuild in different environment * Mon Jun 3 2002 Havoc Pennington - drop /etc/gtk-2.0/gtkrc from the file list, will now be provided by redhat-artwork * Wed May 29 2002 Havoc Pennington - rebuild in different environment * Wed May 29 2002 Havoc Pennington - add profile.d entries to set GDK_USE_XFT * Thu May 23 2002 Tim Powers - automated rebuild * Thu Apr 25 2002 Havoc Pennington - rebuild in different environment - hardcode automake 1.4 req * Fri Apr 19 2002 Havoc Pennington - do the prefix/lib -> libdir thing - include key themes in the package * Mon Apr 15 2002 root - Fix missing .po files (#63336) * Thu Apr 11 2002 Owen Taylor - Add reference docs to -devel package (#61184) - Use GTK2_RC_FILES, not GTK_RC_FILES, since KDE points GTK_RC_FILES to gtk-1.2 ~/.gtkrc * Wed Apr 3 2002 Alex Larsson - Change dependency for glib2 since gtk and glib versions mismatch * Wed Apr 3 2002 Alex Larsson - Update to version 2.0.2 * Fri Mar 8 2002 Owen Taylor - Version 2.0.0 * Mon Feb 25 2002 Alex Larsson - Update to 1.3.15 * Thu Feb 21 2002 Alex Larsson - Bump for rebuild * Mon Feb 18 2002 Alex Larsson - Update to 1.3.14 * Fri Feb 15 2002 Havoc Pennington - add horrible buildrequires hack * Thu Feb 14 2002 Havoc Pennington - 1.3.13.91 snapshot * Mon Feb 11 2002 Matt Wilson - build from CVS snapshot - use setup -q * Wed Jan 30 2002 Owen Taylor - Version 1.3.13 * Tue Jan 22 2002 Havoc Pennington - automake14 * Wed Jan 2 2002 Havoc Pennington - 1.3.12.90 snapshot * Sun Nov 25 2001 Havoc Pennington - Version 1.3.11 - check atk/pango versions explicitly prior to build, so that --nodeps tricks don't result in bad binary RPMs * Fri Oct 5 2001 Havoc Pennington - pixbuf loaders were missing from file list - conflict with gdk-pixbuf-devel <= 0.11 * Thu Oct 4 2001 Havoc Pennington - cvs snap * Thu Sep 27 2001 Havoc Pennington - sync with Owen's version * Thu Sep 20 2001 Havoc Pennington - smp_mflags - langify * Wed Sep 19 2001 Havoc Pennington - 1.3.8 - add automake hackarounds * Thu Sep 13 2001 Havoc Pennington - conflict with old GTK with headers not moved - prereq new version of pango * Mon Sep 10 2001 Havoc Pennington - update to CVS snapshot * Wed Sep 5 2001 Havoc Pennington - build require specific versions of dependencies * Tue Sep 4 2001 Owen Taylor - Version 1.3.7 * Thu Jul 26 2001 Havoc Pennington - Obsolete Inti and Inti-devel, #49967 * Sat Jul 21 2001 Owen Taylor - PreReq specific pango and atk versions (#49434) - Don't package gtk.immodules (#49584) - Added BuildPrereq for libtiff-devel, libjpeg-devel, libpng-devel (#49495) - Configure with --disable-gtk-doc (#48987) - Package libgdk_pixbuf_xlib (#47753) * Sat Jul 7 2001 Tim Powers - languify to satisfy rpmlint * Thu Jun 21 2001 Florian La Roche - use something better than libtool * Wed Jun 13 2001 Havoc Pennington - 1.3.6 - libtool hackery - obsolete gtk+-gtkbeta-devel * Fri May 4 2001 Owen Taylor - Version 1.3.5 - Rename to gtk2 * Fri Nov 17 2000 Owen Taylor - Final 1.3.2 * Tue Nov 14 2000 Owen Taylor - New snapshot * Mon Nov 13 2000 Owen Taylor - 1.3.2pre1 snapshot version * Sun Aug 13 2000 Owen Taylor - Rename to 1.3.1b to avoid version increment difficulties * Thu Aug 10 2000 Havoc Pennington - Fix .pc files to not contain -I%%{_includedir} * Thu Aug 10 2000 Havoc Pennington - Update to a CVS snapshot * Fri Jul 14 2000 Owen Taylor - Removed stray b from %%postun - Real 1.3.1 tarball fixing stupid omission in gtk-config * Fri Jul 07 2000 Owen Taylor - Version 1.3.1 - move back to /usr - Remove gtk-config.1 manpage from build since it conflicts with gtk+-devel. When we go to gtk+ gtk+1.2 setup, we should add it back * Fri Jun 30 2000 Owen Taylor - Rename gtkrc-default source so that it GTK+ package can't remove it * Thu Jun 8 2000 Owen Taylor - Rebuild with a prefix of /opt/gtk-beta * Wed May 31 2000 Owen Taylor - New version * Tue Apr 25 2000 Owen Taylor - Snapshot version to install in /opt/pango * Mon Feb 21 2000 Owen Taylor - Fix weird excess problem that somehow turned up in %%{_sysconfdir}/gtkrc.LANG * Mon Feb 14 2000 Owen Taylor - More patches from 1.2.7 * Fri Feb 04 2000 Owen Taylor - Set the charset explicitely for the default font to avoid problems with XFree86-4.0 where the default charset is iso10646-1, not iso8859-1. - Fix problems with size requisitions for scrolled windows that was causing looping. (RH bug #7997) * Thu Feb 03 2000 Owen Taylor - Explicitely set the foreground of the tooltips to black to avoid bad interactions with themes that set a light foreground color. * Thu Feb 03 2000 Owen Taylor - Added large patch of bugfixes in stable branch of CVS * Tue Oct 12 1999 Owen Taylor - Added Akira Higuti's patch for line-wrapping in GTK+ * Thu Oct 7 1999 Owen Taylor - version 1.2.6 * Thu Sep 23 1999 Owen Taylor - version 1.2.5 - install tutorial GIFs * Wed Sep 22 1999 Owen Taylor - Upgrade to real 1.2.5pre2 - Changed name so upgrade to 1.2.5 will work :-( - Add extra gtkrc files - Add examples and English language tutorial to -devel package * Fri Sep 17 1999 Owen Taylor - Upgraded to 1.2.5pre2. (Actually, pre-pre-2) * Tue Aug 17 1999 Michael Fulbright - added threaded patch * Mon Jun 7 1999 Owen Taylor - Update for GTK+-1.2.3 - Patches that will be in GTK+-1.2.4 - Patch to keep GTK+ from coredumping on X IO errors - Patch to improve compatilibity with GTK-1.2.1 (allow event mask to be set on realized widgets) * Mon Apr 19 1999 Michael Fulbright - fixes memory leak * Mon Apr 12 1999 Owen Taylor - The important bug fixes that will be in GTK+-1.2.2 * Thu Apr 01 1999 Michael Fulbright - patches from owen to handle various gdk bugs * Sun Mar 28 1999 Michael Fulbright - added XFree86-devel requirement for gtk+-devel * Thu Mar 25 1999 Michael Fulbright - version 1.2.1 * Wed Mar 17 1999 Michael Fulbright - removed /usr/info/dir.gz file from package * Fri Feb 26 1999 Michael Fulbright - Version 1.2.0 * Thu Feb 25 1999 Michael Fulbright - version 1.2.0pre2, patched to use --sysconfdir=%{_sysconfdir} * Mon Feb 15 1999 Michael Fulbright - patched in Owen's patch to fix Metal theme * Fri Feb 05 1999 Michael Fulbright - bumped up to 1.1.15 * Wed Feb 03 1999 Michael Fulbright - bumped up to 1.1.14 * Mon Jan 18 1999 Michael Fulbright - bumped up to 1.1.13 * Wed Jan 06 1999 Michael Fulbright - bumped up to 1.1.12 * Wed Dec 16 1998 Michael Fulbright - added Theme directory to file list - up to 1.1.7 for GNOME freeze * Sun Oct 25 1998 Shawn T. Amundson - Fixed Source: to point to v1.1 * Tue Aug 04 1998 Michael Fulbright - change %%postun to %%preun * Mon Jun 27 1998 Shawn T. Amundson - Changed version to 1.1.0 * Thu Jun 11 1998 Dick Porter - Removed glib, since it is its own module now * Mon Apr 13 1998 Marc Ewing - Split out glib package * Tue Apr 8 1998 Shawn T. Amundson - Changed version to 1.0.0 * Tue Apr 7 1998 Owen Taylor - Changed version to 0.99.10 * Thu Mar 19 1998 Shawn T. Amundson - Changed version to 0.99.9 - Changed gtk home page to www.gtk.org * Thu Mar 19 1998 Shawn T. Amundson - Changed version to 0.99.8 * Sun Mar 15 1998 Marc Ewing - Added aclocal and bin stuff to file list. - Added -k to the SMP make line. - Added lib/glib to file list. * Fri Mar 14 1998 Shawn T. Amundson - Changed version to 0.99.7 * Fri Mar 14 1998 Shawn T. Amundson - Updated ftp url and changed version to 0.99.6 * Thu Mar 12 1998 Marc Ewing - Reworked to integrate into gtk+ source tree - Truncated ChangeLog. Previous Authors: Trond Eivind Glomsrod Michael K. Johnson Otto Hammersmith