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