c641cc
%global _changelog_trimtime %(date +%s -d "1 year ago")
c641cc
c641cc
%define glib2_base_version 2.28.0
c641cc
%define glib2_version %{glib2_base_version}-1
c641cc
%define pango_base_version 1.20.0
c641cc
%define pango_version %{pango_base_version}-1
c641cc
%define atk_base_version 1.29.4
c641cc
%define atk_version %{atk_base_version}-2
c641cc
%define cairo_base_version 1.6.0
c641cc
%define cairo_version %{cairo_base_version}-1
c641cc
%define xrandr_version 1.2.99.4-2
c641cc
%define gobject_introspection_version 0.9.3
c641cc
%define gir_repository_version 0.6.5-5
c641cc
c641cc
%define bin_version 2.10.0
c641cc
c641cc
# Filter provides for private modules
c641cc
%global __provides_exclude_from ^%{_libdir}/gtk-2.0
c641cc
c641cc
Summary: GTK+ graphical user interface library
c641cc
Name: gtk2
c641cc
Version: 2.24.32
d69f94
Release: 5%{?dist}
c641cc
License: LGPLv2+
c641cc
Group: System Environment/Libraries
c641cc
URL: http://www.gtk.org
c641cc
#VCS: git:git://git.gnome.org/gtk+#gtk-2-24
c641cc
Source: http://download.gnome.org/sources/gtk+/2.24/gtk+-%{version}.tar.xz
c641cc
Source2: update-gtk-immodules
c641cc
Source3: im-cedilla.conf
c641cc
Source4: update-gtk-immodules.1
c641cc
c641cc
Patch1: system-python.patch
c641cc
# https://bugzilla.gnome.org/show_bug.cgi?id=583273
c641cc
Patch2: icon-padding.patch
c641cc
# https://bugzilla.gnome.org/show_bug.cgi?id=599618
c641cc
Patch8: tooltip-positioning.patch
c641cc
# https://bugzilla.gnome.org/show_bug.cgi?id=611313
c641cc
Patch15: window-dragging.patch
c641cc
# https://bugzilla.redhat.com/show_bug.cgi?id=1595827
c641cc
Patch16: python3-compat.patch
c641cc
c641cc
BuildRequires: pkgconfig(atk) >= %{atk_version}
c641cc
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
c641cc
BuildRequires: pkgconfig(gobject-introspection-1.0) >= %{gobject_introspection_version}
c641cc
BuildRequires: pkgconfig(cairo)
c641cc
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
c641cc
BuildRequires: pkgconfig(pango) >= %{pango_version}
c641cc
BuildRequires: pkgconfig(xi)
c641cc
BuildRequires: pkgconfig(xrandr)
c641cc
BuildRequires: pkgconfig(xrender)
c641cc
BuildRequires: pkgconfig(xcursor)
c641cc
BuildRequires: pkgconfig(xfixes)
c641cc
BuildRequires: pkgconfig(xinerama)
c641cc
BuildRequires: pkgconfig(xcomposite)
c641cc
BuildRequires: pkgconfig(xdamage)
c641cc
BuildRequires: gettext
c641cc
BuildRequires: cups-devel
c641cc
# Bootstrap requirements
c641cc
BuildRequires: gtk-doc
c641cc
BuildRequires: automake
c641cc
BuildRequires: autoconf
c641cc
BuildRequires: libtool
c641cc
BuildRequires: pkgconfig
c641cc
c641cc
# rpmbuild-time support for Python scripts
c641cc
BuildRequires: python3-devel
c641cc
c641cc
# Conflicts with packages containing theme engines
c641cc
# built against the 2.4.0 ABI
c641cc
Conflicts: gtk2-engines < 2.7.4-7
c641cc
Conflicts: libgnomeui < 2.15.1cvs20060505-2
c641cc
Conflicts: redhat-artwork < 0.243-1
c641cc
c641cc
Provides: gail = %{version}-%{release}
c641cc
Obsoletes: gail < 2.13.0-1
c641cc
c641cc
# required for icon theme apis to work
c641cc
Requires: hicolor-icon-theme
c641cc
# built as a subpackage of gtk3
c641cc
Requires: gtk-update-icon-cache
c641cc
c641cc
# required to support all the different image formats
c641cc
Requires: gdk-pixbuf2-modules%{?_isa}
c641cc
c641cc
Requires: glib2 >= %{glib2_version}
c641cc
Requires: atk >= %{atk_version}
c641cc
Requires: pango >= %{pango_version}
c641cc
# We need to prereq these so we can run gdk-pixbuf-query-loaders
c641cc
Requires(post): libtiff >= 3.6.1
c641cc
Requires: libXrandr >= %{xrandr_version}
c641cc
c641cc
%description
c641cc
GTK+ is a multi-platform toolkit for creating graphical user
c641cc
interfaces. Offering a complete set of widgets, GTK+ is suitable for
c641cc
projects ranging from small one-off tools to complete application
c641cc
suites.
c641cc
c641cc
%package immodules
c641cc
Summary: Input methods for GTK+
c641cc
Group: System Environment/Libraries
c641cc
Requires: gtk2 = %{version}-%{release}
c641cc
c641cc
%description immodules
c641cc
The gtk2-immodules package contains standalone input methods that are shipped
c641cc
as part of GTK+.
c641cc
c641cc
%package immodule-xim
c641cc
Summary: XIM support for GTK+
c641cc
Group: System Environment/Libraries
c641cc
Requires: gtk2 = %{version}-%{release}
c641cc
c641cc
%description immodule-xim
c641cc
The gtk2-immodule-xim package contains XIM support for GTK+.
c641cc
c641cc
%package devel
c641cc
Summary: Development files for GTK+
c641cc
Group: Development/Libraries
c641cc
Requires: gtk2 = %{version}-%{release}
c641cc
Requires: pango-devel >= %{pango_version}
c641cc
Requires: atk-devel >= %{atk_version}
c641cc
Requires: glib2-devel >= %{glib2_version}
c641cc
Requires: gdk-pixbuf2-devel
c641cc
Requires: cairo-devel >= %{cairo_version}
c641cc
Requires: libX11-devel, libXcursor-devel, libXinerama-devel
c641cc
Requires: libXext-devel, libXi-devel, libXrandr-devel
c641cc
Requires: libXfixes-devel, libXcomposite-devel
c641cc
Requires: pkgconfig
c641cc
c641cc
Provides: gail-devel = %{version}-%{release}
c641cc
Obsoletes: gail-devel < 2.13.0-1
c641cc
c641cc
%description devel
c641cc
This package contains the libraries and header files that are needed
c641cc
for writing applications with the GTK+ widget toolkit. If you plan
c641cc
to develop applications with GTK+, consider installing the gtk2-devel-docs
c641cc
package.
c641cc
c641cc
%package devel-docs
c641cc
Summary: Developer documentation for GTK+
c641cc
Group: Development/Libraries
c641cc
Requires: gtk2 = %{version}-%{release}
c641cc
#BuildArch: noarch
c641cc
c641cc
%description devel-docs
c641cc
This package contains developer documentation for the GTK+ widget toolkit.
c641cc
c641cc
%prep
c641cc
%setup -q -n gtk+-%{version}
c641cc
c641cc
%patch1 -p1 -b .system-python
c641cc
%patch2 -p1 -b .icon-padding
c641cc
%patch8 -p1 -b .tooltip-positioning
c641cc
%patch15 -p1 -b .window-dragging
c641cc
%patch16 -p1 -b .python3-compat
c641cc
c641cc
%build
c641cc
export CFLAGS='-fno-strict-aliasing %optflags'
c641cc
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
c641cc
 %configure $CONFIGFLAGS \
c641cc
	--enable-man		\
c641cc
	--with-xinput=xfree	\
c641cc
	--enable-debug		\
c641cc
)
c641cc
c641cc
# fight unused direct deps
c641cc
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
c641cc
c641cc
make %{?_smp_mflags}
c641cc
c641cc
# truncate NEWS
c641cc
awk '/^Overview of Changes/ { seen+=1 }
c641cc
{ if (seen < 2) print }
c641cc
{ if (seen == 2) { print "For older news, see http://git.gnome.org/cgit/gtk+/plain/NEWS"; exit } }' NEWS > tmp; mv tmp NEWS
c641cc
c641cc
%install
c641cc
# Deriving /etc/gtk-2.0/$host location
c641cc
# NOTE: Duplicated below
c641cc
#
c641cc
# autoconf changes linux to linux-gnu
c641cc
case "%{_host}" in
c641cc
  *linux) host="%{_host}-gnu"
c641cc
  ;;
c641cc
  *) host="%{_host}"
c641cc
  ;;
c641cc
esac
c641cc
c641cc
# autoconf uses powerpc not ppc
c641cc
host=`echo $host | sed "s/^ppc/powerpc/"`
c641cc
# autoconf uses ibm-linux not redhat-linux (s390x)
c641cc
host=`echo $host | sed "s/^s390\(x\)*-redhat/s390\1-ibm/"`
c641cc
c641cc
# Make sure that the host value that is passed to the compile
c641cc
# is the same as the host that we're using in the spec file
c641cc
#
c641cc
compile_host=`grep 'host_triplet =' gtk/Makefile | sed "s/.* = //"`
c641cc
c641cc
if test "x$compile_host" != "x$host" ; then
c641cc
  echo 1>&2 "Host mismatch: compile='$compile_host', spec file='$host'" && exit 1
c641cc
fi
c641cc
c641cc
make install DESTDIR=$RPM_BUILD_ROOT        \
c641cc
             RUN_QUERY_IMMODULES_TEST=false
c641cc
c641cc
echo ".so man1/gtk-query-immodules-2.0.1" > $RPM_BUILD_ROOT%{_mandir}/man1/gtk-query-immodules-2.0-%{__isa_bits}.1
c641cc
c641cc
gzip -c %{SOURCE4} > $RPM_BUILD_ROOT%{_mandir}/man1/update-gtk-immodules.1.gz
c641cc
c641cc
%find_lang gtk20
c641cc
%find_lang gtk20-properties
c641cc
c641cc
#
c641cc
# Make cleaned-up versions of tutorials, examples, and faq for installation
c641cc
#
c641cc
mkdir -p tmpdocs
c641cc
cp -aR docs/tutorial/html tmpdocs/tutorial
c641cc
cp -aR docs/faq/html tmpdocs/faq
c641cc
c641cc
for dir in examples/* ; do
c641cc
  if [ -d $dir ] ; then
c641cc
     mkdir -p tmpdocs/$dir
c641cc
     for file in $dir/* ; do
c641cc
       install -m 0644 $file tmpdocs/$dir
c641cc
     done
c641cc
  fi
c641cc
done
c641cc
c641cc
# We need to have separate 32-bit and 64-bit binaries
c641cc
# for places where we have two copies of the GTK+ package installed.
c641cc
# (we might have x86_64 and i686 packages on the same system, for example.)
c641cc
case "$host" in
c641cc
  alpha*|ia64*|ppc64*|powerpc64*|s390x*|x86_64*|aarch64*|mips64*)
c641cc
   mv $RPM_BUILD_ROOT%{_bindir}/gtk-query-immodules-2.0 $RPM_BUILD_ROOT%{_bindir}/gtk-query-immodules-2.0-64
c641cc
   ;;
c641cc
  *)
c641cc
   mv $RPM_BUILD_ROOT%{_bindir}/gtk-query-immodules-2.0 $RPM_BUILD_ROOT%{_bindir}/gtk-query-immodules-2.0-32
c641cc
   ;;
c641cc
esac
c641cc
c641cc
# Install wrappers for the binaries
c641cc
cp %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/update-gtk-immodules
c641cc
c641cc
# Input method frameworks want this
c641cc
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinput.d
c641cc
cp %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinput.d
c641cc
c641cc
# Remove unpackaged files
c641cc
rm $RPM_BUILD_ROOT%{_libdir}/*.la
c641cc
rm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/*.la
c641cc
rm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/%{bin_version}/*/*.la
c641cc
rm $RPM_BUILD_ROOT%{_bindir}/gtk-update-icon-cache
c641cc
rm $RPM_BUILD_ROOT%{_mandir}/man1/gtk-update-icon-cache.1*
c641cc
c641cc
touch $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/%{bin_version}/immodules.cache
c641cc
c641cc
mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules
c641cc
mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/immodules
c641cc
mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/%{bin_version}/filesystems
c641cc
c641cc
c641cc
%transfiletriggerin -- %{_libdir}/gtk-2.0/immodules/ %{_libdir}/gtk-2.0/%{bin_version}/immodules/
c641cc
gtk-query-immodules-2.0-%{__isa_bits} --update-cache
c641cc
c641cc
%transfiletriggerpostun -- %{_libdir}/gtk-2.0/immodules/ %{_libdir}/gtk-2.0/%{bin_version}/immodules/
c641cc
gtk-query-immodules-2.0-%{__isa_bits} --update-cache
c641cc
c641cc
%post -p /sbin/ldconfig
c641cc
c641cc
%postun -p /sbin/ldconfig
c641cc
c641cc
%files -f gtk20.lang
c641cc
%license COPYING
c641cc
%doc AUTHORS NEWS README
c641cc
%{_bindir}/gtk-query-immodules-2.0*
c641cc
%{_bindir}/update-gtk-immodules
c641cc
%{_libdir}/libgtk-x11-2.0.so.*
c641cc
%{_libdir}/libgdk-x11-2.0.so.*
c641cc
%{_libdir}/libgailutil.so.*
c641cc
%dir %{_libdir}/gtk-2.0
c641cc
%dir %{_libdir}/gtk-2.0/%{bin_version}
c641cc
%{_libdir}/gtk-2.0/%{bin_version}/engines
c641cc
%{_libdir}/gtk-2.0/%{bin_version}/filesystems
c641cc
%dir %{_libdir}/gtk-2.0/%{bin_version}/immodules
c641cc
%{_libdir}/gtk-2.0/%{bin_version}/printbackends
c641cc
%{_libdir}/gtk-2.0/modules
c641cc
%{_libdir}/gtk-2.0/immodules
c641cc
%dir %{_datadir}/gtk-2.0
c641cc
%{_datadir}/themes/Default
c641cc
%{_datadir}/themes/Emacs
c641cc
%{_datadir}/themes/Raleigh
c641cc
%ghost %{_libdir}/gtk-2.0/%{bin_version}/immodules.cache
c641cc
%{_libdir}/girepository-1.0
c641cc
%{_mandir}/man1/gtk-query-immodules-2.0*
c641cc
%{_mandir}/man1/update-gtk-immodules.1.gz
c641cc
c641cc
%files immodules
c641cc
%{_libdir}/gtk-2.0/%{bin_version}/immodules/im-am-et.so
c641cc
%{_libdir}/gtk-2.0/%{bin_version}/immodules/im-cedilla.so
c641cc
%{_libdir}/gtk-2.0/%{bin_version}/immodules/im-cyrillic-translit.so
c641cc
%{_libdir}/gtk-2.0/%{bin_version}/immodules/im-inuktitut.so
c641cc
%{_libdir}/gtk-2.0/%{bin_version}/immodules/im-ipa.so
c641cc
%{_libdir}/gtk-2.0/%{bin_version}/immodules/im-multipress.so
c641cc
%{_libdir}/gtk-2.0/%{bin_version}/immodules/im-thai.so
c641cc
%{_libdir}/gtk-2.0/%{bin_version}/immodules/im-ti-er.so
c641cc
%{_libdir}/gtk-2.0/%{bin_version}/immodules/im-ti-et.so
c641cc
%{_libdir}/gtk-2.0/%{bin_version}/immodules/im-viqr.so
c641cc
%{_sysconfdir}/X11/xinit/xinput.d/im-cedilla.conf
c641cc
%dir %{_sysconfdir}/gtk-2.0
c641cc
%config(noreplace) %{_sysconfdir}/gtk-2.0/im-multipress.conf
c641cc
c641cc
%files immodule-xim
c641cc
%{_libdir}/gtk-2.0/%{bin_version}/immodules/im-xim.so
c641cc
c641cc
%files devel -f gtk20-properties.lang
c641cc
%{_libdir}/lib*.so
c641cc
%{_libdir}/gtk-2.0/include
c641cc
%{_includedir}/*
c641cc
%{_datadir}/aclocal/*
c641cc
%{_bindir}/gtk-builder-convert
c641cc
%{_libdir}/pkgconfig/*
c641cc
%{_bindir}/gtk-demo
c641cc
%{_datadir}/gtk-2.0/demo
c641cc
%{_datadir}/gir-1.0
d69f94
%{_mandir}/man1/gtk-builder-convert.1*
c641cc
c641cc
%files devel-docs
c641cc
%{_datadir}/gtk-doc
c641cc
%doc tmpdocs/tutorial
c641cc
%doc tmpdocs/faq
c641cc
%doc tmpdocs/examples
c641cc
c641cc
%changelog
d69f94
* Tue Jan 12 2020 Tomas Popela <tpopela@redhat.com> - 2.24.32-5.2
d69f94
- Fix the flatpak build
d69f94
- Resolves: rhbz#1906196
d69f94
c641cc
* Thu Aug 02 2018 Petr Viktorin <pviktori@redhat.com> - 2.24.32-3.2
c641cc
- Port gtk-builder-convert to Python 3 (#1595827)
c641cc
c641cc
* Thu Jun 21 2018 Troy Dawson <tdawson@redhat.com> - 2.24.32-3.1
c641cc
- Fix python shebangs (#1580696)
c641cc
c641cc
* Mon May 21 2018 Josh Boyer <jwboyer@redhat.com> - 2.24.32-3
c641cc
- No longer require imsettings (#1538134)
c641cc
c641cc
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.24.32-2
c641cc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
c641cc
c641cc
* Tue Jan 09 2018 Kalev Lember <klember@redhat.com> - 2.24.32-1
c641cc
- Update to 2.24.32
c641cc
c641cc
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.24.31-6
c641cc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
c641cc
c641cc
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.24.31-5
c641cc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
c641cc
c641cc
* Wed Jun 21 2017 Kalev Lember <klember@redhat.com> - 2.24.31-4
c641cc
- Filter provides for private modules
c641cc
- Update package summary
c641cc
c641cc
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.24.31-3
c641cc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
c641cc
c641cc
* Thu Sep 15 2016 Michal Toman <mtoman@fedoraproject.org> - 2.24.31-2
c641cc
- Use gtk-query-immodules-2.0-64 on 64-bit MIPS
c641cc
c641cc
* Sun Sep 11 2016 Kalev Lember <klember@redhat.com> - 2.24.31-1
c641cc
- Update to 2.24.31
c641cc
c641cc
* Tue Jul  5 2016 Ville Skyttä <ville.skytta@iki.fi> - 2.24.30-2
c641cc
- Add gtk-query-immodules-2.0 file triggers
c641cc
c641cc
* Mon Mar 07 2016 Kalev Lember <klember@redhat.com> - 2.24.30-1
c641cc
- Update to 2.24.30
c641cc
c641cc
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.24.29-2
c641cc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c641cc
c641cc
* Fri Dec 11 2015 Kalev Lember <klember@redhat.com> - 2.24.29-1
c641cc
- Update to 2.24.29
c641cc
c641cc
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.28-2
c641cc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c641cc
c641cc
* Wed May 13 2015 Matthias Clasen <mclasen@redhat.com> - 2.24.28-1
c641cc
- Update to 2.24.28
c641cc
c641cc
* Fri Mar 20 2015 Richard Hughes <rhughes@redhat.com> - 2.24.27-2
c641cc
- Depend on gdk-pixbuf2-modules as this is now an optional subpackage
c641cc
c641cc
* Tue Mar  3 2015 Matthias Clasen <mclasen@redhat.com> - 2.24.27-1
c641cc
- Update to 2.24.27
c641cc
c641cc
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 2.24.26-2
c641cc
- Rebuilt for Fedora 23 Change
c641cc
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
c641cc
c641cc
* Thu Feb 19 2015 Matthias Clasen <mclasen@redhat.com> - 2.24.26-1
c641cc
- Update to 2.24.26
c641cc
c641cc
* Wed Dec 17 2014 Kalev Lember <kalevlember@gmail.com> - 2.24.25-2
c641cc
- Use gtk-update-icon-cache that's built as gtk3 subpackage
c641cc
- Fix the build with latest gdk-pixbuf2
c641cc
c641cc
* Sat Oct 11 2014 Kalev Lember <kalevlember@gmail.com> - 2.24.25-1
c641cc
- Update to 2.24.25
c641cc
c641cc
* Mon Sep 29 2014 Matthias Clasen <mclasen@redhat.com> - 2.24.24-4
c641cc
- Avoid a crash in the pixbuf engine when used from Qt
c641cc
c641cc
* Thu Sep 04 2014 Kalev Lember <kalevlember@gmail.com> - 2.24.24-3
c641cc
- Do not abort when releasing an unlocked mutex (#1138146)
c641cc
c641cc
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.24-2
c641cc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
c641cc
c641cc
* Tue Jul 22 2014 Matthias Clasen <mclasen@redhat.com> - 2.24.24-1
c641cc
- Update to 2.24.24
c641cc
c641cc
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.24.23-3
c641cc
- Rebuilt for gobject-introspection 1.41.4
c641cc
c641cc
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.23-2
c641cc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c641cc
c641cc
* Fri May 23 2014 Kalev Lember <kalevlember@gmail.com> - 2.24.23-1
c641cc
- Update to 2.24.23
c641cc
c641cc
* Mon Nov 11 2013 Matthias Clasen <mclasen@redhat.com> - 2.24.22-2
c641cc
- Fix build on aarch64
c641cc
c641cc
* Fri Oct 11 2013 Matthias Clasen <mclasen@redhat.com> - 2.24.22-1
c641cc
- Update to 2.24.22
c641cc
c641cc
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 2.24.21-1
c641cc
- Update to 2.24.21
c641cc
c641cc
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.20-2
c641cc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
c641cc
c641cc
* Thu Jul  4 2013 Matthias Clasen <mclasen@redhat.com> - 2.24.10-1
c641cc
- Update to 2.24.10
c641cc
- Make immodule cache handling the same as in gtk3. The cache
c641cc
  file is now in $libdir, no longer in /etc
c641cc
c641cc
* Wed Jun 26 2013 Matthias Clasen <mclasen@redhat.com> - 2.24.19-4
c641cc
- Include man pages again
c641cc
- Add a man page for update-gtk-immodules
c641cc
c641cc
* Wed Jun 26 2013 Marek Kasik <mkasik@redhat.com> - 2.24.19-3
c641cc
- Backport listing of Avahi printers from gtk-3.x
c641cc
- Resolves: #973730
c641cc
c641cc
* Sat Jun 22 2013 Matthias Clasen <mclasen@redhat.com> - 2.24.19-2
c641cc
- Trim %%changelog
c641cc
c641cc
* Sun Jun 16 2013 Matthias Clasen <mclasen@redhat.com> - 2.24.19-1
c641cc
- Update to 2.24.19
c641cc
c641cc
* Mon May 13 2013 Matthias Clasen <mclasen@redhat.com> - 2.24.18-1
c641cc
- Update to 2.24.18
c641cc
c641cc
* Fri May 10 2013 Matthias Clasen <mclasen@redhat.com> - 2.24.17-2
c641cc
- Drop explicit automake dep (#961674)
c641cc
c641cc
* Wed Mar  6 2013 Matthias Clasen <mclasen@redhat.com> - 2.24.17-1
c641cc
- Update to 2.24.17
c641cc
c641cc
* Sat Feb 23 2013 Kalev Lember <kalevlember@gmail.com> - 2.24.16-1
c641cc
- Update to 2.24.16
c641cc
c641cc
* Thu Feb 21 2013 Ville Skyttä <ville.skytta@iki.fi> - 2.24.15-2
c641cc
- Fix %%postun error on one-arch erase on multilib (#696358).
c641cc
- Fix bogus dates in %%changelog, other cosmetic specfile tweaks.
c641cc
c641cc
* Sun Feb 10 2013 Kalev Lember <kalevlember@gmail.com> - 2.24.15-1
c641cc
- Update to 2.24.15
c641cc
- Drop the automake 1.13 and gmodule linking patches; fixed upstream
c641cc
c641cc
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 2.24.14-1
c641cc
- Update to 2.24.14
c641cc
c641cc
* Tue Oct  2 2012 Matthias Clasen <mclasen@redhat.com> - 2.24.13-1
c641cc
- Update to 2.24.13
c641cc
c641cc
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.11-2
c641cc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c641cc
c641cc
* Sun Jul 15 2012 Matthias Clasen <mclasen@redhat.com> - 2.24.11-1
c641cc
- Update to 2.24.11
c641cc
c641cc
* Fri Jun  8 2012 Akira TAGOH <tagoh@redhat.com> - 2.24.10-2
c641cc
- Add the backport patch from gtk-2-24 branch to allow fallback for immodules.
c641cc
  This would solves the unexpected immodules selection. (#828764)
c641cc
c641cc
* Mon Feb  6 2012 Matthias Clasen <mclasen@redhat.com> - 2.24.10-1
c641cc
- Update to 2.24.10
c641cc
c641cc
* Wed Feb  1 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 2.24.8-3
c641cc
- Add patch to fix DSO linking. Would have thought these would have long stopped being a problem
c641cc
c641cc
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.8-2
c641cc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c641cc
c641cc
* Wed Nov 23 2011 Matthias Clasen <mclasen@redhat.com> - 2.24.8-1
c641cc
- Update to 2.24.8
c641cc
c641cc
* Wed Nov 02 2011 Bill Nottingham <notting@redhat.com> - 2.24.7-3
c641cc
- add upstream patch for #749541/b.g.o #662633
c641cc
c641cc
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.7-2
c641cc
- Rebuilt for glibc bug#747377
c641cc
c641cc
* Mon Oct 17 2011 Matthias Clasen <mclasen@redhat.com> - 2.24.7-1
c641cc
- Update to 2.24.7
c641cc
c641cc
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 2.24.6-1
c641cc
- Update to 2.24.6
c641cc
c641cc
* Fri Jun 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.24.5-1
c641cc
- Update to 2.24.5
c641cc
c641cc
* Mon Jun 13 2011 Daniel Drake <dsd@laptop.org> - 2.24.4-2
c641cc
- Fix unbinding of keycodes on drag-and-drop (olpc#10643)
c641cc
c641cc
* Fri Apr  1 2011 Matthias Clasen <mclasen@redhat.com> - 2.24.4-1
c641cc
- Update to 2.24.4
c641cc
c641cc
* Mon Mar 14 2011 Matthias Clasen <mclasen@redhat.com> - 2.24.3-1
c641cc
- Update to 2.24.3
c641cc
c641cc
* Mon Feb 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
c641cc
- Update to 2.24.1
c641cc
c641cc
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.0-2
c641cc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c641cc
c641cc
* Sun Jan 30 2011 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
c641cc
- Update to 2.24.0
c641cc
c641cc
* Thu Jan  6 2011 Matthias Clasen <mclasen@redhat.com> - 2.23.90-1
c641cc
- Update to 2.23.90
c641cc
c641cc
* Wed Nov 10 2010 Matthias Clasen <mclasen@redhat.com> - 2.23.2-1
c641cc
- Update to 2.23.2
c641cc
c641cc
* Wed Sep 29 2010 jkeating - 2.22.0-3
c641cc
- Rebuilt for gcc bug 634757
c641cc
c641cc
* Thu Sep 23 2010 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
c641cc
- Update to 2.22.0
c641cc
c641cc
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.21.8-2
c641cc
- Rebuild against newer gobject-introspection
c641cc
c641cc
* Tue Sep 14 2010 Matthias Clasen <mclasen@redhat.com> - 2.21.8-1
c641cc
- Update to 2.21.8
c641cc
c641cc
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 2.21.7-1
c641cc
- Update to 2.21.7
c641cc
c641cc
* Mon Aug 23 2010 Matthias Clasen <mclasen@redhat.com> - 2.21.6-2
c641cc
- Co-own /usr/share/gtk-doc (#604367)
c641cc
c641cc
* Tue Aug 17 2010 Matthias Clasen <mclasen@redhat.com> - 2.21.6-1
c641cc
- Update to 2.21.6
c641cc
c641cc
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 2.21.5-2
c641cc
- Rebuild with new gobject-introspection
c641cc
c641cc
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> - 2.21.5-1
c641cc
- Update to 2.21.5
c641cc
c641cc
* Tue Jul  6 2010 Matthias Clasen <mclasen@redhat.com> - 2.21.4-1
c641cc
- Update to 2.21.4
c641cc
c641cc
* Wed Jun 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.21.3-3
c641cc
- Rebuild for "Incompatible version 1.0 (supported: 1.1). GRRR
c641cc
c641cc
* Tue Jun 29 2010 Colin Walters <walters@verbum.org> - 2.21.3-2
c641cc
- Changes to support building from snapshot 
c641cc
c641cc
* Mon Jun 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.21.3-1
c641cc
- Update to 2.21.3
c641cc
c641cc
* Fri Jun 25 2010 Colin Walters <walters@verbum.org> - 2.21.2-2
c641cc
- drop gir-repository-devel dep
c641cc
c641cc
* Thu Jun 10 2010 Matthias Clasen <mclasen@redhat.com> - 2.21.2-1
c641cc
- Update to 2.21.2
c641cc
c641cc
* Sun May 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.21.1-1
c641cc
- Update to 2.21.1
c641cc
c641cc
* Fri May  7 2010 Matthias Clasen <mclasen@redhat.com> - 2.21.0-1
c641cc
- Update to 2.21.0
c641cc
c641cc
* Sun May  2 2010 Matthias Clasen <mclasen@redhat.com> - 2.20.1-1
c641cc
- Update to 2.20.1
c641cc
c641cc
* Tue Mar 23 2010 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
c641cc
- Update to 2.20.0
c641cc
c641cc
* Fri Mar 12 2010 Matthias Clasen <mclasen@redhat.com> - 2.19.7-2
c641cc
- Support dragging windows from menubars
c641cc
c641cc
* Wed Mar 10 2010 Matthias Clasen <mclasen@redhat.com> - 2.19.7-1
c641cc
- Update to 2.19.7
c641cc
- Add a VCS tag
c641cc
- Minor packaging cleanups
c641cc
c641cc
* Tue Feb 23 2010 Matthias Clasen <mclasen@redhat.com> - 2.19.6-1
c641cc
- Update to 2.19.6
c641cc
c641cc
* Thu Feb 18 2010 Richard Hughes <rhughes@redhat.com> - 2.19.5-2
c641cc
- Apply a patch from upstream to remove two duplicate prototypes that
c641cc
  breaks the build for many GTK projects.
c641cc
c641cc
* Thu Feb 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.19.5-1
c641cc
- Update to 2.19.5
c641cc
c641cc
* Tue Jan 26 2010 Matthias Clasen <mclasen@redhat.com> - 2.19.4-1
c641cc
- Update to 2.19.4
c641cc
c641cc
* Fri Jan 15 2010 Matthias Clasen <mclasen@redhat.com> - 2.19.3-2
c641cc
- Fix a CSW issue that leads to panel crashes
c641cc
c641cc
* Mon Jan 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.19.3-1
c641cc
- Update to 2.19.3
c641cc
c641cc
* Mon Jan  4 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.19.2-2
c641cc
- Install missing Gdk-2.0.gir
c641cc
c641cc
* Mon Dec 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
c641cc
- Update to 2.19.2
c641cc
c641cc
* Wed Nov 25 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.3-22
c641cc
- Make level3 keys work again (#537567)
c641cc
c641cc
* Tue Nov 10 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.3-21
c641cc
- Fix refcounting issues in the filechooser that lead
c641cc
  to crashes with device hotplug (gnome #600992)
c641cc
c641cc
* Thu Nov  5 2009 Marek Kasik <mkasik@redhat.com> - 2.18.3-20
c641cc
- Do not rotate page when printing to landscape PDF, just
c641cc
- set correct width and height
c641cc
c641cc
* Mon Nov  2 2009 Marek Kasik <mkasik@redhat.com> - 2.18.3-19
c641cc
- Correct rotation of number-up layout when printing landscape
c641cc
c641cc
* Mon Nov  2 2009 Marek Kasik <mkasik@redhat.com> - 2.18.3-18
c641cc
- Show correct print preview (gnome bug #592582)
c641cc
c641cc
* Mon Nov  2 2009 Marek Kasik <mkasik@redhat.com> - 2.18.3-17
c641cc
- Remove handling of "connecting-to-device" reason (#529364)
c641cc
c641cc
* Sat Oct 31 2009 Matthias Clasen <mclasen@redhta.com> - 2.18.3-16
c641cc
- Handle screen changes for tooltips (#531568)
c641cc
c641cc
* Wed Oct 28 2009 Matthias Clasen <mclasen@redhta.com> - 2.18.3-15
c641cc
- Work around a bug in the X automatic compositor (#531443)
c641cc
c641cc
* Wed Oct 28 2009 Matthias Clasen <mclasen@redhta.com> - 2.18.3-14
c641cc
- Make the new tooltips sharp
c641cc
- Improve the Metacity compositor workaround for new tooltips
c641cc
c641cc
* Mon Oct 26 2009 Matthias Clasen <mclasen@redhta.com> - 2.18.3-12
c641cc
- Fix a possible assertion failure in GtkToolButton
c641cc
c641cc
* Fri Oct 23 2009 Matthew Barnes <mbarnes@redhat.com> - 2.18.3-11
c641cc
- Fix a GtkIconView hang
c641cc
c641cc
* Fri Oct 23 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.3-10
c641cc
- Tweak tooltip positioning
c641cc
- Make new tooltip style an opt-in theme choice
c641cc
c641cc
* Thu Oct 22 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.3-9
c641cc
- Fix a problem with parsing symbolic colors in rc files (#528662)
c641cc
c641cc
* Thu Oct 22 2009 Peter Hutterer <peter.hutterer@redhat.com> - 2.18.3-8
c641cc
- compose-sequences.patch: update compose sequences to what's currently in
c641cc
  libX11 git.
c641cc
c641cc
* Wed Oct 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.3-7
c641cc
- Try to catch some nm-applet problems by rejecting requests to
c641cc
  load icons at size 0
c641cc
c641cc
* Wed Oct 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.3-6
c641cc
- Hack around metacity compositor limitations
c641cc
c641cc
* Wed Oct 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.3-5
c641cc
- Tweak tooltip appearance
c641cc
c641cc
* Tue Oct 20 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.3-4
c641cc
- Make tooltips look nicer
c641cc
c641cc
* Sun Oct 18 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.3-3
c641cc
- Fix a size allocation problem uncovered by the previous patch
c641cc
c641cc
* Sat Oct 17 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.3-2
c641cc
- Support padding around status icons
c641cc
c641cc
* Sat Oct 17 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.3-1
c641cc
- Update to 2.18.3
c641cc
c641cc
* Tue Oct 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.2-3
c641cc
- Make gtk-builder-convert use system python
c641cc
c641cc
* Fri Oct  9 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.2-2
c641cc
- Make selecting the final char work again (#528072)
c641cc
c641cc
* Mon Oct  5 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.2-1
c641cc
- Update to 2.18.2
c641cc
c641cc
* Wed Sep 30 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.1-1
c641cc
- Update to 2.18.1
c641cc
c641cc
* Mon Sep 28 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.0-3
c641cc
- Fix a crash in the appearance capplet
c641cc
c641cc
* Sun Sep 27 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.0-2
c641cc
- Fix anchor handling in text views (#525910)
c641cc
c641cc
* Wed Sep 23 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
c641cc
- Update to 2.18.0
c641cc
- Add some patches for improved printing support
c641cc
c641cc
* Sun Sep 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.11-3
c641cc
- Fix the bell
c641cc
c641cc
* Sun Sep  6 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.11-2
c641cc
- Fix the initial event mask for the root window (#521137)
c641cc
c641cc
* Sat Sep  5 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.11-1
c641cc
- Update to 2.17.11
c641cc
c641cc
* Tue Sep  1 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.10-1
c641cc
- Update to 2.17.10
c641cc
c641cc
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.9-1
c641cc
- Update to 2.17.9
c641cc
c641cc
* Tue Aug 18 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.8-1
c641cc
- Update to 2.17.8
c641cc
c641cc
* Thu Aug 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.7-2
c641cc
- Fix a possible crash
c641cc
c641cc
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.7-1
c641cc
- 2.17.7
c641cc
c641cc
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.6-6
c641cc
- Fix setting root cursors
c641cc
c641cc
* Fri Aug  7 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.6-5
c641cc
- Fix gdm background drawing
c641cc
c641cc
* Sun Aug  2 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.6-4
c641cc
- Save some space
c641cc
c641cc
* Sat Jul 25 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.6-3
c641cc
- 2.17.6
c641cc
c641cc
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.17.5-2
c641cc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c641cc
c641cc
* Fri Jul 17 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.5-1
c641cc
- Update to 2.17.5
c641cc
c641cc
* Mon Jul 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.4-2
c641cc
- Fix a problem with gtkentry.h
c641cc
c641cc
* Fri Jul 10 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.4-1
c641cc
- Update to 2.17.4
c641cc
c641cc
* Fri Jul 10 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.3-3
c641cc
- Add an imsettings conf file for im-cedilla
c641cc
c641cc
* Wed Jul  8 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.3-2
c641cc
- Some fixes for drawing issues, e.g. with statusicons
c641cc
c641cc
* Tue Jul  7 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.3-1
c641cc
- Update to 2.17.3
c641cc
c641cc
* Tue Jun 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.2-5
c641cc
- Fix an entry completion crash
c641cc
c641cc
* Mon Jun 15 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.2-1
c641cc
- Update to 2.17.2
c641cc
c641cc
* Fri May 29 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.1-1
c641cc
- Update to 2.17.1
c641cc
c641cc
* Tue May 26 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.0-2
c641cc
- Update the immodules files in %%postun (#502420)
c641cc
- Ship the xim immodule separately
c641cc
c641cc
* Fri May 15 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.0-1
c641cc
- Update to 2.17.0
c641cc
c641cc
* Sun Apr 12 2009 Karsten Hopp <karsten@redhat.com> 2.16.1-2
c641cc
- autoconf uses ibm-linux not redhat-linux (s390x),
c641cc
  fix host similar to ppc
c641cc
c641cc
* Sat Apr 11 2009 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1 
c641cc
- Update to 2.16.1
c641cc
c641cc
* Tue Apr  7 2009 Marek Kasik <mkasik@redhat.com> - 2.16.0-2
c641cc
- Add authentication support to GtkPrintBackend.
c641cc
c641cc
* Fri Mar 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1
c641cc
- Update to 2.16.0
c641cc
c641cc
* Mon Mar  2 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.5-1
c641cc
- Update to 2.15.5
c641cc
c641cc
* Thu Feb 26 2009 - Bastien Nocera <bnocera@redhat.com> - 2.15.4-7
c641cc
- Require a newer libXrandr to build and run
c641cc
c641cc
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.15.4-6
c641cc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c641cc
c641cc
* Tue Feb 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.4-5
c641cc
- Drop accidental debug things
c641cc
c641cc
* Mon Feb 23 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.4-4
c641cc
- More xrandr handling fixes
c641cc
c641cc
* Sun Feb 22 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.4-3
c641cc
- Make the devel-docs subpackage noarch
c641cc
c641cc
* Wed Feb 18 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.4-2
c641cc
- Ignore disconnected monitors
c641cc
c641cc
* Tue Feb 17 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.4-1
c641cc
- Update to 2.15.4
c641cc
c641cc
* Sat Feb 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.3-3
c641cc
- Split off a noarch devel-docs subpackage
c641cc
c641cc
* Fri Feb  6 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.3-2
c641cc
- Fix PolicyKit-gnome's use of actions
c641cc
c641cc
* Mon Feb  2 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.3-1
c641cc
- Update to 2.15.3
c641cc
c641cc
* Thu Jan 29 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.2-4
c641cc
- Split of an immodules subpackage (#444814)
c641cc
- Disable ia64 hack thats not needed in Fedora
c641cc
- Remove some .la files that crept in
c641cc
c641cc
* Wed Jan 28 2009 Marek Kasik <mkasik@redhat.com> - 2.15.2-3
c641cc
- modify default_printer.patch to show a network default printer
c641cc
  in the case of no local default printer
c641cc
- Resolves: #478400
c641cc
c641cc
* Tue Jan 27 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.2-2
c641cc
- Fix togglebuttons causing crashes
c641cc
c641cc
* Tue Jan 27 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.2-1
c641cc
- Update to 2.15.2
c641cc
c641cc
* Mon Jan 26 2009 - Bastien Nocera <bnocera@redhat.com> - 2.15.1-5
c641cc
- Add patch to avoid crashes when destroying a GtkScale with marks
c641cc
c641cc
* Sun Jan 25 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.1-4
c641cc
- Draw radio action proxies as radio menuitems
c641cc
- Fix issues with toolitem action proxies and overflow
c641cc
c641cc
* Sat Jan 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.1-3
c641cc
- Avoid triggering an assertion that makes the gdm greeter nonfunctional
c641cc
c641cc
* Sat Jan 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.1-2
c641cc
- Fix blank toolbuttons in the evolution composer
c641cc
c641cc
* Fri Jan 23 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.1-1
c641cc
- Update to 2.15.1
c641cc
c641cc
* Mon Jan 19 2009 Marek Kasik <mkasik@redhat.com> - 2.15.0-2
c641cc
- fix a problem with default printer in a network
c641cc
- Resolves: #478400
c641cc
c641cc
* Thu Jan  1 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.0-1
c641cc
- Update to 2.15.0
c641cc
c641cc
* Tue Dec 16 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.6-1
c641cc
- Update to 2.14.6
c641cc
c641cc
* Tue Dec  2 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.5-4
c641cc
- Rebuild for pkg-config provides
c641cc
c641cc
* Mon Nov 24 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.5-3
c641cc
- Update to 2.14.5
c641cc
- Drop obsolete patches
c641cc
- Update descriptions
c641cc
c641cc
* Sun Nov 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.4-4
c641cc
- Reduce rpmlint warnings produced by the ia64 multilib hack
c641cc
- Fight unnecessary library dependencies
c641cc
c641cc
* Fri Oct 24 2008 Alexander Larsson <alexl@redhat.com> - 2.14.4-3
c641cc
- Manually check for fallback file icon since we're not
c641cc
  always returning that from gio anymore (from upstream)
c641cc
c641cc
* Wed Oct 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.4-2
c641cc
- Don't emit size-changed signals if the screen size doesn't change
c641cc
c641cc
* Fri Oct 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.4-1
c641cc
- Update to 2.14.4
c641cc
c641cc
* Wed Oct  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.3-6
c641cc
- Fix a problem with file chooser buttons
c641cc
c641cc
* Fri Oct  3 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.3-5
c641cc
- Prevent unloading of the gail module
c641cc
c641cc
* Thu Sep 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.3-2
c641cc
- Move message catalogs for properties to the -devel package
c641cc
c641cc
* Wed Sep 24 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.3-1
c641cc
- Update to 2.14.3
c641cc
c641cc
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.2-5
c641cc
- Rebuild
c641cc
- Fix a filechooser crash
c641cc
c641cc
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.2-3
c641cc
- BR libXdamage-devel (#462971, Owen Taylor)
c641cc
- Plug some memory leaks
c641cc
c641cc
* Thu Sep 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.2-1
c641cc
- Update to 2.14.2
c641cc
c641cc
* Fri Sep  5 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.0-4
c641cc
- Remove the last patch, crash is fixed in at-spi now
c641cc
c641cc
* Fri Sep  5 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.0-3
c641cc
- Fix a greeter crash
c641cc
c641cc
* Thu Sep  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.0-2
c641cc
- Fix a deadlock in pixbuf loader initialization
c641cc
c641cc
* Thu Sep  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.0-1
c641cc
- Update to 2.14.0
c641cc
c641cc
* Tue Aug 26 2008 Matthias Clasen <mclasen@redhat.com> - 2.13.7-4
c641cc
- Fix an Xrandr bug
c641cc
c641cc
* Mon Aug 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.13.7-3
c641cc
- Fix the "swarm of flash windows"
c641cc
c641cc
* Mon Aug 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.13.7-2
c641cc
- Fix a possible infinite loop in gtkrc parsing
c641cc
c641cc
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.13.7-1
c641cc
- Update to 2.13.7
c641cc
c641cc
* Wed Aug 13 2008 Matthias Clasen <mclasen@redhat.com> - 2.13.6-4
c641cc
- Fix sporadic panel crashes
c641cc
c641cc
* Mon Aug 11 2008 Matthias Clasen <mclasen@redhat.com> - 2.13.6-3
c641cc
- Fix evolution composer breakage
c641cc
c641cc
* Sat Aug  9 2008 Matthias Clasen <mclasen@redhat.com> - 2.13.6-2
c641cc
- Fix menu breakage
c641cc
c641cc
* Tue Aug  5 2008 Matthias Clasen <mclasen@redhat.com> - 2.13.6-1
c641cc
- Update to 2.13.6
c641cc
c641cc
* Mon Jul 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.13.5-1
c641cc
- Update to 2.13.5
c641cc
c641cc
* Thu Jul 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.13.4-2
c641cc
- Fix a segfault in the icon view a11y code
c641cc
c641cc
* Sat Jul  5 2008 Matthias Clasen <mclasen@redhat.com> - 2.13.4-1
c641cc
- Update to 2.13.4
c641cc
c641cc
* Thu Jun 26 2008 Lubomir Rintel <lkundrak@v3.sk> - 2.13.3-3
c641cc
- Fix that makes gio-enabled file chooser return absolute paths
c641cc
c641cc
* Thu Jun 19 2008 Soren Sandmann <sandmann@redhat.com> - 2.13.3-2
c641cc
- Require glib 2.17.1 (for g_dgettext)
c641cc
c641cc
* Fri Jun 13 2008 Matthias Clasen  <mclasen@redhat.com> - 2.13.3-1
c641cc
- Update to 2.13.3
c641cc
c641cc
* Wed Jun 11 2008 - Marek Kasik <mkasik@redhat.com> - 2.13.2-2
c641cc
- Reworked correction of hostname of printer which is the
c641cc
- print job sent to.
c641cc
- Resolves: #248245, #449379
c641cc
c641cc
* Tue Jun  3 2008 Matthias Clasen  <mclasen@redhat.com> - 2.13.2-1
c641cc
- Update to 2.13.2, drop upstreamed patches
c641cc
c641cc
* Fri May 30 2008 Matthias Clasen  <mclasen@redhat.com> - 2.13.1-2
c641cc
- Fix a problem with some pixbuf loaders
c641cc
c641cc
* Fri May 30 2008 Matthias Clasen  <mclasen@redhat.com> - 2.13.1-1
c641cc
- Update to 2.13.1
c641cc
c641cc
* Thu May  1 2008 Christopher Aillon <caillon@redhat.com> - 2.13.0-2
c641cc
- Remove trailing comma from the enum so -pedantic compiles work
c641cc
c641cc
* Thu Apr 24 2008 Matthias Clasen  <mclasen@redhat.com> - 2.13.0-1
c641cc
- Update to 2.13.0
c641cc
c641cc
* Wed Apr  9 2008 Matthias Clasen  <mclasen@redhat.com> - 2.12.9-5
c641cc
- Fix a possible crash when dragging notebook tabs
c641cc
c641cc
* Wed Apr  9 2008 Matthias Clasen  <mclasen@redhat.com> - 2.12.9-4
c641cc
- Make sure we use the right icon size for all icons in the
c641cc
  file chooser (Fix by Tomas Bzatek)
c641cc
- Improve the handling of auth dialogs in the file chooser (Tomas Bzatek)
c641cc
c641cc
* Mon Apr  7 2008 Marek Kasik  <mkasik@redhat.com> - 2.12.9-3
c641cc
- Correction of "implicit declaration of function 'g_fopen'"
c641cc
  warning
c641cc
- Resolves: #439114
c641cc
c641cc
* Thu Apr  3 2008 Matthias Clasen  <mclasen@redhat.com> - 2.12.9-2
c641cc
- Don't free foreign colormaps
c641cc
c641cc
* Wed Mar 12 2008 Matthias Clasen  <mclasen@redhat.com> - 2.12.9-1
c641cc
- Update to 2.12.9
c641cc
c641cc
* Tue Mar  4 2008 Matthias Clasen  <mclasen@redhat.com> - 2.12.8-3
c641cc
- Honor cups user default options from ~/.cups/lpoptions
c641cc
c641cc
* Tue Feb 26 2008 Matthias Clasen  <mclasen@redhat.com> - 2.12.8-2
c641cc
- Work with libbeagle.so.1
c641cc
c641cc
* Tue Feb 12 2008 Matthias Clasen  <mclasen@redhat.com> - 2.12.8-1
c641cc
- Update to 2.12.8
c641cc
c641cc
* Wed Jan 30 2008 Matthias Clasen  <mclasen@redhat.com> - 2.12.7-1
c641cc
- Update to 2.12.7
c641cc
c641cc
* Tue Jan 29 2008 Matthias Clasen  <mclasen@redhat.com> - 2.12.6-1
c641cc
- Update to 2.12.6
c641cc
c641cc
* Tue Jan  8 2008 Matthias Clasen  <mclasen@redhat.com> - 2.12.5-1
c641cc
- Update to 2.12.5
c641cc
c641cc
* Tue Jan  8 2008 Matthias Clasen  <mclasen@redhat.com> - 2.12.4-1
c641cc
- Update to 2.12.4
c641cc
- Drop obsolete patches
c641cc
c641cc
* Wed Dec 19 2007 Colin Walters <walters@redhat.com> - 2.12.3-5
c641cc
- BR libXcomposite-devel so we get the sexiness, also pull it in
c641cc
  in the devel package.
c641cc
c641cc
* Tue Dec 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.3-4
c641cc
- Fix a gtk-doc problem
c641cc
- Work around a kernel problem in the build system
c641cc
c641cc
* Mon Dec 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.3-3
c641cc
- Add a setting to change input methods
c641cc
c641cc
* Tue Dec 11 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.3-2
c641cc
- Fix yet another notebook tab related crash
c641cc
c641cc
* Wed Dec  5 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.3-1
c641cc
- Update to 2.12.3
c641cc
c641cc
* Mon Nov 26 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.2-1
c641cc
- Update to 2.12.2
c641cc
c641cc
* Sun Nov  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.1-6
c641cc
- Include the /usr/lib/gtk-2.0/2.10.0/filesystems directory
c641cc
c641cc
* Thu Oct 25 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.1-5
c641cc
- Fix a bug that prevents GtkBuilder-using apps (like totem)
c641cc
  to run in some locales (like Turkish) (#348631)
c641cc
c641cc
* Mon Oct 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.1-4
c641cc
- Fix a crash in gnome-system-log (#321701)
c641cc
c641cc
* Wed Oct 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.1-2
c641cc
- Fix a crash in the firefox print preview (#336771)
c641cc
c641cc
* Wed Oct 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.1-1
c641cc
- Update to 2.12.1 (bug fixes and translation updates)
c641cc
- Drop obsolete patches
c641cc
c641cc
* Thu Oct 11 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.0-6
c641cc
- Fix a double-free problem in gtk-update-icon-cache (#327711)
c641cc
c641cc
* Thu Oct  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.0-5
c641cc
- Fix a grab problem with multiple volume buttons
c641cc
c641cc
* Tue Sep 25 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.0-4
c641cc
- Fix a crash in simple search
c641cc
- Drop obsolete Obsoletes and Conflicts
c641cc
c641cc
* Thu Sep 20 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.0-3
c641cc
- Fix a problem with swt and tooltips
c641cc
c641cc
* Tue Sep 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.0-2
c641cc
- Adapt to tracker ABI changes
c641cc
c641cc
* Fri Sep 14 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.0-1
c641cc
- Update to 2.12.0
c641cc
c641cc
* Fri Sep  7 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.6-9
c641cc
- Add a workaround for the flash plugin
c641cc
c641cc
* Fri Sep  7 2007 Ray Strode <rstrode@redhat.com> - 2.11.6-8
c641cc
- install dummy binary in libdir/gtk-2.0/immodules directory to
c641cc
  aid rpm when doing ia64 multilib (bug 253726)
c641cc
c641cc
* Mon Aug 27 2007 Jens Petersen <petersen@redhat.com> - 2.11.6-7
c641cc
- own libdir/gtk-2.0/immodules directory (#255621)
c641cc
c641cc
* Wed Aug  8 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.6-6
c641cc
- Improve tooltip compatibility to make acroread work again
c641cc
c641cc
* Sun Aug  5 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.6-5
c641cc
- Really move gtk-demo over
c641cc
c641cc
* Thu Aug  2 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.6-4
c641cc
- Move gtk-demo to the -devel package
c641cc
- Don't install ChangeLog
c641cc
- Update the License field
c641cc
c641cc
* Wed Jul 25 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.6-3
c641cc
- Fix the behaviour of tooltips on system tray icons
c641cc
c641cc
* Tue Jul 24 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.6-2
c641cc
- Silence the icon cache validator (#248789)
c641cc
c641cc
* Mon Jul 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.6-1
c641cc
- Update to 2.11.6
c641cc
- Make it build against recent cups
c641cc
c641cc
* Thu Jul 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.5-4
c641cc
- Up the glib requirement
c641cc
c641cc
* Sun Jul  8 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.5-3
c641cc
- Own /usr/lib/gtk-2.0/modules
c641cc
c641cc
* Mon Jul  2 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.5-1
c641cc
- Update to 2.11.5
c641cc
c641cc
* Tue Jun 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.4-1
c641cc
- Update to 2.11.4
c641cc
c641cc
* Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.3-4
c641cc
- Update versioned dependencies (#244602)
c641cc
c641cc
* Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.3-3
c641cc
- Clean up directory ownership
c641cc
c641cc
* Sat Jun 16 2007 Caolan McNamara <caolanm@redhat.com> - 2.11.3-2
c641cc
- Resolves: rhbz#244516 avoid typename in headers for C++
c641cc
c641cc
* Fri Jun 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.3-1
c641cc
- Update to 2.11.3
c641cc
- Drop upstreamed patches
c641cc
c641cc
* Wed Jun  6 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.2-1
c641cc
- Update to 2.11.2
c641cc
c641cc
* Mon Jun  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.1-1
c641cc
- Update to 2.11.1
c641cc
- Update patches
c641cc
c641cc
* Thu May 24 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.0-1
c641cc
- Update to 2.11.0
c641cc
- Drop upstreamed patches
c641cc
c641cc
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.12-1
c641cc
- Update to 2.10.12
c641cc
- Drop upstreamed patches
c641cc
c641cc
* Tue May 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.11-6
c641cc
- Backport some fixes for the ftw()-based search engine
c641cc
c641cc
* Tue Apr 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.11-5
c641cc
- Use DESKTOP xdg-user-dir in the file chooser
c641cc
c641cc
* Mon Apr  9 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.11-4
c641cc
- Fix a memory leak in the search patch
c641cc
c641cc
* Wed Mar 28 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.11-3
c641cc
- Support raw printers
c641cc
c641cc
* Tue Mar 20 2007 Florian La Roche <laroche@redhat.com> - 2.10.11-2
c641cc
- fix Conflicts: libgnomeui line
c641cc
c641cc
* Wed Mar 14 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.11-1
c641cc
- Update to 2.10.11
c641cc
- Require libpng-devel in the devel package (#232013)
c641cc
c641cc
* Mon Mar 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.10-1
c641cc
- Update to 2.10.10
c641cc
c641cc
* Fri Feb  9 2007 Stepan Kasal <skasal@redhat.com> - 2.10.9-4
c641cc
- Clean up the autotools calls in %%prep.
c641cc
c641cc
* Fri Feb  2 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.9-3
c641cc
- Fix update-gtk-immodules and update-gdk-pixbuf-loaders
c641cc
  being swapped  (#227134)
c641cc
c641cc
* Tue Jan 30 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.9-2
c641cc
- Fix filechooser search support
c641cc
c641cc
* Mon Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.9-1
c641cc
- Update to 2.10.9
c641cc
c641cc
* Wed Jan 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.8-2
c641cc
- Fix a crash in the recent-files menu code.
c641cc
c641cc
* Wed Jan 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.8-1
c641cc
- Update to 2.10.8
c641cc
c641cc
* Tue Jan 09 2007 Behdad Esfahbod <besfahbo@redhat.com> - 2.10.7-2
c641cc
- Configure with --with-included-loaders=png.  Saves a page per process
c641cc
c641cc
* Thu Dec 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.7-1
c641cc
- Make gdk_pixbuf_loader_close() idempotent
c641cc
- Always emit the closed signal when the loader is closed
c641cc
c641cc
* Thu Dec 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.6-8
c641cc
- Make update scripts handle slight variations in $host
c641cc
c641cc
* Sat Dec  9 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.6-7
c641cc
- Fix error handling in pixbuf loaders (#218755)
c641cc
- Fix clipping of mnemonic underlines (#218615)
c641cc
- Give accessible names to message dialogs (#215472)
c641cc
- Fix a crash in the handling of invalid icon themes (#218247)
c641cc
- Make the print dialog work when the 'BrowseShortNames Off' cups
c641cc
  option is used (#217220)
c641cc
c641cc
* Sat Nov 25 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.6-6
c641cc
- Fix a recent-files related crash
c641cc
c641cc
* Tue Nov 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.6-5
c641cc
- Change the search patch to check for beagle first
c641cc
c641cc
* Mon Nov 20 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.6-4
c641cc
- Some spec file cleanups
c641cc
c641cc
* Fri Nov 17 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.6-3
c641cc
- Rework the filechooser search to support tracker, too
c641cc
c641cc
* Thu Nov 16 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.6-2
c641cc
- Avoid a possible segfault (#215933)
c641cc
c641cc
* Sat Sep 30 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.4-4
c641cc
- Avoid a possible segfault (gnome #358405)
c641cc
c641cc
* Fri Sep 29 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.4-3
c641cc
- Fix a possible deadlock when not using the gnome-vfs
c641cc
  filesystem backend
c641cc
c641cc
* Sat Sep 23 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.4-2
c641cc
- Fix a problem with the search patch
c641cc
c641cc
* Sat Sep 23 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.4-1
c641cc
- Update to 2.10.4
c641cc
- Drop upstreamed patches
c641cc
- Update the search patch
c641cc
- Require pkgconfig in the -devel package
c641cc
c641cc
* Tue Sep 19 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.3-7
c641cc
- Fix issues with auth dialogs in the file chooser
c641cc
c641cc
* Wed Sep 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.3-6
c641cc
- Don't spew a warning if libbeagle is not installed
c641cc
c641cc
* Wed Sep 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.3-5
c641cc
- Make color picker work with window groups
c641cc
c641cc
* Sun Sep 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.3-4
c641cc
- Fix display of Desktop in file chooser buttons.
c641cc
c641cc
* Fri Sep  8 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.3-3.fc6
c641cc
- Fix a Sylpheed crash  (#192101)
c641cc
c641cc
* Tue Sep  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.3-2.fc6
c641cc
- Use fam for recent files
c641cc
c641cc
* Tue Sep  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.3-1.fc6
c641cc
- Update to 2.10.3
c641cc
c641cc
* Fri Sep  1 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.2-6.fc6
c641cc
- Fix a problem with entering Hangul in entries
c641cc
c641cc
* Thu Aug 31 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.2-5.fc6
c641cc
- Fix problems with listing printers
c641cc
- Stop cursor blinking after a while, to save energy
c641cc
c641cc
* Mon Aug 28 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.2-4.fc6
c641cc
- Use a reasonable timeout when polling for printer
c641cc
  list updates  (#203585)
c641cc
c641cc
* Wed Aug 23 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.2-3.fc6
c641cc
- Fix confusion between values and names in printer options (#203588)
c641cc
c641cc
* Fri Aug 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.2-2.fc6
c641cc
- Fix some problems with the recent files code
c641cc
c641cc
* Fri Aug 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.2-1.fc6
c641cc
- Update to 2.10.2
c641cc
c641cc
* Mon Aug 14 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.1-3.fc6
c641cc
- Fix a problem with the search patch
c641cc
c641cc
* Wed Aug  9 2006 Ray Strode <rstrode@redhat.com> - 2.10.1-2
c641cc
- patch from Jonathan Matthew <jontahn@kaolin.wh9.net> to fix
c641cc
  crash in GtkTreeModelFilter (upstream bug 346800)
c641cc
c641cc
* Sun Jul 23 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.1-1
c641cc
- Update to 2.10.1
c641cc
c641cc
* Wed Jul 19 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.0-5
c641cc
- Fix a typo in the Search support patch
c641cc
c641cc
* Tue Jul 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.0-4
c641cc
- Make the Search support more bulletproof
c641cc
c641cc
* Sun Jul 16 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.0-3
c641cc
- Fix a problem with the Search support
c641cc
c641cc
* Sat Jul 15 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.0-2
c641cc
- Add Search support to the filechooser
c641cc
c641cc
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.10.0-1.1
c641cc
- rebuild
c641cc
c641cc
* Mon Jul  3 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.0-1
c641cc
- Update to 2.10.0
c641cc
c641cc
* Wed Jun 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.4-1
c641cc
- Update to 2.9.4
c641cc
c641cc
* Thu Jun 15 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.3-4
c641cc
- Add more BuildRequires
c641cc
c641cc
* Wed Jun 14 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.3-3
c641cc
- Require cairo 1.1.8
c641cc
c641cc
* Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 2.9.3-2
c641cc
- rebuilt with new gnutls
c641cc
c641cc
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.3-1
c641cc
- Update to 2.9.3
c641cc
c641cc
* Thu Jun  8 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.2-4
c641cc
- Fix a crash in evolution
c641cc
c641cc
* Wed Jun  7 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.2-3
c641cc
- Fix the builtin icon cache
c641cc
c641cc
* Tue Jun  6 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.2-2
c641cc
- Add a BuildRequires for cups-devel
c641cc
- configure with --disable-rebuilds
c641cc
c641cc
* Mon Jun  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.2-1
c641cc
- Update to 2.9.2
c641cc
c641cc
* Fri Jun  2 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.1-2
c641cc
- Rebuild
c641cc
c641cc
* Tue May 16 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.1-1
c641cc
- Update to 2.9.1
c641cc
c641cc
* Mon May  8 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.0-4
c641cc
- Bump required versions of GLib, Pango and cairo
c641cc
- Add conflicts to force updating theme engine packages
c641cc
c641cc
* Fri May  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.0-1
c641cc
- Update to 2.9.0
c641cc
c641cc
* Fri Apr  7 2006 Matthias Clasen <mclasen@redhat.com> - 2.8.17-2
c641cc
- Update to 2.8.17
c641cc
c641cc
* Thu Mar 30 2006 Matthias Clasen <mclasen@redhat.com> - 2.8.16-2
c641cc
- Fix a multiscreen dnd crash
c641cc
c641cc
* Wed Mar 15 2006 Matthias Clasen <mclasen@redhat.com> - 2.8.16-1
c641cc
- Update to 2.8.16
c641cc
c641cc
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.8.15-1
c641cc
- Update to 2.8.15
c641cc
- Drop upstreamed patch
c641cc
c641cc
* Fri Mar 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.8.14-2
c641cc
- Fix a crash when using accessible treeviews
c641cc
c641cc
* Wed Mar  8 2006 Matthias Clasen <mclasen@redhat.com> - 2.8.14-1
c641cc
- Update to 2.8.14 to fix a possible memory overrun
c641cc
  in gtk_object_sink
c641cc
c641cc
* Sun Mar  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.8.13-4
c641cc
- Don't ship .la files for engines, either
c641cc
c641cc
* Wed Mar 01 2006 Karsten Hopp <karsten@redhat.de> 2.8.13-3
c641cc
- Buildrequires: libXi-devel
c641cc
c641cc
* Mon Feb 27 2006 Ray Strode <rstrode@redhat.com> - 2.8.13-2
c641cc
- s/Prereq/Requires/ for hicolor dep
c641cc
c641cc
* Sat Feb 25 2006 Matthias Clasen <mclasen@redhat.com> - 2.8.13-1
c641cc
- Update to 2.8.13
c641cc
c641cc
* Fri Feb 24 2006 Ray Strode <rstrode@redhat.com> - 2.8.12-8
c641cc
- add dependency on hicolor
c641cc
c641cc
* Sat Feb 11 2006 Matthias Clasen <mclasen@redhat.com> - 2.8.12-7.1
c641cc
- Update to 2.8.12
c641cc
c641cc
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.8.11-7.1
c641cc
- bump again for double-long bug on ppc(64)
c641cc
c641cc
* Wed Feb  8 2006 Matthias Clasen <mclasen@redhat.com> 2.8.11-7
c641cc
- Fix a double free in the file chooser
c641cc
c641cc
* Tue Feb  7 2006 Christopher Aillon <caillon@redhat.com> 2.8.11-6
c641cc
- Fix up jkeating's recent %%changelog entry to match this spec's style
c641cc
- Make the devel package Require %%{version}-%%{release}
c641cc
c641cc
* Tue Feb  7 2006 Jesse Keating <jkeating@redhat.com> 2.8.11-5.1
c641cc
- rebuilt for new gcc4.1 snapshot and glibc changes
c641cc
c641cc
* Mon Feb  6 2006 Matthias Clasen <mclasen@redhat.com> 2.8.11-5
c641cc
- Sync render fix with upstream
c641cc
c641cc
* Fri Feb  3 2006 Matthias Clasen <mclasen@redhat.com> 2.8.11-3
c641cc
- Avoid a slowpath in XRender
c641cc
c641cc
* Fri Jan 27 2006 Matthias Clasen <mclasen@redhat.com> 2.8.11-1
c641cc
- Update to 2.8.11
c641cc
c641cc
* Thu Jan 19 2006 Christopher Aillon <caillon@redhat.com> 2.8.10-4
c641cc
- Use Unicode character 2022 for the default invisible character
c641cc
c641cc
* Wed Jan 18 2006 Matthias Clasen <mclasen@redhat.com> 2.8.10-3
c641cc
- Rebuild against GLib 2.9.4
c641cc
c641cc
* Fri Jan 13 2006 Matthias Clasen <mclasen@redhat.com> 2.8.10-2
c641cc
- Run make check
c641cc
c641cc
* Thu Jan 12 2006 Matthias Clasen <mclasen@redhat.com> 2.8.10-1
c641cc
- Update to 2.8.10
c641cc
c641cc
* Sat Dec 10 2005 Matthias Clasen <mclasen@redhat.com> 2.8.9-1
c641cc
- Update to 2.8.9
c641cc
c641cc
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
c641cc
- rebuilt
c641cc
c641cc
* Mon Nov 28 2005 Matthias Clasen <mclasen@redhat.com> 2.8.8-1
c641cc
- Update to 2.8.8
c641cc
c641cc
* Tue Nov 15 2005 Matthias Clasen <mclasen@redhat.com> 2.8.7-1
c641cc
- Update to 2.8.7
c641cc
c641cc
* Tue Nov  8 2005 Matthias Clasen <mclasen@redhat.com> 2.8.6-6
c641cc
- Clean up spec file a bit
c641cc
c641cc
* Mon Oct 31 2005 Matthias Clasen <mclasen@redhat.com> 2.8.6-5
c641cc
- Switch requires to modular X
c641cc
c641cc
* Mon Oct 24 2005 Matthias Clasen <mclasen@redhat.com> 2.8.6-3
c641cc
- Add a setting to hide the input method menu
c641cc
c641cc
* Wed Oct 19 2005 Matthias Clasen <mclasen@redhat.com> 2.8.6-2
c641cc
- Sync to upstream xdgmime
c641cc
c641cc
* Wed Oct  5 2005 Matthias Clasen <mclasen@redhat.com> 2.8.6-1
c641cc
- New upstream version
c641cc
c641cc
* Mon Oct  3 2005 Matthias Clasen <mclasen@redhat.com> 2.8.5-1
c641cc
- New upstream version
c641cc
c641cc
* Fri Sep 30 2005 Matthias Clasen <mclasen@redhat.com> 2.8.4-2
c641cc
- Prevent an overflow in size hints handling
c641cc
c641cc
* Tue Sep 27 2005 Matthias Clasen <mclasen@redhat.com> 2.8.4-1
c641cc
- New upstream version
c641cc
c641cc
* Mon Aug 29 2005 Matthias Clasen <mclasen@redhat.com> 2.8.3-1
c641cc
- Newer upstream version
c641cc
c641cc
* Mon Aug 15 2005 Matthias Clasen <mclasen@redhat.com> 2.8.0-1
c641cc
- Newer upstream version
c641cc
c641cc
* Thu Aug  4 2005 Matthias Clasen <mclasen@redhat.com>
c641cc
- Newer upstream version
c641cc
c641cc
* Thu Jul 28 2005 Owen Taylor <otaylor@redhat.com> 2.7.4-1
c641cc
- Update to 2.7.4
c641cc
c641cc
* Fri Jul 15 2005 Matthias Clasen <mclasen@redhat.com>
c641cc
- Update to 2.7.3
c641cc
c641cc
* Fri Jul  8 2005 Matthias Clasen <mclasen@redhat.com>
c641cc
- Update to 2.7.2
c641cc
c641cc
* Fri Jul  1 2005 Matthias Clasen <mclasen@redhat.com>
c641cc
- Update to 2.7.1
c641cc
c641cc
* Tue Jun 21 2005 Matthias Clasen <mclasen@redhat.com>
c641cc
- update to 2.7.0
c641cc
- bump requirements
c641cc
c641cc
* Tue May 10 2005 Matthias Clasen <mclasen@redhat.com>
c641cc
- remove the openssl prereq again, as it did not fix
c641cc
  Florians problem.
c641cc
c641cc
* Sun May  8 2005 Matthias Clasen <mclasen@redhat.com>
c641cc
- remove debug spew
c641cc
c641cc
* Fri Apr 22 2005 Florian La Roche <laroche@redhat.com>
c641cc
- add a Prereq: for the new openssl version to be installed first
c641cc
c641cc
* Wed Apr 13 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.7-1
c641cc
- Update to 2.6.7
c641cc
c641cc
* Mon Apr 11 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.6-1
c641cc
- Update to 2.6.6
c641cc
- Drop upstreamed patches
c641cc
c641cc
* Sun Apr 10 2005 Jeremy Katz <katzj@redhat.com> - 2.6.5-2
c641cc
- add patch from upstream CVS for broken icons (#154340, bgo#169870)
c641cc
c641cc
* Sat Apr  9 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.5-1
c641cc
- Update to 2.6.5
c641cc
- Drop upstreamed patches
c641cc
c641cc
* Mon Mar 28 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.4-3
c641cc
- Fix a double free in the bmp loader
c641cc
c641cc
* Wed Mar  2 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.4-2
c641cc
- Rebuild with gcc4
c641cc
c641cc
* Tue Mar  1 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.4-1
c641cc
- Upgrade to 2.6.4
c641cc
- Remove upstreamed patch
c641cc
c641cc
* Mon Feb 28 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.3-1
c641cc
- Upgrade to 2.6.3
c641cc
c641cc
* Fri Feb  4 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.2-1
c641cc
- Upgrade to 2.6.2
c641cc
c641cc
* Mon Jan 10 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.1-1
c641cc
- Upgrade to 2.6.1
c641cc
- Drop no longer needed fixes
c641cc
c641cc
* Mon Dec 06 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.14-1
c641cc
- Upgrade to 2.4.14
c641cc
- Remove the no longer needed pa.po patch
c641cc
- Adjust gtk+-2.4.7-update-counter.patch
c641cc
c641cc
* Wed Dec 01 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.13-13
c641cc
- Revert an accidental ABI change.  (#151450)
c641cc
c641cc
* Wed Nov 03 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.13-11
c641cc
- Fix an oversight in the previous fix.
c641cc
c641cc
* Wed Nov 03 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.13-8
c641cc
- Fix an oversight in the previous fix, really
c641cc
  fix the crash.  (#137922)
c641cc
c641cc
* Thu Oct 28 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.13-5
c641cc
- Include an upstream bugfix in the
c641cc
  gtk+-2.4.9-treeview-activate.patch. This fixes
c641cc
  a crasher bug (#137461)
c641cc
c641cc
* Fri Oct 22 2004 Owen Taylor <otaylor@redhat.com> - 2.4.13-3
c641cc
- Fix crash with backspace at end of buffer (#136840)
c641cc
c641cc
* Wed Oct 20 2004 Owen Taylor <otaylor@redhat.com> - 2.4.13-2
c641cc
- Fix up backspace-deletes-character patches to actually work
c641cc
  (#135656.)
c641cc
c641cc
* Wed Oct 20 2004 Matthias Clasen <mclasen@redhat.com>
c641cc
- Fix the translation of default:LTR in pa.po  (#136431)
c641cc
c641cc
* Tue Oct 12 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.13-1
c641cc
- Upgrade to 2.4.13
c641cc
c641cc
* Mon Oct 04 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.10-7
c641cc
- Don't move binaries to -32/-64 needlessly.
c641cc
c641cc
* Fri Oct 01 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.10-6
c641cc
- Fix a problem in the last patch.
c641cc
c641cc
* Tue Sep 28 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.10-5
c641cc
- Improve completion popup speed for large directories (#133313)
c641cc
c641cc
* Thu Sep 23 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.10-4
c641cc
- Make arrows in path bar larger.
c641cc
c641cc
* Wed Sep 22 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.10-3
c641cc
- Make SELECT_FOLDER work better in the file chooser.
c641cc
c641cc
* Wed Sep 15 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.10-2
c641cc
- don't install .la files.  (#132792)
c641cc
c641cc
* Wed Sep 15 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.10-1
c641cc
- update to latest upstream version, drop some patches
c641cc
c641cc
* Wed Sep 15 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.9-9
c641cc
- Fix issues in the xpm and ico loaders
c641cc
  found by Chris Evans (#130711)
c641cc
c641cc
* Mon Sep 13 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.9-8
c641cc
- bring expanders back to their old size
c641cc
c641cc
* Fri Sep 10 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.9-7
c641cc
- backport support for PangoLogAttr.backspace_deletes_character
c641cc
c641cc
* Tue Sep  7 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.9-6
c641cc
- fix expander drawing (#131676)
c641cc
c641cc
* Thu Aug 26 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.9-5
c641cc
- prereq a new enough libtiff (#130678)
c641cc
c641cc
* Wed Aug 25 2004 Jonathan Blandford <jrb@redhat.com> 2.4.9-4
c641cc
- backport patch to make typeahead activate the row
c641cc
c641cc
* Wed Aug 25 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.9-3
c641cc
- adjust patches
c641cc
c641cc
* Wed Aug 25 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.9-1
c641cc
- update to 2.4.9
c641cc
c641cc
* Tue Aug 24 2004 Soren Sandmann <sandmann@redhat.com> 2.4.7-4
c641cc
- Backport update counter
c641cc
c641cc
* Tue Aug 24 2004 Jonathan Blandford <jrb@redhat.com> 2.4.7-2.3
c641cc
- patch to make '/' do the search popup
c641cc
c641cc
* Fri Aug 20 2004 Owen Taylor <otaylor@redhat.com> - 2.4.7-2.2
c641cc
- Fix problem with infinite loop on bad BMP data (#130450,
c641cc
  test BMP from Chris Evans, fix from Manish Singh)
c641cc
c641cc
* Sat Aug 14 2004 Matthias Clasen <mclasen@redhat.com> 2.4.7-1
c641cc
- update to 2.4.7
c641cc
c641cc
* Fri Aug 13 2004 Matthias Clasen <mclasen@redhat.com> 2.4.6-1
c641cc
- update to 2.4.6
c641cc
- call libtoolize --force to win .so's back...
c641cc
c641cc
* Fri Jul 30 2004 Jonathan Blandford <jrb@redhat.com> 2.4.4-4
c641cc
- add typeahead patch to GtkTreeView
c641cc
- automake-1.9
c641cc
c641cc
* Tue Jul 27 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.4-3
c641cc
- Use -64 suffix on powerpc64.  (#128605)
c641cc
c641cc
* Fri Jul 16 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.4-2
c641cc
- Fix permissions of gdk-pixbuf-csource script.
c641cc
- Escape macros in %%changelog
c641cc
c641cc
* Fri Jul  9 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.4-1
c641cc
- Update to 2.4.4
c641cc
c641cc
* Thu Jul  8 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.1-5
c641cc
- Look for the gtk.immodules file in the right location.  (#127073)
c641cc
c641cc
* Thu Jul  8 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.1-4
c641cc
- Add a wrapper for gdk-pixbuf-csource.
c641cc
c641cc
* Wed Jun 23 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.1-3
c641cc
- Don't install testgtk and testtext
c641cc
- Rename binaries to -32/-64 (#124478)
c641cc
- Move arch-dependent config files to /etc/gtk-2.0/$host (#124482)
c641cc
- Add wrappers for updating the arch-dependent config files
c641cc
c641cc
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
c641cc
- rebuilt
c641cc
c641cc
* Thu May 20 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.1-1
c641cc
- Upgrade to 2.4.1
c641cc
c641cc
* Wed Mar 17 2004 Alex Larsson <alexl@redhat.com> 2.4.0-1
c641cc
- update to 2.4.0
c641cc
- update bin_version to 2.4.0
c641cc
c641cc
* Wed Mar 10 2004 Mark McLoughlin <markmc@redhat.com> 2.3.6-1
c641cc
- Update to 2.3.6
c641cc
- Remove 2.3.5 buildfix patch
c641cc
- Remove gdk-pixbuf-xlib dependency fix
c641cc
c641cc
* Wed Mar 03 2004 Mark McLoughlin <markmc@redhat.com> 2.3.5-1
c641cc
- Update to 2.3.5
c641cc
- Bump the required glib and pango versions
c641cc
- Make it build on x86_64
c641cc
c641cc
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
c641cc
- rebuilt
c641cc
c641cc
* Wed Feb 25 2004 Mark McLoughlin <markmc@redhat.com> 2.3.4-1
c641cc
- Update to 2.3.4
c641cc
- Remove the xft-prefs patch, its upstream now
c641cc
- Don't kill libtool's hardcode_libdir_flag_spec anymore
c641cc
c641cc
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
c641cc
- rebuilt
c641cc
c641cc
* Fri Jan 23 2004 Alexander Larsson <alexl@redhat.com> 2.3.2-2
c641cc
- Remove old HAVE_XFT2 check
c641cc
- find_lang gtk20-properties too
c641cc
c641cc
* Fri Jan 23 2004 Jonathan Blandford <jrb@redhat.com> 2.3.2-1
c641cc
- new version
c641cc
- removed patches that have been applied to 2.3.x branch
c641cc
c641cc
* Mon Dec  1 2003 Thomas Woerner <twoerner@redhat.com> 2.2.4-5.2
c641cc
- removed rpath
c641cc
c641cc
* Wed Oct 15 2003 Owen Taylor <otaylor@redhat.com> 2.2.4-5.1
c641cc
- Link gdk-pixbuf-xlib against gdk-pixbuf (#106678)
c641cc
c641cc
* Fri Oct  3 2003 Owen Taylor <otaylor@redhat.com> 2.2.4-4.0
c641cc
- Fix 64-bit problem in gtkimcontextxim.c (#106124)
c641cc
c641cc
* Tue Sep 16 2003 Owen Taylor <otaylor@redhat.com> 2.2.4-3.0
c641cc
- Fix an infinite loop that can occur in the panel (#104524)
c641cc
c641cc
* Fri Sep  5 2003 Owen Taylor <otaylor@redhat.com> 2.2.4-2.1
c641cc
- Fix up tutorial in packaging (#90197), add FAQ
c641cc
- Back out change to make KP_Decimal interpretation dependent on locale
c641cc
  (#101046)
c641cc
c641cc
* Thu Sep  4 2003 Owen Taylor <otaylor@redhat.com> 2.2.4-1.1
c641cc
- Version 2.2.4 - fixes a few small problems in 2.2.3
c641cc
c641cc
* Tue Aug 26 2003 Owen Taylor <otaylor@redhat.com> 2.2.3-1.1
c641cc
- Version 2.2.3
c641cc
c641cc
* Thu Jul 10 2003 Owen Taylor <otaylor@redhat.com> 2.2.2-2.0
c641cc
- Change release number for rebuild
c641cc
c641cc
* Wed Jul  9 2003 Owen Taylor <otaylor@redhat.com> 2.2.2-2.1
c641cc
- XFlush() rather than XSync() at the end of process_all_updates()
c641cc
  (big remote X anaconda speedup)
c641cc
- Add patch to fix frequent Red Hat 9 crash
c641cc
  http://bugzilla.gnome.org/show_bug.cgi?id=105745
c641cc
c641cc
* Mon Jun  9 2003 Owen Taylor <otaylor@redhat.com>
c641cc
- Version 2.2.2
c641cc
- Mark assembly files as noexec-stack
c641cc
c641cc
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
c641cc
- rebuilt
c641cc
c641cc
* Mon Feb 24 2003 Jonathan Blandford <jrb@redhat.com> 2.2.1-2
c641cc
- add a libpng dependency to pull in the rebuilt version.
c641cc
c641cc
* Fri Feb 21 2003 Jonathan Blandford <jrb@redhat.com> 2.2.1-2
c641cc
- add a patch to fix broken scrolling in a lot of applications.
c641cc
c641cc
* Sun Feb  2 2003 Owen Taylor <otaylor@redhat.com>
c641cc
- Version 2.2.1
c641cc
- Update xftprefs for gtk+-2.2.1
c641cc
c641cc
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
c641cc
- rebuilt
c641cc
c641cc
* Tue Jan 14 2003 Jonathan Blandford <jrb@redhat.com>
c641cc
- patch to fix TreeView misdrawing.  Remove when 2.2.1 comes out
c641cc
c641cc
* Fri Dec 20 2002 Owen Taylor <otaylor@redhat.com>
c641cc
- Version 2.2.0
c641cc
c641cc
* Fri Dec 20 2002 Nalin Dahyabhai <nalin@redhat.com>
c641cc
- Fix postun to not try to run a script through ldconfig
c641cc
- Only remove the gtk.immodules and gdk-pixbuf.loaders files if uninstalling
c641cc
  while not upgrading
c641cc
c641cc
* Wed Dec 11 2002 Owen Taylor <otaylor@redhat.com>
c641cc
- Version 2.1.5
c641cc
c641cc
* Wed Dec 11 2002 Owen Taylor <otaylor@redhat.com>
c641cc
- Version 2.1.4
c641cc
c641cc
* Wed Dec  4 2002 Owen Taylor <otaylor@redhat.com>
c641cc
- Fix problem with GtkCombo not setting text to first item
c641cc
c641cc
* Tue Dec  3 2002 Owen Taylor <otaylor@redhat.com>
c641cc
- Version 2.1.3, re-add xftprefs patch
c641cc
c641cc
* Fri Nov 22 2002 Havoc Pennington <hp@redhat.com>
c641cc
- rebuild with xft support
c641cc
c641cc
* Wed Nov 20 2002 Havoc Pennington <hp@redhat.com>
c641cc
- rebuild to hack around xft.pc being in the wrong place
c641cc
- buildreq the pango with pangoxft
c641cc
c641cc
* Thu Nov  7 2002 Havoc Pennington <hp@redhat.com>
c641cc
- 2.1.3
c641cc
- remove TODO from doc, no longer exists
c641cc
- remove 64bit patch, now upstream
c641cc
- comment out scroll_to patch, jrb has to deal with this
c641cc
- remove keycode patch now upstream
c641cc
- remove usintl patch now upstream
c641cc
- remove imenvar patch, now upstream
c641cc
- remove xftprefs patch now upstream
c641cc
- remove xftdraw patch now upstream
c641cc
- remove installdir patch (no longer applies) and do "makeinstall RUN_QUERY_IMMODULES_TEST=false"
c641cc
- remove extranotify patch, now upstream
c641cc
- add gdk-pixbuf-query-loaders to file list
c641cc
- remove gdk-pixbuf.loaders and gtk.immodules in postun as they are
c641cc
  not owned by the package (these should probably live in /var since they
c641cc
  aren't config files and we overwrite them all the time)
c641cc
c641cc
* Thu Oct  3 2002 Owen Taylor <otaylor@redhat.com>
c641cc
- Add a fix for a 64bit problem in gtktypeutils.h
c641cc
- Bump in rebuild for RPM configuration problem
c641cc
c641cc
* Sun Aug 25 2002 Jonathan Blandford <jrb@redhat.com>
c641cc
- fix gtk_tree_view_scroll_to_cell
c641cc
c641cc
* Fri Aug 23 2002 Owen Taylor <otaylor@redhat.com>
c641cc
- Fixed Raleigh theme missing from package list
c641cc
c641cc
* Mon Aug 19 2002 Owen Taylor <otaylor@redhat.com>
c641cc
- Fix a memory leak in xftprefs.patch
c641cc
- Fix extra settings notifies on startup that were causing significant
c641cc
  performance problems as fonts were reloaded.
c641cc
c641cc
* Tue Aug 13 2002 Owen Taylor <otaylor@redhat.com>
c641cc
- Fixes to GtkIMContextSimple compose table for us-intl keyboards
c641cc
  (#70995, Alexandre Oliva)
c641cc
- Fix problem with keycodes passed to GtkIMContextXIM
c641cc
	
c641cc
* Thu Aug  8 2002 Owen Taylor <otaylor@redhat.com>
c641cc
- Remove fixed-ltmain.sh, no longer needed
c641cc
- Fix bug with GTK_IM_MODULE environment variable
c641cc
- Remove profile.d entries setting GDK_USE_XFT, since we now default to it on
c641cc
- Backport patch from CVS HEAD to get Xft to work on non-RENDER XServers
c641cc
- Version 2.0.6
c641cc
c641cc
* Tue Jul 16 2002 Owen Taylor <otaylor@redhat.com>
c641cc
- Fix cut and paste error in xftprefs patch pointed out by Anders Carlsson
c641cc
c641cc
* Mon Jul  8 2002 Owen Taylor <otaylor@redhat.com>
c641cc
- Add patch to hook Xft up to XSETTINGS
c641cc
c641cc
* Tue Jul  2 2002 Jonathan Blandford <jrb@redhat.com>
c641cc
- tree-view fixes for anaconda.  Already in CVS.
c641cc
c641cc
* Fri Jun 21 2002 Owen Taylor <otaylor@redhat.com>
c641cc
- Default GDK_USE_XFT to on, not off
c641cc
c641cc
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
c641cc
- 2.0.5
c641cc
- remove xft configure.in patch
c641cc
c641cc
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
c641cc
- rebuild in different environment
c641cc
c641cc
* Fri Jun  7 2002 Havoc Pennington <hp@redhat.com>
c641cc
- rebuild
c641cc
c641cc
* Thu Jun  6 2002 Owen Taylor <otaylor@redhat.com>
c641cc
- Add patch so that configuration works with pango-1.1/fontconfig
c641cc
c641cc
* Tue Jun  4 2002 Havoc Pennington <hp@redhat.com>
c641cc
- 2.0.3
c641cc
c641cc
* Mon Jun 03 2002 Havoc Pennington <hp@redhat.com>
c641cc
- rebuild in different environment
c641cc
c641cc
* Mon Jun  3 2002 Havoc Pennington <hp@redhat.com>
c641cc
- drop /etc/gtk-2.0/gtkrc from the file list, will now be provided by redhat-artwork
c641cc
c641cc
* Wed May 29 2002 Havoc Pennington <hp@redhat.com>
c641cc
- rebuild in different environment
c641cc
c641cc
* Wed May 29 2002 Havoc Pennington <hp@redhat.com>
c641cc
- add profile.d entries to set GDK_USE_XFT
c641cc
c641cc
* Thu May 23 2002 Tim Powers <timp@redhat.com>
c641cc
- automated rebuild
c641cc
c641cc
* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
c641cc
- rebuild in different environment
c641cc
- hardcode automake 1.4 req
c641cc
c641cc
* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
c641cc
- do the prefix/lib -> libdir thing
c641cc
- include key themes in the package
c641cc
c641cc
* Mon Apr 15 2002 root <otaylor@redhat.com>
c641cc
- Fix missing .po files (#63336)
c641cc
c641cc
* Thu Apr 11 2002 Owen Taylor <otaylor@redhat.com>
c641cc
- Add reference docs to -devel package (#61184)
c641cc
- Use GTK2_RC_FILES, not GTK_RC_FILES, since KDE points GTK_RC_FILES
c641cc
  to gtk-1.2 ~/.gtkrc
c641cc
c641cc
* Wed Apr  3 2002 Alex Larsson <alexl@redhat.com>
c641cc
- Change dependency for glib2 since gtk and glib versions mismatch
c641cc
c641cc
* Wed Apr  3 2002 Alex Larsson <alexl@redhat.com>
c641cc
- Update to version 2.0.2
c641cc
c641cc
* Fri Mar  8 2002 Owen Taylor <otaylor@redhat.com>
c641cc
- Version 2.0.0
c641cc
c641cc
* Mon Feb 25 2002 Alex Larsson <alexl@redhat.com>
c641cc
- Update to 1.3.15
c641cc
c641cc
* Thu Feb 21 2002 Alex Larsson <alexl@redhat.com>
c641cc
- Bump for rebuild
c641cc
c641cc
* Mon Feb 18 2002 Alex Larsson <alexl@redhat.com>
c641cc
- Update to 1.3.14
c641cc
c641cc
* Fri Feb 15 2002 Havoc Pennington <hp@redhat.com>
c641cc
- add horrible buildrequires hack
c641cc
c641cc
* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
c641cc
- 1.3.13.91 snapshot
c641cc
c641cc
* Mon Feb 11 2002 Matt Wilson <msw@redhat.com>
c641cc
- build from CVS snapshot
c641cc
- use setup -q
c641cc
c641cc
* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
c641cc
- Version 1.3.13
c641cc
c641cc
* Tue Jan 22 2002 Havoc Pennington <hp@redhat.com>
c641cc
- automake14
c641cc
c641cc
* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
c641cc
- 1.3.12.90 snapshot
c641cc
c641cc
* Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
c641cc
- Version 1.3.11
c641cc
- check atk/pango versions explicitly prior to build,
c641cc
  so that --nodeps tricks don't result in bad binary RPMs
c641cc
c641cc
* Fri Oct  5 2001 Havoc Pennington <hp@redhat.com>
c641cc
- pixbuf loaders were missing from file list
c641cc
- conflict with gdk-pixbuf-devel <= 0.11
c641cc
c641cc
* Thu Oct  4 2001 Havoc Pennington <hp@redhat.com>
c641cc
- cvs snap
c641cc
c641cc
* Thu Sep 27 2001 Havoc Pennington <hp@redhat.com>
c641cc
- sync with Owen's version
c641cc
c641cc
* Thu Sep 20 2001 Havoc Pennington <hp@redhat.com>
c641cc
- smp_mflags
c641cc
- langify
c641cc
c641cc
* Wed Sep 19 2001 Havoc Pennington <hp@redhat.com>
c641cc
- 1.3.8
c641cc
- add automake hackarounds
c641cc
c641cc
* Thu Sep 13 2001 Havoc Pennington <hp@redhat.com>
c641cc
- conflict with old GTK with headers not moved
c641cc
- prereq new version of pango
c641cc
c641cc
* Mon Sep 10 2001 Havoc Pennington <hp@redhat.com>
c641cc
- update to CVS snapshot
c641cc
c641cc
* Wed Sep  5 2001 Havoc Pennington <hp@redhat.com>
c641cc
- build require specific versions of dependencies
c641cc
c641cc
* Tue Sep  4 2001 Owen Taylor <otaylor@redhat.com>
c641cc
- Version 1.3.7
c641cc
c641cc
* Thu Jul 26 2001 Havoc Pennington <hp@redhat.com>
c641cc
- Obsolete Inti and Inti-devel, #49967
c641cc
c641cc
* Sat Jul 21 2001 Owen Taylor <otaylor@redhat.com>
c641cc
- PreReq specific pango and atk versions (#49434)
c641cc
- Don't package gtk.immodules (#49584)
c641cc
- Added BuildPrereq for libtiff-devel, libjpeg-devel, libpng-devel (#49495)
c641cc
- Configure with --disable-gtk-doc (#48987)
c641cc
- Package libgdk_pixbuf_xlib (#47753)
c641cc
c641cc
* Sat Jul  7 2001 Tim Powers <timp@redhat.com>
c641cc
- languify to satisfy rpmlint
c641cc
c641cc
* Thu Jun 21 2001 Florian La Roche <Florian.LaRoche@redhat.de>
c641cc
- use something better than libtool
c641cc
c641cc
* Wed Jun 13 2001 Havoc Pennington <hp@redhat.com>
c641cc
- 1.3.6
c641cc
- libtool hackery
c641cc
- obsolete gtk+-gtkbeta-devel
c641cc
c641cc
* Fri May  4 2001 Owen Taylor <otaylor@redhat.com>
c641cc
- Version 1.3.5
c641cc
- Rename to gtk2
c641cc
c641cc
* Fri Nov 17 2000 Owen Taylor <otaylor@redhat.com>
c641cc
- Final 1.3.2
c641cc
c641cc
* Tue Nov 14 2000 Owen Taylor <otaylor@redhat.com>
c641cc
- New snapshot
c641cc
c641cc
* Mon Nov 13 2000 Owen Taylor <otaylor@redhat.com>
c641cc
- 1.3.2pre1 snapshot version
c641cc
c641cc
* Sun Aug 13 2000 Owen Taylor <otaylor@redhat.com>
c641cc
- Rename to 1.3.1b to avoid version increment difficulties
c641cc
c641cc
* Thu Aug 10 2000 Havoc Pennington <hp@redhat.com>
c641cc
- Fix .pc files to not contain -I%%{_includedir}
c641cc
c641cc
* Thu Aug 10 2000 Havoc Pennington <hp@redhat.com>
c641cc
- Update to a CVS snapshot
c641cc
c641cc
* Fri Jul 14 2000 Owen Taylor <otaylor@redhat.com>
c641cc
- Removed stray b from %%postun
c641cc
- Real 1.3.1 tarball fixing stupid omission in gtk-config
c641cc
c641cc
* Fri Jul 07 2000 Owen Taylor <otaylor@redhat.com>
c641cc
- Version 1.3.1
c641cc
- move back to /usr
c641cc
- Remove gtk-config.1 manpage from build since
c641cc
  it conflicts with gtk+-devel. When we go to
c641cc
  gtk+ gtk+1.2 setup, we should add it back
c641cc
c641cc
* Fri Jun 30 2000 Owen Taylor <otaylor@redhat.com>
c641cc
- Rename gtkrc-default source so that it GTK+ package can't remove it
c641cc
c641cc
* Thu Jun 8 2000  Owen Taylor <otaylor@redhat.com>
c641cc
- Rebuild with a prefix of /opt/gtk-beta
c641cc
c641cc
* Wed May 31 2000 Owen Taylor <otaylor@redhat.com>
c641cc
- New version
c641cc
c641cc
* Tue Apr 25 2000 Owen Taylor <otaylor@redhat.com>
c641cc
- Snapshot version to install in /opt/pango
c641cc
c641cc
* Mon Feb 21 2000 Owen Taylor <otaylor@redhat.com>
c641cc
- Fix weird excess  problem that somehow turned up in %%{_sysconfdir}/gtkrc.LANG
c641cc
c641cc
* Mon Feb 14 2000 Owen Taylor <otaylor@redhat.com>
c641cc
- More patches from 1.2.7
c641cc
c641cc
* Fri Feb 04 2000 Owen Taylor <otaylor@redhat.com>
c641cc
- Set the charset explicitely for the default font to avoid
c641cc
  problems with XFree86-4.0 where the default charset is
c641cc
  iso10646-1, not iso8859-1.
c641cc
- Fix problems with size requisitions for scrolled windows
c641cc
  that was causing looping. (RH bug #7997)
c641cc
c641cc
* Thu Feb 03 2000 Owen Taylor <otaylor@redhat.com>
c641cc
- Explicitely set the foreground of the tooltips to black
c641cc
  to avoid bad interactions with themes that set a
c641cc
  light foreground color.
c641cc
c641cc
* Thu Feb 03 2000 Owen Taylor <otaylor@redhat.com>
c641cc
- Added large patch of bugfixes in stable branch of CVS
c641cc
c641cc
* Tue Oct 12 1999 Owen Taylor <otaylor@redhat.com>
c641cc
- Added Akira Higuti's patch for line-wrapping in GTK+
c641cc
c641cc
* Thu Oct 7  1999 Owen Taylor <otaylor@redhat.com>
c641cc
- version 1.2.6
c641cc
c641cc
* Thu Sep 23 1999 Owen Taylor <otaylor@redhat.com>
c641cc
- version 1.2.5
c641cc
- install tutorial GIFs
c641cc
c641cc
* Wed Sep 22  1999 Owen Taylor <otaylor@redhat.com>
c641cc
- Upgrade to real 1.2.5pre2
c641cc
- Changed name so upgrade to 1.2.5 will work :-(
c641cc
- Add extra gtkrc files
c641cc
- Add examples and English language tutorial to -devel package
c641cc
c641cc
* Fri Sep 17 1999 Owen Taylor <otaylor@redhat.com>
c641cc
- Upgraded to 1.2.5pre2. (Actually, pre-pre-2)
c641cc
c641cc
* Tue Aug 17 1999 Michael Fulbright <drmike@redhat.com>
c641cc
- added threaded patch
c641cc
c641cc
* Mon Jun 7 1999 Owen Taylor <otaylor@redhat.com>
c641cc
- Update for GTK+-1.2.3
c641cc
- Patches that will be in GTK+-1.2.4
c641cc
- Patch to keep GTK+ from coredumping on X IO errors
c641cc
- Patch to improve compatilibity with GTK-1.2.1 (allow
c641cc
  event mask to be set on realized widgets)
c641cc
c641cc
* Mon Apr 19 1999 Michael Fulbright <drmike@redhat.com>
c641cc
- fixes memory leak
c641cc
c641cc
* Mon Apr 12 1999 Owen Taylor <otaylor@redhat.com>
c641cc
- The important bug fixes that will be in GTK+-1.2.2
c641cc
c641cc
* Thu Apr 01 1999 Michael Fulbright <drmike@redhat.com>
c641cc
- patches from owen to handle various gdk bugs
c641cc
c641cc
* Sun Mar 28 1999 Michael Fulbright <drmike@redhat.com>
c641cc
- added XFree86-devel requirement for gtk+-devel
c641cc
c641cc
* Thu Mar 25 1999 Michael Fulbright <drmike@redhat.com>
c641cc
- version 1.2.1
c641cc
c641cc
* Wed Mar 17 1999 Michael Fulbright <drmike@redhat.com>
c641cc
- removed /usr/info/dir.gz file from package
c641cc
c641cc
* Fri Feb 26 1999 Michael Fulbright <drmike@redhat.com>
c641cc
- Version 1.2.0
c641cc
c641cc
* Thu Feb 25 1999 Michael Fulbright <drmike@redhat.com>
c641cc
- version 1.2.0pre2, patched to use --sysconfdir=%%{_sysconfdir}
c641cc
c641cc
* Mon Feb 15 1999 Michael Fulbright <drmike@redhat.com>
c641cc
- patched in Owen's patch to fix Metal theme
c641cc
c641cc
* Fri Feb 05 1999 Michael Fulbright <drmike@redhat.com>
c641cc
- bumped up to 1.1.15
c641cc
c641cc
* Wed Feb 03 1999 Michael Fulbright <drmike@redhat.com>
c641cc
- bumped up to 1.1.14
c641cc
c641cc
* Mon Jan 18 1999 Michael Fulbright <drmike@redhat.com>
c641cc
- bumped up to 1.1.13
c641cc
c641cc
* Wed Jan 06 1999 Michael Fulbright <drmike@redhat.com>
c641cc
- bumped up to 1.1.12
c641cc
c641cc
* Wed Dec 16 1998 Michael Fulbright <drmike@redhat.com>
c641cc
- added Theme directory to file list
c641cc
- up to 1.1.7 for GNOME freeze
c641cc
c641cc
* Sun Oct 25 1998 Shawn T. Amundson <amundson@gtk.org>
c641cc
- Fixed Source: to point to v1.1
c641cc
c641cc
* Tue Aug 04 1998 Michael Fulbright <msf@redhat.com>
c641cc
- change %%postun to %%preun
c641cc
c641cc
* Sat Jun 27 1998 Shawn T. Amundson
c641cc
- Changed version to 1.1.0
c641cc
c641cc
* Thu Jun 11 1998 Dick Porter <dick@cymru.net>
c641cc
- Removed glib, since it is its own module now
c641cc
c641cc
* Mon Apr 13 1998 Marc Ewing <marc@redhat.com>
c641cc
- Split out glib package
c641cc
c641cc
* Wed Apr  8 1998 Shawn T. Amundson <amundson@gtk.org>
c641cc
- Changed version to 1.0.0
c641cc
c641cc
* Tue Apr  7 1998 Owen Taylor <otaylor@gtk.org>
c641cc
- Changed version to 0.99.10
c641cc
c641cc
* Thu Mar 19 1998 Shawn T. Amundson <amundson@gimp.org>
c641cc
- Changed version to 0.99.9
c641cc
- Changed gtk home page to www.gtk.org
c641cc
c641cc
* Thu Mar 19 1998 Shawn T. Amundson <amundson@gimp.org>
c641cc
- Changed version to 0.99.8
c641cc
c641cc
* Sun Mar 15 1998 Marc Ewing <marc@redhat.com>
c641cc
- Added aclocal and bin stuff to file list.
c641cc
- Added -k to the SMP make line.
c641cc
- Added lib/glib to file list.
c641cc
c641cc
* Sat Mar 14 1998 Shawn T. Amundson <amundson@gimp.org>
c641cc
- Changed version to 0.99.7
c641cc
c641cc
* Sat Mar 14 1998 Shawn T. Amundson <amundson@gimp.org>
c641cc
- Updated ftp url and changed version to 0.99.6
c641cc
c641cc
* Thu Mar 12 1998 Marc Ewing <marc@redhat.com>
c641cc
- Reworked to integrate into gtk+ source tree
c641cc
- Truncated ChangeLog.  Previous Authors:
c641cc
  Trond Eivind Glomsrod <teg@pvv.ntnu.no>
c641cc
  Michael K. Johnson <johnsonm@redhat.com>
c641cc
  Otto Hammersmith <otto@redhat.com>
c641cc