af9754
%if 0%{?fedora} || 0%{?rhel} > 7
af9754
%global with_wayland 1
af9754
%global with_broadway 1
af9754
%endif
af9754
af9754
%global glib2_version 2.49.4
af9754
%global pango_version 1.37.3
af9754
%global atk_version 2.15.1
af9754
%global cairo_version 1.14.0
af9754
%global gdk_pixbuf_version 2.30.0
af9754
%global xrandr_version 1.5.0
af9754
%global wayland_version 1.9.91
af9754
%global wayland_protocols_version 1.12
af9754
%global epoxy_version 1.0
af9754
af9754
%global bin_version 3.0.0
af9754
af9754
%global _changelog_trimtime %(date +%s -d "1 year ago")
af9754
af9754
# Filter provides for private modules
af9754
%global __provides_exclude_from ^%{_libdir}/gtk-3.0
af9754
af9754
Name: gtk3
af9754
Version: 3.22.30
25966e
Release: 11%{?dist}
af9754
Summary: GTK+ graphical user interface library
af9754
af9754
License: LGPLv2+
af9754
URL: http://www.gtk.org
af9754
Source0: http://download.gnome.org/sources/gtk+/3.22/gtk+-%{version}.tar.xz
af9754
af9754
# rhbz#1656447 / https://gitlab.gnome.org/GNOME/gtk/issues/1507
af9754
Patch1: 0001-a11y-Check-X11-display-at-runtime.patch
af9754
Patch2: 0001-a11y-Check-display-in-grab_cell_focus.patch
9c78e9
# ehbz#1723836
9c78e9
Patch3: 0001-a11y-Include-window-management-buttons-in-headerbar.patch
9c78e9
# rhbz#1736742
9c78e9
Patch4: 0001-Add-a-gtk-overlay-scrolling-setting.patch
9c78e9
Patch5: 0002-scrolled-window-respect-overlay-scrolling-setting.patch
0e8f6a
# Backported from upstream / https://gitlab.gnome.org/GNOME/gtk/merge_requests/1114
0e8f6a
# rhbz#1843486
0e8f6a
Patch6: 0001-gtklistbox-Only-unparent-header-rows-if-they-haven-t.patch
fb1710
# rhbz#1893196
fb1710
Patch7: 0001-entry-Only-offer-Emoji-if-requested.patch
fb1710
# rhbz#1873488
fb1710
Patch8: 0001-fix-nonoverlay-scrollbars.patch
fb1710
# Upstream patch to make reftests work in a vm
fb1710
Patch9: 0001-reftests-Enforce-default-settings.patch
c99098
# https://bugzilla.redhat.com/show_bug.cgi?id=2032438
c99098
Patch10: gtk-3.22.20-fix-treeview-refcount.patch
8736d2
Patch11: gtk-3.22.20-fix-treeview-refcount2.patch
c99098
# https://bugzilla.redhat.com/show_bug.cgi?id=1887266
8736d2
Patch12: gtk-3.22.20-quiet-exit.patch
c99098
# https://bugzilla.redhat.com/show_bug.cgi?id=2032437
8736d2
Patch13: gtk-3.22.20-avoid-cellarea-crash.patch
25966e
# https://bugzilla.redhat.com/show_bug.cgi?id=2058260
25966e
Patch14: 0001-Remove-the-without-parent-warning.patch
af9754
af9754
BuildRequires: pkgconfig(atk) >= %{atk_version}
af9754
BuildRequires: pkgconfig(atk-bridge-2.0)
af9754
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
af9754
BuildRequires: pkgconfig(gobject-introspection-1.0)
af9754
BuildRequires: pkgconfig(cairo) >= %{cairo_version}
af9754
BuildRequires: pkgconfig(cairo-gobject) >= %{cairo_version}
af9754
BuildRequires: pkgconfig(pango) >= %{pango_version}
af9754
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= %{gdk_pixbuf_version}
af9754
BuildRequires: pkgconfig(xi)
af9754
BuildRequires: pkgconfig(xrandr) >= %{xrandr_version}
af9754
BuildRequires: pkgconfig(xrender)
af9754
BuildRequires: pkgconfig(xrender)
af9754
BuildRequires: pkgconfig(xcursor)
af9754
BuildRequires: pkgconfig(xfixes)
af9754
BuildRequires: pkgconfig(xinerama)
af9754
BuildRequires: pkgconfig(xcomposite)
af9754
BuildRequires: pkgconfig(xdamage)
af9754
BuildRequires: pkgconfig(epoxy)
af9754
BuildRequires: gettext
af9754
BuildRequires: gtk-doc
af9754
BuildRequires: cups-devel
af9754
BuildRequires: pkgconfig(rest-0.7)
af9754
BuildRequires: pkgconfig(json-glib-1.0)
af9754
BuildRequires: pkgconfig(colord)
af9754
BuildRequires: pkgconfig(avahi-gobject)
af9754
BuildRequires: desktop-file-utils
af9754
%if 0%{?with_wayland}
af9754
BuildRequires: pkgconfig(egl)
af9754
BuildRequires: pkgconfig(wayland-client) >= %{wayland_version}
af9754
BuildRequires: pkgconfig(wayland-cursor) >= %{wayland_version}
af9754
BuildRequires: pkgconfig(wayland-egl) >= %{wayland_version}
af9754
BuildRequires: pkgconfig(wayland-protocols) >= %{wayland_protocols_version}
af9754
BuildRequires: pkgconfig(xkbcommon)
af9754
%endif
af9754
af9754
# standard icons
af9754
Requires: adwaita-icon-theme
af9754
# required for icon theme apis to work
af9754
Requires: hicolor-icon-theme
af9754
# split out in a subpackage
af9754
Requires: gtk-update-icon-cache
af9754
af9754
Requires: atk%{?_isa} >= %{atk_version}
af9754
Requires: cairo%{?_isa} >= %{cairo_version}
af9754
Requires: cairo-gobject%{?_isa} >= %{cairo_version}
af9754
Requires: glib2%{?_isa} >= %{glib2_version}
af9754
Requires: libepoxy%{?_isa} >= %{epoxy_version}
af9754
Requires: libXrandr%{?_isa} >= %{xrandr_version}
af9754
Requires: pango%{?_isa} >= %{pango_version}
af9754
%if 0%{?with_wayland}
af9754
Requires: libwayland-client%{?_isa} >= %{wayland_version}
af9754
Requires: libwayland-cursor%{?_isa} >= %{wayland_version}
af9754
%endif
af9754
af9754
# required to support all the different image formats
af9754
Requires: gdk-pixbuf2-modules%{?_isa}
af9754
af9754
# make sure we have a reasonable gsettings backend
af9754
%if 0%{?fedora} || 0%{?rhel} > 7
af9754
Recommends: dconf%{?_isa}
af9754
%else
af9754
Requires: dconf%{?_isa}
af9754
%endif
af9754
af9754
# gtk3 itself includes the Adwaita theme now
af9754
Obsoletes: adwaita-gtk3-theme < 3.13.3
af9754
Provides: adwaita-gtk3-theme = %{version}-%{release}
af9754
af9754
# gtk3 no longer provides the GtkThemeEngine interface used there
af9754
Obsoletes: gtk3-engines <= 2.91.5-5.fc15
af9754
Obsoletes: gtk-solidity-engine < 0.4.1-9
af9754
Obsoletes: oxygen-gtk3 < 2:1.4.1
af9754
af9754
%description
af9754
GTK+ is a multi-platform toolkit for creating graphical user
af9754
interfaces. Offering a complete set of widgets, GTK+ is suitable for
af9754
projects ranging from small one-off tools to complete application
af9754
suites.
af9754
af9754
This package contains version 3 of GTK+.
af9754
af9754
%package -n gtk-update-icon-cache
af9754
Summary: Icon theme caching utility
af9754
# gtk-update-icon-cache used to be shipped in the gtk2 package
af9754
Conflicts: gtk2 < 2.24.29
af9754
af9754
%description -n gtk-update-icon-cache
af9754
GTK+ can use the cache files created by gtk-update-icon-cache to avoid a lot of
af9754
system call and disk seek overhead when the application starts. Since the
af9754
format of the cache files allows them to be mmap()ed shared between multiple
af9754
applications, the overall memory consumption is reduced as well.
af9754
af9754
%package immodules
af9754
Summary: Input methods for GTK+
af9754
Requires: gtk3%{?_isa} = %{version}-%{release}
af9754
# for im-cedilla.conf
af9754
Requires: gtk2-immodules%{?_isa}
af9754
af9754
%description immodules
af9754
The gtk3-immodules package contains standalone input methods that
af9754
are shipped as part of GTK+ 3.
af9754
af9754
%package immodule-xim
af9754
Summary: XIM support for GTK+
af9754
Requires: gtk3%{?_isa} = %{version}-%{release}
af9754
af9754
%description immodule-xim
af9754
The gtk3-immodule-xim package contains XIM support for GTK+ 3.
af9754
af9754
%package devel
af9754
Summary: Development files for GTK+
af9754
Requires: gtk3%{?_isa} = %{version}-%{release}
af9754
Obsoletes: gtk3-engines-devel <= 2.91.5-5.fc15
af9754
af9754
%description devel
af9754
This package contains the libraries and header files that are needed
af9754
for writing applications with version 3 of the GTK+ widget toolkit. If
af9754
you plan to develop applications with GTK+, consider installing the
af9754
gtk3-devel-docs package.
af9754
af9754
%package devel-docs
af9754
Summary: Developer documentation for GTK+
af9754
Requires: gtk3 = %{version}-%{release}
af9754
af9754
%description devel-docs
af9754
This package contains developer documentation for version 3 of the GTK+
af9754
widget toolkit.
af9754
af9754
%package tests
af9754
Summary: Tests for the %{name} package
af9754
Requires: %{name}%{?_isa} = %{version}-%{release}
af9754
af9754
%description tests
af9754
The %{name}-tests package contains tests that can be used to verify
af9754
the functionality of the installed %{name} package.
af9754
af9754
%prep
af9754
%setup -q -n gtk+-%{version}
af9754
%patch1 -p1
af9754
%patch2 -p1
9c78e9
%patch3 -p1
9c78e9
%patch4 -p1
9c78e9
%patch5 -p1
0e8f6a
%patch6 -p1
fb1710
%patch7 -p1
fb1710
%patch8 -p1
fb1710
%patch9 -p1
c99098
%patch10 -p1
c99098
%patch11 -p1
c99098
%patch12 -p1
8736d2
%patch13 -p1
25966e
%patch14 -p1
af9754
af9754
%build
af9754
export CFLAGS='-fno-strict-aliasing %optflags'
af9754
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
af9754
 %configure $CONFIGFLAGS \
af9754
        --enable-xkb \
af9754
        --enable-xinerama \
af9754
        --enable-xrandr \
af9754
        --enable-xfixes \
af9754
        --enable-xcomposite \
af9754
        --enable-xdamage \
af9754
        --enable-x11-backend \
af9754
%if 0%{?with_wayland}
af9754
        --enable-wayland-backend \
af9754
%endif
af9754
%if 0%{?with_broadway}
af9754
        --enable-broadway-backend \
af9754
%endif
af9754
        --enable-colord \
af9754
        --enable-installed-tests \
af9754
        --with-included-immodules=wayland
af9754
)
af9754
af9754
# fight unused direct deps
af9754
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
af9754
af9754
make %{?_smp_mflags}
af9754
af9754
%install
af9754
%make_install RUN_QUERY_IMMODULES_TEST=false
af9754
af9754
%find_lang gtk30
af9754
%find_lang gtk30-properties
af9754
af9754
(cd $RPM_BUILD_ROOT%{_bindir}
af9754
 mv gtk-query-immodules-3.0 gtk-query-immodules-3.0-%{__isa_bits}
af9754
)
af9754
af9754
echo ".so man1/gtk-query-immodules-3.0.1" > $RPM_BUILD_ROOT%{_mandir}/man1/gtk-query-immodules-3.0-%{__isa_bits}.1
af9754
af9754
# Remove unpackaged files
af9754
find $RPM_BUILD_ROOT -name '*.la' -delete
af9754
af9754
%if !0%{?with_broadway}
af9754
rm $RPM_BUILD_ROOT%{_mandir}/man1/broadwayd.1*
af9754
%endif
af9754
af9754
touch $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/%{bin_version}/immodules.cache
af9754
af9754
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gtk-3.0
af9754
mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/modules
af9754
mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/immodules
af9754
mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/%{bin_version}/theming-engines
af9754
af9754
%check
af9754
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
af9754
af9754
%transfiletriggerin -- %{_libdir}/gtk-3.0/3.0.0/immodules
af9754
gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
af9754
af9754
%transfiletriggerpostun -- %{_libdir}/gtk-3.0/3.0.0/immodules
af9754
gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
af9754
af9754
%files -f gtk30.lang
af9754
%license COPYING
af9754
%doc AUTHORS NEWS README
af9754
%{_bindir}/gtk-query-immodules-3.0*
af9754
%{_bindir}/gtk-launch
af9754
%{_libdir}/libgtk-3.so.*
af9754
%{_libdir}/libgdk-3.so.*
af9754
%{_libdir}/libgailutil-3.so.*
af9754
%dir %{_libdir}/gtk-3.0
af9754
%dir %{_libdir}/gtk-3.0/%{bin_version}
af9754
%dir %{_datadir}/gtk-3.0
af9754
%{_libdir}/gtk-3.0/%{bin_version}/theming-engines
af9754
%dir %{_libdir}/gtk-3.0/%{bin_version}/immodules
af9754
%{_libdir}/gtk-3.0/%{bin_version}/printbackends
af9754
%{_libdir}/gtk-3.0/modules
af9754
%{_libdir}/gtk-3.0/immodules
af9754
%{_datadir}/themes/Default
af9754
%{_datadir}/themes/Emacs
af9754
%{_libdir}/girepository-1.0
af9754
%ghost %{_libdir}/gtk-3.0/%{bin_version}/immodules.cache
af9754
%{_mandir}/man1/gtk-query-immodules-3.0*
af9754
%{_mandir}/man1/gtk-launch.1*
af9754
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml
af9754
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml
af9754
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.EmojiChooser.gschema.xml
af9754
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml
af9754
%{_datadir}/glib-2.0/schemas/org.gtk.exampleapp.gschema.xml
af9754
%if 0%{?with_broadway}
af9754
%{_bindir}/broadwayd
af9754
%{_mandir}/man1/broadwayd.1*
af9754
%endif
af9754
af9754
%files -n gtk-update-icon-cache
af9754
%license COPYING
af9754
%{_bindir}/gtk-update-icon-cache
af9754
%{_mandir}/man1/gtk-update-icon-cache.1*
af9754
af9754
%files immodules
af9754
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-cedilla.so
af9754
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-am-et.so
af9754
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-cyrillic-translit.so
af9754
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-inuktitut.so
af9754
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-ipa.so
af9754
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-multipress.so
af9754
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-thai.so
af9754
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-ti-er.so
af9754
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-ti-et.so
af9754
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-viqr.so
af9754
%if 0%{?with_broadway}
af9754
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-broadway.so
af9754
%endif
af9754
%config(noreplace) %{_sysconfdir}/gtk-3.0/im-multipress.conf
af9754
af9754
%files immodule-xim
af9754
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-xim.so
af9754
af9754
%files devel -f gtk30-properties.lang
af9754
%{_libdir}/lib*.so
af9754
%{_includedir}/*
af9754
%{_datadir}/aclocal/*
af9754
%{_libdir}/pkgconfig/*
af9754
%{_bindir}/gtk3-demo
af9754
%{_bindir}/gtk3-icon-browser
af9754
%{_bindir}/gtk-builder-tool
af9754
%{_bindir}/gtk-encode-symbolic-svg
af9754
%{_bindir}/gtk-query-settings
af9754
%{_datadir}/applications/gtk3-demo.desktop
af9754
%{_datadir}/applications/gtk3-icon-browser.desktop
af9754
%{_datadir}/applications/gtk3-widget-factory.desktop
af9754
%{_datadir}/icons/hicolor/*/apps/gtk3-demo.png
af9754
%{_datadir}/icons/hicolor/*/apps/gtk3-demo-symbolic.symbolic.png
af9754
%{_datadir}/icons/hicolor/*/apps/gtk3-widget-factory.png
af9754
%{_datadir}/icons/hicolor/*/apps/gtk3-widget-factory-symbolic.symbolic.png
af9754
%{_bindir}/gtk3-demo-application
af9754
%{_bindir}/gtk3-widget-factory
af9754
%{_datadir}/gettext/
af9754
%{_datadir}/gtk-3.0/gtkbuilder.rng
af9754
%{_datadir}/gir-1.0
af9754
%{_datadir}/glib-2.0/schemas/org.gtk.Demo.gschema.xml
af9754
%{_mandir}/man1/gtk3-demo.1*
af9754
%{_mandir}/man1/gtk3-demo-application.1*
af9754
%{_mandir}/man1/gtk3-icon-browser.1*
af9754
%{_mandir}/man1/gtk3-widget-factory.1*
af9754
%{_mandir}/man1/gtk-builder-tool.1*
af9754
%{_mandir}/man1/gtk-encode-symbolic-svg.1*
af9754
%{_mandir}/man1/gtk-query-settings.1*
af9754
af9754
%files devel-docs
af9754
%{_datadir}/gtk-doc
af9754
af9754
%files tests
af9754
%{_libexecdir}/installed-tests/gtk+
af9754
%{_datadir}/installed-tests
af9754
af9754
%changelog
25966e
* Mon Aug 22 2022 Carlos Garnacho <cgarnach@redhat.com> - 3.22.30-11
25966e
- Drop warning about unparented dialogs (#2058260)
25966e
8736d2
* Tue Feb 15 2022 David King <dking@redhat.com> - 3.22.30-10
8736d2
- Further treeview a11y refcount fix (#2032438)
8736d2
c99098
* Mon Jan 17 2022 David King <dking@redhat.com> - 3.22.30-9
c99098
- Fix treeview a11y refcounting (#2032438)
c99098
- Be quiet on exit under X11 (#1887266)
c99098
- Avoid cellarea resize crash (#2032437)
c99098
fb1710
* Mon Jul 19 2021 Matthias Clasen <mclasen@redhat.com> - 3.22.30-8
fb1710
- Make reftests work in a vm
fb1710
fb1710
* Fri Jul 16 2021 Matthias Clasen <mclasen@redhat.com> - 3.22.30-7
fb1710
- Only mention Emoji in context menus when requested (rhbz#1893196)
fb1710
- Fix warnings from non-overlay scrollbars (rhbz#1873488)
fb1710
0e8f6a
* Wed Jun 03 2020 Kalev Lember <klember@redhat.com> - 3.22.30-6
0e8f6a
- Fix reuse of list box header widgets (#rhbz1843486)
0e8f6a
9c78e9
* Thu Nov 21 2019 Benjamin Otte <otte@redhat.com> - 3.22.30-5
9c78e9
- Add setting for turning off overlay scrollbars (rhbz#1736742)
9c78e9
9c78e9
* Thu Aug 15 2019 Benjamin Otte <otte@redhat.com> - 3.22.30-4
9c78e9
- Include headerbar buttons in accessibility (rhbz#1723836)
9c78e9
af9754
* Mon Jan 14 2019 Olivier Fourdan <ofourdan@redhat.com> - 3.22.30-3
af9754
- Fix a couple of crashes when using the accessibility interface under
af9754
  Wayland (rhbz#1656447)
af9754
af9754
* Wed Apr 18 2018 Kalev Lember <klember@redhat.com> - 3.22.30-1
af9754
- Update to 3.22.30
af9754
af9754
* Tue Apr 10 2018 Kalev Lember <klember@redhat.com> - 3.22.29-2
af9754
- Build with --with-included-immodules=wayland
af9754
af9754
* Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 3.22.29-1
af9754
- Update to 3.22.29
af9754
af9754
* Fri Mar 02 2018 Kalev Lember <klember@redhat.com> - 3.22.28-1
af9754
- Update to 3.22.28
af9754
af9754
* Sun Feb 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.22.26-4
af9754
- Drop direct gtk-update-icon-cache calls
af9754
- Drop ldconfig scriptlets
af9754
af9754
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.26-3
af9754
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
af9754
af9754
* Wed Nov 29 2017 Christophe Fergeau <cfergeau@redhat.com> - 3.22.26-2
af9754
- Backport fix for guest/host copy&paste issues in Boxes (Freedesktop #101353)
af9754
af9754
* Tue Nov 07 2017 Kalev Lember <klember@redhat.com> - 3.22.26-1
af9754
- Update to 3.22.26
af9754
af9754
* Wed Nov 01 2017 Kalev Lember <klember@redhat.com> - 3.22.25-1
af9754
- Update to 3.22.25
af9754
af9754
* Wed Oct 25 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.22.24-3
af9754
- Backport fix to prevent crashes when adding online accounts (GNOME #789141)
af9754
af9754
* Mon Oct 23 2017 Troy Dawson <tdawson@redhat.com> - 3.22.24-2
af9754
- Cleanup spec file conditionals
af9754
af9754
* Wed Oct 04 2017 Kalev Lember <klember@redhat.com> - 3.22.24-1
af9754
- Update to 3.22.24
af9754
af9754
* Mon Sep 11 2017 Kalev Lember <klember@redhat.com> - 3.22.21-1
af9754
- Update to 3.22.21
af9754
af9754
* Tue Sep 05 2017 Kalev Lember <klember@redhat.com> - 3.22.20-1
af9754
- Update to 3.22.20
af9754
af9754
* Tue Aug 22 2017 Kalev Lember <klember@redhat.com> - 3.22.19-1
af9754
- Update to 3.22.19
af9754
af9754
* Tue Aug 08 2017 Kalev Lember <klember@redhat.com> - 3.22.18-1
af9754
- Update to 3.22.18
af9754
af9754
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.17-4
af9754
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
af9754
af9754
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.17-3
af9754
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
af9754
af9754
* Thu Jul 20 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.22.17-2
af9754
- Backport fix to throttle system bell requests on Wayland (RH #1466654)
af9754
af9754
* Wed Jul 19 2017 Kalev Lember <klember@redhat.com> - 3.22.17-1
af9754
- Update to 3.22.17
af9754
af9754
* Wed Jun 21 2017 Kalev Lember <klember@redhat.com> - 3.22.16-1
af9754
- Update to 3.22.16
af9754
- Filter provides for private modules
af9754
- Update package summary
af9754
af9754
* Thu May 25 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.22.15-2
af9754
- Backport fix to not abort when the Wayland connection is lost (RH #1258818)
af9754
af9754
* Fri May 12 2017 Kalev Lember <klember@redhat.com> - 3.22.15-1
af9754
- Update to 3.22.15
af9754
af9754
* Wed May 10 2017 Kalev Lember <klember@redhat.com> - 3.22.14-1
af9754
- Update to 3.22.14
af9754
af9754
* Wed May 10 2017 Kalev Lember <klember@redhat.com> - 3.22.13-1
af9754
- Update to 3.22.13
af9754
af9754
* Thu Apr 20 2017 Kalev Lember <klember@redhat.com> - 3.22.12-2
af9754
- Try harder to remove all libtool .la files
af9754
af9754
* Tue Apr 11 2017 Kalev Lember <klember@redhat.com> - 3.22.12-1
af9754
- Update to 3.22.12
af9754
af9754
* Mon Mar 20 2017 Kalev Lember <klember@redhat.com> - 3.22.11-1
af9754
- Update to 3.22.11
af9754
af9754
* Tue Mar 14 2017 Kalev Lember <klember@redhat.com> - 3.22.10-1
af9754
- Update to 3.22.10
af9754
af9754
* Thu Mar 02 2017 Kalev Lember <klember@redhat.com> - 3.22.9-2
af9754
- Backport a patch to fix spurious key repeat in gnome-terminal (#1428280)
af9754
af9754
* Tue Feb 28 2017 Kalev Lember <klember@redhat.com> - 3.22.9-1
af9754
- Update to 3.22.9
af9754
af9754
* Tue Feb 14 2017 Kalev Lember <klember@redhat.com> - 3.22.8-2
af9754
- Set minimum required xrandr version
af9754
af9754
* Mon Feb 13 2017 Kalev Lember <klember@redhat.com> - 3.22.8-1
af9754
- Update to 3.22.8
af9754
af9754
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.7-2
af9754
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
af9754
af9754
* Mon Jan 16 2017 Kalev Lember <klember@redhat.com> - 3.22.7-1
af9754
- Update to 3.22.7
af9754
af9754
* Tue Jan 10 2017 Michael Catanzaro <mcatanzaro@gnome.org> - 3.22.6-2
af9754
- Add patch for GNOME #769835
af9754
af9754
* Thu Jan 05 2017 Kalev Lember <klember@redhat.com> - 3.22.6-1
af9754
- Update to 3.22.6
af9754
af9754
* Sun Dec 11 2016 Kalev Lember <klember@redhat.com> - 3.22.5-1
af9754
- Update to 3.22.5
af9754
af9754
* Mon Nov 21 2016 Kalev Lember <klember@redhat.com> - 3.22.4-1
af9754
- Update to 3.22.4
af9754
af9754
* Thu Nov 10 2016 Kalev Lember <klember@redhat.com> - 3.22.3-1
af9754
- Update to 3.22.3
af9754
af9754
* Tue Nov  8 2016 Matthias Clasen <mclasen@redhat.com> - 3.22.2-2
af9754
- Fix #1376471
af9754
af9754
* Mon Oct 24 2016 Kalev Lember <klember@redhat.com> - 3.22.2-1
af9754
- Update to 3.22.2
af9754
af9754
* Tue Oct 11 2016 Adam Jackson <ajax@redhat.com> - 3.22.1-2
af9754
- Prefer eglGetPlatformDisplay to eglGetDisplay
af9754
af9754
* Sat Oct 01 2016 David King <amigadave@amigadave.com> - 3.22.1-1
af9754
- Update to 3.22.1
af9754
af9754
* Wed Sep 28 2016 Kalev Lember <klember@redhat.com> - 3.22.0-2
af9754
- Backport a patch to fix shifted content in totem and gnome-maps (#1377741)
af9754
af9754
* Tue Sep 20 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
af9754
- Update to 3.22.0
af9754
af9754
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 3.21.6-2
af9754
- gtkwindow: Update shadow size on state change (#1377313)
af9754
af9754
* Tue Sep 13 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.6-1
af9754
- Update to 3.21.6
af9754
af9754
* Tue Aug 30 2016 Kalev Lember <klember@redhat.com> - 3.21.5-1
af9754
- Update to 3.21.5
af9754
- Don't set group tags
af9754
af9754
* Wed Jul 27 2016 Kalev Lember <klember@redhat.com> - 3.21.4-2
af9754
- Install dconf gsettings backend by default (#1351236)
af9754
af9754
* Mon Jul 18 2016 Kalev Lember <klember@redhat.com> - 3.21.4-1
af9754
- Update to 3.21.4
af9754
af9754
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 3.21.3-1
af9754
- Update to 3.21.3
af9754
af9754
* Tue May 03 2016 Kalev Lember <klember@redhat.com> - 3.21.1-1
af9754
- Update to 3.21.1
af9754
- Set minimum required wayland-protocols version
af9754
af9754
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 3.20.3-1
af9754
- Update to 3.20.3
af9754
af9754
* Tue Apr  5 2016 Matthias Clasen <mclasen@redhat.com> - 3.20.2-2
af9754
- Drop no-longer-used Requires(post)
af9754
af9754
* Thu Mar 31 2016 Kalev Lember <klember@redhat.com> - 3.20.2-1
af9754
- Update to 3.20.2
af9754
af9754
* Fri Mar 25 2016 Kalev Lember <klember@redhat.com> - 3.20.1-1
af9754
- Update to 3.20.1
af9754
af9754
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
af9754
- Update to 3.20.0
af9754
af9754
* Tue Mar 15 2016 Kalev Lember <klember@redhat.com> - 3.19.12-1
af9754
- Update to 3.19.12
af9754
af9754
* Wed Mar 02 2016 Richard Hughes <rhughes@redhat.com> - 3.19.11-1
af9754
- Update to 3.19.11
af9754
af9754
* Wed Feb 24 2016 Matthias Clasen <mclasen@redhat.com> - 3.19.10-1
af9754
- Update to 3.19.10
af9754
af9754
* Wed Feb 17 2016 Richard Hughes <rhughes@redhat.com> - 3.19.9-1
af9754
- Update to 3.19.9
af9754
af9754
* Mon Feb 08 2016 Debarshi Ray <rishi@fedoraproject.org> - - 3.19.8-4
af9754
- Backport fix for missing focus-in/out events (GNOME #677329)
af9754
af9754
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.8-3
af9754
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
af9754
af9754
* Mon Feb 01 2016 Ray Strode <rstrode@redhat.com> - 3.19.8-2
af9754
- Fix leak in wayland
af9754
  https://bugzilla.gnome.org/show_bug.cgi?id=761312
af9754
af9754
* Mon Feb  1 2016 Matthias Clasen <mclasen@redhat.com> - 3.19.8-1
af9754
- Update to 3.19.8
af9754
af9754
* Mon Jan 25 2016 Ray Strode <rstrode@redhat.com> - 3.19.7-2
af9754
- fix SIGBUG crasher in wayland
af9754
  Related: #1300390
af9754
af9754
* Wed Jan 20 2016 Kalev Lember <klember@redhat.com> - 3.19.7-1
af9754
- Update to 3.19.7
af9754
af9754
* Mon Jan 11 2016 Kalev Lember <klember@redhat.com> - 3.19.6-1
af9754
- Update to 3.19.6
af9754
af9754
* Thu Dec 17 2015 Kalev Lember <klember@redhat.com> - 3.19.5-2
af9754
- Fix GtkBorder / GdkBorder struct definitions
af9754
af9754
* Wed Dec 16 2015 Kalev Lember <klember@redhat.com> - 3.19.5-1
af9754
- Update to 3.19.5
af9754
af9754
* Sat Dec 05 2015 Kalev Lember <klember@redhat.com> - 3.19.4-1
af9754
- Update to 3.19.4
af9754
af9754
* Wed Nov 25 2015 Matthias Clasen <mclasen@redhat.com> - 3.19.3-2
af9754
- Fix firefox popup positioning
af9754
af9754
* Mon Nov 23 2015 Matthias Clasen <mclasen@redhat.com> - 3.19.3-1
af9754
- Update to 3.19.3
af9754
af9754
* Fri Nov 20 2015 Kalev Lember <klember@redhat.com> - 3.19.2-1
af9754
- Update to 3.19.2
af9754
af9754
* Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 3.19.1-1
af9754
- Update to 3.19.1
af9754
af9754
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 3.18.2-1
af9754
- Update to 3.18.2
af9754
af9754
* Sun Oct 04 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
af9754
- Update to 3.18.1
af9754
af9754
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
af9754
- Update to 3.18.0
af9754
af9754
* Tue Sep 15 2015 Kalev Lember <klember@redhat.com> - 3.17.9-1
af9754
- Update to 3.17.9
af9754
af9754
* Sun Sep 13 2015 Kalev Lember <klember@redhat.com> - 3.17.8-2
af9754
- Backport a patch to fix mouse scroll wheel events (#1258236)
af9754
af9754
* Wed Sep 02 2015 Kalev Lember <klember@redhat.com> - 3.17.8-1
af9754
- Update to 3.17.8
af9754
af9754
* Wed Aug 26 2015 Adam Williamson <awilliam@redhat.com> - 3.17.7-2
af9754
- revert a 3.17.7 change to fix BGO #754147 until it's fixed upstream
af9754
af9754
* Tue Aug 18 2015 Kalev Lember <klember@redhat.com> - 3.17.7-1
af9754
- Update to 3.17.7
af9754
- Use make_install macro
af9754
af9754
* Fri Aug 14 2015 Matthias Clasen <mclasen@redhat.com> - 3.17.6-3
af9754
- Add file triggers for im modules
af9754
af9754
* Fri Aug 14 2015 Matthias Clasen <mclasen@redhat.com> - 3.17.6-2
af9754
- Rely on glib file triggers
af9754
af9754
* Wed Aug  5 2015 Matthias Clasen <mclasen@redhat.com> - 3.17.6-1
af9754
- Update to 3.17.6
af9754
af9754
* Tue Jul 21 2015 David King <amigadave@amigadave.com> - 3.17.5-1
af9754
- Update to 3.17.5
af9754
- Preserve timestamps during install
af9754
af9754
* Mon Jul 13 2015 Adam Williamson <awilliam@redhat.com> - 3.17.4-2
af9754
- backport upstream CSS changes to fix BGO #752247
af9754
- backport upstream font default changes to help with RHBZ #1241724
af9754
af9754
* Wed Jun 24 2015 David King <amigadave@amigadave.com> - 3.17.4-1
af9754
- Update to 3.17.4
af9754
af9754
* Wed Jun 17 2015 Kalev Lember <klember@redhat.com> - 3.17.3-3
af9754
- Obsolete gtk-solidity-engine
af9754
af9754
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.3-2
af9754
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
af9754
af9754
* Sun May 31 2015 Kalev Lember <kalevlember@gmail.com> - 3.17.3-1
af9754
- Update to 3.17.3
af9754
af9754
* Thu Apr 30 2015 Kalev Lember <kalevlember@gmail.com> - 3.17.1-1
af9754
- Update to 3.17.1
af9754
- Include gtk-builder-tool in the -devel subpackage
af9754
af9754
* Fri Apr 17 2015 Rex Dieter <rdieter@fedoraproject.org> 3.16.2-2
af9754
- Obsoletes: oxygen-gtk3 < 2:1.4.1
af9754
af9754
* Tue Apr 14 2015 David King <amigadave@amigadave.com> - 3.16.2-1
af9754
- Update to 3.16.2
af9754
af9754
* Tue Apr  7 2015 Matthias Clasen <mclasen@redhat.com> - 3.16.1-1
af9754
- Update to 3.16.1
af9754
af9754
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
af9754
- Update to 3.16.0
af9754
af9754
* Fri Mar 20 2015 Richard Hughes <rhughes@redhat.com> - 3.15.12-2
af9754
- Depend on gdk-pixbuf2-modules as this is now an optional subpackage
af9754
af9754
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.12-1
af9754
- Update to 3.15.12
af9754
- Use license macro for the COPYING file
af9754
af9754
* Thu Mar 12 2015 Matthias Clasen <mclasen@redhat.com> - 3.15.11-1
af9754
- Update to 3.15.11
af9754
af9754
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.10-1
af9754
- Update to 3.15.10
af9754
af9754
* Tue Feb 24 2015 Matthias Clasen <mclasen@redhat.com> - 3.15.9-1
af9754
- Update to 3.15.9
af9754
af9754
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 3.15.8-2
af9754
- Rebuilt for Fedora 23 Change
af9754
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
af9754
af9754
* Fri Feb 20 2015 Matthias Clasen <mclasen@redhat.com> - 3.15.8-1
af9754
- Update to 3.15.8
af9754
af9754
* Tue Feb 17 2015 Richard Hughes <rhughes@redhat.com> - 3.15.7-1
af9754
- Update to 3.15.7
af9754
af9754
* Tue Feb 10 2015 Matthias Clasen <mclasen@redhat.com> - 3.15.6-1
af9754
- Update to 3.15.6
af9754
af9754
* Thu Jan 22 2015 Richard Hughes <rhughes@redhat.com> - 3.15.4-1
af9754
- Update to 3.15.4
af9754
af9754
* Wed Dec 17 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.3-1
af9754
- Update to 3.15.3
af9754
- Add gtk-update-icon-cache subpackage that both gtk2 and gtk3 can depend on
af9754
- Run icon cache scriptlets for the -devel subpackage
af9754
af9754
* Mon Nov 24 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.2-1
af9754
- Update to 3.15.2
af9754
af9754
* Thu Oct 30 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.1-1
af9754
- Update to 3.15.1
af9754
af9754
* Tue Oct 21 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.4-1
af9754
- Update to 3.14.4
af9754
af9754
* Thu Oct 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.3-2
af9754
- Backport a patch to fix status icons in XFCE (#1134663)
af9754
af9754
* Mon Oct 13 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.3-1
af9754
- Update to 3.14.3
af9754
af9754
* Wed Oct 08 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.2-1
af9754
- Update to 3.14.2
af9754
af9754
* Fri Oct 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-2
af9754
- Backport an upstream fix for GtkBuilder type name heuristics
af9754
af9754
* Tue Sep 30 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
af9754
- Update to 3.14.1
af9754
af9754
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
af9754
- Update to 3.14.0
af9754
- Tighten deps with the _isa macro
af9754
- Set minimum required wayland version
af9754
af9754
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.9-1
af9754
- Update to 3.13.9
af9754
af9754
* Tue Sep 02 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.8-1
af9754
- Update to 3.13.8
af9754
af9754
* Thu Aug 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.7-3.git5ad60ca
af9754
- Update to today's git snapshot
af9754
af9754
* Wed Aug 27 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.7-2
af9754
- Backport a few upstream fixes for checkboxes
af9754
af9754
* Sun Aug 17 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.7-1
af9754
- Update to 3.13.7
af9754
af9754
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.6-2
af9754
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
af9754
af9754
* Mon Aug 11 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.6-1
af9754
- Update to 3.13.6
af9754
af9754
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.5-2
af9754
- Rebuilt for gobject-introspection 1.41.4
af9754
af9754
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.5-1
af9754
- Update to 3.13.5
af9754
af9754
* Tue Jul 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.4-1
af9754
- Update to 3.13.4
af9754
af9754
* Thu Jun 26 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.3-2
af9754
- Obsolete adwaita-gtk3-theme
af9754
af9754
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 3.13.3-1
af9754
- Update to 3.13.3
af9754
af9754
* Sat Jun 07 2014 Tim Waugh <twaugh@redhat.com> - 3.13.2-5
af9754
- Added build deps for cloudprint print backend module (bug #1104663).
af9754
af9754
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-4
af9754
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
af9754
af9754
* Fri May 30 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-3
af9754
- Backport a GtkBuilder fix to ensure types get fully initialized
af9754
af9754
* Fri May 30 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-2
af9754
- Backport two fixes from git master
af9754
af9754
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-1
af9754
- Update to 3.13.2
af9754
af9754
* Tue Apr 29 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-2
af9754
- Depend on adwaita-icon-theme to ensure standard icons are available
af9754
af9754
* Tue Apr 29 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-1
af9754
- Update to 3.13.1
af9754
af9754
* Sat Apr 12 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
af9754
- Update to 3.12.1
af9754
af9754
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-2
af9754
- Update glib2 dep version
af9754
af9754
* Tue Mar 25 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
af9754
- Update to 3.12.0
af9754
af9754
* Wed Mar 19 2014 Kalev Lember <kalevlember@gmail.com> - 3.11.9-2
af9754
- Backport a patch for a gnome-terminal crash
af9754
af9754
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.9-1
af9754
- Update to 3.11.9
af9754
af9754
* Mon Mar 17 2014 Adam Williamson <awilliam@redhat.com> - 3.11.8-2
af9754
- backport patches for touch dragging of new-style GNOME windows
af9754
af9754
* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 3.11.8-1
af9754
- Update to 3.11.8
af9754
af9754
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.7-1
af9754
- Update to 3.11.7
af9754
af9754
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.6-1
af9754
- Update to 3.11.6
af9754
af9754
* Wed Feb  5 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.11.5-1
af9754
- Update to 3.11.5
af9754
af9754
* Wed Jan 15 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.11.4-1
af9754
- Update to 3.11.4
af9754
af9754
* Tue Nov 19 2013 Richard Hughes <rhughes@redhat.com> - 3.11.2-1
af9754
- Update to 3.11.2
af9754
af9754
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 3.11.0-1
af9754
- Update to 3.11.0
af9754
af9754
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
af9754
- Update to 3.10.0
af9754
af9754
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.16-2
af9754
- Rebuilt with cairo 1.13.1 snapshot for device scale support
af9754
af9754
* Tue Sep 17 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.16-1
af9754
- Update to 3.9.16
af9754
af9754
* Tue Sep  3 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.14-1
af9754
- Update to 3.9.14
af9754
af9754
* Wed Aug 21 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.9.12-1
af9754
- Update to 3.9.12
af9754
af9754
* Thu Aug  1 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.9.10-1
af9754
- Update to 3.9.10
af9754
af9754
* Tue Jul 30 2013 Richard Hughes <rhughes@redhat.com> - 3.9.8-2
af9754
- Rebuild for colord soname bump
af9754
af9754
* Tue Jul  9 2013 Matthias Clasen <mclasen@redhat.com> - 3.9.8-1
af9754
- Update to 3.9.8
af9754
af9754
* Thu Jul  4 2013 Matthias Clasen <mclasen@redhat.com> - 3.9.6-2
af9754
- Don't put an empty dir into /etc.
af9754
af9754
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> - 3.9.6-1
af9754
- Update to 3.9.6
af9754
- Add a tests subpackage
af9754
af9754
* Thu Jun 20 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.4-1
af9754
- Update to 3.9.4
af9754
af9754
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.2-1
af9754
- Update to 3.9.2
af9754
af9754
* Wed May  8 2013 Matthias Clasen <mclasen@redhat.com> - 3.9.0-2
af9754
- Make man gtk-query-immodules-3.0-64 work
af9754
af9754
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.0-1
af9754
- Update to 3.9.0
af9754
af9754
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
af9754
- Update to 3.8.1
af9754
af9754
* Mon Mar 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
af9754
- Update to 3.8.0
af9754
af9754
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.14-1
af9754
- Update to 3.7.14
af9754
af9754
* Wed Mar  6 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.12-1
af9754
- Update to 3.7.12
af9754
af9754
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.10-1
af9754
- Update to 3.7.10
af9754
af9754
* Tue Feb 05 2013 Richard Hughes <rhughes@redhat.com> - 3.7.8-1
af9754
- Update to 3.7.8
af9754
af9754
* Mon Jan 28 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.6-4
af9754
- Move im-cedilla back to -immodules subpackage to avoid
af9754
  a conflict with gtk2-immodules (#797838)
af9754
af9754
* Thu Jan 24 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.6-3
af9754
- Enable the Wayland and Broadway backends
af9754
af9754
* Thu Jan 24 2013 Cosimo Cecchi <cosimoc@redhat.com> - 3.7.6-2
af9754
- Backport two patches from git master to fix window allocations
af9754
af9754
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.6-1
af9754
- Update to 3.7.6
af9754
af9754
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.4-1
af9754
- Update to 3.7.4
af9754
af9754
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 3.7.2-1
af9754
- Update to 3.7.2
af9754
af9754
* Thu Nov 08 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.0-1
af9754
- Update to 3.7.0
af9754
af9754
* Fri Oct 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.1-2
af9754
- Don't pull in imsettings just for a directory
af9754
af9754
* Tue Oct 16 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.6.1-1
af9754
- Update to 3.6.1
af9754
af9754
* Fri Oct 12 2012 Bastien Nocera <bnocera@redhat.com> 3.6.0-2
af9754
- Add upstream patch to make Epiphany less painful to use
af9754
af9754
* Tue Sep 25 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.6.0-1
af9754
- Update to 3.6.0
af9754
af9754
* Tue Sep 18 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.18-1
af9754
- Update to 3.5.18
af9754
af9754
* Thu Sep 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.16-1
af9754
- Update to 3.5.16
af9754
af9754
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 3.5.14-1
af9754
- Update to 3.5.14
af9754
af9754
* Wed Aug 22 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.5.12-2
af9754
- Backport a patch from upstream fixing crashers with app menus
af9754
af9754
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.12-1
af9754
- Update to 3.5.12
af9754
af9754
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.10-1
af9754
- Update to 3.5.10
af9754
af9754
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.8-2
af9754
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
af9754
af9754
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.8-1
af9754
- Update to 3.5.8
af9754
af9754
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 3.5.6-1
af9754
- Update to 3.5.6
af9754
af9754
* Wed Jun 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
af9754
- Update to 3.5.4
af9754
af9754
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.2-1
af9754
- Update to 3.5.2
af9754
af9754
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
af9754
- Update to 3.4.0
af9754
af9754
* Tue Mar 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.20-1
af9754
- Update to 3.3.20
af9754
af9754
* Mon Mar  5 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.18-1
af9754
- Update to 3.3.18
af9754
af9754
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.16-1
af9754
- Update to 3.3.16
af9754
af9754
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.14-1
af9754
- Update to 3.3.14
af9754
af9754
* Fri Jan 20 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.10-1
af9754
- Update to 3.3.10
af9754
af9754
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.8-1
af9754
- Update to 3.3.8
af9754
af9754
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.6-3
af9754
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
af9754
af9754
* Thu Dec 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.6-2
af9754
- Revert a problematic focus handling change
af9754
af9754
* Mon Dec 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.6-1
af9754
- Update to 3.3.6
af9754
af9754
* Mon Nov 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
af9754
- Update to 3.3.4
af9754
af9754
* Wed Nov  3 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
af9754
- Update to 3.3.2
af9754
af9754
* Fri Oct 14 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
af9754
- Update to 3.2.1
af9754
af9754
* Mon Sep 26 2011 Ray <rstrode@redhat.com> - 3.2.0-1
af9754
- Update to 3.2.0
af9754
af9754
* Fri Sep 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-2
af9754
- Fix crashes when turning a11y on and off repeatedly
af9754
af9754
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
af9754
- Update to 3.1.92
af9754
af9754
* Tue Sep 13 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90-1
af9754
- Update to 3.1.90
af9754
af9754
* Mon Sep  5 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.18-1
af9754
- Update to 3.1.18
af9754
af9754
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.16-1
af9754
- Update to 3.1.16
af9754
af9754
* Tue Aug 16 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.12-1
af9754
- Update to 3.1.12
af9754
af9754
* Sat Jul 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.10-1
af9754
- Update to 3.1.10
af9754
af9754
* Tue Jul  5 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.8-1
af9754
- Update to 3.1.8
af9754
af9754
* Tue Jun 14 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.6-1
af9754
- Update to 3.1.6
af9754
af9754
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.4-1
af9754
- Update to 3.1.4
af9754
af9754
* Fri Apr 15 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.9-1
af9754
- Update to 3.0.9
af9754
af9754
* Thu Apr 14 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.8-3
af9754
- Move im-cedilla back to the main package (#637399)
af9754
af9754
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.8-2
af9754
- Add a missed backport
af9754
af9754
* Sun Apr  3 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.8-1
af9754
- Update to 3.0.8
af9754
af9754
* Fri Apr  1 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.7-1
af9754
- Update to 3.0.7
af9754
af9754
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.6-1
af9754
- Update to 3.0.6
af9754
af9754
* Wed Mar 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.5-1
af9754
- Update to 3.0.5
af9754
af9754
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.4-1
af9754
- Update to 3.0.4
af9754
af9754
* Mon Mar 14 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.3-1
af9754
- Update to 3.0.3
af9754
af9754
* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.2-1
af9754
- Update to 3.0.2
af9754
af9754
* Sat Feb 26 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-2
af9754
- Fix frequent crashes on double-click events
af9754
af9754
* Mon Feb 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
af9754
- Update to 3.0.1
af9754
af9754
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
af9754
- Update to 3.0.0
af9754
af9754
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.99.3-2
af9754
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
af9754
af9754
* Tue Feb  1 2011 Matthias Clasen <mclasen@redhat.com> - 2.99.3-1
af9754
- Update to 2.99.3
af9754
af9754
* Mon Jan 24 2011 Dan Williams <dcbw@redhat.com> 2.99.2-2
af9754
- Fix bug in gtk_show_uri() which caused crashes when plugging in USB drives
af9754
af9754
* Wed Jan 12 2011 Matthias Clasen <mclasen@redhat.com> 2.99.2-1
af9754
- Update to 2.99.2
af9754
af9754
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.99.1-1
af9754
- Update to 2.99.1
af9754
af9754
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.99.0-3
af9754
- Obsolete gtk3-engines
af9754
af9754
* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> 2.99.0-2
af9754
- Provide the right directory for theming engines
af9754
af9754
* Thu Jan  6 2011 Matthias Clasen <mclasen@redhat.com> 2.99.0-1
af9754
- Update to 2.99.0
af9754
- Drop gtk-update-icon-cache and gtk-builder-convert to
af9754
  avoid conflict with gtk2
af9754
- Drop the tooltips-style patch for now
af9754
af9754
* Thu Dec  2 2010 Matthias Clasen <mclasen@redhat.com> 2.91.5-1
af9754
- Update to 2.91.5
af9754
af9754
* Fri Nov 12 2010 Matthias Clasen <mclasen@redhat.com> 2.91.4-2
af9754
- Make gnome-terminal work again
af9754
af9754
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> 2.91.4-1
af9754
- Update to 2.91.4
af9754
af9754
* Mon Nov  1 2010 Matthias Clasen <mclasen@redhat.com> 2.91.3-1
af9754
- Update to 2.91.3
af9754
af9754
* Wed Oct 20 2010 Richard Hughes <richard@hughsie.com> 2.91.1-1
af9754
- Update to 2.91.1
af9754
af9754
* Tue Oct 12 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-2
af9754
- Fix a crash in the tooltip code
af9754
af9754
* Sat Oct  2 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-1
af9754
- Update to 2.91.0
af9754
af9754
* Wed Sep 29 2010 jkeating - 2.90.7-3
af9754
- Rebuilt for gcc bug 634757
af9754
af9754
* Tue Sep 21 2010 Matthias Clasen <mclaesn@redhat.com> 2.90.7-2
af9754
- Reinstate the tooltip look
af9754
af9754
* Mon Sep 20 2010 Bastien Nocera <bnocera@redhat.com> 2.90.7-1
af9754
- Update to 2.90.7
af9754
af9754
* Mon Aug 23 2010 Matthias Clasen <mclasen@redhat.com> - 2.90.5-5
af9754
- Co-own /usr/share/gtk-doc
af9754
- gtk3-devel requires gdk-pixbuf2-devel
af9754
af9754
* Mon Jul 26 2010 Colin Walters <walters@verbum.org> - 2.90.5-4
af9754
- gtk3-devel requires gdk-pixbuf-devel
af9754
af9754
* Thu Jul 22 2010 Colin Walters <walters@verbum.org> - 2.90.5-2
af9754
- Rebuild with new gobject-introspection
af9754
af9754
* Mon Jul 22 2010 Matthias Clasen <mclasen@redhat.com> 2.90.5-1
af9754
- Update to 2.90.5
af9754
af9754
* Fri Jul  9 2010 Colin Walters <walters@verbum.org> - 2.90.4-3
af9754
- Update tooltip style patch to remove unused GdkRegion
af9754
af9754
* Tue Jun 29 2010 Colin Walters <walters@pocket> - 2.90.4-2
af9754
- Changes to support rebuilds from snapshots
af9754
af9754
* Mon Jun 28 2010 Matthias Clasen <mclasen@redhat.com> 2.90.4-1
af9754
- Update to 2.90.4
af9754
af9754
* Fri Jun 18 2010 Matthias Clasen <mclasen@redhat.com> 2.90.3-1
af9754
- Update to 2.90.3
af9754
af9754
* Sat Jun 12 2010 Matthias Clasen <mclasen@redhat.com> 2.90.2-2
af9754
- Copy some tweaks from gtk2
af9754
af9754
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> 2.90.2-1
af9754
- Update to 2.90.2
af9754
af9754
* Tue May 25 2010 Matthias Clasen <mclasen@redhat.com> 2.90.1-1
af9754
- Update to 2.90.1
af9754
af9754
* Fri May 21 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-5
af9754
- Some more package review feedback
af9754
af9754
* Thu May 20 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-4
af9754
- Remove %%check again, it causes trouble
af9754
af9754
* Mon May 17 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-3
af9754
- More review feedback
af9754
af9754
* Wed May 12 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-2
af9754
- Incorporate review feedback
af9754
af9754
* Wed May 11 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-1
af9754
- Update to the 2.90.0 release
af9754
- Complete parallel installability
af9754
af9754
* Mon May 10 2010 Richard Hughes <richard@hughsie.com> 2.90.0-0.0.20100510git
af9754
- Update from git