Blame SPECS/gtk2.spec

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