Blame SPECS/gtk3.spec

e6f176
%if 0%{?fedora}
e6f176
%global with_broadway 1
e6f176
%endif
e6f176
e6f176
%global glib2_version 2.57.2
e6f176
%global pango_version 1.41.0
e6f176
%global atk_version 2.35.1
e6f176
%global cairo_version 1.14.0
e6f176
%global gdk_pixbuf_version 2.30.0
e6f176
%global xrandr_version 1.5.0
e6f176
%global wayland_protocols_version 1.17
e6f176
%global wayland_version 1.14.91
e6f176
%global epoxy_version 1.4
e6f176
e6f176
%global bin_version 3.0.0
e6f176
e6f176
# Filter provides for private modules
e6f176
%global __provides_exclude_from ^%{_libdir}/gtk-3.0
e6f176
e6f176
Name: gtk3
e6f176
Version: 3.24.31
e6f176
Release: 2%{?dist}
e6f176
Summary: GTK+ graphical user interface library
e6f176
e6f176
License: LGPLv2+
e6f176
URL: http://www.gtk.org
e6f176
Source0: http://download.gnome.org/sources/gtk+/3.24/gtk+-%{version}.tar.xz
e6f176
e6f176
# https://bugzilla.redhat.com/show_bug.cgi?id=2025439
e6f176
Patch0:  gtk3-3.24.30-entry-no-emoji-context-menu.patch
e6f176
e6f176
# https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/4273
e6f176
Patch1:  gtk3-3.24.31-meson.patch
e6f176
# https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/4280
e6f176
Patch2:  gtk3-3.24.31-meson-reftest.patch
e6f176
# https://bugzilla.redhat.com/show_bug.cgi?id=2055013
e6f176
Patch3:  gtk3-3.24.31-treeview-a11y-leak-fix.patch
e6f176
e6f176
BuildRequires: pkgconfig(atk) >= %{atk_version}
e6f176
BuildRequires: pkgconfig(atk-bridge-2.0)
e6f176
BuildRequires: pkgconfig(avahi-gobject)
e6f176
BuildRequires: pkgconfig(cairo) >= %{cairo_version}
e6f176
BuildRequires: pkgconfig(cairo-gobject) >= %{cairo_version}
e6f176
BuildRequires: pkgconfig(colord)
e6f176
BuildRequires: pkgconfig(egl)
e6f176
BuildRequires: pkgconfig(epoxy)
e6f176
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= %{gdk_pixbuf_version}
e6f176
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
e6f176
BuildRequires: pkgconfig(gobject-introspection-1.0)
e6f176
BuildRequires: pkgconfig(pango) >= %{pango_version}
e6f176
BuildRequires: pkgconfig(tracker-sparql-3.0)
e6f176
BuildRequires: pkgconfig(wayland-client) >= %{wayland_version}
e6f176
BuildRequires: pkgconfig(wayland-cursor) >= %{wayland_version}
e6f176
BuildRequires: pkgconfig(wayland-egl) >= %{wayland_version}
e6f176
BuildRequires: pkgconfig(wayland-protocols) >= %{wayland_protocols_version}
e6f176
BuildRequires: pkgconfig(xi)
e6f176
BuildRequires: pkgconfig(xrandr) >= %{xrandr_version}
e6f176
BuildRequires: pkgconfig(xrender)
e6f176
BuildRequires: pkgconfig(xrender)
e6f176
BuildRequires: pkgconfig(xcursor)
e6f176
BuildRequires: pkgconfig(xfixes)
e6f176
BuildRequires: pkgconfig(xinerama)
e6f176
BuildRequires: pkgconfig(xcomposite)
e6f176
BuildRequires: pkgconfig(xdamage)
e6f176
BuildRequires: pkgconfig(xkbcommon)
e6f176
BuildRequires: cups-devel
e6f176
BuildRequires: desktop-file-utils
e6f176
BuildRequires: gettext
e6f176
BuildRequires: gtk-doc
e6f176
BuildRequires: meson
e6f176
e6f176
# standard icons
e6f176
Requires: adwaita-icon-theme
e6f176
# required for icon theme apis to work
e6f176
Requires: hicolor-icon-theme
e6f176
# split out in a subpackage
e6f176
Requires: gtk-update-icon-cache
e6f176
e6f176
Requires: atk%{?_isa} >= %{atk_version}
e6f176
Requires: cairo%{?_isa} >= %{cairo_version}
e6f176
Requires: cairo-gobject%{?_isa} >= %{cairo_version}
e6f176
Requires: glib2%{?_isa} >= %{glib2_version}
e6f176
Requires: libepoxy%{?_isa} >= %{epoxy_version}
e6f176
Requires: libXrandr%{?_isa} >= %{xrandr_version}
e6f176
Requires: pango%{?_isa} >= %{pango_version}
e6f176
Requires: libwayland-client%{?_isa} >= %{wayland_version}
e6f176
Requires: libwayland-cursor%{?_isa} >= %{wayland_version}
e6f176
e6f176
# required to support all the different image formats
e6f176
Requires: gdk-pixbuf2-modules%{?_isa}
e6f176
e6f176
# make sure we have a reasonable gsettings backend
e6f176
Recommends: dconf%{?_isa}
e6f176
e6f176
# For sound theme events in gtk3 apps
e6f176
Recommends: libcanberra-gtk3%{?_isa}
e6f176
e6f176
# For Tracker search in the file chooser.
e6f176
Recommends: tracker-miners
e6f176
e6f176
%description
e6f176
GTK+ is a multi-platform toolkit for creating graphical user
e6f176
interfaces. Offering a complete set of widgets, GTK+ is suitable for
e6f176
projects ranging from small one-off tools to complete application
e6f176
suites.
e6f176
e6f176
This package contains version 3 of GTK+.
e6f176
e6f176
%package -n gtk-update-icon-cache
e6f176
Summary: Icon theme caching utility
e6f176
e6f176
%description -n gtk-update-icon-cache
e6f176
GTK+ can use the cache files created by gtk-update-icon-cache to avoid a lot of
e6f176
system call and disk seek overhead when the application starts. Since the
e6f176
format of the cache files allows them to be mmap()ed shared between multiple
e6f176
applications, the overall memory consumption is reduced as well.
e6f176
e6f176
%package immodules
e6f176
Summary: Input methods for GTK+
e6f176
Requires: gtk3%{?_isa} = %{version}-%{release}
e6f176
# for im-cedilla.conf
e6f176
Requires: gtk2-immodules%{?_isa}
e6f176
e6f176
%description immodules
e6f176
The gtk3-immodules package contains standalone input methods that
e6f176
are shipped as part of GTK+ 3.
e6f176
e6f176
%package immodule-xim
e6f176
Summary: XIM support for GTK+
e6f176
Requires: gtk3%{?_isa} = %{version}-%{release}
e6f176
e6f176
%description immodule-xim
e6f176
The gtk3-immodule-xim package contains XIM support for GTK+ 3.
e6f176
e6f176
%package devel
e6f176
Summary: Development files for GTK+
e6f176
Requires: gtk3%{?_isa} = %{version}-%{release}
e6f176
e6f176
%description devel
e6f176
This package contains the libraries and header files that are needed
e6f176
for writing applications with version 3 of the GTK+ widget toolkit. If
e6f176
you plan to develop applications with GTK+, consider installing the
e6f176
gtk3-devel-docs package.
e6f176
e6f176
%package devel-docs
e6f176
Summary: Developer documentation for GTK+
e6f176
Requires: gtk3 = %{version}-%{release}
e6f176
e6f176
%description devel-docs
e6f176
This package contains developer documentation for version 3 of the GTK+
e6f176
widget toolkit.
e6f176
e6f176
%package tests
e6f176
Summary: Tests for the %{name} package
e6f176
Requires: %{name}%{?_isa} = %{version}-%{release}
e6f176
e6f176
%description tests
e6f176
The %{name}-tests package contains tests that can be used to verify
e6f176
the functionality of the installed %{name} package.
e6f176
e6f176
%prep
e6f176
%autosetup -n gtk+-%{version} -p1
e6f176
e6f176
%build
e6f176
export CFLAGS='-fno-strict-aliasing %optflags'
e6f176
%meson \
e6f176
%if 0%{?with_broadway}
e6f176
        -Dbroadway_backend=true \
e6f176
%endif
e6f176
        -Dbuiltin_immodules=wayland,waylandgtk \
e6f176
        -Dcolord=yes \
e6f176
        -Dcloudproviders=false \
e6f176
        -Dgtk_doc=true \
e6f176
        -Dinstalled_tests=true \
e6f176
        -Dman=true \
e6f176
        -Dtracker3=true \
e6f176
        -Dxinerama=yes \
e6f176
%meson_build
e6f176
e6f176
%install
e6f176
%meson_install
e6f176
e6f176
%find_lang gtk30
e6f176
%find_lang gtk30-properties
e6f176
e6f176
(cd $RPM_BUILD_ROOT%{_bindir}
e6f176
 mv gtk-query-immodules-3.0 gtk-query-immodules-3.0-%{__isa_bits}
e6f176
)
e6f176
e6f176
echo ".so man1/gtk-query-immodules-3.0.1" > $RPM_BUILD_ROOT%{_mandir}/man1/gtk-query-immodules-3.0-%{__isa_bits}.1
e6f176
e6f176
touch $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/%{bin_version}/immodules.cache
e6f176
e6f176
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gtk-3.0
e6f176
mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/modules
e6f176
mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/immodules
e6f176
mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/%{bin_version}/theming-engines
e6f176
e6f176
%check
e6f176
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
e6f176
e6f176
%transfiletriggerin -- %{_libdir}/gtk-3.0/3.0.0/immodules
e6f176
gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
e6f176
e6f176
%transfiletriggerpostun -- %{_libdir}/gtk-3.0/3.0.0/immodules
e6f176
gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
e6f176
e6f176
%files -f gtk30.lang
e6f176
%license COPYING
e6f176
%doc AUTHORS NEWS README
e6f176
%{_bindir}/gtk-query-immodules-3.0*
e6f176
%{_bindir}/gtk-launch
e6f176
%{_libdir}/libgtk-3.so.*
e6f176
%{_libdir}/libgdk-3.so.*
e6f176
%{_libdir}/libgailutil-3.so.*
e6f176
%dir %{_libdir}/gtk-3.0
e6f176
%dir %{_libdir}/gtk-3.0/%{bin_version}
e6f176
%{_libdir}/gtk-3.0/%{bin_version}/theming-engines
e6f176
%dir %{_libdir}/gtk-3.0/%{bin_version}/immodules
e6f176
%{_libdir}/gtk-3.0/%{bin_version}/printbackends
e6f176
%{_libdir}/gtk-3.0/modules
e6f176
%{_libdir}/gtk-3.0/immodules
e6f176
%{_datadir}/themes/Default
e6f176
%{_datadir}/themes/Emacs
e6f176
%{_libdir}/girepository-1.0
e6f176
%ghost %{_libdir}/gtk-3.0/%{bin_version}/immodules.cache
e6f176
%{_mandir}/man1/gtk-query-immodules-3.0*
e6f176
%{_mandir}/man1/gtk-launch.1*
e6f176
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml
e6f176
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml
e6f176
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.EmojiChooser.gschema.xml
e6f176
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml
e6f176
%{_datadir}/glib-2.0/schemas/org.gtk.exampleapp.gschema.xml
e6f176
%dir %{_datadir}/gtk-3.0
e6f176
%{_datadir}/gtk-3.0/emoji/
e6f176
%if 0%{?with_broadway}
e6f176
%{_bindir}/broadwayd
e6f176
%{_mandir}/man1/broadwayd.1*
e6f176
%endif
e6f176
e6f176
%files -n gtk-update-icon-cache
e6f176
%license COPYING
e6f176
%{_bindir}/gtk-update-icon-cache
e6f176
%{_mandir}/man1/gtk-update-icon-cache.1*
e6f176
e6f176
%files immodules
e6f176
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-cedilla.so
e6f176
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-am-et.so
e6f176
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-cyrillic-translit.so
e6f176
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-inuktitut.so
e6f176
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-ipa.so
e6f176
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-multipress.so
e6f176
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-thai.so
e6f176
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-ti-er.so
e6f176
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-ti-et.so
e6f176
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-viqr.so
e6f176
%if 0%{?with_broadway}
e6f176
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-broadway.so
e6f176
%endif
e6f176
%config(noreplace) %{_sysconfdir}/gtk-3.0/im-multipress.conf
e6f176
e6f176
%files immodule-xim
e6f176
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-xim.so
e6f176
e6f176
%files devel -f gtk30-properties.lang
e6f176
%{_libdir}/lib*.so
e6f176
%{_includedir}/*
e6f176
%{_datadir}/aclocal/*
e6f176
%{_libdir}/pkgconfig/*
e6f176
%{_bindir}/gtk3-demo
e6f176
%{_bindir}/gtk3-icon-browser
e6f176
%{_bindir}/gtk-builder-tool
e6f176
%{_bindir}/gtk-encode-symbolic-svg
e6f176
%{_bindir}/gtk-query-settings
e6f176
%{_datadir}/applications/gtk3-demo.desktop
e6f176
%{_datadir}/applications/gtk3-icon-browser.desktop
e6f176
%{_datadir}/applications/gtk3-widget-factory.desktop
e6f176
%{_datadir}/icons/hicolor/*/apps/gtk3-demo.png
e6f176
%{_datadir}/icons/hicolor/*/apps/gtk3-demo-symbolic.symbolic.png
e6f176
%{_datadir}/icons/hicolor/*/apps/gtk3-widget-factory.png
e6f176
%{_datadir}/icons/hicolor/*/apps/gtk3-widget-factory-symbolic.symbolic.png
e6f176
%{_bindir}/gtk3-demo-application
e6f176
%{_bindir}/gtk3-widget-factory
e6f176
%{_datadir}/gettext/
e6f176
%{_datadir}/gir-1.0
e6f176
%{_datadir}/glib-2.0/schemas/org.gtk.Demo.gschema.xml
e6f176
%{_datadir}/gtk-3.0/gtkbuilder.rng
e6f176
%{_datadir}/gtk-3.0/valgrind/
e6f176
%{_mandir}/man1/gtk3-demo.1*
e6f176
%{_mandir}/man1/gtk3-demo-application.1*
e6f176
%{_mandir}/man1/gtk3-icon-browser.1*
e6f176
%{_mandir}/man1/gtk3-widget-factory.1*
e6f176
%{_mandir}/man1/gtk-builder-tool.1*
e6f176
%{_mandir}/man1/gtk-encode-symbolic-svg.1*
e6f176
%{_mandir}/man1/gtk-query-settings.1*
e6f176
e6f176
%files devel-docs
e6f176
%{_datadir}/gtk-doc
e6f176
e6f176
%files tests
e6f176
%{_libexecdir}/installed-tests/
e6f176
%{_datadir}/installed-tests/
e6f176
e6f176
%changelog
e6f176
* Thu Feb 17 2022 David King <amigadave@amigadave.com> - 3.24.31-2
e6f176
- Fix treeview a11y refcount leak (#2055013)
e6f176
e6f176
* Thu Jan 13 2022 David King <amigadave@amigadave.com> - 3.24.31-1
e6f176
- Rebase to 3.24.31 (#2010192)
e6f176
e6f176
* Thu Jan 13 2022 David King <amigadave@amigadave.com> - 3.24.30-4
e6f176
- No entry emoji context menu (#2025439)
e6f176
e6f176
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.24.30-3
e6f176
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
e6f176
  Related: rhbz#1991688
e6f176
e6f176
* Mon Jul 19 2021 Matthias Clasen <mclasen@redhat.com> - 3.24.30-2
e6f176
- Fix reftests to work in a vm (#1981790)
e6f176
e6f176
* Tue Jul 13 2021 David King <amigadave@amigadave.com> - 3.24.30-1
e6f176
- Update to 3.24.30 (#1981790)
e6f176
e6f176
* Fri Apr 23 2021 Kalev Lember <klember@redhat.com> - 3.24.29-1
e6f176
- Update to 3.24.29
e6f176
e6f176
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.24.28-2
e6f176
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
e6f176
e6f176
* Sat Mar 27 2021 Kalev Lember <klember@redhat.com> - 3.24.28-1
e6f176
- Update to 3.24.28
e6f176
- Drop old obsoletes
e6f176
e6f176
* Fri Mar 12 2021 Kalev Lember <klember@redhat.com> - 3.24.27-1
e6f176
- Update to 3.24.27
e6f176
e6f176
* Tue Feb 23 2021 Kalev Lember <klember@redhat.com> - 3.24.26-1
e6f176
- Update to 3.24.26
e6f176
e6f176
* Fri Feb 19 2021 Kalev Lember <klember@redhat.com> - 3.24.25-3
e6f176
- Backport upstream patch to fix a settings schema loading issue on Wayland
e6f176
e6f176
* Mon Feb 15 2021 Kalev Lember <klember@redhat.com> - 3.24.25-2
e6f176
- Backport upstream patches to fix regressions in Compose file parsing
e6f176
- Backport upstream patch to further tweak scrollbar transitions and size
e6f176
e6f176
* Fri Feb 12 2021 Kalev Lember <klember@redhat.com> - 3.24.25-1
e6f176
- Update to 3.24.25
e6f176
e6f176
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.24-3
e6f176
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
e6f176
e6f176
* Fri Jan 22 2021 Kalev Lember <klember@redhat.com> - 3.24.24-2
e6f176
- Recommend libcanberra-gtk3 for sound theme events in gtk3 apps
e6f176
e6f176
* Fri Dec 11 2020 Kalev Lember <klember@redhat.com> - 3.24.24-1
e6f176
- Update to 3.24.24
e6f176
e6f176
* Tue Nov 24 2020 Kalev Lember <klember@redhat.com> - 3.24.23-2
e6f176
- Backport a patch to add support for primary-selection-unstable-v1 protocol
e6f176
e6f176
* Fri Sep 04 2020 Kalev Lember <klember@redhat.com> - 3.24.23-1
e6f176
- Update to 3.24.23
e6f176
e6f176
* Mon Aug 17 2020 Kalev Lember <klember@redhat.com> - 3.24.22-2
e6f176
- Rebuild for sysprof-capture-4
e6f176
e6f176
* Mon Aug 17 2020 Kalev Lember <klember@redhat.com> - 3.24.22-1
e6f176
- Update to 3.24.22
e6f176
e6f176
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.21-2
e6f176
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
e6f176
e6f176
* Mon Jul 20 2020 Kalev Lember <klember@redhat.com> - 3.24.21-1
e6f176
- Update to 3.24.21
e6f176
e6f176
* Mon Apr 27 2020 Kalev Lember <klember@redhat.com> - 3.24.20-1
e6f176
- Update to 3.24.20
e6f176
e6f176
* Fri Apr 10 2020 Kalev Lember <klember@redhat.com> - 3.24.18-1
e6f176
- Update to 3.24.18
e6f176
e6f176
* Fri Apr 03 2020 Kalev Lember <klember@redhat.com> - 3.24.17-1
e6f176
- Update to 3.24.17
e6f176
e6f176
* Fri Apr 03 2020 Kalev Lember <klember@redhat.com> - 3.24.16-2
e6f176
- Backport upstream fixes for an imwayland crash
e6f176
e6f176
* Fri Mar 27 2020 Kalev Lember <klember@redhat.com> - 3.24.16-1
e6f176
- Update to 3.24.16
e6f176
e6f176
* Mon Feb 17 2020 Kalev Lember <klember@redhat.com> - 3.24.14-1
e6f176
- Update to 3.24.14
e6f176
e6f176
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.13-2
e6f176
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
e6f176
e6f176
* Wed Nov 27 2019 Kalev Lember <klember@redhat.com> - 3.24.13-1
e6f176
- Update to 3.24.13
e6f176
e6f176
* Tue Oct 22 2019 Adam Williamson <awilliam@redhat.com> - 3.24.12-3
e6f176
- Backport PR #1146 to fix a bug that #1142 introduced...
e6f176
e6f176
* Mon Oct 21 2019 Adam Williamson <awilliam@redhat.com> - 3.24.12-2
e6f176
- Backport PR #1142 to try and fix intermittent copy/cut failures
e6f176
e6f176
* Fri Oct 04 2019 Kalev Lember <klember@redhat.com> - 3.24.12-1
e6f176
- Update to 3.24.12
e6f176
e6f176
* Wed Sep 04 2019 Kalev Lember <klember@redhat.com> - 3.24.11-1
e6f176
- Update to 3.24.11
e6f176
- Build with sysprof support on F31+
e6f176
e6f176
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.10-2
e6f176
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
e6f176
e6f176
* Mon Jul 08 2019 Kalev Lember <klember@redhat.com> - 3.24.10-1
e6f176
- Update to 3.24.10
e6f176
e6f176
* Tue Jun 18 2019 Kalev Lember <klember@redhat.com> - 3.24.9-1
e6f176
- Update to 3.24.9
e6f176
e6f176
* Thu Apr 11 2019 Kalev Lember <klember@redhat.com> - 3.24.8-1
e6f176
- Update to 3.24.8
e6f176
e6f176
* Thu Mar 14 2019 Kalev Lember <klember@redhat.com> - 3.24.7-2
e6f176
- Undo runtime gtk_window_present deprecation warnings
e6f176
e6f176
* Tue Mar 12 2019 Kalev Lember <klember@redhat.com> - 3.24.7-1
e6f176
- Update to 3.24.7
e6f176
e6f176
* Tue Mar 12 2019 Kalev Lember <klember@redhat.com> - 3.24.6-1
e6f176
- Update to 3.24.6
e6f176
e6f176
* Mon Feb 04 2019 Kalev Lember <klember@redhat.com> - 3.24.5-1
e6f176
- Update to 3.24.5
e6f176
e6f176
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.4-2
e6f176
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
e6f176
e6f176
* Mon Jan 21 2019 Kalev Lember <klember@redhat.com> - 3.24.4-1
e6f176
- Update to 3.24.4
e6f176
e6f176
* Mon Jan 14 2019 Kalev Lember <klember@redhat.com> - 3.24.3-1
e6f176
- Update to 3.24.3
e6f176
- Co-own /usr/libexec/installed-tests directory
e6f176
e6f176
* Wed Sep 19 2018 Kalev Lember <klember@redhat.com> - 3.24.1-1
e6f176
- Update to 3.24.1
e6f176
e6f176
* Mon Sep 10 2018 Adam Williamson <awilliam@redhat.com> - 3.24.0-4
e6f176
- Revert a problematic change that breaks several things (GGO #1316)
e6f176
e6f176
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 3.24.0-3
e6f176
- Rebuilt against fixed atk (#1626575)
e6f176
e6f176
* Thu Sep 06 2018 Kalev Lember <klember@redhat.com> - 3.24.0-2
e6f176
- Backport two bugfixes from upstream
e6f176
e6f176
* Thu Sep 06 2018 Kalev Lember <klember@redhat.com> - 3.24.0-1
e6f176
- Update to 3.24.0
e6f176
e6f176
* Mon Aug 13 2018 Kalev Lember <klember@redhat.com> - 3.23.2-1
e6f176
- Update to 3.23.2
e6f176
e6f176
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.30-2
e6f176
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
e6f176
e6f176
* Wed Apr 18 2018 Kalev Lember <klember@redhat.com> - 3.22.30-1
e6f176
- Update to 3.22.30
e6f176
e6f176
* Tue Apr 10 2018 Kalev Lember <klember@redhat.com> - 3.22.29-2
e6f176
- Build with --with-included-immodules=wayland
e6f176
e6f176
* Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 3.22.29-1
e6f176
- Update to 3.22.29
e6f176
e6f176
* Fri Mar 02 2018 Kalev Lember <klember@redhat.com> - 3.22.28-1
e6f176
- Update to 3.22.28
e6f176
e6f176
* Sun Feb 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.22.26-4
e6f176
- Drop direct gtk-update-icon-cache calls
e6f176
- Drop ldconfig scriptlets
e6f176
e6f176
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.26-3
e6f176
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
e6f176
e6f176
* Wed Nov 29 2017 Christophe Fergeau <cfergeau@redhat.com> - 3.22.26-2
e6f176
- Backport fix for guest/host copy&paste issues in Boxes (Freedesktop #101353)
e6f176
e6f176
* Tue Nov 07 2017 Kalev Lember <klember@redhat.com> - 3.22.26-1
e6f176
- Update to 3.22.26
e6f176
e6f176
* Wed Nov 01 2017 Kalev Lember <klember@redhat.com> - 3.22.25-1
e6f176
- Update to 3.22.25
e6f176
e6f176
* Wed Oct 25 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.22.24-3
e6f176
- Backport fix to prevent crashes when adding online accounts (GNOME #789141)
e6f176
e6f176
* Mon Oct 23 2017 Troy Dawson <tdawson@redhat.com> - 3.22.24-2
e6f176
- Cleanup spec file conditionals
e6f176
e6f176
* Wed Oct 04 2017 Kalev Lember <klember@redhat.com> - 3.22.24-1
e6f176
- Update to 3.22.24
e6f176
e6f176
* Mon Sep 11 2017 Kalev Lember <klember@redhat.com> - 3.22.21-1
e6f176
- Update to 3.22.21
e6f176
e6f176
* Tue Sep 05 2017 Kalev Lember <klember@redhat.com> - 3.22.20-1
e6f176
- Update to 3.22.20
e6f176
e6f176
* Tue Aug 22 2017 Kalev Lember <klember@redhat.com> - 3.22.19-1
e6f176
- Update to 3.22.19
e6f176
e6f176
* Tue Aug 08 2017 Kalev Lember <klember@redhat.com> - 3.22.18-1
e6f176
- Update to 3.22.18
e6f176
e6f176
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.17-4
e6f176
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
e6f176
e6f176
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.17-3
e6f176
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
e6f176
e6f176
* Thu Jul 20 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.22.17-2
e6f176
- Backport fix to throttle system bell requests on Wayland (RH #1466654)
e6f176
e6f176
* Wed Jul 19 2017 Kalev Lember <klember@redhat.com> - 3.22.17-1
e6f176
- Update to 3.22.17
e6f176
e6f176
* Wed Jun 21 2017 Kalev Lember <klember@redhat.com> - 3.22.16-1
e6f176
- Update to 3.22.16
e6f176
- Filter provides for private modules
e6f176
- Update package summary
e6f176
e6f176
* Thu May 25 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.22.15-2
e6f176
- Backport fix to not abort when the Wayland connection is lost (RH #1258818)
e6f176
e6f176
* Fri May 12 2017 Kalev Lember <klember@redhat.com> - 3.22.15-1
e6f176
- Update to 3.22.15
e6f176
e6f176
* Wed May 10 2017 Kalev Lember <klember@redhat.com> - 3.22.14-1
e6f176
- Update to 3.22.14
e6f176
e6f176
* Wed May 10 2017 Kalev Lember <klember@redhat.com> - 3.22.13-1
e6f176
- Update to 3.22.13
e6f176
e6f176
* Thu Apr 20 2017 Kalev Lember <klember@redhat.com> - 3.22.12-2
e6f176
- Try harder to remove all libtool .la files
e6f176
e6f176
* Tue Apr 11 2017 Kalev Lember <klember@redhat.com> - 3.22.12-1
e6f176
- Update to 3.22.12
e6f176
e6f176
* Mon Mar 20 2017 Kalev Lember <klember@redhat.com> - 3.22.11-1
e6f176
- Update to 3.22.11
e6f176
e6f176
* Tue Mar 14 2017 Kalev Lember <klember@redhat.com> - 3.22.10-1
e6f176
- Update to 3.22.10
e6f176
e6f176
* Thu Mar 02 2017 Kalev Lember <klember@redhat.com> - 3.22.9-2
e6f176
- Backport a patch to fix spurious key repeat in gnome-terminal (#1428280)
e6f176
e6f176
* Tue Feb 28 2017 Kalev Lember <klember@redhat.com> - 3.22.9-1
e6f176
- Update to 3.22.9
e6f176
e6f176
* Tue Feb 14 2017 Kalev Lember <klember@redhat.com> - 3.22.8-2
e6f176
- Set minimum required xrandr version
e6f176
e6f176
* Mon Feb 13 2017 Kalev Lember <klember@redhat.com> - 3.22.8-1
e6f176
- Update to 3.22.8
e6f176
e6f176
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.7-2
e6f176
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
e6f176
e6f176
* Mon Jan 16 2017 Kalev Lember <klember@redhat.com> - 3.22.7-1
e6f176
- Update to 3.22.7
e6f176
e6f176
* Tue Jan 10 2017 Michael Catanzaro <mcatanzaro@gnome.org> - 3.22.6-2
e6f176
- Add patch for GNOME #769835
e6f176
e6f176
* Thu Jan 05 2017 Kalev Lember <klember@redhat.com> - 3.22.6-1
e6f176
- Update to 3.22.6
e6f176
e6f176
* Sun Dec 11 2016 Kalev Lember <klember@redhat.com> - 3.22.5-1
e6f176
- Update to 3.22.5
e6f176
e6f176
* Mon Nov 21 2016 Kalev Lember <klember@redhat.com> - 3.22.4-1
e6f176
- Update to 3.22.4
e6f176
e6f176
* Thu Nov 10 2016 Kalev Lember <klember@redhat.com> - 3.22.3-1
e6f176
- Update to 3.22.3
e6f176
e6f176
* Tue Nov  8 2016 Matthias Clasen <mclasen@redhat.com> - 3.22.2-2
e6f176
- Fix #1376471
e6f176
e6f176
* Mon Oct 24 2016 Kalev Lember <klember@redhat.com> - 3.22.2-1
e6f176
- Update to 3.22.2
e6f176
e6f176
* Tue Oct 11 2016 Adam Jackson <ajax@redhat.com> - 3.22.1-2
e6f176
- Prefer eglGetPlatformDisplay to eglGetDisplay
e6f176
e6f176
* Sat Oct 01 2016 David King <amigadave@amigadave.com> - 3.22.1-1
e6f176
- Update to 3.22.1
e6f176
e6f176
* Wed Sep 28 2016 Kalev Lember <klember@redhat.com> - 3.22.0-2
e6f176
- Backport a patch to fix shifted content in totem and gnome-maps (#1377741)
e6f176
e6f176
* Tue Sep 20 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
e6f176
- Update to 3.22.0
e6f176
e6f176
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 3.21.6-2
e6f176
- gtkwindow: Update shadow size on state change (#1377313)
e6f176
e6f176
* Tue Sep 13 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.6-1
e6f176
- Update to 3.21.6
e6f176
e6f176
* Tue Aug 30 2016 Kalev Lember <klember@redhat.com> - 3.21.5-1
e6f176
- Update to 3.21.5
e6f176
- Don't set group tags
e6f176
e6f176
* Wed Jul 27 2016 Kalev Lember <klember@redhat.com> - 3.21.4-2
e6f176
- Install dconf gsettings backend by default (#1351236)
e6f176
e6f176
* Mon Jul 18 2016 Kalev Lember <klember@redhat.com> - 3.21.4-1
e6f176
- Update to 3.21.4
e6f176
e6f176
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 3.21.3-1
e6f176
- Update to 3.21.3
e6f176
e6f176
* Tue May 03 2016 Kalev Lember <klember@redhat.com> - 3.21.1-1
e6f176
- Update to 3.21.1
e6f176
- Set minimum required wayland-protocols version
e6f176
e6f176
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 3.20.3-1
e6f176
- Update to 3.20.3
e6f176
e6f176
* Tue Apr  5 2016 Matthias Clasen <mclasen@redhat.com> - 3.20.2-2
e6f176
- Drop no-longer-used Requires(post)
e6f176
e6f176
* Thu Mar 31 2016 Kalev Lember <klember@redhat.com> - 3.20.2-1
e6f176
- Update to 3.20.2
e6f176
e6f176
* Fri Mar 25 2016 Kalev Lember <klember@redhat.com> - 3.20.1-1
e6f176
- Update to 3.20.1
e6f176
e6f176
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
e6f176
- Update to 3.20.0
e6f176
e6f176
* Tue Mar 15 2016 Kalev Lember <klember@redhat.com> - 3.19.12-1
e6f176
- Update to 3.19.12
e6f176
e6f176
* Wed Mar 02 2016 Richard Hughes <rhughes@redhat.com> - 3.19.11-1
e6f176
- Update to 3.19.11
e6f176
e6f176
* Wed Feb 24 2016 Matthias Clasen <mclasen@redhat.com> - 3.19.10-1
e6f176
- Update to 3.19.10
e6f176
e6f176
* Wed Feb 17 2016 Richard Hughes <rhughes@redhat.com> - 3.19.9-1
e6f176
- Update to 3.19.9
e6f176
e6f176
* Mon Feb 08 2016 Debarshi Ray <rishi@fedoraproject.org> - - 3.19.8-4
e6f176
- Backport fix for missing focus-in/out events (GNOME #677329)
e6f176
e6f176
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.8-3
e6f176
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
e6f176
e6f176
* Mon Feb 01 2016 Ray Strode <rstrode@redhat.com> - 3.19.8-2
e6f176
- Fix leak in wayland
e6f176
  https://bugzilla.gnome.org/show_bug.cgi?id=761312
e6f176
e6f176
* Mon Feb  1 2016 Matthias Clasen <mclasen@redhat.com> - 3.19.8-1
e6f176
- Update to 3.19.8
e6f176
e6f176
* Mon Jan 25 2016 Ray Strode <rstrode@redhat.com> - 3.19.7-2
e6f176
- fix SIGBUG crasher in wayland
e6f176
  Related: #1300390
e6f176
e6f176
* Wed Jan 20 2016 Kalev Lember <klember@redhat.com> - 3.19.7-1
e6f176
- Update to 3.19.7
e6f176
e6f176
* Mon Jan 11 2016 Kalev Lember <klember@redhat.com> - 3.19.6-1
e6f176
- Update to 3.19.6
e6f176
e6f176
* Thu Dec 17 2015 Kalev Lember <klember@redhat.com> - 3.19.5-2
e6f176
- Fix GtkBorder / GdkBorder struct definitions
e6f176
e6f176
* Wed Dec 16 2015 Kalev Lember <klember@redhat.com> - 3.19.5-1
e6f176
- Update to 3.19.5
e6f176
e6f176
* Sat Dec 05 2015 Kalev Lember <klember@redhat.com> - 3.19.4-1
e6f176
- Update to 3.19.4
e6f176
e6f176
* Wed Nov 25 2015 Matthias Clasen <mclasen@redhat.com> - 3.19.3-2
e6f176
- Fix firefox popup positioning
e6f176
e6f176
* Mon Nov 23 2015 Matthias Clasen <mclasen@redhat.com> - 3.19.3-1
e6f176
- Update to 3.19.3
e6f176
e6f176
* Fri Nov 20 2015 Kalev Lember <klember@redhat.com> - 3.19.2-1
e6f176
- Update to 3.19.2
e6f176
e6f176
* Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 3.19.1-1
e6f176
- Update to 3.19.1
e6f176
e6f176
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 3.18.2-1
e6f176
- Update to 3.18.2
e6f176
e6f176
* Sun Oct 04 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
e6f176
- Update to 3.18.1
e6f176
e6f176
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
e6f176
- Update to 3.18.0
e6f176
e6f176
* Tue Sep 15 2015 Kalev Lember <klember@redhat.com> - 3.17.9-1
e6f176
- Update to 3.17.9
e6f176
e6f176
* Sun Sep 13 2015 Kalev Lember <klember@redhat.com> - 3.17.8-2
e6f176
- Backport a patch to fix mouse scroll wheel events (#1258236)
e6f176
e6f176
* Wed Sep 02 2015 Kalev Lember <klember@redhat.com> - 3.17.8-1
e6f176
- Update to 3.17.8
e6f176
e6f176
* Wed Aug 26 2015 Adam Williamson <awilliam@redhat.com> - 3.17.7-2
e6f176
- revert a 3.17.7 change to fix BGO #754147 until it's fixed upstream
e6f176
e6f176
* Tue Aug 18 2015 Kalev Lember <klember@redhat.com> - 3.17.7-1
e6f176
- Update to 3.17.7
e6f176
- Use make_install macro
e6f176
e6f176
* Fri Aug 14 2015 Matthias Clasen <mclasen@redhat.com> - 3.17.6-3
e6f176
- Add file triggers for im modules
e6f176
e6f176
* Fri Aug 14 2015 Matthias Clasen <mclasen@redhat.com> - 3.17.6-2
e6f176
- Rely on glib file triggers
e6f176
e6f176
* Wed Aug  5 2015 Matthias Clasen <mclasen@redhat.com> - 3.17.6-1
e6f176
- Update to 3.17.6
e6f176
e6f176
* Tue Jul 21 2015 David King <amigadave@amigadave.com> - 3.17.5-1
e6f176
- Update to 3.17.5
e6f176
- Preserve timestamps during install
e6f176
e6f176
* Mon Jul 13 2015 Adam Williamson <awilliam@redhat.com> - 3.17.4-2
e6f176
- backport upstream CSS changes to fix BGO #752247
e6f176
- backport upstream font default changes to help with RHBZ #1241724
e6f176
e6f176
* Wed Jun 24 2015 David King <amigadave@amigadave.com> - 3.17.4-1
e6f176
- Update to 3.17.4
e6f176
e6f176
* Wed Jun 17 2015 Kalev Lember <klember@redhat.com> - 3.17.3-3
e6f176
- Obsolete gtk-solidity-engine
e6f176
e6f176
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.3-2
e6f176
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
e6f176
e6f176
* Sun May 31 2015 Kalev Lember <kalevlember@gmail.com> - 3.17.3-1
e6f176
- Update to 3.17.3
e6f176
e6f176
* Thu Apr 30 2015 Kalev Lember <kalevlember@gmail.com> - 3.17.1-1
e6f176
- Update to 3.17.1
e6f176
- Include gtk-builder-tool in the -devel subpackage
e6f176
e6f176
* Fri Apr 17 2015 Rex Dieter <rdieter@fedoraproject.org> 3.16.2-2
e6f176
- Obsoletes: oxygen-gtk3 < 2:1.4.1
e6f176
e6f176
* Tue Apr 14 2015 David King <amigadave@amigadave.com> - 3.16.2-1
e6f176
- Update to 3.16.2
e6f176
e6f176
* Tue Apr  7 2015 Matthias Clasen <mclasen@redhat.com> - 3.16.1-1
e6f176
- Update to 3.16.1
e6f176
e6f176
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
e6f176
- Update to 3.16.0
e6f176
e6f176
* Fri Mar 20 2015 Richard Hughes <rhughes@redhat.com> - 3.15.12-2
e6f176
- Depend on gdk-pixbuf2-modules as this is now an optional subpackage
e6f176
e6f176
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.12-1
e6f176
- Update to 3.15.12
e6f176
- Use license macro for the COPYING file
e6f176
e6f176
* Thu Mar 12 2015 Matthias Clasen <mclasen@redhat.com> - 3.15.11-1
e6f176
- Update to 3.15.11
e6f176
e6f176
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.10-1
e6f176
- Update to 3.15.10
e6f176
e6f176
* Tue Feb 24 2015 Matthias Clasen <mclasen@redhat.com> - 3.15.9-1
e6f176
- Update to 3.15.9
e6f176
e6f176
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 3.15.8-2
e6f176
- Rebuilt for Fedora 23 Change
e6f176
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
e6f176
e6f176
* Fri Feb 20 2015 Matthias Clasen <mclasen@redhat.com> - 3.15.8-1
e6f176
- Update to 3.15.8
e6f176
e6f176
* Tue Feb 17 2015 Richard Hughes <rhughes@redhat.com> - 3.15.7-1
e6f176
- Update to 3.15.7
e6f176
e6f176
* Tue Feb 10 2015 Matthias Clasen <mclasen@redhat.com> - 3.15.6-1
e6f176
- Update to 3.15.6
e6f176
e6f176
* Thu Jan 22 2015 Richard Hughes <rhughes@redhat.com> - 3.15.4-1
e6f176
- Update to 3.15.4
e6f176
e6f176
* Wed Dec 17 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.3-1
e6f176
- Update to 3.15.3
e6f176
- Add gtk-update-icon-cache subpackage that both gtk2 and gtk3 can depend on
e6f176
- Run icon cache scriptlets for the -devel subpackage
e6f176
e6f176
* Mon Nov 24 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.2-1
e6f176
- Update to 3.15.2
e6f176
e6f176
* Thu Oct 30 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.1-1
e6f176
- Update to 3.15.1
e6f176
e6f176
* Tue Oct 21 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.4-1
e6f176
- Update to 3.14.4
e6f176
e6f176
* Thu Oct 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.3-2
e6f176
- Backport a patch to fix status icons in XFCE (#1134663)
e6f176
e6f176
* Mon Oct 13 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.3-1
e6f176
- Update to 3.14.3
e6f176
e6f176
* Wed Oct 08 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.2-1
e6f176
- Update to 3.14.2
e6f176
e6f176
* Fri Oct 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-2
e6f176
- Backport an upstream fix for GtkBuilder type name heuristics
e6f176
e6f176
* Tue Sep 30 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
e6f176
- Update to 3.14.1
e6f176
e6f176
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
e6f176
- Update to 3.14.0
e6f176
- Tighten deps with the _isa macro
e6f176
- Set minimum required wayland version
e6f176
e6f176
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.9-1
e6f176
- Update to 3.13.9
e6f176
e6f176
* Tue Sep 02 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.8-1
e6f176
- Update to 3.13.8
e6f176
e6f176
* Thu Aug 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.7-3.git5ad60ca
e6f176
- Update to today's git snapshot
e6f176
e6f176
* Wed Aug 27 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.7-2
e6f176
- Backport a few upstream fixes for checkboxes
e6f176
e6f176
* Sun Aug 17 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.7-1
e6f176
- Update to 3.13.7
e6f176
e6f176
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.6-2
e6f176
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
e6f176
e6f176
* Mon Aug 11 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.6-1
e6f176
- Update to 3.13.6
e6f176
e6f176
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.5-2
e6f176
- Rebuilt for gobject-introspection 1.41.4
e6f176
e6f176
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.5-1
e6f176
- Update to 3.13.5
e6f176
e6f176
* Tue Jul 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.4-1
e6f176
- Update to 3.13.4
e6f176
e6f176
* Thu Jun 26 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.3-2
e6f176
- Obsolete adwaita-gtk3-theme
e6f176
e6f176
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 3.13.3-1
e6f176
- Update to 3.13.3
e6f176
e6f176
* Sat Jun 07 2014 Tim Waugh <twaugh@redhat.com> - 3.13.2-5
e6f176
- Added build deps for cloudprint print backend module (bug #1104663).
e6f176
e6f176
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-4
e6f176
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
e6f176
e6f176
* Fri May 30 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-3
e6f176
- Backport a GtkBuilder fix to ensure types get fully initialized
e6f176
e6f176
* Fri May 30 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-2
e6f176
- Backport two fixes from git master
e6f176
e6f176
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-1
e6f176
- Update to 3.13.2
e6f176
e6f176
* Tue Apr 29 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-2
e6f176
- Depend on adwaita-icon-theme to ensure standard icons are available
e6f176
e6f176
* Tue Apr 29 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-1
e6f176
- Update to 3.13.1
e6f176
e6f176
* Sat Apr 12 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
e6f176
- Update to 3.12.1
e6f176
e6f176
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-2
e6f176
- Update glib2 dep version
e6f176
e6f176
* Tue Mar 25 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
e6f176
- Update to 3.12.0
e6f176
e6f176
* Wed Mar 19 2014 Kalev Lember <kalevlember@gmail.com> - 3.11.9-2
e6f176
- Backport a patch for a gnome-terminal crash
e6f176
e6f176
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.9-1
e6f176
- Update to 3.11.9
e6f176
e6f176
* Mon Mar 17 2014 Adam Williamson <awilliam@redhat.com> - 3.11.8-2
e6f176
- backport patches for touch dragging of new-style GNOME windows
e6f176
e6f176
* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 3.11.8-1
e6f176
- Update to 3.11.8
e6f176
e6f176
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.7-1
e6f176
- Update to 3.11.7
e6f176
e6f176
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.6-1
e6f176
- Update to 3.11.6
e6f176
e6f176
* Wed Feb  5 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.11.5-1
e6f176
- Update to 3.11.5
e6f176
e6f176
* Wed Jan 15 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.11.4-1
e6f176
- Update to 3.11.4
e6f176
e6f176
* Tue Nov 19 2013 Richard Hughes <rhughes@redhat.com> - 3.11.2-1
e6f176
- Update to 3.11.2
e6f176
e6f176
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 3.11.0-1
e6f176
- Update to 3.11.0
e6f176
e6f176
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
e6f176
- Update to 3.10.0
e6f176
e6f176
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.16-2
e6f176
- Rebuilt with cairo 1.13.1 snapshot for device scale support
e6f176
e6f176
* Tue Sep 17 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.16-1
e6f176
- Update to 3.9.16
e6f176
e6f176
* Tue Sep  3 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.14-1
e6f176
- Update to 3.9.14
e6f176
e6f176
* Wed Aug 21 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.9.12-1
e6f176
- Update to 3.9.12
e6f176
e6f176
* Thu Aug  1 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.9.10-1
e6f176
- Update to 3.9.10
e6f176
e6f176
* Tue Jul 30 2013 Richard Hughes <rhughes@redhat.com> - 3.9.8-2
e6f176
- Rebuild for colord soname bump
e6f176
e6f176
* Tue Jul  9 2013 Matthias Clasen <mclasen@redhat.com> - 3.9.8-1
e6f176
- Update to 3.9.8
e6f176
e6f176
* Thu Jul  4 2013 Matthias Clasen <mclasen@redhat.com> - 3.9.6-2
e6f176
- Don't put an empty dir into /etc.
e6f176
e6f176
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> - 3.9.6-1
e6f176
- Update to 3.9.6
e6f176
- Add a tests subpackage
e6f176
e6f176
* Thu Jun 20 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.4-1
e6f176
- Update to 3.9.4
e6f176
e6f176
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.2-1
e6f176
- Update to 3.9.2
e6f176
e6f176
* Wed May  8 2013 Matthias Clasen <mclasen@redhat.com> - 3.9.0-2
e6f176
- Make man gtk-query-immodules-3.0-64 work
e6f176
e6f176
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.0-1
e6f176
- Update to 3.9.0
e6f176
e6f176
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
e6f176
- Update to 3.8.1
e6f176
e6f176
* Mon Mar 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
e6f176
- Update to 3.8.0
e6f176
e6f176
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.14-1
e6f176
- Update to 3.7.14
e6f176
e6f176
* Wed Mar  6 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.12-1
e6f176
- Update to 3.7.12
e6f176
e6f176
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.10-1
e6f176
- Update to 3.7.10
e6f176
e6f176
* Tue Feb 05 2013 Richard Hughes <rhughes@redhat.com> - 3.7.8-1
e6f176
- Update to 3.7.8
e6f176
e6f176
* Mon Jan 28 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.6-4
e6f176
- Move im-cedilla back to -immodules subpackage to avoid
e6f176
  a conflict with gtk2-immodules (#797838)
e6f176
e6f176
* Thu Jan 24 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.6-3
e6f176
- Enable the Wayland and Broadway backends
e6f176
e6f176
* Thu Jan 24 2013 Cosimo Cecchi <cosimoc@redhat.com> - 3.7.6-2
e6f176
- Backport two patches from git master to fix window allocations
e6f176
e6f176
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.6-1
e6f176
- Update to 3.7.6
e6f176
e6f176
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.4-1
e6f176
- Update to 3.7.4
e6f176
e6f176
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 3.7.2-1
e6f176
- Update to 3.7.2
e6f176
e6f176
* Thu Nov 08 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.0-1
e6f176
- Update to 3.7.0
e6f176
e6f176
* Fri Oct 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.1-2
e6f176
- Don't pull in imsettings just for a directory
e6f176
e6f176
* Tue Oct 16 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.6.1-1
e6f176
- Update to 3.6.1
e6f176
e6f176
* Fri Oct 12 2012 Bastien Nocera <bnocera@redhat.com> 3.6.0-2
e6f176
- Add upstream patch to make Epiphany less painful to use
e6f176
e6f176
* Tue Sep 25 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.6.0-1
e6f176
- Update to 3.6.0
e6f176
e6f176
* Tue Sep 18 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.18-1
e6f176
- Update to 3.5.18
e6f176
e6f176
* Thu Sep 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.16-1
e6f176
- Update to 3.5.16
e6f176
e6f176
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 3.5.14-1
e6f176
- Update to 3.5.14
e6f176
e6f176
* Wed Aug 22 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.5.12-2
e6f176
- Backport a patch from upstream fixing crashers with app menus
e6f176
e6f176
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.12-1
e6f176
- Update to 3.5.12
e6f176
e6f176
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.10-1
e6f176
- Update to 3.5.10
e6f176
e6f176
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.8-2
e6f176
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e6f176
e6f176
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.8-1
e6f176
- Update to 3.5.8
e6f176
e6f176
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 3.5.6-1
e6f176
- Update to 3.5.6
e6f176
e6f176
* Wed Jun 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
e6f176
- Update to 3.5.4
e6f176
e6f176
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.2-1
e6f176
- Update to 3.5.2
e6f176
e6f176
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
e6f176
- Update to 3.4.0
e6f176
e6f176
* Tue Mar 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.20-1
e6f176
- Update to 3.3.20
e6f176
e6f176
* Mon Mar  5 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.18-1
e6f176
- Update to 3.3.18
e6f176
e6f176
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.16-1
e6f176
- Update to 3.3.16
e6f176
e6f176
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.14-1
e6f176
- Update to 3.3.14
e6f176
e6f176
* Fri Jan 20 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.10-1
e6f176
- Update to 3.3.10
e6f176
e6f176
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.8-1
e6f176
- Update to 3.3.8
e6f176
e6f176
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.6-3
e6f176
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
e6f176
e6f176
* Thu Dec 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.6-2
e6f176
- Revert a problematic focus handling change
e6f176
e6f176
* Mon Dec 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.6-1
e6f176
- Update to 3.3.6
e6f176
e6f176
* Mon Nov 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
e6f176
- Update to 3.3.4
e6f176
e6f176
* Wed Nov  3 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
e6f176
- Update to 3.3.2
e6f176
e6f176
* Fri Oct 14 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
e6f176
- Update to 3.2.1
e6f176
e6f176
* Mon Sep 26 2011 Ray <rstrode@redhat.com> - 3.2.0-1
e6f176
- Update to 3.2.0
e6f176
e6f176
* Fri Sep 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-2
e6f176
- Fix crashes when turning a11y on and off repeatedly
e6f176
e6f176
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
e6f176
- Update to 3.1.92
e6f176
e6f176
* Tue Sep 13 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90-1
e6f176
- Update to 3.1.90
e6f176
e6f176
* Mon Sep  5 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.18-1
e6f176
- Update to 3.1.18
e6f176
e6f176
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.16-1
e6f176
- Update to 3.1.16
e6f176
e6f176
* Tue Aug 16 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.12-1
e6f176
- Update to 3.1.12
e6f176
e6f176
* Sat Jul 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.10-1
e6f176
- Update to 3.1.10
e6f176
e6f176
* Tue Jul  5 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.8-1
e6f176
- Update to 3.1.8
e6f176
e6f176
* Tue Jun 14 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.6-1
e6f176
- Update to 3.1.6
e6f176
e6f176
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.4-1
e6f176
- Update to 3.1.4
e6f176
e6f176
* Fri Apr 15 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.9-1
e6f176
- Update to 3.0.9
e6f176
e6f176
* Thu Apr 14 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.8-3
e6f176
- Move im-cedilla back to the main package (#637399)
e6f176
e6f176
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.8-2
e6f176
- Add a missed backport
e6f176
e6f176
* Sun Apr  3 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.8-1
e6f176
- Update to 3.0.8
e6f176
e6f176
* Fri Apr  1 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.7-1
e6f176
- Update to 3.0.7
e6f176
e6f176
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.6-1
e6f176
- Update to 3.0.6
e6f176
e6f176
* Wed Mar 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.5-1
e6f176
- Update to 3.0.5
e6f176
e6f176
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.4-1
e6f176
- Update to 3.0.4
e6f176
e6f176
* Mon Mar 14 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.3-1
e6f176
- Update to 3.0.3
e6f176
e6f176
* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.2-1
e6f176
- Update to 3.0.2
e6f176
e6f176
* Sat Feb 26 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-2
e6f176
- Fix frequent crashes on double-click events
e6f176
e6f176
* Mon Feb 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
e6f176
- Update to 3.0.1
e6f176
e6f176
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
e6f176
- Update to 3.0.0
e6f176
e6f176
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.99.3-2
e6f176
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e6f176
e6f176
* Tue Feb  1 2011 Matthias Clasen <mclasen@redhat.com> - 2.99.3-1
e6f176
- Update to 2.99.3
e6f176
e6f176
* Mon Jan 24 2011 Dan Williams <dcbw@redhat.com> 2.99.2-2
e6f176
- Fix bug in gtk_show_uri() which caused crashes when plugging in USB drives
e6f176
e6f176
* Wed Jan 12 2011 Matthias Clasen <mclasen@redhat.com> 2.99.2-1
e6f176
- Update to 2.99.2
e6f176
e6f176
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.99.1-1
e6f176
- Update to 2.99.1
e6f176
e6f176
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.99.0-3
e6f176
- Obsolete gtk3-engines
e6f176
e6f176
* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> 2.99.0-2
e6f176
- Provide the right directory for theming engines
e6f176
e6f176
* Thu Jan  6 2011 Matthias Clasen <mclasen@redhat.com> 2.99.0-1
e6f176
- Update to 2.99.0
e6f176
- Drop gtk-update-icon-cache and gtk-builder-convert to
e6f176
  avoid conflict with gtk2
e6f176
- Drop the tooltips-style patch for now
e6f176
e6f176
* Thu Dec  2 2010 Matthias Clasen <mclasen@redhat.com> 2.91.5-1
e6f176
- Update to 2.91.5
e6f176
e6f176
* Fri Nov 12 2010 Matthias Clasen <mclasen@redhat.com> 2.91.4-2
e6f176
- Make gnome-terminal work again
e6f176
e6f176
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> 2.91.4-1
e6f176
- Update to 2.91.4
e6f176
e6f176
* Mon Nov  1 2010 Matthias Clasen <mclasen@redhat.com> 2.91.3-1
e6f176
- Update to 2.91.3
e6f176
e6f176
* Wed Oct 20 2010 Richard Hughes <richard@hughsie.com> 2.91.1-1
e6f176
- Update to 2.91.1
e6f176
e6f176
* Tue Oct 12 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-2
e6f176
- Fix a crash in the tooltip code
e6f176
e6f176
* Sat Oct  2 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-1
e6f176
- Update to 2.91.0
e6f176
e6f176
* Wed Sep 29 2010 jkeating - 2.90.7-3
e6f176
- Rebuilt for gcc bug 634757
e6f176
e6f176
* Tue Sep 21 2010 Matthias Clasen <mclaesn@redhat.com> 2.90.7-2
e6f176
- Reinstate the tooltip look
e6f176
e6f176
* Mon Sep 20 2010 Bastien Nocera <bnocera@redhat.com> 2.90.7-1
e6f176
- Update to 2.90.7
e6f176
e6f176
* Mon Aug 23 2010 Matthias Clasen <mclasen@redhat.com> - 2.90.5-5
e6f176
- Co-own /usr/share/gtk-doc
e6f176
- gtk3-devel requires gdk-pixbuf2-devel
e6f176
e6f176
* Mon Jul 26 2010 Colin Walters <walters@verbum.org> - 2.90.5-4
e6f176
- gtk3-devel requires gdk-pixbuf-devel
e6f176
e6f176
* Thu Jul 22 2010 Colin Walters <walters@verbum.org> - 2.90.5-2
e6f176
- Rebuild with new gobject-introspection
e6f176
e6f176
* Mon Jul 22 2010 Matthias Clasen <mclasen@redhat.com> 2.90.5-1
e6f176
- Update to 2.90.5
e6f176
e6f176
* Fri Jul  9 2010 Colin Walters <walters@verbum.org> - 2.90.4-3
e6f176
- Update tooltip style patch to remove unused GdkRegion
e6f176
e6f176
* Tue Jun 29 2010 Colin Walters <walters@pocket> - 2.90.4-2
e6f176
- Changes to support rebuilds from snapshots
e6f176
e6f176
* Mon Jun 28 2010 Matthias Clasen <mclasen@redhat.com> 2.90.4-1
e6f176
- Update to 2.90.4
e6f176
e6f176
* Fri Jun 18 2010 Matthias Clasen <mclasen@redhat.com> 2.90.3-1
e6f176
- Update to 2.90.3
e6f176
e6f176
* Sat Jun 12 2010 Matthias Clasen <mclasen@redhat.com> 2.90.2-2
e6f176
- Copy some tweaks from gtk2
e6f176
e6f176
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> 2.90.2-1
e6f176
- Update to 2.90.2
e6f176
e6f176
* Tue May 25 2010 Matthias Clasen <mclasen@redhat.com> 2.90.1-1
e6f176
- Update to 2.90.1
e6f176
e6f176
* Fri May 21 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-5
e6f176
- Some more package review feedback
e6f176
e6f176
* Thu May 20 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-4
e6f176
- Remove %%check again, it causes trouble
e6f176
e6f176
* Mon May 17 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-3
e6f176
- More review feedback
e6f176
e6f176
* Wed May 12 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-2
e6f176
- Incorporate review feedback
e6f176
e6f176
* Wed May 11 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-1
e6f176
- Update to the 2.90.0 release
e6f176
- Complete parallel installability
e6f176
e6f176
* Mon May 10 2010 Richard Hughes <richard@hughsie.com> 2.90.0-0.0.20100510git
e6f176
- Update from git