gtk3/gtk3.spec

1268 lines
40 KiB
RPMSpec
Raw Normal View History

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