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