fepitre / rpms / gtk3

Forked from rpms/gtk3 4 years ago
Clone
c758dd
%if 0%{?fedora}
c758dd
%global with_broadway 1
c758dd
%endif
c758dd
c758dd
%global glib2_version 2.49.4
c758dd
%global pango_version 1.37.3
c758dd
%global atk_version 2.15.1
c758dd
%global cairo_version 1.14.0
c758dd
%global gdk_pixbuf_version 2.30.0
c758dd
%global xrandr_version 1.5.0
c758dd
%global wayland_version 1.9.91
c758dd
%global wayland_protocols_version 1.12
c758dd
%global epoxy_version 1.0
c758dd
c758dd
%global bin_version 3.0.0
c758dd
c758dd
%global _changelog_trimtime %(date +%s -d "1 year ago")
c758dd
c758dd
# Filter provides for private modules
c758dd
%global __provides_exclude_from ^%{_libdir}/gtk-3.0
c758dd
c758dd
Name: gtk3
c758dd
Version: 3.22.30
c758dd
Release: 5%{?dist}
c758dd
Summary: GTK+ graphical user interface library
c758dd
c758dd
License: LGPLv2+
c758dd
URL: http://www.gtk.org
c758dd
Source0: http://download.gnome.org/sources/gtk+/3.22/gtk+-%{version}.tar.xz
c758dd
Source1: ja.po
c758dd
c758dd
# Downstream fix to filter out X-RHEL-AliasOf
c758dd
# https://bugzilla.redhat.com/show_bug.cgi?id=1259292
c758dd
Patch18: app-chooser-fixes.patch
c758dd
c758dd
# https://bugzilla.redhat.com/show_bug.cgi?id=1507113
c758dd
Patch19: 0001-Add-_gtk_printer_get_hard_margins_for_paper_size.patch
c758dd
c758dd
# https://bugzilla.redhat.com/show_bug.cgi?id=1571422
c758dd
Patch20: 0001-gdkseatdefault-Don-t-hide-GdkWindow-on-grab-failure.patch
c758dd
c758dd
# https://bugzilla.redhat.com/show_bug.cgi?id=1687745
c758dd
Patch21: 0001-gdk-x11-Clamp-window-size-both-when-creating-and-res.patch
c758dd
c758dd
# https://bugzilla.redhat.com/show_bug.cgi?id=1660642
c758dd
Patch22: 0001-gtk-icon-theme-Handle-lack-of-SVG-loader-gracefully.patch
c758dd
c758dd
BuildRequires: pkgconfig(atk) >= %{atk_version}
c758dd
BuildRequires: pkgconfig(atk-bridge-2.0)
c758dd
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
c758dd
BuildRequires: pkgconfig(gobject-introspection-1.0)
c758dd
BuildRequires: pkgconfig(cairo) >= %{cairo_version}
c758dd
BuildRequires: pkgconfig(cairo-gobject) >= %{cairo_version}
c758dd
BuildRequires: pkgconfig(pango) >= %{pango_version}
c758dd
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= %{gdk_pixbuf_version}
c758dd
BuildRequires: pkgconfig(xi)
c758dd
BuildRequires: pkgconfig(xrandr) >= %{xrandr_version}
c758dd
BuildRequires: pkgconfig(xrender)
c758dd
BuildRequires: pkgconfig(xrender)
c758dd
BuildRequires: pkgconfig(xcursor)
c758dd
BuildRequires: pkgconfig(xfixes)
c758dd
BuildRequires: pkgconfig(xinerama)
c758dd
BuildRequires: pkgconfig(xcomposite)
c758dd
BuildRequires: pkgconfig(xdamage)
c758dd
BuildRequires: pkgconfig(epoxy)
c758dd
BuildRequires: gettext
c758dd
BuildRequires: gtk-doc
c758dd
BuildRequires: cups-devel
c758dd
BuildRequires: pkgconfig(rest-0.7)
c758dd
BuildRequires: pkgconfig(json-glib-1.0)
c758dd
BuildRequires: pkgconfig(colord)
c758dd
BuildRequires: pkgconfig(avahi-gobject)
c758dd
BuildRequires: desktop-file-utils
c758dd
BuildRequires: pkgconfig(egl)
c758dd
BuildRequires: pkgconfig(wayland-client) >= %{wayland_version}
c758dd
BuildRequires: pkgconfig(wayland-cursor) >= %{wayland_version}
c758dd
BuildRequires: pkgconfig(wayland-egl) >= %{wayland_version}
c758dd
BuildRequires: pkgconfig(wayland-protocols) >= %{wayland_protocols_version}
c758dd
BuildRequires: pkgconfig(xkbcommon)
c758dd
c758dd
# standard icons
c758dd
Requires: adwaita-icon-theme
c758dd
# required for icon theme apis to work
c758dd
Requires: hicolor-icon-theme
c758dd
# split out in a subpackage
c758dd
Requires: gtk-update-icon-cache
c758dd
c758dd
Requires: atk%{?_isa} >= %{atk_version}
c758dd
Requires: cairo%{?_isa} >= %{cairo_version}
c758dd
Requires: cairo-gobject%{?_isa} >= %{cairo_version}
c758dd
Requires: glib2%{?_isa} >= %{glib2_version}
c758dd
Requires: libepoxy%{?_isa} >= %{epoxy_version}
c758dd
Requires: libXrandr%{?_isa} >= %{xrandr_version}
c758dd
Requires: pango%{?_isa} >= %{pango_version}
c758dd
Requires: libwayland-client%{?_isa} >= %{wayland_version}
c758dd
Requires: libwayland-cursor%{?_isa} >= %{wayland_version}
c758dd
c758dd
# make sure we have a reasonable gsettings backend
c758dd
%if 0%{?fedora} || 0%{?rhel} > 7
c758dd
Recommends: dconf%{?_isa}
c758dd
%else
c758dd
Requires: dconf%{?_isa}
c758dd
%endif
c758dd
c758dd
# gtk3 itself includes the Adwaita theme now
c758dd
Obsoletes: adwaita-gtk3-theme < 3.13.3
c758dd
Provides: adwaita-gtk3-theme = %{version}-%{release}
c758dd
c758dd
# gtk3 no longer provides the GtkThemeEngine interface used there
c758dd
Obsoletes: gtk3-engines <= 2.91.5-5.fc15
c758dd
Obsoletes: gtk-solidity-engine < 0.4.1-9
c758dd
Obsoletes: oxygen-gtk3 < 2:1.4.1
c758dd
c758dd
%description
c758dd
GTK+ is a multi-platform toolkit for creating graphical user
c758dd
interfaces. Offering a complete set of widgets, GTK+ is suitable for
c758dd
projects ranging from small one-off tools to complete application
c758dd
suites.
c758dd
c758dd
This package contains version 3 of GTK+.
c758dd
c758dd
%package -n gtk-update-icon-cache
c758dd
Summary: Icon theme caching utility
c758dd
# gtk-update-icon-cache used to be shipped in the gtk2 package
c758dd
Conflicts: gtk2 < 2.24.29
c758dd
c758dd
%description -n gtk-update-icon-cache
c758dd
GTK+ can use the cache files created by gtk-update-icon-cache to avoid a lot of
c758dd
system call and disk seek overhead when the application starts. Since the
c758dd
format of the cache files allows them to be mmap()ed shared between multiple
c758dd
applications, the overall memory consumption is reduced as well.
c758dd
c758dd
%package immodules
c758dd
Summary: Input methods for GTK+
c758dd
Requires: gtk3%{?_isa} = %{version}-%{release}
c758dd
# for im-cedilla.conf
c758dd
Requires: gtk2-immodules%{?_isa}
c758dd
c758dd
%description immodules
c758dd
The gtk3-immodules package contains standalone input methods that
c758dd
are shipped as part of GTK+ 3.
c758dd
c758dd
%package immodule-xim
c758dd
Summary: XIM support for GTK+
c758dd
Requires: gtk3%{?_isa} = %{version}-%{release}
c758dd
c758dd
%description immodule-xim
c758dd
The gtk3-immodule-xim package contains XIM support for GTK+ 3.
c758dd
c758dd
%package devel
c758dd
Summary: Development files for GTK+
c758dd
Requires: gtk3%{?_isa} = %{version}-%{release}
c758dd
Obsoletes: gtk3-engines-devel <= 2.91.5-5.fc15
c758dd
c758dd
%description devel
c758dd
This package contains the libraries and header files that are needed
c758dd
for writing applications with version 3 of the GTK+ widget toolkit. If
c758dd
you plan to develop applications with GTK+, consider installing the
c758dd
gtk3-devel-docs package.
c758dd
c758dd
%package devel-docs
c758dd
Summary: Developer documentation for GTK+
c758dd
Requires: gtk3 = %{version}-%{release}
c758dd
c758dd
%description devel-docs
c758dd
This package contains developer documentation for version 3 of the GTK+
c758dd
widget toolkit.
c758dd
c758dd
%package tests
c758dd
Summary: Tests for the %{name} package
c758dd
Requires: %{name}%{?_isa} = %{version}-%{release}
c758dd
c758dd
%description tests
c758dd
The %{name}-tests package contains tests that can be used to verify
c758dd
the functionality of the installed %{name} package.
c758dd
c758dd
%prep
c758dd
%setup -q -n gtk+-%{version}
c758dd
%patch18 -p1
c758dd
%patch19 -p1
c758dd
%patch20 -p1
c758dd
%patch21 -p1
c758dd
%patch22 -p1
c758dd
c758dd
cp %{SOURCE1} po/
c758dd
c758dd
%build
c758dd
export CFLAGS='-fno-strict-aliasing %optflags'
c758dd
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
c758dd
 %configure $CONFIGFLAGS \
c758dd
        --enable-xkb \
c758dd
        --enable-xinerama \
c758dd
        --enable-xrandr \
c758dd
        --enable-xfixes \
c758dd
        --enable-xcomposite \
c758dd
        --enable-xdamage \
c758dd
        --enable-x11-backend \
c758dd
        --enable-wayland-backend \
c758dd
%if 0%{?with_broadway}
c758dd
        --enable-broadway-backend \
c758dd
%endif
c758dd
        --enable-colord \
c758dd
        --enable-installed-tests \
c758dd
        --with-included-immodules=wayland
c758dd
)
c758dd
c758dd
# fight unused direct deps
c758dd
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
c758dd
c758dd
make %{?_smp_mflags}
c758dd
c758dd
%install
c758dd
%make_install RUN_QUERY_IMMODULES_TEST=false
c758dd
c758dd
%find_lang gtk30
c758dd
%find_lang gtk30-properties
c758dd
c758dd
(cd $RPM_BUILD_ROOT%{_bindir}
c758dd
 mv gtk-query-immodules-3.0 gtk-query-immodules-3.0-%{__isa_bits}
c758dd
)
c758dd
c758dd
echo ".so man1/gtk-query-immodules-3.0.1" > $RPM_BUILD_ROOT%{_mandir}/man1/gtk-query-immodules-3.0-%{__isa_bits}.1
c758dd
c758dd
# Remove unpackaged files
c758dd
find $RPM_BUILD_ROOT -name '*.la' -delete
c758dd
c758dd
%if !0%{?with_broadway}
c758dd
rm $RPM_BUILD_ROOT%{_mandir}/man1/broadwayd.1*
c758dd
%endif
c758dd
c758dd
touch $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/%{bin_version}/immodules.cache
c758dd
c758dd
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gtk-3.0
c758dd
mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/modules
c758dd
mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/immodules
c758dd
mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/%{bin_version}/theming-engines
c758dd
c758dd
%check
c758dd
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
c758dd
c758dd
%post
c758dd
/sbin/ldconfig
c758dd
gtk-query-immodules-3.0-%{__isa_bits} --update-cache
c758dd
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
c758dd
c758dd
%post devel
c758dd
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
c758dd
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
c758dd
c758dd
%post immodules
c758dd
gtk-query-immodules-3.0-%{__isa_bits} --update-cache
c758dd
c758dd
%post immodule-xim
c758dd
gtk-query-immodules-3.0-%{__isa_bits} --update-cache
c758dd
c758dd
%postun
c758dd
/sbin/ldconfig
c758dd
if [ $1 -gt 0 ]; then
c758dd
  gtk-query-immodules-3.0-%{__isa_bits} --update-cache
c758dd
fi
c758dd
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
c758dd
c758dd
%postun devel
c758dd
if [ $1 -eq 0 ] ; then
c758dd
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
c758dd
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
c758dd
fi
c758dd
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
c758dd
c758dd
%postun immodules
c758dd
gtk-query-immodules-3.0-%{__isa_bits} --update-cache
c758dd
c758dd
%postun immodule-xim
c758dd
gtk-query-immodules-3.0-%{__isa_bits} --update-cache
c758dd
c758dd
%posttrans devel
c758dd
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
c758dd
c758dd
%files -f gtk30.lang
c758dd
%license COPYING
c758dd
%doc AUTHORS NEWS README
c758dd
%{_bindir}/gtk-query-immodules-3.0*
c758dd
%{_bindir}/gtk-launch
c758dd
%{_libdir}/libgtk-3.so.*
c758dd
%{_libdir}/libgdk-3.so.*
c758dd
%{_libdir}/libgailutil-3.so.*
c758dd
%dir %{_libdir}/gtk-3.0
c758dd
%dir %{_libdir}/gtk-3.0/%{bin_version}
c758dd
%dir %{_datadir}/gtk-3.0
c758dd
%{_libdir}/gtk-3.0/%{bin_version}/theming-engines
c758dd
%dir %{_libdir}/gtk-3.0/%{bin_version}/immodules
c758dd
%{_libdir}/gtk-3.0/%{bin_version}/printbackends
c758dd
%{_libdir}/gtk-3.0/modules
c758dd
%{_libdir}/gtk-3.0/immodules
c758dd
%{_datadir}/themes/Default
c758dd
%{_datadir}/themes/Emacs
c758dd
%{_libdir}/girepository-1.0
c758dd
%ghost %{_libdir}/gtk-3.0/%{bin_version}/immodules.cache
c758dd
%{_mandir}/man1/gtk-query-immodules-3.0*
c758dd
%{_mandir}/man1/gtk-launch.1*
c758dd
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml
c758dd
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml
c758dd
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.EmojiChooser.gschema.xml
c758dd
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml
c758dd
%{_datadir}/glib-2.0/schemas/org.gtk.exampleapp.gschema.xml
c758dd
%if 0%{?with_broadway}
c758dd
%{_bindir}/broadwayd
c758dd
%{_mandir}/man1/broadwayd.1*
c758dd
%endif
c758dd
c758dd
%files -n gtk-update-icon-cache
c758dd
%license COPYING
c758dd
%{_bindir}/gtk-update-icon-cache
c758dd
%{_mandir}/man1/gtk-update-icon-cache.1*
c758dd
c758dd
%files immodules
c758dd
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-cedilla.so
c758dd
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-am-et.so
c758dd
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-cyrillic-translit.so
c758dd
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-inuktitut.so
c758dd
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-ipa.so
c758dd
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-multipress.so
c758dd
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-thai.so
c758dd
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-ti-er.so
c758dd
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-ti-et.so
c758dd
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-viqr.so
c758dd
%if 0%{?with_broadway}
c758dd
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-broadway.so
c758dd
%endif
c758dd
%config(noreplace) %{_sysconfdir}/gtk-3.0/im-multipress.conf
c758dd
c758dd
%files immodule-xim
c758dd
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-xim.so
c758dd
c758dd
%files devel -f gtk30-properties.lang
c758dd
%{_libdir}/lib*.so
c758dd
%{_includedir}/*
c758dd
%{_datadir}/aclocal/*
c758dd
%{_libdir}/pkgconfig/*
c758dd
%{_bindir}/gtk3-demo
c758dd
%{_bindir}/gtk3-icon-browser
c758dd
%{_bindir}/gtk-builder-tool
c758dd
%{_bindir}/gtk-encode-symbolic-svg
c758dd
%{_bindir}/gtk-query-settings
c758dd
%{_datadir}/applications/gtk3-demo.desktop
c758dd
%{_datadir}/applications/gtk3-icon-browser.desktop
c758dd
%{_datadir}/applications/gtk3-widget-factory.desktop
c758dd
%{_datadir}/icons/hicolor/*/apps/gtk3-demo.png
c758dd
%{_datadir}/icons/hicolor/*/apps/gtk3-demo-symbolic.symbolic.png
c758dd
%{_datadir}/icons/hicolor/*/apps/gtk3-widget-factory.png
c758dd
%{_datadir}/icons/hicolor/*/apps/gtk3-widget-factory-symbolic.symbolic.png
c758dd
%{_bindir}/gtk3-demo-application
c758dd
%{_bindir}/gtk3-widget-factory
c758dd
%{_datadir}/gettext/
c758dd
%{_datadir}/gtk-3.0/gtkbuilder.rng
c758dd
%{_datadir}/gir-1.0
c758dd
%{_datadir}/glib-2.0/schemas/org.gtk.Demo.gschema.xml
c758dd
%{_mandir}/man1/gtk3-demo.1*
c758dd
%{_mandir}/man1/gtk3-demo-application.1*
c758dd
%{_mandir}/man1/gtk3-icon-browser.1*
c758dd
%{_mandir}/man1/gtk3-widget-factory.1*
c758dd
%{_mandir}/man1/gtk-builder-tool.1*
c758dd
%{_mandir}/man1/gtk-encode-symbolic-svg.1*
c758dd
%{_mandir}/man1/gtk-query-settings.1*
c758dd
c758dd
%files devel-docs
c758dd
%{_datadir}/gtk-doc
c758dd
c758dd
%files tests
c758dd
%{_libexecdir}/installed-tests/gtk+
c758dd
%{_datadir}/installed-tests
c758dd
c758dd
%changelog
c758dd
* Wed Aug 07 2019 Jonas Ã…dahl <jadahl@redhat.com> - 3.22.30-5
c758dd
- Handle lack of SVG loader gracefully
c758dd
- Resolves: #1660642
c758dd
c758dd
* Tue Aug 06 2019 Jonas Ã…dahl <jadahl@redhat.com> - 3.22.30-4
c758dd
- Clamp X11 window size both when creating and resizing
c758dd
- Resolves: #1687745
c758dd
c758dd
* Thu Jun 21 2018 Benjamin Otte <otte@redhat.com> - 3.22.30-3
c758dd
- Don't hide GdkWindow on grab failure
c758dd
- Resolves: #1571422
c758dd
c758dd
* Fri Jun 08 2018 Marek Kasik <mkasik@redhat.com> - 3.22.30-2
c758dd
- Get hard margins for current paper size when printing
c758dd
- Resolves: #1507113
c758dd
c758dd
* Wed Apr 18 2018 Kalev Lember <klember@redhat.com> - 3.22.30-1
c758dd
- Update to 3.22.30
c758dd
- Resolves: #1569975
c758dd
c758dd
* Mon Apr 09 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.22.26-4
c758dd
- Avoid a division by zero with RandR 1.3
c758dd
- Resolves: #1502788
c758dd
c758dd
* Tue Feb 13 2018 Ray Strode <rstrode@redhat.com> - 3.22.26-3
c758dd
- Fix emacs on Xming
c758dd
  Resolves: #1483942
c758dd
c758dd
* Wed Dec 06 2017 Carlos Garnacho <cgarnach@redhat.com> - 3.22.26-2
c758dd
- Fix touch emulated pointer motion event delivery with spice-gtk
c758dd
- Resolves: #1494822
c758dd
c758dd
* Tue Nov 07 2017 Kalev Lember <klember@redhat.com> - 3.22.26-1
c758dd
- Update to 3.22.26
c758dd
- Resolves: #1481414
c758dd
c758dd
* Wed Nov 01 2017 Kalev Lember <klember@redhat.com> - 3.22.25-1
c758dd
- Update to 3.22.25
c758dd
- Resolves: #1481414
c758dd
c758dd
* Thu Sep 14 2017 Olivier Fourdan <ofourdan@redhat.com> - 3.22.21-1
c758dd
- Update to 3.22.21 and enable Wayland backend
c758dd
Resolves: rhbz#1257171
c758dd
c758dd
* Tue May 30 2017 Matthias Clasen <mclasen@redhat.com> - 3.22.10-4
c758dd
- Update Japanese translations
c758dd
- Resolves: #1449636
c758dd
c758dd
* Thu Apr 20 2017 Kalev Lember <klember@redhat.com> - 3.22.10-3
c758dd
- Really remove all libtool .la files
c758dd
- Resolves: #1386980
c758dd
c758dd
* Thu Apr 20 2017 Kalev Lember <klember@redhat.com> - 3.22.10-2
c758dd
- Try harder to remove all libtool .la files
c758dd
- Resolves: #1386980
c758dd
c758dd
* Tue Mar 14 2017 Kalev Lember <klember@redhat.com> - 3.22.10-1
c758dd
- Update to 3.22.10
c758dd
- Resolves: #1386980
c758dd
c758dd
* Tue Feb 28 2017 Kalev Lember <klember@redhat.com> - 3.22.9-1
c758dd
- Update to 3.22.9
c758dd
- Resolves: #1386980
c758dd
c758dd
* Tue Feb 14 2017 Kalev Lember <klember@redhat.com> - 3.22.8-2
c758dd
- Build with xrandr 1.5.0
c758dd
- Resolves: #1386980
c758dd
c758dd
* Mon Feb 13 2017 Kalev Lember <klember@redhat.com> - 3.22.8-1
c758dd
- Update to 3.22.8
c758dd
- Resolves: #1386980
c758dd
c758dd
* Mon Jan 16 2017 Kalev Lember <klember@redhat.com> - 3.22.7-1
c758dd
- Update to 3.22.7
c758dd
- Resolves: #1386980
c758dd
c758dd
* Thu Jul  1 2016 Benjamin Otte <otte@redhat.com> 3.14.13-20
c758dd
- Make sure menus always scroll when too large
c758dd
Resolves: #1025359
c758dd
c758dd
* Thu Jun 30 2016 Matthias Clasen <mclasen@redhat.com> 3.14.13-19
c758dd
- Fix a problem that causes critical warnings in rhythmbox
c758dd
Resolves: #1351643
c758dd
c758dd
* Wed Jun 29 2016 Matthias Clasen <mclasen@redhat.com> 3.14.13-18
c758dd
- Update translations
c758dd
Resolves: #1304264
c758dd
c758dd
* Tue Mar 15 2016 Matthias Clasen <mclasen@redhat.com> 3.14.13-17
c758dd
- Remove an unnecessary warning
c758dd
Related: #1257794
c758dd
c758dd
* Wed Sep 23 2015 Ray Strode <rstrode@redhat.com> 3.14.13-16
c758dd
- Fix mispelling in previous patch
c758dd
Related: #1259292
c758dd
c758dd
* Wed Sep 23 2015 Ray Strode <rstrode@redhat.com> 3.14.13-15
c758dd
- Fix up app chooser to deal with duplicate entries
c758dd
Related: #1259292
c758dd
c758dd
* Thu Sep 17 2015 Matthias Clasen <cmlasen@redhat.com> 3.14.13-14
c758dd
- Fix a possible crash when reordering bookmarks
c758dd
Resolves: #1207187
c758dd
c758dd
* Fri Jul 21 2015 Matthias Clasen <cmlasen@redhat.com> 3.14.13-13
c758dd
- Fix a possible crash during DND
c758dd
Related: #1174442
c758dd
c758dd
* Fri Jul 17 2015 Matthias Clasen <mclasen@redhat.com> 3.14.13-12
c758dd
- Coverity fixes
c758dd
Related: #1174442
c758dd
c758dd
* Thu Jul 16 2015 Matthias Clasen <mclasen@redhat.com> 3.14.13-11
c758dd
- Fix rendering stalls with ssh connections
c758dd
Resolves: #1243646
c758dd
c758dd
* Tue Jul 14 2015 Matthias Clasen <mclasen@redhat.com> 3.14.13-10
c758dd
- Include a settings.ini file
c758dd
Resolves: #1241374
c758dd
c758dd
* Tue Jul  7 2015 Matthias Clasen <mclasen@redhat.com> 3.14.13-9
c758dd
- Fix a reentrancy issue in GtkSwitch
c758dd
Resolves: #1238692
c758dd
c758dd
* Thu May 21 2015 Matthias Clasen <mclasen@redhat.com> 3.14.13-8
c758dd
- Don't emit warnings for 'new' deprecations by default
c758dd
- Disable GtkMenuButton if the associated action says so
c758dd
Resolves: #1210747
c758dd
Resolves: #1223463 
c758dd
c758dd
* Fri May 15 2015 Marek Kasik <mkasik@redhat.com> 3.14.13-7
c758dd
- Check connection to remote CUPS server on correct port
c758dd
- Resolves: #1221157
c758dd
c758dd
* Tue May 12 2015 Richard Hughes <rhughes@redhat.com> 3.14.13-6
c758dd
- Rebuild against the new colord version
c758dd
- Related: #1174442
c758dd
c758dd
* Thu May 07 2015 Ray Strode <rstrode@redhat.com> 3.14.13-5
c758dd
- Update adwaita-gtk3-theme provides version to be big enough
c758dd
  to upgrade gnome-themes-standard
c758dd
  Related: #1174442
c758dd
c758dd
* Thu May 07 2015 Ray Strode <rstrode@redhat.com> 3.14.13-4
c758dd
- Obsolete adwaita-gtk3-theme
c758dd
  Related: #1174442
c758dd
c758dd
* Fri May  1 2015 Matthias Clasen <mclasen@redhat.com> -3.14.13-3
c758dd
- Handle the app menu on ssh connections better
c758dd
- Resolves: #982620
c758dd
c758dd
* Wed Apr 29 2015 Matthias Clasen <mclasen@redhat.com> -3.14.13-2
c758dd
- Depend on adwaita-icon-theme
c758dd
- Related: #1174442
c758dd
c758dd
* Tue Apr 28 2015 Matthias Clasen <mclasen@redhat.com> -3.14.13-1
c758dd
- Update to 3.14.13
c758dd
- Resolves: #1174442
c758dd
- Drop patches that have been upstreamed
c758dd
c758dd
* Tue Dec 16 2014 Benjamin Otte <otte@redhat.com> - 3.8.8-10
c758dd
- Don't accidentally export function
c758dd
- Resolves: #1168685
c758dd
c758dd
* Fri Oct 31 2014 Benjamin Otte <otte@redhat.com> - 3.8.8-9
c758dd
- Don't crash when alt-tabbing in gedit
c758dd
- Resolves: #1150290
c758dd
c758dd
* Mon Oct 20 2014 Benjamin Otte <otte@redhat.com> - 3.8.8-8
c758dd
- Fix breakage introduced by patch
c758dd
- Resolves: #1090126
c758dd
c758dd
* Sun Oct 05 2014 Benjamin Otte <otte@redhat.com> - 3.8.8-7
c758dd
- Fix height request on labels
c758dd
- Resolves: #1062938
c758dd
c758dd
* Fri Oct 03 2014 Benjamin Otte <otte@redhat.com> - 3.8.8-6
c758dd
- Properly resize toplevel when collapsing GtkExpander
c758dd
- Add missing man pages
c758dd
- Allow remapping all keys
c758dd
- Resolves: #982295, #948432, #1090126
c758dd
c758dd
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.8.8-5
c758dd
- Mass rebuild 2014-01-24
c758dd
c758dd
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.8-4
c758dd
- Mass rebuild 2013-12-27
c758dd
c758dd
* Mon Dec 16 2013 Benjamin Otte <otte@redhat.com> - 3.8.8-3
c758dd
- Stop window shaking at startup of firstboot
c758dd
- Resolves: #1035409
c758dd
c758dd
* Wed Dec 11 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.8-2
c758dd
- Update translations
c758dd
- Resolves: #1030356
c758dd
c758dd
* Wed Dec  4 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.8-1
c758dd
- Update to 3.8.8
c758dd
- Resolves: #1031802, #1031089
c758dd
c758dd
* Wed Nov 27 2013 Florian Müllner <fmuellner@redhat.com> - 3.8.4-8
c758dd
- Revert last change - the issue will be addressed in gnome-session instead
c758dd
  Resolves: #1031117
c758dd
c758dd
* Fri Nov 22 2013 Florian Müllner <fmuellner@redhat.com> - 3.8.4-6
c758dd
- Follow upstream in a GtkBin commit war
c758dd
  Resolves: #1031117
c758dd
c758dd
* Fri Nov  1 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.4-5
c758dd
- Avoid losing %optflags
c758dd
- Related: #881175
c758dd
c758dd
* Fri Nov  1 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.4-4
c758dd
- Build with -fno-strict-aliasing
c758dd
- Related: #881175
c758dd
c758dd
* Fri Nov  1 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.4-3
c758dd
- Include a patch needed to fix multilib
c758dd
- Related: #881175
c758dd
c758dd
* Fri Nov  1 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.4-2
c758dd
- Rebuild with newer gobject-introspection to fix multilib
c758dd
- Related: #881175
c758dd
c758dd
* Fri Aug 30 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.4-1
c758dd
- Update to 3.8.4
c758dd
- This update includes a considerable number of bug fixes,
c758dd
  including fixes for filechooser behavior, a crash fix for
c758dd
  gnome-shell, appearance fixes for menu items, etc.
c758dd
c758dd
* Wed Jun 19 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.2-2
c758dd
- Fix icon theme reloading reentrancy issue
c758dd
c758dd
* Mon May 13 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
c758dd
- Update to 3.8.2
c758dd
c758dd
* Wed May  8 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.1-2
c758dd
- Make man gtk-query-immodules-3.0-64 work
c758dd
c758dd
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
c758dd
- Update to 3.8.1
c758dd
c758dd
* Mon Mar 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
c758dd
- Update to 3.8.0
c758dd
c758dd
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.14-1
c758dd
- Update to 3.7.14
c758dd
c758dd
* Wed Mar  6 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.12-1
c758dd
- Update to 3.7.12
c758dd
c758dd
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.10-1
c758dd
- Update to 3.7.10
c758dd
c758dd
* Tue Feb 05 2013 Richard Hughes <rhughes@redhat.com> - 3.7.8-1
c758dd
- Update to 3.7.8
c758dd
c758dd
* Mon Jan 28 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.6-4
c758dd
- Move im-cedilla back to -immodules subpackage to avoid
c758dd
  a conflict with gtk2-immodules (#797838)
c758dd
c758dd
* Thu Jan 24 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.6-3
c758dd
- Enable the Wayland and Broadway backends
c758dd
c758dd
* Thu Jan 24 2013 Cosimo Cecchi <cosimoc@redhat.com> - 3.7.6-2
c758dd
- Backport two patches from git master to fix window allocations
c758dd
c758dd
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.6-1
c758dd
- Update to 3.7.6
c758dd
c758dd
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.4-1
c758dd
- Update to 3.7.4
c758dd
c758dd
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 3.7.2-1
c758dd
- Update to 3.7.2
c758dd
c758dd
* Thu Nov 08 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.0-1
c758dd
- Update to 3.7.0
c758dd
c758dd
* Fri Oct 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.1-2
c758dd
- Don't pull in imsettings just for a directory
c758dd
c758dd
* Tue Oct 16 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.6.1-1
c758dd
- Update to 3.6.1
c758dd
c758dd
* Fri Oct 12 2012 Bastien Nocera <bnocera@redhat.com> 3.6.0-2
c758dd
- Add upstream patch to make Epiphany less painful to use
c758dd
c758dd
* Tue Sep 25 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.6.0-1
c758dd
- Update to 3.6.0
c758dd
c758dd
* Tue Sep 18 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.18-1
c758dd
- Update to 3.5.18
c758dd
c758dd
* Thu Sep 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.16-1
c758dd
- Update to 3.5.16
c758dd
c758dd
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 3.5.14-1
c758dd
- Update to 3.5.14
c758dd
c758dd
* Wed Aug 22 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.5.12-2
c758dd
- Backport a patch from upstream fixing crashers with app menus
c758dd
c758dd
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.12-1
c758dd
- Update to 3.5.12
c758dd
c758dd
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.10-1
c758dd
- Update to 3.5.10
c758dd
c758dd
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.8-2
c758dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c758dd
c758dd
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.8-1
c758dd
- Update to 3.5.8
c758dd
c758dd
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 3.5.6-1
c758dd
- Update to 3.5.6
c758dd
c758dd
* Wed Jun 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
c758dd
- Update to 3.5.4
c758dd
c758dd
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.2-1
c758dd
- Update to 3.5.2
c758dd
c758dd
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
c758dd
- Update to 3.4.0
c758dd
c758dd
* Tue Mar 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.20-1
c758dd
- Update to 3.3.20
c758dd
c758dd
* Mon Mar  5 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.18-1
c758dd
- Update to 3.3.18
c758dd
c758dd
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.16-1
c758dd
- Update to 3.3.16
c758dd
c758dd
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.14-1
c758dd
- Update to 3.3.14
c758dd
c758dd
* Fri Jan 20 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.10-1
c758dd
- Update to 3.3.10
c758dd
c758dd
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.8-1
c758dd
- Update to 3.3.8
c758dd
c758dd
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.6-3
c758dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c758dd
c758dd
* Thu Dec 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.6-2
c758dd
- Revert a problematic focus handling change
c758dd
c758dd
* Mon Dec 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.6-1
c758dd
- Update to 3.3.6
c758dd
c758dd
* Mon Nov 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
c758dd
- Update to 3.3.4
c758dd
c758dd
* Wed Nov  3 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
c758dd
- Update to 3.3.2
c758dd
c758dd
* Fri Oct 14 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
c758dd
- Update to 3.2.1
c758dd
c758dd
* Mon Sep 26 2011 Ray <rstrode@redhat.com> - 3.2.0-1
c758dd
- Update to 3.2.0
c758dd
c758dd
* Fri Sep 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-2
c758dd
- Fix crashes when turning a11y on and off repeatedly
c758dd
c758dd
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
c758dd
- Update to 3.1.92
c758dd
c758dd
* Tue Sep 13 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90-1
c758dd
- Update to 3.1.90
c758dd
c758dd
* Mon Sep  5 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.18-1
c758dd
- Update to 3.1.18
c758dd
c758dd
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.16-1
c758dd
- Update to 3.1.16
c758dd
c758dd
* Tue Aug 16 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.12-1
c758dd
- Update to 3.1.12
c758dd
c758dd
* Sat Jul 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.10-1
c758dd
- Update to 3.1.10
c758dd
c758dd
* Tue Jul  5 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.8-1
c758dd
- Update to 3.1.8
c758dd
c758dd
* Tue Jun 14 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.6-1
c758dd
- Update to 3.1.6
c758dd
c758dd
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.4-1
c758dd
- Update to 3.1.4
c758dd
c758dd
* Fri Apr 15 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.9-1
c758dd
- Update to 3.0.9
c758dd
c758dd
* Thu Apr 14 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.8-3
c758dd
- Move im-cedilla back to the main package (#637399)
c758dd
c758dd
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.8-2
c758dd
- Add a missed backport
c758dd
c758dd
* Sun Apr  3 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.8-1
c758dd
- Update to 3.0.8
c758dd
c758dd
* Fri Apr  1 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.7-1
c758dd
- Update to 3.0.7
c758dd
c758dd
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.6-1
c758dd
- Update to 3.0.6
c758dd
c758dd
* Wed Mar 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.5-1
c758dd
- Update to 3.0.5
c758dd
c758dd
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.4-1
c758dd
- Update to 3.0.4
c758dd
c758dd
* Mon Mar 14 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.3-1
c758dd
- Update to 3.0.3
c758dd
c758dd
* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.2-1
c758dd
- Update to 3.0.2
c758dd
c758dd
* Sat Feb 26 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-2
c758dd
- Fix frequent crashes on double-click events
c758dd
c758dd
* Mon Feb 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
c758dd
- Update to 3.0.1
c758dd
c758dd
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
c758dd
- Update to 3.0.0
c758dd
c758dd
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.99.3-2
c758dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c758dd
c758dd
* Tue Feb  1 2011 Matthias Clasen <mclasen@redhat.com> - 2.99.3-1
c758dd
- Update to 2.99.3
c758dd
c758dd
* Mon Jan 24 2011 Dan Williams <dcbw@redhat.com> 2.99.2-2
c758dd
- Fix bug in gtk_show_uri() which caused crashes when plugging in USB drives
c758dd
c758dd
* Wed Jan 12 2011 Matthias Clasen <mclasen@redhat.com> 2.99.2-1
c758dd
- Update to 2.99.2
c758dd
c758dd
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.99.1-1
c758dd
- Update to 2.99.1
c758dd
c758dd
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.99.0-3
c758dd
- Obsolete gtk3-engines
c758dd
c758dd
* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> 2.99.0-2
c758dd
- Provide the right directory for theming engines
c758dd
c758dd
* Thu Jan  6 2011 Matthias Clasen <mclasen@redhat.com> 2.99.0-1
c758dd
- Update to 2.99.0
c758dd
- Drop gtk-update-icon-cache and gtk-builder-convert to
c758dd
  avoid conflict with gtk2
c758dd
- Drop the tooltips-style patch for now
c758dd
c758dd
* Thu Dec  2 2010 Matthias Clasen <mclasen@redhat.com> 2.91.5-1
c758dd
- Update to 2.91.5
c758dd
c758dd
* Fri Nov 12 2010 Matthias Clasen <mclasen@redhat.com> 2.91.4-2
c758dd
- Make gnome-terminal work again
c758dd
c758dd
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> 2.91.4-1
c758dd
- Update to 2.91.4
c758dd
c758dd
* Mon Nov  1 2010 Matthias Clasen <mclasen@redhat.com> 2.91.3-1
c758dd
- Update to 2.91.3
c758dd
c758dd
* Wed Oct 20 2010 Richard Hughes <richard@hughsie.com> 2.91.1-1
c758dd
- Update to 2.91.1
c758dd
c758dd
* Tue Oct 12 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-2
c758dd
- Fix a crash in the tooltip code
c758dd
c758dd
* Sat Oct  2 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-1
c758dd
- Update to 2.91.0
c758dd
c758dd
* Wed Sep 29 2010 jkeating - 2.90.7-3
c758dd
- Rebuilt for gcc bug 634757
c758dd
c758dd
* Tue Sep 21 2010 Matthias Clasen <mclaesn@redhat.com> 2.90.7-2
c758dd
- Reinstate the tooltip look
c758dd
c758dd
* Mon Sep 20 2010 Bastien Nocera <bnocera@redhat.com> 2.90.7-1
c758dd
- Update to 2.90.7
c758dd
c758dd
* Mon Aug 23 2010 Matthias Clasen <mclasen@redhat.com> - 2.90.5-5
c758dd
- Co-own /usr/share/gtk-doc
c758dd
- gtk3-devel requires gdk-pixbuf2-devel
c758dd
c758dd
* Mon Jul 26 2010 Colin Walters <walters@verbum.org> - 2.90.5-4
c758dd
- gtk3-devel requires gdk-pixbuf-devel
c758dd
c758dd
* Thu Jul 22 2010 Colin Walters <walters@verbum.org> - 2.90.5-2
c758dd
- Rebuild with new gobject-introspection
c758dd
c758dd
* Mon Jul 22 2010 Matthias Clasen <mclasen@redhat.com> 2.90.5-1
c758dd
- Update to 2.90.5
c758dd
c758dd
* Fri Jul  9 2010 Colin Walters <walters@verbum.org> - 2.90.4-3
c758dd
- Update tooltip style patch to remove unused GdkRegion
c758dd
c758dd
* Tue Jun 29 2010 Colin Walters <walters@pocket> - 2.90.4-2
c758dd
- Changes to support rebuilds from snapshots
c758dd
c758dd
* Mon Jun 28 2010 Matthias Clasen <mclasen@redhat.com> 2.90.4-1
c758dd
- Update to 2.90.4
c758dd
c758dd
* Fri Jun 18 2010 Matthias Clasen <mclasen@redhat.com> 2.90.3-1
c758dd
- Update to 2.90.3
c758dd
c758dd
* Sat Jun 12 2010 Matthias Clasen <mclasen@redhat.com> 2.90.2-2
c758dd
- Copy some tweaks from gtk2
c758dd
c758dd
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> 2.90.2-1
c758dd
- Update to 2.90.2
c758dd
c758dd
* Tue May 25 2010 Matthias Clasen <mclasen@redhat.com> 2.90.1-1
c758dd
- Update to 2.90.1
c758dd
c758dd
* Fri May 21 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-5
c758dd
- Some more package review feedback
c758dd
c758dd
* Thu May 20 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-4
c758dd
- Remove %%check again, it causes trouble
c758dd
c758dd
* Mon May 17 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-3
c758dd
- More review feedback
c758dd
c758dd
* Wed May 12 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-2
c758dd
- Incorporate review feedback
c758dd
c758dd
* Wed May 11 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-1
c758dd
- Update to the 2.90.0 release
c758dd
- Complete parallel installability
c758dd
c758dd
* Mon May 10 2010 Richard Hughes <richard@hughsie.com> 2.90.0-0.0.20100510git
c758dd
- Update from git