f613256
%if 0%{?fedora}
e6358d4
%global with_broadway 1
e6358d4
%endif
e6358d4
9d9e0d4
%global glib2_version 2.53.4
2bf5705
%global pango_version 1.41.0
Florian Müllner 89d33d5
%global atk_version 2.15.1
fb4a896
%global cairo_version 1.14.0
d4a914b
%global gdk_pixbuf_version 2.30.0
8772916
%global xrandr_version 1.5.0
e1c6c10
%global wayland_version 1.9.91
36e8943
%global wayland_protocols_version 1.12
2bf5705
%global epoxy_version 1.4
7442cc3
7442cc3
%global bin_version 3.0.0
7442cc3
3b4dbdb
%global _changelog_trimtime %(date +%s -d "1 year ago")
3b4dbdb
e06c721
# Filter provides for private modules
e06c721
%global __provides_exclude_from ^%{_libdir}/gtk-3.0
e06c721
7442cc3
Name: gtk3
49fb981
Version: 3.24.1
4e8d64b
Release: 3%{?dist}
06a7f2d
Summary: GTK+ graphical user interface library
3da8e91
7442cc3
License: LGPLv2+
7442cc3
URL: http://www.gtk.org
2bf5705
Source0: http://download.gnome.org/sources/gtk+/3.24/gtk+-%{version}.tar.xz
52fe7a3
Michael Catanzaro 539f2e4
Patch0: accessible-window-events.patch
4e8d64b
Patch1: imwayland-respect-4000B-limit.patch
Michael Catanzaro 05abbd2
668d563
BuildRequires: pkgconfig(atk) >= %{atk_version}
668d563
BuildRequires: pkgconfig(atk-bridge-2.0)
668d563
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
668d563
BuildRequires: pkgconfig(gobject-introspection-1.0)
668d563
BuildRequires: pkgconfig(cairo) >= %{cairo_version}
668d563
BuildRequires: pkgconfig(cairo-gobject) >= %{cairo_version}
e497a8f
BuildRequires: pkgconfig(pango) >= %{pango_version}
668d563
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= %{gdk_pixbuf_version}
668d563
BuildRequires: pkgconfig(xi)
8772916
BuildRequires: pkgconfig(xrandr) >= %{xrandr_version}
668d563
BuildRequires: pkgconfig(xrender)
668d563
BuildRequires: pkgconfig(xrender)
668d563
BuildRequires: pkgconfig(xcursor)
668d563
BuildRequires: pkgconfig(xfixes)
668d563
BuildRequires: pkgconfig(xinerama)
668d563
BuildRequires: pkgconfig(xcomposite)
668d563
BuildRequires: pkgconfig(xdamage)
668d563
BuildRequires: pkgconfig(epoxy)
7442cc3
BuildRequires: gettext
cefd534
BuildRequires: gtk-doc
7442cc3
BuildRequires: cups-devel
668d563
BuildRequires: pkgconfig(rest-0.7)
668d563
BuildRequires: pkgconfig(json-glib-1.0)
668d563
BuildRequires: pkgconfig(colord)
668d563
BuildRequires: pkgconfig(avahi-gobject)
Richard Hughes 78354bf
BuildRequires: desktop-file-utils
99f603a
BuildRequires: pkgconfig(egl)
668d563
BuildRequires: pkgconfig(wayland-client) >= %{wayland_version}
668d563
BuildRequires: pkgconfig(wayland-cursor) >= %{wayland_version}
668d563
BuildRequires: pkgconfig(wayland-egl) >= %{wayland_version}
4bcced3
BuildRequires: pkgconfig(wayland-protocols) >= %{wayland_protocols_version}
668d563
BuildRequires: pkgconfig(xkbcommon)
7442cc3
24ea11a
# standard icons
24ea11a
Requires: adwaita-icon-theme
7442cc3
# required for icon theme apis to work
7442cc3
Requires: hicolor-icon-theme
7912964
# split out in a subpackage
7912964
Requires: gtk-update-icon-cache
7442cc3
608a4be
Requires: atk%{?_isa} >= %{atk_version}
61eb471
Requires: cairo%{?_isa} >= %{cairo_version}
61eb471
Requires: cairo-gobject%{?_isa} >= %{cairo_version}
608a4be
Requires: glib2%{?_isa} >= %{glib2_version}
Florian Müllner 89d33d5
Requires: libepoxy%{?_isa} >= %{epoxy_version}
8772916
Requires: libXrandr%{?_isa} >= %{xrandr_version}
608a4be
Requires: pango%{?_isa} >= %{pango_version}
aeebb48
Requires: libwayland-client%{?_isa} >= %{wayland_version}
aeebb48
Requires: libwayland-cursor%{?_isa} >= %{wayland_version}
7442cc3
Richard Hughes 2374609
# required to support all the different image formats
Richard Hughes 2374609
Requires: gdk-pixbuf2-modules%{?_isa}
Richard Hughes 2374609
b66fa32
# make sure we have a reasonable gsettings backend
29fc170
%if 0%{?fedora} || 0%{?rhel} > 7
b66fa32
Recommends: dconf%{?_isa}
33525c6
%else
33525c6
Requires: dconf%{?_isa}
33525c6
%endif
b66fa32
e7c0638
# gtk3 itself includes the Adwaita theme now
e7c0638
Obsoletes: adwaita-gtk3-theme < 3.13.3
e7c0638
Provides: adwaita-gtk3-theme = %{version}-%{release}
e7c0638
fecf2ab
# gtk3 no longer provides the GtkThemeEngine interface used there
fecf2ab
Obsoletes: gtk3-engines <= 2.91.5-5.fc15
67dce55
Obsoletes: gtk-solidity-engine < 0.4.1-9
Rex Dieter daf1fa3
Obsoletes: oxygen-gtk3 < 2:1.4.1
fecf2ab
7442cc3
%description
7442cc3
GTK+ is a multi-platform toolkit for creating graphical user
7442cc3
interfaces. Offering a complete set of widgets, GTK+ is suitable for
7442cc3
projects ranging from small one-off tools to complete application
7442cc3
suites.
7442cc3
7442cc3
This package contains version 3 of GTK+.
7442cc3
7912964
%package -n gtk-update-icon-cache
7912964
Summary: Icon theme caching utility
7912964
# gtk-update-icon-cache used to be shipped in the gtk2 package
05436ba
Conflicts: gtk2 < 2.24.29
7912964
7912964
%description -n gtk-update-icon-cache
7912964
GTK+ can use the cache files created by gtk-update-icon-cache to avoid a lot of
7912964
system call and disk seek overhead when the application starts. Since the
7912964
format of the cache files allows them to be mmap()ed shared between multiple
7912964
applications, the overall memory consumption is reduced as well.
7912964
7442cc3
%package immodules
7442cc3
Summary: Input methods for GTK+
e53c375
Requires: gtk3%{?_isa} = %{version}-%{release}
0cd1423
# for im-cedilla.conf
a7fa60e
Requires: gtk2-immodules%{?_isa}
7442cc3
7442cc3
%description immodules
a6e3e53
The gtk3-immodules package contains standalone input methods that
a6e3e53
are shipped as part of GTK+ 3.
7442cc3
7442cc3
%package immodule-xim
7442cc3
Summary: XIM support for GTK+
e53c375
Requires: gtk3%{?_isa} = %{version}-%{release}
7442cc3
7442cc3
%description immodule-xim
7442cc3
The gtk3-immodule-xim package contains XIM support for GTK+ 3.
7442cc3
7442cc3
%package devel
7442cc3
Summary: Development files for GTK+
a7fa60e
Requires: gtk3%{?_isa} = %{version}-%{release}
fecf2ab
Obsoletes: gtk3-engines-devel <= 2.91.5-5.fc15
fecf2ab
7442cc3
%description devel
7442cc3
This package contains the libraries and header files that are needed
7442cc3
for writing applications with version 3 of the GTK+ widget toolkit. If
7442cc3
you plan to develop applications with GTK+, consider installing the
7442cc3
gtk3-devel-docs package.
7442cc3
7442cc3
%package devel-docs
7442cc3
Summary: Developer documentation for GTK+
7442cc3
Requires: gtk3 = %{version}-%{release}
7442cc3
7442cc3
%description devel-docs
7442cc3
This package contains developer documentation for version 3 of the GTK+
7442cc3
widget toolkit.
7442cc3
7bf9ece
%package tests
7bf9ece
Summary: Tests for the %{name} package
7bf9ece
Requires: %{name}%{?_isa} = %{version}-%{release}
7bf9ece
7bf9ece
%description tests
7bf9ece
The %{name}-tests package contains tests that can be used to verify
7bf9ece
the functionality of the installed %{name} package.
7bf9ece
7442cc3
%prep
9e9fad0
%autosetup -n gtk+-%{version} -p1
7442cc3
7442cc3
%build
419165e
export CFLAGS='-fno-strict-aliasing %optflags'
6369175
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
6369175
 %configure $CONFIGFLAGS \
3238d3d
        --enable-xkb \
3238d3d
        --enable-xinerama \
3238d3d
        --enable-xrandr \
3238d3d
        --enable-xfixes \
3238d3d
        --enable-xcomposite \
3238d3d
        --enable-xdamage \
3238d3d
        --enable-x11-backend \
e6358d4
        --enable-wayland-backend \
Cosimo Cecchi 81b25b5
%if 0%{?with_broadway}
e6358d4
        --enable-broadway-backend \
e6358d4
%endif
c2615a3
        --enable-colord \
361f953
        --enable-installed-tests \
361f953
        --with-included-immodules=wayland
6369175
)
7442cc3
7442cc3
# fight unused direct deps
7442cc3
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
7442cc3
0a99b44
make %{?_smp_mflags}
7442cc3
7442cc3
%install
667023e
%make_install RUN_QUERY_IMMODULES_TEST=false
7442cc3
7442cc3
%find_lang gtk30
7442cc3
%find_lang gtk30-properties
7442cc3
c890c92
(cd $RPM_BUILD_ROOT%{_bindir}
c890c92
 mv gtk-query-immodules-3.0 gtk-query-immodules-3.0-%{__isa_bits}
c890c92
)
7442cc3
383450b
echo ".so man1/gtk-query-immodules-3.0.1" > $RPM_BUILD_ROOT%{_mandir}/man1/gtk-query-immodules-3.0-%{__isa_bits}.1
383450b
7442cc3
# Remove unpackaged files
67f2493
find $RPM_BUILD_ROOT -name '*.la' -delete
7442cc3
Cosimo Cecchi 81b25b5
%if !0%{?with_broadway}
Cosimo Cecchi 81b25b5
rm $RPM_BUILD_ROOT%{_mandir}/man1/broadwayd.1*
Cosimo Cecchi 81b25b5
%endif
Cosimo Cecchi 81b25b5
c890c92
touch $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/%{bin_version}/immodules.cache
7442cc3
af3fa9d
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gtk-3.0
7442cc3
mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/modules
7442cc3
mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/immodules
af3fa9d
mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/%{bin_version}/theming-engines
7442cc3
a6ca785
%check
a6ca785
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
a6ca785
7784630
%transfiletriggerin -- %{_libdir}/gtk-3.0/3.0.0/immodules
0506f57
gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
7442cc3
7784630
%transfiletriggerpostun -- %{_libdir}/gtk-3.0/3.0.0/immodules
0506f57
gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
10026dc
7442cc3
%files -f gtk30.lang
668d563
%license COPYING
668d563
%doc AUTHORS NEWS README
7442cc3
%{_bindir}/gtk-query-immodules-3.0*
Richard Hughes dafe7fc
%{_bindir}/gtk-launch
f0b1eba
%{_libdir}/libgtk-3.so.*
f0b1eba
%{_libdir}/libgdk-3.so.*
f0b1eba
%{_libdir}/libgailutil-3.so.*
7442cc3
%dir %{_libdir}/gtk-3.0
7442cc3
%dir %{_libdir}/gtk-3.0/%{bin_version}
eef6d8f
%dir %{_datadir}/gtk-3.0
af3fa9d
%{_libdir}/gtk-3.0/%{bin_version}/theming-engines
7442cc3
%dir %{_libdir}/gtk-3.0/%{bin_version}/immodules
7442cc3
%{_libdir}/gtk-3.0/%{bin_version}/printbackends
7442cc3
%{_libdir}/gtk-3.0/modules
7442cc3
%{_libdir}/gtk-3.0/immodules
7442cc3
%{_datadir}/themes/Default
7442cc3
%{_datadir}/themes/Emacs
7442cc3
%{_libdir}/girepository-1.0
c890c92
%ghost %{_libdir}/gtk-3.0/%{bin_version}/immodules.cache
383450b
%{_mandir}/man1/gtk-query-immodules-3.0*
5658131
%{_mandir}/man1/gtk-launch.1*
63cb46f
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml
26c2c9f
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml
6499ac2
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.EmojiChooser.gschema.xml
6499ac2
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml
Debarshi Ray 06ac0c8
%{_datadir}/glib-2.0/schemas/org.gtk.exampleapp.gschema.xml
Cosimo Cecchi 81b25b5
%if 0%{?with_broadway}
e6358d4
%{_bindir}/broadwayd
76fbf2a
%{_mandir}/man1/broadwayd.1*
e6358d4
%endif
7442cc3
7912964
%files -n gtk-update-icon-cache
eab3c7d
%license COPYING
7912964
%{_bindir}/gtk-update-icon-cache
7912964
%{_mandir}/man1/gtk-update-icon-cache.1*
7912964
7442cc3
%files immodules
0cd1423
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-cedilla.so
7442cc3
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-am-et.so
7442cc3
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-cyrillic-translit.so
7442cc3
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-inuktitut.so
7442cc3
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-ipa.so
7442cc3
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-multipress.so
7442cc3
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-thai.so
7442cc3
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-ti-er.so
7442cc3
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-ti-et.so
7442cc3
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-viqr.so
Richard Hughes 3d38c5b
%if 0%{?with_broadway}
Richard Hughes 3d38c5b
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-broadway.so
Richard Hughes 3d38c5b
%endif
7442cc3
%config(noreplace) %{_sysconfdir}/gtk-3.0/im-multipress.conf
7442cc3
7442cc3
%files immodule-xim
7442cc3
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-xim.so
7442cc3
7442cc3
%files devel -f gtk30-properties.lang
7442cc3
%{_libdir}/lib*.so
7442cc3
%{_includedir}/*
7442cc3
%{_datadir}/aclocal/*
7442cc3
%{_libdir}/pkgconfig/*
7442cc3
%{_bindir}/gtk3-demo
0b68e75
%{_bindir}/gtk3-icon-browser
3be7878
%{_bindir}/gtk-builder-tool
7b6178f
%{_bindir}/gtk-encode-symbolic-svg
3bb41ea
%{_bindir}/gtk-query-settings
Richard Hughes 3d38c5b
%{_datadir}/applications/gtk3-demo.desktop
0b68e75
%{_datadir}/applications/gtk3-icon-browser.desktop
Richard Hughes 3d38c5b
%{_datadir}/applications/gtk3-widget-factory.desktop
Richard Hughes 3d38c5b
%{_datadir}/icons/hicolor/*/apps/gtk3-demo.png
d360626
%{_datadir}/icons/hicolor/*/apps/gtk3-demo-symbolic.symbolic.png
Richard Hughes 3d38c5b
%{_datadir}/icons/hicolor/*/apps/gtk3-widget-factory.png
d360626
%{_datadir}/icons/hicolor/*/apps/gtk3-widget-factory-symbolic.symbolic.png
d70a70e
%{_bindir}/gtk3-demo-application
63cb46f
%{_bindir}/gtk3-widget-factory
36af5b7
%{_datadir}/gettext/
eef6d8f
%{_datadir}/gtk-3.0/gtkbuilder.rng
7442cc3
%{_datadir}/gir-1.0
63cb46f
%{_datadir}/glib-2.0/schemas/org.gtk.Demo.gschema.xml
26c2c9f
%{_mandir}/man1/gtk3-demo.1*
Florian Müllner 89d33d5
%{_mandir}/man1/gtk3-demo-application.1*
0b68e75
%{_mandir}/man1/gtk3-icon-browser.1*
26c2c9f
%{_mandir}/man1/gtk3-widget-factory.1*
3be7878
%{_mandir}/man1/gtk-builder-tool.1*
7b6178f
%{_mandir}/man1/gtk-encode-symbolic-svg.1*
3bb41ea
%{_mandir}/man1/gtk-query-settings.1*
7442cc3
7442cc3
%files devel-docs
1217c59
%{_datadir}/gtk-doc
7442cc3
7bf9ece
%files tests
0fab46b
%{_libexecdir}/installed-tests/
0fab46b
%{_datadir}/installed-tests/
7bf9ece
7442cc3
%changelog
4e8d64b
* Wed Apr 03 2019 Victor Stinner <vstinner@redhat.com> - 3.24.1-3
4e8d64b
- imwayland: Respect maximum length of 4000 Bytes on strings (rhbz#1695521)
4e8d64b
Michael Catanzaro 05abbd2
* Thu Feb 07 2019 Michael Catanzaro <mcatanzaro@gnome.org> - 3.24.1-2
Michael Catanzaro 05abbd2
- Revert changes that broke accessible window-related events
Michael Catanzaro 05abbd2
5b5ab73
* Wed Sep 19 2018 Kalev Lember <klember@redhat.com> - 3.24.1-1
5b5ab73
- Update to 3.24.1
5b5ab73
b39333c
* Mon Sep 10 2018 Adam Williamson <awilliam@redhat.com> - 3.24.0-4
b39333c
- Revert a problematic change that breaks several things (GGO #1316)
b39333c
a6b8e18
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 3.24.0-3
a6b8e18
- Rebuilt against fixed atk (#1626575)
a6b8e18
9e9fad0
* Thu Sep 06 2018 Kalev Lember <klember@redhat.com> - 3.24.0-2
9e9fad0
- Backport two bugfixes from upstream
9e9fad0
2bf5705
* Thu Sep 06 2018 Kalev Lember <klember@redhat.com> - 3.24.0-1
2bf5705
- Update to 3.24.0
2bf5705
d4aeb5c
* Mon Aug 13 2018 Kalev Lember <klember@redhat.com> - 3.23.2-1
d4aeb5c
- Update to 3.23.2
d4aeb5c
d3adb35
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.30-2
d3adb35
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
d3adb35
36e8943
* Wed Apr 18 2018 Kalev Lember <klember@redhat.com> - 3.22.30-1
36e8943
- Update to 3.22.30
36e8943
361f953
* Tue Apr 10 2018 Kalev Lember <klember@redhat.com> - 3.22.29-2
361f953
- Build with --with-included-immodules=wayland
361f953
3234068
* Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 3.22.29-1
3234068
- Update to 3.22.29
3234068
312d2e1
* Fri Mar 02 2018 Kalev Lember <klember@redhat.com> - 3.22.28-1
312d2e1
- Update to 3.22.28
312d2e1
aef1f1f
* Sun Feb 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.22.26-4
aef1f1f
- Drop direct gtk-update-icon-cache calls
2caa27d
- Drop ldconfig scriptlets
aef1f1f
b7214ad
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.26-3
b7214ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b7214ad
385c963
* Wed Nov 29 2017 Christophe Fergeau <cfergeau@redhat.com> - 3.22.26-2
385c963
- Backport fix for guest/host copy&paste issues in Boxes (Freedesktop #101353)
385c963
9f4ef6c
* Tue Nov 07 2017 Kalev Lember <klember@redhat.com> - 3.22.26-1
9f4ef6c
- Update to 3.22.26
9f4ef6c
785a9d6
* Wed Nov 01 2017 Kalev Lember <klember@redhat.com> - 3.22.25-1
785a9d6
- Update to 3.22.25
785a9d6
Debarshi Ray 571510f
* Wed Oct 25 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.22.24-3
Debarshi Ray 571510f
- Backport fix to prevent crashes when adding online accounts (GNOME #789141)
Debarshi Ray 571510f
29fc170
* Mon Oct 23 2017 Troy Dawson <tdawson@redhat.com> - 3.22.24-2
29fc170
- Cleanup spec file conditionals
29fc170
3bda6cf
* Wed Oct 04 2017 Kalev Lember <klember@redhat.com> - 3.22.24-1
3bda6cf
- Update to 3.22.24
3bda6cf
812545d
* Mon Sep 11 2017 Kalev Lember <klember@redhat.com> - 3.22.21-1
812545d
- Update to 3.22.21
812545d
ef03f61
* Tue Sep 05 2017 Kalev Lember <klember@redhat.com> - 3.22.20-1
ef03f61
- Update to 3.22.20
ef03f61
8bd4009
* Tue Aug 22 2017 Kalev Lember <klember@redhat.com> - 3.22.19-1
8bd4009
- Update to 3.22.19
8bd4009
f113855
* Tue Aug 08 2017 Kalev Lember <klember@redhat.com> - 3.22.18-1
f113855
- Update to 3.22.18
f113855
6f963a6
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.17-4
6f963a6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
6f963a6
e9c06b0
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.17-3
e9c06b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
e9c06b0
Debarshi Ray f97543b
* Thu Jul 20 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.22.17-2
Debarshi Ray f97543b
- Backport fix to throttle system bell requests on Wayland (RH #1466654)
Debarshi Ray f97543b
6765b96
* Wed Jul 19 2017 Kalev Lember <klember@redhat.com> - 3.22.17-1
6765b96
- Update to 3.22.17
6765b96
1b851f4
* Wed Jun 21 2017 Kalev Lember <klember@redhat.com> - 3.22.16-1
1b851f4
- Update to 3.22.16
e06c721
- Filter provides for private modules
06a7f2d
- Update package summary
1b851f4
Debarshi Ray 7cac6f2
* Thu May 25 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.22.15-2
Debarshi Ray 7cac6f2
- Backport fix to not abort when the Wayland connection is lost (RH #1258818)
Debarshi Ray 7cac6f2
844fe95
* Fri May 12 2017 Kalev Lember <klember@redhat.com> - 3.22.15-1
844fe95
- Update to 3.22.15
844fe95
b7134ea
* Wed May 10 2017 Kalev Lember <klember@redhat.com> - 3.22.14-1
b7134ea
- Update to 3.22.14
b7134ea
b78e32e
* Wed May 10 2017 Kalev Lember <klember@redhat.com> - 3.22.13-1
b78e32e
- Update to 3.22.13
b78e32e
67f2493
* Thu Apr 20 2017 Kalev Lember <klember@redhat.com> - 3.22.12-2
67f2493
- Try harder to remove all libtool .la files
67f2493
665bca2
* Tue Apr 11 2017 Kalev Lember <klember@redhat.com> - 3.22.12-1
665bca2
- Update to 3.22.12
665bca2
051db0e
* Mon Mar 20 2017 Kalev Lember <klember@redhat.com> - 3.22.11-1
051db0e
- Update to 3.22.11
051db0e
119ed03
* Tue Mar 14 2017 Kalev Lember <klember@redhat.com> - 3.22.10-1
119ed03
- Update to 3.22.10
119ed03
3831044
* Thu Mar 02 2017 Kalev Lember <klember@redhat.com> - 3.22.9-2
3831044
- Backport a patch to fix spurious key repeat in gnome-terminal (#1428280)
3831044
aca2c0a
* Tue Feb 28 2017 Kalev Lember <klember@redhat.com> - 3.22.9-1
aca2c0a
- Update to 3.22.9
aca2c0a
b0ac54c
* Tue Feb 14 2017 Kalev Lember <klember@redhat.com> - 3.22.8-2
b0ac54c
- Set minimum required xrandr version
b0ac54c
175a5f2
* Mon Feb 13 2017 Kalev Lember <klember@redhat.com> - 3.22.8-1
175a5f2
- Update to 3.22.8
175a5f2
e7b9468
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.7-2
e7b9468
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
e7b9468
255e86a
* Mon Jan 16 2017 Kalev Lember <klember@redhat.com> - 3.22.7-1
255e86a
- Update to 3.22.7
255e86a
Michael Catanzaro 0afcab3
* Tue Jan 10 2017 Michael Catanzaro <mcatanzaro@gnome.org> - 3.22.6-2
Michael Catanzaro 0afcab3
- Add patch for GNOME #769835
Michael Catanzaro 0afcab3
2316f15
* Thu Jan 05 2017 Kalev Lember <klember@redhat.com> - 3.22.6-1
2316f15
- Update to 3.22.6
2316f15
4f8e748
* Sun Dec 11 2016 Kalev Lember <klember@redhat.com> - 3.22.5-1
4f8e748
- Update to 3.22.5
4f8e748
bcfb7dc
* Mon Nov 21 2016 Kalev Lember <klember@redhat.com> - 3.22.4-1
bcfb7dc
- Update to 3.22.4
bcfb7dc
f855de0
* Thu Nov 10 2016 Kalev Lember <klember@redhat.com> - 3.22.3-1
f855de0
- Update to 3.22.3
f855de0
3f1dd6f
* Tue Nov  8 2016 Matthias Clasen <mclasen@redhat.com> - 3.22.2-2
3f1dd6f
- Fix #1376471
3f1dd6f
159dbbc
* Mon Oct 24 2016 Kalev Lember <klember@redhat.com> - 3.22.2-1
159dbbc
- Update to 3.22.2
159dbbc
a93c5b0
* Tue Oct 11 2016 Adam Jackson <ajax@redhat.com> - 3.22.1-2
a93c5b0
- Prefer eglGetPlatformDisplay to eglGetDisplay
a93c5b0
ecd2830
* Sat Oct 01 2016 David King <amigadave@amigadave.com> - 3.22.1-1
ecd2830
- Update to 3.22.1
ecd2830
4384fd8
* Wed Sep 28 2016 Kalev Lember <klember@redhat.com> - 3.22.0-2
4384fd8
- Backport a patch to fix shifted content in totem and gnome-maps (#1377741)
4384fd8
dd70072
* Tue Sep 20 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
dd70072
- Update to 3.22.0
dd70072
52fe7a3
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 3.21.6-2
52fe7a3
- gtkwindow: Update shadow size on state change (#1377313)
52fe7a3
Florian Müllner 454a161
* Tue Sep 13 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.6-1
Florian Müllner 454a161
- Update to 3.21.6
Florian Müllner 454a161
d4a914b
* Tue Aug 30 2016 Kalev Lember <klember@redhat.com> - 3.21.5-1
d4a914b
- Update to 3.21.5
c1c7441
- Don't set group tags
d4a914b
b66fa32
* Wed Jul 27 2016 Kalev Lember <klember@redhat.com> - 3.21.4-2
b66fa32
- Install dconf gsettings backend by default (#1351236)
b66fa32
cb638b9
* Mon Jul 18 2016 Kalev Lember <klember@redhat.com> - 3.21.4-1
cb638b9
- Update to 3.21.4
cb638b9
Richard Hughes a625787
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 3.21.3-1
Richard Hughes a625787
- Update to 3.21.3
Richard Hughes a625787
3b406a6
* Tue May 03 2016 Kalev Lember <klember@redhat.com> - 3.21.1-1
3b406a6
- Update to 3.21.1
4bcced3
- Set minimum required wayland-protocols version
3b406a6
71e05d6
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 3.20.3-1
71e05d6
- Update to 3.20.3
71e05d6
e06fbd3
* Tue Apr  5 2016 Matthias Clasen <mclasen@redhat.com> - 3.20.2-2
e06fbd3
- Drop no-longer-used Requires(post)
e06fbd3
3a225c7
* Thu Mar 31 2016 Kalev Lember <klember@redhat.com> - 3.20.2-1
3a225c7
- Update to 3.20.2
3a225c7
e21ee94
* Fri Mar 25 2016 Kalev Lember <klember@redhat.com> - 3.20.1-1
e21ee94
- Update to 3.20.1
e21ee94
49d6517
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
49d6517
- Update to 3.20.0
49d6517
42708f0
* Tue Mar 15 2016 Kalev Lember <klember@redhat.com> - 3.19.12-1
42708f0
- Update to 3.19.12
42708f0
Richard Hughes 35f2a7f
* Wed Mar 02 2016 Richard Hughes <rhughes@redhat.com> - 3.19.11-1
Richard Hughes 35f2a7f
- Update to 3.19.11
Richard Hughes 35f2a7f
97d7269
* Wed Feb 24 2016 Matthias Clasen <mclasen@redhat.com> - 3.19.10-1
97d7269
- Update to 3.19.10
97d7269
Richard Hughes 54aabc5
* Wed Feb 17 2016 Richard Hughes <rhughes@redhat.com> - 3.19.9-1
Richard Hughes 54aabc5
- Update to 3.19.9
Richard Hughes 54aabc5
Debarshi Ray 5af8c4a
* Mon Feb 08 2016 Debarshi Ray <rishi@fedoraproject.org> - - 3.19.8-4
Debarshi Ray 5af8c4a
- Backport fix for missing focus-in/out events (GNOME #677329)
Debarshi Ray 5af8c4a
c3e1a8d
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.8-3
c3e1a8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c3e1a8d
0a619b1
* Mon Feb 01 2016 Ray Strode <rstrode@redhat.com> - 3.19.8-2
0a619b1
- Fix leak in wayland
0a619b1
  https://bugzilla.gnome.org/show_bug.cgi?id=761312
0a619b1
b41c8e6
* Mon Feb  1 2016 Matthias Clasen <mclasen@redhat.com> - 3.19.8-1
b41c8e6
- Update to 3.19.8
b41c8e6
4c4e4b6
* Mon Jan 25 2016 Ray Strode <rstrode@redhat.com> - 3.19.7-2
4c4e4b6
- fix SIGBUG crasher in wayland
4c4e4b6
  Related: #1300390
4c4e4b6
e1c6c10
* Wed Jan 20 2016 Kalev Lember <klember@redhat.com> - 3.19.7-1
e1c6c10
- Update to 3.19.7
e1c6c10
36af5b7
* Mon Jan 11 2016 Kalev Lember <klember@redhat.com> - 3.19.6-1
36af5b7
- Update to 3.19.6
36af5b7
0b8d5da
* Thu Dec 17 2015 Kalev Lember <klember@redhat.com> - 3.19.5-2
0b8d5da
- Fix GtkBorder / GdkBorder struct definitions
0b8d5da
75755c4
* Wed Dec 16 2015 Kalev Lember <klember@redhat.com> - 3.19.5-1
75755c4
- Update to 3.19.5
75755c4
cb6a23b
* Sat Dec 05 2015 Kalev Lember <klember@redhat.com> - 3.19.4-1
cb6a23b
- Update to 3.19.4
cb6a23b
1c5d657
* Wed Nov 25 2015 Matthias Clasen <mclasen@redhat.com> - 3.19.3-2
1c5d657
- Fix firefox popup positioning
1c5d657
bc03380
* Mon Nov 23 2015 Matthias Clasen <mclasen@redhat.com> - 3.19.3-1
bc03380
- Update to 3.19.3
bc03380
3d5813e
* Fri Nov 20 2015 Kalev Lember <klember@redhat.com> - 3.19.2-1
3d5813e
- Update to 3.19.2
3d5813e
3bb41ea
* Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 3.19.1-1
3bb41ea
- Update to 3.19.1
3bb41ea
0a33278
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 3.18.2-1
0a33278
- Update to 3.18.2
0a33278
d8f6030
* Sun Oct 04 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
d8f6030
- Update to 3.18.1
d8f6030
77328af
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
77328af
- Update to 3.18.0
77328af
b0f2ab0
* Tue Sep 15 2015 Kalev Lember <klember@redhat.com> - 3.17.9-1
b0f2ab0
- Update to 3.17.9
b0f2ab0
67cfa0a
* Sun Sep 13 2015 Kalev Lember <klember@redhat.com> - 3.17.8-2
67cfa0a
- Backport a patch to fix mouse scroll wheel events (#1258236)
67cfa0a
bd4c4b8
* Wed Sep 02 2015 Kalev Lember <klember@redhat.com> - 3.17.8-1
bd4c4b8
- Update to 3.17.8
bd4c4b8
8543d20
* Wed Aug 26 2015 Adam Williamson <awilliam@redhat.com> - 3.17.7-2
8543d20
- revert a 3.17.7 change to fix BGO #754147 until it's fixed upstream
8543d20
f22aeaa
* Tue Aug 18 2015 Kalev Lember <klember@redhat.com> - 3.17.7-1
f22aeaa
- Update to 3.17.7
667023e
- Use make_install macro
f22aeaa
7784630
* Fri Aug 14 2015 Matthias Clasen <mclasen@redhat.com> - 3.17.6-3
7784630
- Add file triggers for im modules
7784630
73ec9da
* Fri Aug 14 2015 Matthias Clasen <mclasen@redhat.com> - 3.17.6-2
73ec9da
- Rely on glib file triggers
73ec9da
7c7a3ab
* Wed Aug  5 2015 Matthias Clasen <mclasen@redhat.com> - 3.17.6-1
7c7a3ab
- Update to 3.17.6
7c7a3ab
8163acf
* Tue Jul 21 2015 David King <amigadave@amigadave.com> - 3.17.5-1
8163acf
- Update to 3.17.5
a7e3fb6
- Preserve timestamps during install
8163acf
1919023
* Mon Jul 13 2015 Adam Williamson <awilliam@redhat.com> - 3.17.4-2
1919023
- backport upstream CSS changes to fix BGO #752247
1919023
- backport upstream font default changes to help with RHBZ #1241724
1919023
719f173
* Wed Jun 24 2015 David King <amigadave@amigadave.com> - 3.17.4-1
719f173
- Update to 3.17.4
719f173
67dce55
* Wed Jun 17 2015 Kalev Lember <klember@redhat.com> - 3.17.3-3
67dce55
- Obsolete gtk-solidity-engine
67dce55
afa60eb
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.3-2
afa60eb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
afa60eb
30cebc9
* Sun May 31 2015 Kalev Lember <kalevlember@gmail.com> - 3.17.3-1
30cebc9
- Update to 3.17.3
30cebc9
b67ec3f
* Thu Apr 30 2015 Kalev Lember <kalevlember@gmail.com> - 3.17.1-1
b67ec3f
- Update to 3.17.1
3be7878
- Include gtk-builder-tool in the -devel subpackage
b67ec3f
Rex Dieter daf1fa3
* Fri Apr 17 2015 Rex Dieter <rdieter@fedoraproject.org> 3.16.2-2
Rex Dieter daf1fa3
- Obsoletes: oxygen-gtk3 < 2:1.4.1
Rex Dieter daf1fa3
45b3867
* Tue Apr 14 2015 David King <amigadave@amigadave.com> - 3.16.2-1
45b3867
- Update to 3.16.2
45b3867
2558651
* Tue Apr  7 2015 Matthias Clasen <mclasen@redhat.com> - 3.16.1-1
2558651
- Update to 3.16.1
2558651
03fa9a1
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
03fa9a1
- Update to 3.16.0
03fa9a1
Richard Hughes 2374609
* Fri Mar 20 2015 Richard Hughes <rhughes@redhat.com> - 3.15.12-2
Richard Hughes 2374609
- Depend on gdk-pixbuf2-modules as this is now an optional subpackage
Richard Hughes 2374609
ff9aace
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.12-1
ff9aace
- Update to 3.15.12
eab3c7d
- Use license macro for the COPYING file
ff9aace
8fc3fa0
* Thu Mar 12 2015 Matthias Clasen <mclasen@redhat.com> - 3.15.11-1
ebaca6d
- Update to 3.15.11
ebaca6d
193ba11
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.10-1
193ba11
- Update to 3.15.10
193ba11
9b91aaf
* Tue Feb 24 2015 Matthias Clasen <mclasen@redhat.com> - 3.15.9-1
9b91aaf
- Update to 3.15.9
9b91aaf
035119a
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 3.15.8-2
035119a
- Rebuilt for Fedora 23 Change
035119a
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
035119a
beb9c77
* Fri Feb 20 2015 Matthias Clasen <mclasen@redhat.com> - 3.15.8-1
beb9c77
- Update to 3.15.8
beb9c77
Richard Hughes 36dc926
* Tue Feb 17 2015 Richard Hughes <rhughes@redhat.com> - 3.15.7-1
Richard Hughes 36dc926
- Update to 3.15.7
Richard Hughes 36dc926
e297509
* Tue Feb 10 2015 Matthias Clasen <mclasen@redhat.com> - 3.15.6-1
e297509
- Update to 3.15.6
d580eab
Richard Hughes fc4e823
* Thu Jan 22 2015 Richard Hughes <rhughes@redhat.com> - 3.15.4-1
Richard Hughes fc4e823
- Update to 3.15.4
Richard Hughes fc4e823
d360626
* Wed Dec 17 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.3-1
d360626
- Update to 3.15.3
7912964
- Add gtk-update-icon-cache subpackage that both gtk2 and gtk3 can depend on
10026dc
- Run icon cache scriptlets for the -devel subpackage
d360626
fb4a896
* Mon Nov 24 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.2-1
fb4a896
- Update to 3.15.2
fb4a896
Florian Müllner 89d33d5
* Thu Oct 30 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.1-1
Florian Müllner 89d33d5
- Update to 3.15.1
Florian Müllner 89d33d5
4c49729
* Tue Oct 21 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.4-1
4c49729
- Update to 3.14.4
4c49729
e719f2e
* Thu Oct 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.3-2
e719f2e
- Backport a patch to fix status icons in XFCE (#1134663)
e719f2e
e7744ff
* Mon Oct 13 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.3-1
e7744ff
- Update to 3.14.3
e7744ff
d433184
* Wed Oct 08 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.2-1
d433184
- Update to 3.14.2
d433184
9bc3c67
* Fri Oct 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-2
9bc3c67
- Backport an upstream fix for GtkBuilder type name heuristics
9bc3c67
60a0239
* Tue Sep 30 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
60a0239
- Update to 3.14.1
60a0239
82fb44b
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
82fb44b
- Update to 3.14.0
a7fa60e
- Tighten deps with the _isa macro
aeebb48
- Set minimum required wayland version
82fb44b
ac8f3b1
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.9-1
ac8f3b1
- Update to 3.13.9
ac8f3b1
6c6a787
* Tue Sep 02 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.8-1
6c6a787
- Update to 3.13.8
6c6a787
5e6da5a
* Thu Aug 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.7-3.git5ad60ca
5e6da5a
- Update to today's git snapshot
5e6da5a
580fbf4
* Wed Aug 27 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.7-2
580fbf4
- Backport a few upstream fixes for checkboxes
580fbf4
1d4f41a
* Sun Aug 17 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.7-1
1d4f41a
- Update to 3.13.7
1d4f41a
1fd3aee
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.6-2
1fd3aee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
1fd3aee
7b6178f
* Mon Aug 11 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.6-1
7b6178f
- Update to 3.13.6
7b6178f
510bec1
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.5-2
510bec1
- Rebuilt for gobject-introspection 1.41.4
510bec1
ba1f90c
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.5-1
ba1f90c
- Update to 3.13.5
ba1f90c
0b68e75
* Tue Jul 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.4-1
0b68e75
- Update to 3.13.4
0b68e75
e7c0638
* Thu Jun 26 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.3-2
e7c0638
- Obsolete adwaita-gtk3-theme
e7c0638
Richard Hughes 722a22a
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 3.13.3-1
Richard Hughes 722a22a
- Update to 3.13.3
Richard Hughes 722a22a
224e9a5
* Sat Jun 07 2014 Tim Waugh <twaugh@redhat.com> - 3.13.2-5
224e9a5
- Added build deps for cloudprint print backend module (bug #1104663).
224e9a5
d00be51
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-4
d00be51
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
d00be51
d743173
* Fri May 30 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-3
d743173
- Backport a GtkBuilder fix to ensure types get fully initialized
d743173
74ffd8d
* Fri May 30 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-2
74ffd8d
- Backport two fixes from git master
74ffd8d
26c2c9f
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-1
26c2c9f
- Update to 3.13.2
26c2c9f
24ea11a
* Tue Apr 29 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-2
24ea11a
- Depend on adwaita-icon-theme to ensure standard icons are available
24ea11a
55be442
* Tue Apr 29 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-1
55be442
- Update to 3.13.1
55be442
9163fd5
* Sat Apr 12 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
9163fd5
- Update to 3.12.1
9163fd5
0421f3c
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-2
0421f3c
- Update glib2 dep version
0421f3c
Richard Hughes 4dd1e49
* Tue Mar 25 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
Richard Hughes 4dd1e49
- Update to 3.12.0
Richard Hughes 4dd1e49
3d1bac9
* Wed Mar 19 2014 Kalev Lember <kalevlember@gmail.com> - 3.11.9-2
3d1bac9
- Backport a patch for a gnome-terminal crash
3d1bac9
Richard Hughes e1fc4bd
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.9-1
Richard Hughes e1fc4bd
- Update to 3.11.9
Richard Hughes e1fc4bd
e44aa59
* Mon Mar 17 2014 Adam Williamson <awilliam@redhat.com> - 3.11.8-2
e44aa59
- backport patches for touch dragging of new-style GNOME windows
e44aa59
Richard Hughes 133f743
* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 3.11.8-1
Richard Hughes 133f743
- Update to 3.11.8
Richard Hughes 133f743
Richard Hughes 761e50f
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.7-1
Richard Hughes 761e50f
- Update to 3.11.7
Richard Hughes 761e50f
Richard Hughes d2243c3
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.6-1
Richard Hughes d2243c3
- Update to 3.11.6
Richard Hughes d2243c3
Debarshi Ray d54cc09
* Wed Feb  5 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.11.5-1
Debarshi Ray d54cc09
- Update to 3.11.5
Debarshi Ray d54cc09
Debarshi Ray 24c748c
* Wed Jan 15 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.11.4-1
Debarshi Ray 24c748c
- Update to 3.11.4
Debarshi Ray 24c748c
Richard Hughes 389b7f8
* Tue Nov 19 2013 Richard Hughes <rhughes@redhat.com> - 3.11.2-1
Richard Hughes 389b7f8
- Update to 3.11.2
Richard Hughes 389b7f8
Richard Hughes 06b90b4
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 3.11.0-1
Richard Hughes 06b90b4
- Update to 3.11.0
Richard Hughes 06b90b4
b790554
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
b790554
- Update to 3.10.0
b790554
61eb471
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.16-2
61eb471
- Rebuilt with cairo 1.13.1 snapshot for device scale support
61eb471
387bdb5
* Tue Sep 17 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.16-1
387bdb5
- Update to 3.9.16
387bdb5
Debarshi Ray d54cc09
* Tue Sep  3 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.14-1
745b228
- Update to 3.9.14
745b228
Debarshi Ray ca9e6db
* Wed Aug 21 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.9.12-1
Debarshi Ray ca9e6db
- Update to 3.9.12
Debarshi Ray ca9e6db
Debarshi Ray 06ac0c8
* Thu Aug  1 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.9.10-1
Debarshi Ray 06ac0c8
- Update to 3.9.10
Debarshi Ray 06ac0c8
Richard Hughes 4c177d6
* Tue Jul 30 2013 Richard Hughes <rhughes@redhat.com> - 3.9.8-2
Richard Hughes 4c177d6
- Rebuild for colord soname bump
Richard Hughes 4c177d6
eef6d8f
* Tue Jul  9 2013 Matthias Clasen <mclasen@redhat.com> - 3.9.8-1
eef6d8f
- Update to 3.9.8
eef6d8f
eef6d8f
* Thu Jul  4 2013 Matthias Clasen <mclasen@redhat.com> - 3.9.6-2
eef6d8f
- Don't put an empty dir into /etc.
eef6d8f
2b72f39
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> - 3.9.6-1
2b72f39
- Update to 3.9.6
7bf9ece
- Add a tests subpackage
7bf9ece
01302d9
* Thu Jun 20 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.4-1
01302d9
- Update to 3.9.4
01302d9
31986e8
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.2-1
31986e8
- Update to 3.9.2
31986e8
383450b
* Wed May  8 2013 Matthias Clasen <mclasen@redhat.com> - 3.9.0-2
383450b
- Make man gtk-query-immodules-3.0-64 work
383450b
bf506d4
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.0-1
bf506d4
- Update to 3.9.0
bf506d4
41ba791
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
41ba791
- Update to 3.8.1
41ba791
2538b3f
* Mon Mar 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
2538b3f
- Update to 3.8.0
2538b3f
Richard Hughes 3bf52c9
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.14-1
Richard Hughes 3bf52c9
- Update to 3.7.14
Richard Hughes 3bf52c9
dfa7988
* Wed Mar  6 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.12-1
dfa7988
- Update to 3.7.12
dfa7988
Richard Hughes c2f825c
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.10-1
Richard Hughes c2f825c
- Update to 3.7.10
Richard Hughes c2f825c
Richard Hughes db73f86
* Tue Feb 05 2013 Richard Hughes <rhughes@redhat.com> - 3.7.8-1
Richard Hughes db73f86
- Update to 3.7.8
Richard Hughes db73f86
0cd1423
* Mon Jan 28 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.6-4
0cd1423
- Move im-cedilla back to -immodules subpackage to avoid
0cd1423
  a conflict with gtk2-immodules (#797838)
0cd1423
e6358d4
* Thu Jan 24 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.6-3
e6358d4
- Enable the Wayland and Broadway backends
e6358d4
Cosimo Cecchi 4efddbf
* Thu Jan 24 2013 Cosimo Cecchi <cosimoc@redhat.com> - 3.7.6-2
Cosimo Cecchi 4efddbf
- Backport two patches from git master to fix window allocations
Cosimo Cecchi 4efddbf
40f6560
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.6-1
40f6560
- Update to 3.7.6
40f6560
2f13297
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.4-1
2f13297
- Update to 3.7.4
2f13297
Richard Hughes 4135da1
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 3.7.2-1
Richard Hughes 4135da1
- Update to 3.7.2
Richard Hughes 4135da1
dffe4e1
* Thu Nov 08 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.0-1
dffe4e1
- Update to 3.7.0
dffe4e1
ca1ed4e
* Fri Oct 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.1-2
ca1ed4e
- Don't pull in imsettings just for a directory
ca1ed4e
Cosimo Cecchi f3cf8c8
* Tue Oct 16 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.6.1-1
Cosimo Cecchi f3cf8c8
- Update to 3.6.1
Cosimo Cecchi f3cf8c8
Bastien Nocera b1d2b33
* Fri Oct 12 2012 Bastien Nocera <bnocera@redhat.com> 3.6.0-2
Bastien Nocera b1d2b33
- Add upstream patch to make Epiphany less painful to use
Bastien Nocera b1d2b33
Cosimo Cecchi addd457
* Tue Sep 25 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.6.0-1
Cosimo Cecchi addd457
- Update to 3.6.0
Cosimo Cecchi addd457
58b736d
* Tue Sep 18 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.18-1
58b736d
- Update to 3.5.18
58b736d
Richard Hughes 89cb089
* Thu Sep 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.16-1
Richard Hughes 89cb089
- Update to 3.5.16
Richard Hughes 89cb089
Richard Hughes 6a37ad4
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 3.5.14-1
Richard Hughes 6a37ad4
- Update to 3.5.14
Richard Hughes 6a37ad4
Cosimo Cecchi 8611a74
* Wed Aug 22 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.5.12-2
Cosimo Cecchi 8611a74
- Backport a patch from upstream fixing crashers with app menus
Cosimo Cecchi 8611a74
Richard Hughes 12bcf76
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.12-1
Richard Hughes 12bcf76
- Update to 3.5.12
Richard Hughes 12bcf76
Richard Hughes 6573ce2
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.10-1
Richard Hughes 6573ce2
- Update to 3.5.10
Richard Hughes 6573ce2
c4c4408
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.8-2
c4c4408
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c4c4408
Richard Hughes 0dc7128
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.8-1
Richard Hughes 0dc7128
- Update to 3.5.8
Richard Hughes 0dc7128
Richard Hughes 647a5f2
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 3.5.6-1
Richard Hughes 647a5f2
- Update to 3.5.6
Richard Hughes 647a5f2
Richard Hughes b154a2a
* Wed Jun 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
Richard Hughes b154a2a
- Update to 3.5.4
Richard Hughes b154a2a
3b6c6de
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.2-1
3b6c6de
- Update to 3.5.2
3b6c6de
Richard Hughes bf97c6e
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
Richard Hughes bf97c6e
- Update to 3.4.0
Richard Hughes bf97c6e
7f5e005
* Tue Mar 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.20-1
7f5e005
- Update to 3.3.20
7f5e005
8616af4
* Mon Mar  5 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.18-1
8616af4
- Update to 3.3.18
8616af4
c3b1dd1
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.16-1
c3b1dd1
- Update to 3.3.16
c3b1dd1
96c9f69
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.14-1
96c9f69
- Update to 3.3.14
96c9f69
fabacef
* Fri Jan 20 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.10-1
fabacef
- Update to 3.3.10
fabacef
8b4f27d
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.8-1
8b4f27d
- Update to 3.3.8
8b4f27d
4e22034
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.6-3
4e22034
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
4e22034
029087d
* Thu Dec 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.6-2
029087d
- Revert a problematic focus handling change
029087d
34ef168
* Mon Dec 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.6-1
34ef168
- Update to 3.3.6
34ef168
5fab0db
* Mon Nov 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
5fab0db
- Update to 3.3.4
5fab0db
7ea59c9
* Wed Nov  3 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
7ea59c9
- Update to 3.3.2
7ea59c9
bbe5b5c
* Fri Oct 14 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
bbe5b5c
- Update to 3.2.1
bbe5b5c
6c27e85
* Mon Sep 26 2011 Ray <rstrode@redhat.com> - 3.2.0-1
6c27e85
- Update to 3.2.0
6c27e85
bbe5b5c
* Fri Sep 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-2
bbe5b5c
- Fix crashes when turning a11y on and off repeatedly
bbe5b5c
9a0a155
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
9a0a155
- Update to 3.1.92
9a0a155
ff0e3af
* Tue Sep 13 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90-1
ff0e3af
- Update to 3.1.90
ff0e3af
e53c375
* Mon Sep  5 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.18-1
e53c375
- Update to 3.1.18
e53c375
bbe5b5c
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.16-1
bbe5b5c
- Update to 3.1.16
bbe5b5c
bbe5b5c
* Tue Aug 16 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.12-1
bbe5b5c
- Update to 3.1.12
bbe5b5c
3fd1c51
* Sat Jul 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.10-1
3fd1c51
- Update to 3.1.10
3fd1c51
9eaa900
* Tue Jul  5 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.8-1
9eaa900
- Update to 3.1.8
9eaa900
c2615a3
* Tue Jun 14 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.6-1
c2615a3
- Update to 3.1.6
c2615a3
07fef5b
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.4-1
07fef5b
- Update to 3.1.4
07fef5b
0dc2c47
* Fri Apr 15 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.9-1
0dc2c47
- Update to 3.0.9
0dc2c47
d543d63
* Thu Apr 14 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.8-3
d543d63
- Move im-cedilla back to the main package (#637399)
d543d63
f7570ff
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.8-2
f7570ff
- Add a missed backport
f7570ff
8674ab1
* Sun Apr  3 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.8-1
8674ab1
- Update to 3.0.8
8674ab1
2e02cb6
* Fri Apr  1 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.7-1
2e02cb6
- Update to 3.0.7
2e02cb6
56f6645
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.6-1
56f6645
- Update to 3.0.6
56f6645
7370214
* Wed Mar 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.5-1
7370214
- Update to 3.0.5
7370214
63ac439
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.4-1
63ac439
- Update to 3.0.4
63ac439
4d33066
* Mon Mar 14 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.3-1
4d33066
- Update to 3.0.3
4d33066
d5ef670
* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.2-1
d5ef670
- Update to 3.0.2
d5ef670
c4e3477
* Sat Feb 26 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-2
c4e3477
- Fix frequent crashes on double-click events
c4e3477
131c220
* Mon Feb 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
131c220
- Update to 3.0.1
131c220
5df9d12
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
5df9d12
- Update to 3.0.0
5df9d12
2512013
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.99.3-2
2512013
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2512013
a6e3e53
* Tue Feb  1 2011 Matthias Clasen <mclasen@redhat.com> - 2.99.3-1
a6e3e53
- Update to 2.99.3
a6e3e53
0574055
* Mon Jan 24 2011 Dan Williams <dcbw@redhat.com> 2.99.2-2
0574055
- Fix bug in gtk_show_uri() which caused crashes when plugging in USB drives
0574055
257f095
* Wed Jan 12 2011 Matthias Clasen <mclasen@redhat.com> 2.99.2-1
257f095
- Update to 2.99.2
257f095
84c1744
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.99.1-1
84c1744
- Update to 2.99.1
84c1744
fecf2ab
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.99.0-3
fecf2ab
- Obsolete gtk3-engines
fecf2ab
af3fa9d
* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> 2.99.0-2
af3fa9d
- Provide the right directory for theming engines
af3fa9d
6329e0f
* Thu Jan  6 2011 Matthias Clasen <mclasen@redhat.com> 2.99.0-1
6329e0f
- Update to 2.99.0
6329e0f
- Drop gtk-update-icon-cache and gtk-builder-convert to
6329e0f
  avoid conflict with gtk2
6329e0f
- Drop the tooltips-style patch for now
6329e0f
2575ccd
* Thu Dec  2 2010 Matthias Clasen <mclasen@redhat.com> 2.91.5-1
2575ccd
- Update to 2.91.5
2575ccd
87b4838
* Fri Nov 12 2010 Matthias Clasen <mclasen@redhat.com> 2.91.4-2
87b4838
- Make gnome-terminal work again
87b4838
ddd31bc
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> 2.91.4-1
ddd31bc
- Update to 2.91.4
ddd31bc
b5ad578
* Mon Nov  1 2010 Matthias Clasen <mclasen@redhat.com> 2.91.3-1
b5ad578
- Update to 2.91.3
b5ad578
Richard Hughes f28e248
* Wed Oct 20 2010 Richard Hughes <richard@hughsie.com> 2.91.1-1
Richard Hughes f28e248
- Update to 2.91.1
Richard Hughes f28e248
42fb020
* Tue Oct 12 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-2
42fb020
- Fix a crash in the tooltip code
42fb020
61f4052
* Sat Oct  2 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-1
61f4052
- Update to 2.91.0
61f4052
Jesse Keating cfa1db8
* Wed Sep 29 2010 jkeating - 2.90.7-3
Jesse Keating cfa1db8
- Rebuilt for gcc bug 634757
Jesse Keating cfa1db8
e8108e0
* Tue Sep 21 2010 Matthias Clasen <mclaesn@redhat.com> 2.90.7-2
e8108e0
- Reinstate the tooltip look
e8108e0
Bastien Nocera 7da5f6e
* Mon Sep 20 2010 Bastien Nocera <bnocera@redhat.com> 2.90.7-1
Bastien Nocera 7da5f6e
- Update to 2.90.7
Bastien Nocera 7da5f6e
1217c59
* Mon Aug 23 2010 Matthias Clasen <mclasen@redhat.com> - 2.90.5-5
1217c59
- Co-own /usr/share/gtk-doc
3dfa7d5
- gtk3-devel requires gdk-pixbuf2-devel
1217c59
692eabf
* Mon Jul 26 2010 Colin Walters <walters@verbum.org> - 2.90.5-4
1bf70b6
- gtk3-devel requires gdk-pixbuf-devel
1bf70b6
692eabf
* Thu Jul 22 2010 Colin Walters <walters@verbum.org> - 2.90.5-2
42f6303
- Rebuild with new gobject-introspection
42f6303
850ed7d
* Mon Jul 22 2010 Matthias Clasen <mclasen@redhat.com> 2.90.5-1
850ed7d
- Update to 2.90.5
850ed7d
adf47a5
* Fri Jul  9 2010 Colin Walters <walters@verbum.org> - 2.90.4-3
adf47a5
- Update tooltip style patch to remove unused GdkRegion
adf47a5
6369175
* Tue Jun 29 2010 Colin Walters <walters@pocket> - 2.90.4-2
6369175
- Changes to support rebuilds from snapshots
6369175
45f7964
* Mon Jun 28 2010 Matthias Clasen <mclasen@redhat.com> 2.90.4-1
45f7964
- Update to 2.90.4
45f7964
15308e3
* Fri Jun 18 2010 Matthias Clasen <mclasen@redhat.com> 2.90.3-1
15308e3
- Update to 2.90.3
15308e3
c697fd5
* Sat Jun 12 2010 Matthias Clasen <mclasen@redhat.com> 2.90.2-2
c697fd5
- Copy some tweaks from gtk2
c697fd5
dd8ffa9
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> 2.90.2-1
dd8ffa9
- Update to 2.90.2
dd8ffa9
c890c92
* Tue May 25 2010 Matthias Clasen <mclasen@redhat.com> 2.90.1-1
c890c92
- Update to 2.90.1
c890c92
7442cc3
* Fri May 21 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-5
7442cc3
- Some more package review feedback
7442cc3
7442cc3
* Thu May 20 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-4
7442cc3
- Remove %%check again, it causes trouble
7442cc3
7442cc3
* Mon May 17 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-3
7442cc3
- More review feedback
7442cc3
7442cc3
* Wed May 12 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-2
7442cc3
- Incorporate review feedback
7442cc3
7442cc3
* Wed May 11 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-1
7442cc3
- Update to the 2.90.0 release
7442cc3
- Complete parallel installability
7442cc3
7442cc3
* Mon May 10 2010 Richard Hughes <richard@hughsie.com> 2.90.0-0.0.20100510git
7442cc3
- Update from git