Blame SPECS/mutter.spec

1a7f9f
%global gtk3_version 3.19.8
1a7f9f
%global glib_version 2.53.2
1a7f9f
%global gsettings_desktop_schemas_version 40~alpha
1a7f9f
%global json_glib_version 0.12.0
1a7f9f
%global libinput_version 1.4
1a7f9f
%global pipewire_version 0.3.0
1a7f9f
%global mutter_api_version 8
1a7f9f
1a7f9f
%global tarball_version %%(echo %{version} | tr '~' '.')
1a7f9f
1a7f9f
Name:          mutter
890a48
Version:       40.9
5c9faf
Release:       9%{?dist}
1a7f9f
Summary:       Window and compositing manager based on Clutter
1a7f9f
1a7f9f
License:       GPLv2+
1a7f9f
URL:           http://www.gnome.org
1a7f9f
Source0:       http://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz
1a7f9f
1a7f9f
# Work-around for OpenJDK's compliance test
1a7f9f
Patch0:        0001-window-actor-Special-case-shaped-Java-windows.patch
1a7f9f
1a7f9f
# To make s390x build pass
1a7f9f
Patch1:        0001-Revert-build-Do-not-provide-built-sources-as-libmutt.patch
1a7f9f
1a7f9f
# Workaround for RHBZ#1936991 (blocks atomic KMS on "tegra" driver)
1a7f9f
Patch2:        0001-Test-deny-atomic-KMS-for-tegra-RHBZ-1936991.patch
1a7f9f
1a7f9f
# Allow Xwayland grabs by default, on a selected set of X11 apps (rhbz#1500399)
1a7f9f
Patch3:        0001-wayland-Allow-Xwayland-grabs-on-selected-apps.patch
1a7f9f
1a7f9f
# X11 window management work arounds
1a7f9f
Patch4:        0001-constraints-Enforce-X11-size-limits.patch
1a7f9f
1a7f9f
# X11/VM monitor configuration patches (rhbz#1265511, rhbz#1618632,
1a7f9f
# rhbz#1497303, rhbz#1690506, rhbz#1776530, rhbz#1365717, rhbz#1690170)
1a7f9f
Patch5:        x11-monitor-configuration-patches.patch
1a7f9f
1a7f9f
# Sloppy focus fix (rhbz#1358535)
1a7f9f
Patch6:        0001-events-Don-t-move-sloppy-focus-while-buttons-are-pre.patch
1a7f9f
1a7f9f
# Legacy X11 configuration support (synaptics/plain)
1a7f9f
Patch7:        legacy-x11-input-configuration.patch
1a7f9f
1a7f9f
# GLX Stereo (nvidia)
1a7f9f
Patch8:        glx-stereo-support.patch
1a7f9f
1a7f9f
# Work around vncserver not setting the right XDG_SESSION_TYPE
1a7f9f
Patch9:       0001-main-be-more-aggressive-in-assuming-X11-backend.patch
1a7f9f
1a7f9f
# Fixes --replace
1a7f9f
Patch10:      0001-backend-Clean-up-renderer-after-clutter-backendm.patch
1a7f9f
2cfc33
# Fixes a race in wl_seat capabilities (rhbz#2003032)
1a7f9f
# https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/77
1a7f9f
Patch11: 0001-wayland-Avoid-a-race-in-wl_seat-capabilities.patch
1a7f9f
2cfc33
# OSK keyboard repeat fix
2cfc33
# https://bugzilla.redhat.com/show_bug.cgi?id=2010705
2cfc33
Patch12: 0001-backends-x11-Fix-key-repeat-of-on-screen-keyboard-fo.patch
2cfc33
888aa9
# Backport monitor configuration policy feature (#2046159)
888aa9
Patch13: monitor-config-policy.patch
888aa9
890a48
# Backport dumb buffer cursor support (EGLStream) (#2055015)
890a48
Patch14: hw-cursor-dumb-buffer.patch
890a48
890a48
# Backport EGLStream overview fixes (#2052584)
890a48
Patch15: eglstream-overview-fixes.patch
890a48
5c9faf
Patch16: 0001-clutter-Make-ClutterClickAction-independent-of-click.patch
5c9faf
Patch17: add-unsafe-mode-property.patch
5c9faf
5c9faf
# Backport KMS: Survive missing GAMMA_LUT property (#2083091)
5c9faf
Patch18: 0001-kms-crtc-Add-function-meta_kms_crtc_has_gamma.patch
5c9faf
Patch19: 0002-crtc-kms-Don-t-add-gamma-to-the-update-if-unsupporte.patch
5c9faf
Patch20: 0003-kms-crtc-Determine-gamma-support-given-the-gamma-len.patch
5c9faf
5c9faf
# Backport Pass dirty rects to gpu (#2080980)
5c9faf
Patch21: 0001-kms-Allow-passing-framebuffer-damage-metadata.patch
5c9faf
Patch22: 0002-onscreen-native-Pass-damage-rectangles-when-page-fli.patch
5c9faf
5c9faf
Patch23: 0001-backends-Move-MetaKeyboardA11yFlags-to-a-public-head.patch
5c9faf
5c9faf
# GBM support with NVIDIA driver
5c9faf
# https://bugzilla.redhat.com/2015891
5c9faf
# Backports:
5c9faf
# https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2051
5c9faf
# https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2052
5c9faf
# https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2132
5c9faf
# https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2150
5c9faf
Patch24: 0001-renderer-native-Log-render-mode-per-device.patch
5c9faf
Patch25: 0002-renderer-native-Try-the-gbm-renderer-before-the-EGLD.patch
5c9faf
Patch26: 0003-wayland-Only-init-EGLStream-controller-if-we-didn-t-.patch
5c9faf
Patch27: 0004-renderer-native-Allow-forcing-EGLStream-backend.patch
5c9faf
Patch28: 0005-cursor-renderer-native-Add-a-means-to-disable-HW-cur.patch
5c9faf
5c9faf
# Fix race condition causing stuck pointer grabs (#2090170)
5c9faf
Patch40: 0001-events-Pass-CurrentTime-to-XIAllowEvents-when-unfree.patch
5c9faf
5c9faf
# Backport night light availability property (#2057154)
5c9faf
Patch41: 0001-monitor-manager-Add-NightLightSupported-property-to-.patch
5c9faf
1a7f9f
BuildRequires: chrpath
1a7f9f
BuildRequires: pango-devel
1a7f9f
BuildRequires: startup-notification-devel
1a7f9f
BuildRequires: gnome-desktop3-devel
1a7f9f
BuildRequires: glib2-devel >= %{glib_version}
1a7f9f
BuildRequires: gtk3-devel >= %{gtk3_version}
1a7f9f
BuildRequires: pkgconfig
1a7f9f
BuildRequires: gobject-introspection-devel >= 1.41.0
1a7f9f
BuildRequires: libSM-devel
1a7f9f
BuildRequires: libwacom-devel
1a7f9f
BuildRequires: libX11-devel
1a7f9f
BuildRequires: libXdamage-devel
1a7f9f
BuildRequires: libXext-devel
1a7f9f
BuildRequires: libXfixes-devel
1a7f9f
BuildRequires: libXi-devel
1a7f9f
BuildRequires: libXrandr-devel
1a7f9f
BuildRequires: libXrender-devel
1a7f9f
BuildRequires: libXcursor-devel
1a7f9f
BuildRequires: libXcomposite-devel
1a7f9f
BuildRequires: libxcb-devel
1a7f9f
BuildRequires: libxkbcommon-devel
1a7f9f
BuildRequires: libxkbcommon-x11-devel
1a7f9f
BuildRequires: libxkbfile-devel
1a7f9f
BuildRequires: libXtst-devel
1a7f9f
BuildRequires: mesa-libEGL-devel
1a7f9f
BuildRequires: mesa-libGLES-devel
1a7f9f
BuildRequires: mesa-libGL-devel
1a7f9f
BuildRequires: mesa-libgbm-devel
1a7f9f
BuildRequires: pkgconfig(glesv2)
1a7f9f
BuildRequires: pkgconfig(graphene-gobject-1.0)
1a7f9f
BuildRequires: pam-devel
1a7f9f
BuildRequires: pkgconfig(libpipewire-0.3) >= %{pipewire_version}
1a7f9f
BuildRequires: pkgconfig(sysprof-capture-4)
1a7f9f
BuildRequires: sysprof-devel
1a7f9f
BuildRequires: systemd-devel
1a7f9f
BuildRequires: upower-devel
1a7f9f
BuildRequires: xorg-x11-server-Xorg
1a7f9f
BuildRequires: xkeyboard-config-devel
1a7f9f
BuildRequires: zenity
1a7f9f
BuildRequires: desktop-file-utils
1a7f9f
# Bootstrap requirements
1a7f9f
BuildRequires: gtk-doc gnome-common gettext-devel git
1a7f9f
BuildRequires: libcanberra-devel
1a7f9f
BuildRequires: gsettings-desktop-schemas-devel >= %{gsettings_desktop_schemas_version}
1a7f9f
BuildRequires: gnome-settings-daemon-devel
1a7f9f
BuildRequires: meson
1a7f9f
BuildRequires: pkgconfig(gudev-1.0)
1a7f9f
BuildRequires: pkgconfig(libdrm)
1a7f9f
BuildRequires: pkgconfig(gbm)
1a7f9f
BuildRequires: pkgconfig(wayland-server)
1a7f9f
BuildRequires: pkgconfig(wayland-eglstream)
888aa9
BuildRequires: pkgconfig(wayland-protocols)
1a7f9f
1a7f9f
BuildRequires: json-glib-devel >= %{json_glib_version}
1a7f9f
BuildRequires: libgudev1-devel
1a7f9f
BuildRequires: libinput-devel >= %{libinput_version}
1a7f9f
BuildRequires: pkgconfig(xwayland)
1a7f9f
1a7f9f
Requires: control-center-filesystem
1a7f9f
Requires: gsettings-desktop-schemas%{?_isa} >= %{gsettings_desktop_schemas_version}
1a7f9f
Requires: gnome-settings-daemon
1a7f9f
Requires: gtk3%{?_isa} >= %{gtk3_version}
1a7f9f
Requires: pipewire%{_isa} >= %{pipewire_version}
1a7f9f
Requires: startup-notification
1a7f9f
Requires: dbus
1a7f9f
Requires: zenity
1a7f9f
1a7f9f
Requires:      json-glib%{?_isa} >= %{json_glib_version}
1a7f9f
Requires:      libinput%{?_isa} >= %{libinput_version}
1a7f9f
1a7f9f
# Cogl and Clutter were forked at these versions, but have diverged
1a7f9f
# significantly since then.
1a7f9f
Provides: bundled(cogl) = 1.22.0
1a7f9f
Provides: bundled(clutter) = 1.26.0
1a7f9f
1a7f9f
%description
1a7f9f
Mutter is a window and compositing manager that displays and manages
1a7f9f
your desktop via OpenGL. Mutter combines a sophisticated display engine
1a7f9f
using the Clutter toolkit with solid window-management logic inherited
1a7f9f
from the Metacity window manager.
1a7f9f
1a7f9f
While Mutter can be used stand-alone, it is primarily intended to be
1a7f9f
used as the display core of a larger system such as GNOME Shell. For
1a7f9f
this reason, Mutter is very extensible via plugins, which are used both
1a7f9f
to add fancy visual effects and to rework the window management
1a7f9f
behaviors to meet the needs of the environment.
1a7f9f
1a7f9f
%package devel
1a7f9f
Summary: Development package for %{name}
1a7f9f
Requires: %{name}%{?_isa} = %{version}-%{release}
1a7f9f
1a7f9f
%description devel
1a7f9f
Header files and libraries for developing Mutter plugins. Also includes
1a7f9f
utilities for testing Metacity/Mutter themes.
1a7f9f
1a7f9f
%package  tests
1a7f9f
Summary:  Tests for the %{name} package
1a7f9f
Requires: %{name}%{?_isa} = %{version}-%{release}
1a7f9f
1a7f9f
%description tests
1a7f9f
The %{name}-tests package contains tests that can be used to verify
1a7f9f
the functionality of the installed %{name} package.
1a7f9f
1a7f9f
%prep
1a7f9f
%autosetup -S git -n %{name}-%{tarball_version}
1a7f9f
1a7f9f
%build
1a7f9f
%meson -Degl_device=true -Dwayland_eglstream=true
1a7f9f
%meson_build
1a7f9f
1a7f9f
%install
1a7f9f
%meson_install
1a7f9f
1a7f9f
%find_lang %{name}
1a7f9f
1a7f9f
# Mutter contains a .desktop file so we just need to validate it
1a7f9f
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
1a7f9f
1a7f9f
%ldconfig_scriptlets
1a7f9f
1a7f9f
%files -f %{name}.lang
1a7f9f
%license COPYING
1a7f9f
%doc NEWS
1a7f9f
%{_bindir}/mutter
1a7f9f
%{_datadir}/applications/*.desktop
1a7f9f
%{_libdir}/lib*.so.*
1a7f9f
%{_libdir}/mutter-%{mutter_api_version}/
1a7f9f
%{_libexecdir}/mutter-restart-helper
1a7f9f
%{_datadir}/GConf/gsettings/mutter-schemas.convert
1a7f9f
%{_datadir}/glib-2.0/schemas/org.gnome.mutter.gschema.xml
1a7f9f
%{_datadir}/glib-2.0/schemas/org.gnome.mutter.wayland.gschema.xml
1a7f9f
%{_datadir}/gnome-control-center/keybindings/50-mutter-*.xml
1a7f9f
%{_mandir}/man1/mutter.1*
1a7f9f
%{_udevrulesdir}/61-mutter.rules
1a7f9f
1a7f9f
%files devel
1a7f9f
%{_includedir}/*
1a7f9f
%{_libdir}/lib*.so
1a7f9f
%{_libdir}/pkgconfig/*
1a7f9f
1a7f9f
%files tests
1a7f9f
%{_libexecdir}/installed-tests/mutter-%{mutter_api_version}
1a7f9f
%{_datadir}/installed-tests/mutter-%{mutter_api_version}
1a7f9f
%{_datadir}/mutter-%{mutter_api_version}/tests
1a7f9f
1a7f9f
%changelog
5c9faf
* Tue Aug 16 2022 Jonas Ã…dahl <jadahl@redhat.com>) - 40.9-9
5c9faf
- Backport night light availability property
5c9faf
  Resolves: #2057154
5c9faf
5c9faf
* Mon Jun 27 2022 Jonas Ã…dahl <jadahl@redhat.com>) - 40.9-8
5c9faf
- Fix race condition causing stuck pointer grabs
5c9faf
  Resolves: #2090170
5c9faf
5c9faf
* Mon Jun 20 2022 Olivier Fourdan <ofourdan@redhat.com> - 40.9-7
5c9faf
- GBM support with NVIDIA driver
5c9faf
  Resolves: #2015891
5c9faf
5c9faf
* Mon Jun 20 2022 Florian Müllner <fmuellner@redhat.com> - 40.9-6
5c9faf
- Make moved KeyboardA11yFlags enum public
5c9faf
  Related: #2047644
5c9faf
5c9faf
* Mon Jun 13 2022 Jocelyn Falempe 
5c9faf
- Backport Pass dirty rects to gpu
5c9faf
  Resolves: #2080980
5c9faf
5c9faf
* Mon Jun 13 2022 Jocelyn Falempe 
5c9faf
- Backport KMS: Survive missing GAMMA_LUT property
5c9faf
  Resolves: #2083091
5c9faf
5c9faf
* Fri Apr 01 2022 Florian Müllner <fmuellner@redhat.com> - 40.9-3
5c9faf
- Add MetaBackend:unsafe-mode property
5c9faf
  Related: #2055366
5c9faf
5c9faf
* Wed Mar 30 2022 Florian Müllner <fmuellner@redhat.com> - 40.9-2
5c9faf
- Ignore click count for click actions
5c9faf
  Resolves: #2052806
5c9faf
890a48
* Tue Feb 22 2022 Florian Müllner <fmuellner@redhat.com> - 40.9-1
890a48
- Update to 40.9
890a48
  Resolves: #2056414
890a48
890a48
* Mon Feb 21 2022 Jonas Ã…dahl <jadahl@redhat.com> - 40.8-4
890a48
- Backport EGLStream overview fixes
890a48
  Resolves: #2052584
890a48
890a48
* Mon Feb 21 2022 Jonas Ã…dahl <jadahl@redhat.com> - 40.8-3
890a48
- Backport dumb buffer cursor support (EGLStream)
890a48
  Resolves: #2055015
890a48
888aa9
* Fri Feb 04 2022 Jonas Ã…dahl <jadahl@redhat.com> - 40.8-2
888aa9
- Backport monitor configuration policy feature
888aa9
  Resolves: #2046159
888aa9
7fb1a4
* Thu Jan 13 2022 Florian Müllner <fmuellner@redhat.com> - 40.8-1
7fb1a4
- Update to 40.8
7fb1a4
  Resolves: #2040043
7fb1a4
cf3e9e
* Mon Dec 13 2021 Florian Müllner <fmuellner@redhat.com> - 40.7-1
cf3e9e
- Update to 40.7
cf3e9e
  Resolves: #2031662
cf3e9e
2cfc33
* Mon Nov 08 2021 Florian Müllner <fmuellner@redhat.com> - 40.6-1
2cfc33
- Update to 40.6
2cfc33
  Resolves: #2021064
2cfc33
2cfc33
* Tue Nov  2 2021 Ray Strode <rstrode@redhat.com> - 40.4-4
2cfc33
- Maintain shift state when doing key repeat in on screen keyboard
2cfc33
  Related: #2010705
2cfc33
1a7f9f
* Fri Sep 10 2021 Olivier Fourdan <ofourdan@redhat.com> - 40.4-3
1a7f9f
- Fixes a race in wl_seat capabilities
2cfc33
  Resolves: #2003032
1a7f9f
1a7f9f
* Wed Aug 27 2021 Florian Müllner <fmuellner@redhat.com> - 40.4-2
1a7f9f
- Remove firstboot(windowmanager) provide
1a7f9f
  Resolves: #1975355
1a7f9f
1a7f9f
* Wed Aug 18 2021 Florian Müllner <fmuellner@redhat.com> - 40.4-1
1a7f9f
- Update to 40.4
1a7f9f
  Resolves: #1995093
1a7f9f
1a7f9f
* Thu Aug 12 2021 Ray Strode <rstrode@redhat.com> - 40.3-3
1a7f9f
- Fix crash in shutdown path
1a7f9f
  Related: #1992986
1a7f9f
1a7f9f
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.3-2
1a7f9f
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
1a7f9f
  Related: rhbz#1991688
1a7f9f
1a7f9f
* Mon Jul 12 2021 Florian Müllner <fmuellner@redhat.com> - 40.3-1
1a7f9f
- Update to 40.3
1a7f9f
  Resolves: #1974211
1a7f9f
1a7f9f
* Mon Jun 14 2021 Florian Müllner <fmuellner@redhat.com> - 40.2.1-1
1a7f9f
- Update to 40.2.1
1a7f9f
  Resolves: #1971437
1a7f9f
1a7f9f
* Thu Jun 03 2021 Jonas Ã…dahl <jadahl@redhat.com> - 40.1-3
1a7f9f
- Forward port downstream patches from RHEL8
1a7f9f
  Resolves: #1965949
1a7f9f
1a7f9f
* Wed Jun 02 2021 Florian Müllner <fmuellner@redhat.com> - 40.1-2
1a7f9f
- Don't emit ::key-focus-out on destroyed actors
1a7f9f
  Resolves: #1964386
1a7f9f
1a7f9f
* Thu May 13 2021 Florian Müllner <fmuellner@redhat.com> - 40.1-1
1a7f9f
- Update to 40.1
1a7f9f
  Resolves: #1951146
1a7f9f
1a7f9f
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-5
1a7f9f
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
1a7f9f
1a7f9f
* Tue Mar 30 2021 Kalev Lember <klember@redhat.com> - 40.0-4
1a7f9f
- Fix enter, space, backspace keys not working with input methods (#1942294)
1a7f9f
- Drop old obsoletes and conflicts
1a7f9f
1a7f9f
* Mon Mar 29 2021 Jonas Ã…dahl <jadahl@redhat.com> - 40.0-3
1a7f9f
- Fix crash on resume (rhbz#1941971)
1a7f9f
1a7f9f
* Fri Mar 26 2021 Kalev Lember <klember@redhat.com> - 40.0-2
1a7f9f
- Rebuild to fix sysprof-capture symbols leaking into libraries consuming it
1a7f9f
1a7f9f
* Sat Mar 20 2021 Florian Müllner <fmuellner@redhat.com> - 40.0-1
1a7f9f
- Update to 40.0
1a7f9f
1a7f9f
* Mon Mar 15 2021 Florian Müllner <fmuellner@redhat.com> - 40.0~rc-1
1a7f9f
- Update to 40.rc
1a7f9f
1a7f9f
* Fri Mar 12 2021 Benjamin Berg <bberg@redhat.com> - 40.0~beta-3
1a7f9f
- Pull in Xwayland autostart fix for non-systemd startup
1a7f9f
  Resolves: #1924908
1a7f9f
1a7f9f
* Tue Mar 09 2021 Adam Williamson <awilliam@redhat.com> - 40.0~beta-2
1a7f9f
- Add a workaround for RHBZ#1936991 (disable atomic KMS on tegra)
1a7f9f
1a7f9f
* Mon Feb 22 2021 Florian Müllner <fmuellner@redhat.com> - 40.0~beta-1
1a7f9f
- Update to 40.beta
1a7f9f
1a7f9f
* Tue Feb 02 2021 Florian Müllner <fmuellner@redhat.com> - 40.0~alpha.1.1-4.20210202gita9d9aee6c
1a7f9f
- Build snapshot of current upstream
1a7f9f
1a7f9f
* Mon Feb  1 2021 Olivier Fourdan <ofourdan@redhat.com> - 40.0~alpha.1.1-3
1a7f9f
- Add build dependency on Xwayland-devel package (from Xwayland standalone)
1a7f9f
- Do not explicitly disable initfd support.
1a7f9f
1a7f9f
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 40.0~alpha.1.1-2
1a7f9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
1a7f9f
1a7f9f
* Thu Jan 14 2021 Florian Müllner <fmuellner@redhat.com> - 40.0~alpha.1.1-1
1a7f9f
- Update to 40.alpha.1.1 to adjust for GSettings schema changes in g-s-d
1a7f9f
1a7f9f
* Thu Jan 14 2021 Florian Müllner <fmuellner@redhat.com> - 40.0~alpha.1-1
1a7f9f
- Update to 40.alpha.1
1a7f9f
1a7f9f
* Wed Dec 02 2020 Florian Müllner <fmuellner@redhat.com> - 40.alpha-1
1a7f9f
- Update to 40.alpha
1a7f9f
1a7f9f
* Mon Oct 05 2020 Florian Müllner <fmuellner@redhat.com> - 3.38.1-1
1a7f9f
- Update to 3.38.1
1a7f9f
1a7f9f
* Mon Sep 28 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 3.38.0-2
1a7f9f
- Upstream fix for NVidia Jetson devices
1a7f9f
1a7f9f
* Mon Sep 14 2020 Florian Müllner <fmuellner@redhat.com> - 3.38.0-1
1a7f9f
- Update to 3.38.0
1a7f9f
1a7f9f
* Sat Sep 05 2020 Florian Müllner <fmuellner@redhat.com> - 3.37.92-1
1a7f9f
- Update to 3.37.92
1a7f9f
1a7f9f
* Mon Aug 24 2020 Florian Müllner <fmuellner@redhat.com> - 3.37.91-1
1a7f9f
- Update to 3.37.91
1a7f9f
1a7f9f
* Tue Aug 11 2020 Florian Müllner <fmuellner@redhat.com> - 3.37.90-1
1a7f9f
- Update to 3.37.90
1a7f9f
1a7f9f
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.37.3-2
1a7f9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
1a7f9f
1a7f9f
* Tue Jul 07 2020 Florian Müllner <fmuellner@redhat.com> - 3.37.3-1
1a7f9f
- Update to 3.37.3
1a7f9f
1a7f9f
* Wed Jun 03 2020 Florian Müllner <fmuellner@redhat.com> - 3.37.2-1
1a7f9f
- Update to 3.37.2
1a7f9f
1a7f9f
* Thu Apr 30 2020 Florian Müllner <fmuellner@redhat.com> - 3.37.1-1
1a7f9f
- Update to 3.37.1
1a7f9f
1a7f9f
* Mon Mar 30 2020 Florian Müllner <fmuellner@redhat.com> - 3.36.1-1
1a7f9f
- Update to 3.36.1
1a7f9f
1a7f9f
* Tue Mar 24 2020 Adam Williamson <awilliam@redhat.com> - 3.36.0-3
1a7f9f
- Backport all patches to git master for various fixes inc (#1809717)
1a7f9f
1a7f9f
* Mon Mar 23 2020 Adam Williamson <awilliam@redhat.com> - 3.36.0-2
1a7f9f
- Backport fix for preedit cursor position bug (#1812449)
1a7f9f
1a7f9f
* Sat Mar 07 2020 Florian Müllner <fmuellner@redhat.com> - 3.36.0-1
1a7f9f
- Update to 3.36.0
1a7f9f
1a7f9f
* Fri Mar 06 2020 Adam Williamson <awilliam@redhat.com> - 3.35.92-3
1a7f9f
- Backport fix for pop-up menus on secondary heads (Gitlab #1098)
1a7f9f
1a7f9f
* Tue Mar 03 2020 Bastien Nocera <bnocera@redhat.com> - 3.35.92-2
1a7f9f
+ mutter-3.35.92-2
1a7f9f
- Fix wayland session not starting up, see https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1103
1a7f9f
1a7f9f
* Sun Mar 01 2020 Florian Müllner <fmuellner@redhat.com> - 3.35.92-1
1a7f9f
- Update to 3.35.92
1a7f9f
1a7f9f
* Mon Feb 17 2020 Florian Müllner <fmuellner@redhat.com> - 3.35.91-1
1a7f9f
- Update to 3.35.91
1a7f9f
1a7f9f
* Thu Feb 06 2020 Florian Müllner <fmuellner@redhat.com> - 3.35.90-1
1a7f9f
- Update to 3.35.90
1a7f9f
1a7f9f
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.35.3-3
1a7f9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
1a7f9f
1a7f9f
* Thu Jan 16 2020 Kalev Lember <klember@redhat.com> - 3.35.3-2
1a7f9f
- Rebuilt for libgnome-desktop soname bump
1a7f9f
1a7f9f
* Sun Jan 05 2020 Florian Müllner <fmuellner@redhat.com> - 3.35.3-1
1a7f9f
- Update to 3.35.3
1a7f9f
1a7f9f
* Wed Dec 11 2019 Florian Müllner <fmuellner@redhat.com> - 3.35.2-1
1a7f9f
- Update to 3.35.2
1a7f9f
1a7f9f
* Tue Oct 29 2019 Florian Müllner <fmuellner@redhat.com> - 3.35.1-3
1a7f9f
- Enable sysprof support
1a7f9f
  The required dependency was missing from rawhide when the feature
1a7f9f
  landed, but there's no reason for keeping it disabled nowadays
1a7f9f
1a7f9f
* Mon Oct 14 2019 Adam Williamson <awilliam@redhat.com> - 3.35.1-2
1a7f9f
- Update MR #832 backport to fully fix cursor zoom bug (#1749433)
1a7f9f
1a7f9f
* Sat Oct 12 2019 Florian Müllner <fmuellner@redhat.com> - 3.35.1-1
1a7f9f
- Update to 3.35.1
1a7f9f
1a7f9f
* Sat Oct 12 2019 Adam Williamson <awilliam@redhat.com> - 3.34.1-2
1a7f9f
- Backport multiple fixes for F31 FE/blocker bugs:
1a7f9f
  MR #832 for #1749433 (also needs change in gnome-shell)
1a7f9f
  MR #840 for #1760254
1a7f9f
  MR #848 for #1751646 and #1759644
1a7f9f
  MR #842 for #1758873
1a7f9f
1a7f9f
* Wed Oct 09 2019 Florian Müllner <fmuellner@redhat.com> - 3.34.1-1
1a7f9f
- Update to 3.34.1
1a7f9f
1a7f9f
* Sat Sep 28 2019 Kenneth Topp <toppk@bllue.org> - 3.34.0-5
1a7f9f
- Backport fix for dual special modifier keys bug (#1754867)
1a7f9f
- Backport fix that enables core dumps (#1748145)
1a7f9f
1a7f9f
* Fri Sep 27 2019 Kenneth Topp <toppk@bllue.org> - 3.34.0-4
1a7f9f
- Backport a patch to prevent crash during animations
1a7f9f
- See upstream issue https://gitlab.gnome.org/GNOME/mutter/issues/815
1a7f9f
1a7f9f
* Thu Sep 12 2019 Kalev Lember <klember@redhat.com> - 3.34.0-3
1a7f9f
- Update previous patch to final upstream version
1a7f9f
1a7f9f
* Wed Sep 11 2019 Kalev Lember <klember@redhat.com> - 3.34.0-2
1a7f9f
- Backport a patch to fix xsettings/ibus-x11 initialization (#1750512)
1a7f9f
1a7f9f
* Mon Sep 09 2019 Florian Müllner <fmuellner@redhat.com> - 3.34.0-1
1a7f9f
- Update to 3.34.0
1a7f9f
1a7f9f
* Wed Sep 04 2019 Florian Müllner <fmuellner@redhat.com> - 3.33.92-1
1a7f9f
- Update to 3.33.92
1a7f9f
1a7f9f
* Tue Sep 03 2019 Ray Strode <rstrode@redhat.com> - 3.33.91-2
1a7f9f
- Fix crash dealing with powersaving
1a7f9f
  Resolves: #1747845
1a7f9f
1a7f9f
* Wed Aug 21 2019 Florian Müllner <fmuellner@redhat.com> - 3.33.91-1
1a7f9f
- Update to 3.33.91
1a7f9f
1a7f9f
* Sat Aug 10 2019 Florian Müllner <fmuellner@redhat.com> - 3.33.90-1
1a7f9f
- Update to 3.33.90
1a7f9f
1a7f9f
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.33.4-3
1a7f9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
1a7f9f
1a7f9f
* Sun Jul 21 2019 Kalev Lember <klember@redhat.com> - 3.33.4-2
1a7f9f
- Rebuilt for libgnome-desktop soname bump
1a7f9f
1a7f9f
* Sat Jul 20 2019 Florian Müllner <fmuellner@redhat.com> - 3.33.4-1
1a7f9f
- Update to 3.33.4
1a7f9f
1a7f9f
* Mon Jun 24 2019 Florian Müllner <fmuellner@redhat.com> - 3.33.3-1
1a7f9f
- Update to 3.33.3
1a7f9f
1a7f9f
* Wed May 22 2019 Florian Müllner <fmuellner@redhat.com> - 3.33.2-1
1a7f9f
- Update to 3.33.2
1a7f9f
1a7f9f
* Tue May 14 2019 Florian Müllner <fmuellner@redhat.com> - 3.33.1-1
1a7f9f
- Update to 3.33.1
1a7f9f
1a7f9f
* Wed Apr 17 2019 Florian Müllner <fmuellner@redhat.com> - 3.32.1-1
1a7f9f
- Update to 3.32.1
1a7f9f
1a7f9f
* Wed Apr 17 2019 Adam Williamson <awilliam@redhat.com> - 3.32.0-4
1a7f9f
- Backport MR #498 for spinner bug, plus two crasher fixes
1a7f9f
  Resolves: #1692135
1a7f9f
1a7f9f
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 3.32.0-3
1a7f9f
- Rebuild with Meson fix for #1699099
1a7f9f
1a7f9f
* Mon Mar 25 2019 Adam Williamson <awilliam@redhat.com> - 3.32.0-2
1a7f9f
- Backport work-around for hangul text input bug (rhbz#1632981)
1a7f9f
1a7f9f
* Tue Mar 12 2019 Florian Müllner <fmuellner@redhat.com> - 3.32.0-1
1a7f9f
- Update to 3.32.0
1a7f9f
1a7f9f
* Fri Mar 08 2019 Kalev Lember <klember@redhat.com> - 3.31.92-3
1a7f9f
- Backport more inverted colour fixes (#1686649)
1a7f9f
1a7f9f
* Wed Mar 06 2019 Kalev Lember <klember@redhat.com> - 3.31.92-2
1a7f9f
- Backport a patch to fix inverted colours
1a7f9f
1a7f9f
* Tue Mar 05 2019 Florian Müllner <fmuellner@redhat.com> - 3.31.92-1
1a7f9f
- Update to 3.31.92
1a7f9f
1a7f9f
* Thu Feb 21 2019 Florian Müllner <fmuellner@redhat.com> - 3.31.91-1
1a7f9f
- Update to 3.31.91
1a7f9f
1a7f9f
* Thu Feb 07 2019 Florian Müllner <fmuellner@redhat.com> - 3.31.90-1
1a7f9f
- Update to 3.31.90
1a7f9f
1a7f9f
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.31.4-2
1a7f9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
1a7f9f
1a7f9f
* Thu Jan 10 2019 Florian Müllner <fmuellner@redhat.com> - 3.31.4-1
1a7f9f
- Update to 3.31.4
1a7f9f
1a7f9f
* Sat Nov 17 2018 Kalev Lember <klember@redhat.com> - 3.31.2-2
1a7f9f
- Remove libtool .la files from private libs (#1622944)
1a7f9f
1a7f9f
* Wed Nov 14 2018 Florian Müllner <fmuellner@redhat.com> - 3.31.2-1
1a7f9f
- Update to 3.31.2
1a7f9f
1a7f9f
* Mon Oct 22 2018 Jonas Ã…dahl <jadahl@redhat.com> - 3.30.1-5
1a7f9f
- Backport work-around for hangul text input bug (rhbz#1632981)
1a7f9f
1a7f9f
* Sat Oct 20 2018 Jonas Ã…dahl <jadahl@redhat.com> - 3.30.1-4
1a7f9f
- Backport a couple of memory leak fixes (rhbz#1641254)
1a7f9f
1a7f9f
* Thu Oct 11 2018 Jonas Ã…dahl <jadahl@redhat.com> - 3.30.1-3
1a7f9f
- Fix disabled monitor when laptop lid is closed (rhbz#1638444)
1a7f9f
1a7f9f
* Thu Oct 11 2018 David Herrmann <dh.herrmann@gmail.com> - 3.30.1-2
1a7f9f
- Reduce 'dbus-x11' dependency to 'dbus'. The xinit script are no longer the
1a7f9f
  canonical way to start dbus, but the 'dbus' package is nowadays required to
1a7f9f
  provide a user and system bus to its dependents.
1a7f9f
1a7f9f
* Mon Oct 08 2018 Florian Müllner <fmuellner@redhat.com> - 3.30.1-1
1a7f9f
- Update to 3.30.1
1a7f9f
1a7f9f
* Wed Oct 03 2018 Adam Williamson <awilliam@redhat.com> - 3.30.0-3
1a7f9f
- Backport fix for #1630943 from upstream master
1a7f9f
1a7f9f
* Thu Sep 06 2018 Mateusz Mikuła <mati865@gmail.com> - 3.30.0-2
1a7f9f
- Enable EGLDevice support
1a7f9f
1a7f9f
* Tue Sep 04 2018 Florian Müllner <fmuellner@redhat.com> - 3.30.0-1
1a7f9f
- Update to 3.30.0
1a7f9f
1a7f9f
* Wed Aug 29 2018 Florian Müllner <fmuellner@redhat.com> - 3.29.92-1
1a7f9f
- Update to 3.29.92
1a7f9f
1a7f9f
* Mon Aug 20 2018 Florian Müllner <fmuellner@redhat.com> - 3.29.91-1
1a7f9f
- Update to 3.29.91
1a7f9f
1a7f9f
* Wed Aug 01 2018 Jan Grulich <jgrulich@redhat.com> - 3.29.90-2
1a7f9f
- Update libpipewire requirements
1a7f9f
1a7f9f
* Wed Aug 01 2018 Florian Müllner <fmuellner@redhat.com> - 3.29.90-1
1a7f9f
- Update to 3.29.90
1a7f9f
1a7f9f
* Tue Jul 24 2018 Adam Williamson <awilliam@redhat.com> - 3.29.4-2
1a7f9f
- Backport MR#175 to fix 90/270 degree screen rotation
1a7f9f
1a7f9f
* Wed Jul 18 2018 Florian Müllner <fmuellner@redhat.com> - 3.29.4-1
1a7f9f
- Update to 3.29.4
1a7f9f
1a7f9f
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.29.2-3
1a7f9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
1a7f9f
1a7f9f
* Fri Jun 01 2018 Adam Williamson <awilliam@redhat.com> - 3.29.2-2
1a7f9f
- Backport crasher fix from upstream master (#1585360)
1a7f9f
1a7f9f
* Thu May 24 2018 Florian Müllner <fmuellner@redhat.com> - 3.29.2-1
1a7f9f
- Update to 3.29.2
1a7f9f
1a7f9f
* Wed Apr 25 2018 Florian Müllner <fmuellner@redhat.com> - 3.29.1-1
1a7f9f
- Update to 3.29.1
1a7f9f
1a7f9f
* Fri Apr 13 2018 Florian Müllner <fmuellner@redhat.com> - 3.28.1-1
1a7f9f
- Update to 3.28.1
1a7f9f
1a7f9f
* Mon Mar 12 2018 Florian Müllner <fmuellner@redhat.com> - 3.28.0-1
1a7f9f
- Update to 3.28.0
1a7f9f
1a7f9f
* Mon Mar 05 2018 Florian Müllner <fmuellner@redhat.com> - 3.27.92-1
1a7f9f
- Update to 3.27.92
1a7f9f
1a7f9f
* Wed Feb 28 2018 Adam Williamson <awilliam@redhat.com> - 3.27.91-2
1a7f9f
- Backport MR#36 to fix RHBZ #1547691 (GGO #2), mouse issues
1a7f9f
1a7f9f
* Wed Feb 21 2018 Florian Müllner <fmuellner@redhat.com> - 3.27.91-1
1a7f9f
- Update to 3.27.91
1a7f9f
1a7f9f
* Tue Feb 13 2018 Björn Esser <besser82@fedoraproject.org> - 3.27.1-4
1a7f9f
- Rebuild against newer gnome-desktop3 package
1a7f9f
- Add patch for adjustments to pipewire 0.1.8 API
1a7f9f
1a7f9f
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.27.1-3
1a7f9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1a7f9f
1a7f9f
* Sat Jan 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.27.1-2
1a7f9f
- Remove obsolete scriptlets
1a7f9f
1a7f9f
* Mon Oct 30 2017 Florian Müllner <fmuellner@redhat.com> - 3.27.1-1
1a7f9f
- Include 32-bit build fixes
1a7f9f
1a7f9f
* Tue Oct 17 2017 Florian Müllner <fmuellner@redhat.com> - 3.27.1-1
1a7f9f
- Update to 3.27.1
1a7f9f
1a7f9f
* Fri Oct 06 2017 Florian Müllner <fmuellner@redhat.com> - 3.26.1-2
1a7f9f
- Fix screencasts
1a7f9f
1a7f9f
* Wed Oct 04 2017 Florian Müllner <fmuellner@redhat.com> - 3.26.1-1
1a7f9f
- Update to 3.26.1
1a7f9f
1a7f9f
* Thu Sep 21 2017 Florian Müllner <fmuellner@redhat.com> - 3.26.0-5
1a7f9f
- Adjust to pipewire API break
1a7f9f
1a7f9f
* Wed Sep 20 2017 Florian Müllner <fmuellner@redhat.com> - 3.26.0-5
1a7f9f
- Enable tablet support
1a7f9f
1a7f9f
* Tue Sep 12 2017 Adam Williamson <awilliam@redhat.com> - 3.26.0-4
1a7f9f
- Also backport BGO #787570 fix from upstream
1a7f9f
1a7f9f
* Tue Sep 12 2017 Adam Williamson <awilliam@redhat.com> - 3.26.0-3
1a7f9f
- Backport upstream fixes for crasher bug BGO #787568
1a7f9f
1a7f9f
* Tue Sep 12 2017 Florian Müllner <fmuellner@redhat.com> - 3.26.0-2
1a7f9f
- Enable remote desktop support
1a7f9f
1a7f9f
* Tue Sep 12 2017 Florian Müllner <fmuellner@redhat.com> - 3.26.0-1
1a7f9f
- Update to 3.26.0
1a7f9f
1a7f9f
* Thu Sep 07 2017 Florian Müllner <fmuellner@redhat.com> - 3.25.92-1
1a7f9f
- Update to 3.25.92
1a7f9f
1a7f9f
* Thu Aug 24 2017 Bastien Nocera <bnocera@redhat.com> - 3.25.91-2
1a7f9f
+ mutter-3.25.91-2
1a7f9f
- Fix inverted red and blue channels with newer Mesa
1a7f9f
1a7f9f
* Tue Aug 22 2017 Florian Müllner <fmuellner@redhat.com> - 3.25.91-1
1a7f9f
- Update to 3.25.91
1a7f9f
1a7f9f
* Thu Aug 10 2017 Florian Müllner <fmuellner@redhat.com> - 3.25.90-1
1a7f9f
- Update to 3.25.90
1a7f9f
1a7f9f
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.4-3
1a7f9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
1a7f9f
1a7f9f
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.4-2
1a7f9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
1a7f9f
1a7f9f
* Wed Jul 19 2017 Florian Müllner <fmuellner@redhat.con> - 3.25.4-1
1a7f9f
- Update to 3.25.4
1a7f9f
1a7f9f
* Wed Jun 21 2017 Florian Müllner <fmuellner@redhat.com> - 3.25.3-1
1a7f9f
- Update to 3.25.3
1a7f9f
1a7f9f
* Wed May 24 2017 Florian Müllner <fmuellner@redhat.com> - 3.25.2-1
1a7f9f
- Update to 3.25.2
1a7f9f
1a7f9f
* Thu May 18 2017 Florian Müllner <fmuellner@redhat.com> - 3.25.1-2
1a7f9f
- Fix copy+paste of UTF8 strings between X11 and wayland
1a7f9f
1a7f9f
* Thu Apr 27 2017 Florian Müllner <fmuellner@redhat.com> - 3.25.1-1
1a7f9f
- Update to 3.25.1
1a7f9f
1a7f9f
* Tue Apr 11 2017 Florian Müllner <fmuellner@redhat.com> - 3.24.1-1
1a7f9f
- Update to 3.24.1
1a7f9f
1a7f9f
* Mon Mar 20 2017 Florian Müllner <fmuellner@redhat.com> - 3.24.0-1
1a7f9f
- Update to 3.24.0
1a7f9f
1a7f9f
* Tue Mar 14 2017 Florian Müllner <fmuellner@redhat.com> - 3.23.92-1
1a7f9f
- Update to 3.23.92
1a7f9f
1a7f9f
* Fri Mar 10 2017 Florian Müllner <fmuellner@redhat.com> - 3.23.91-4
1a7f9f
- Apply startup-notification hack again
1a7f9f
1a7f9f
* Tue Mar 07 2017 Adam Williamson <awilliam@redhat.com> - 3.23.91-3
1a7f9f
- Backport more color fixes, should really fix BGO #779234, RHBZ #1428559
1a7f9f
1a7f9f
* Thu Mar 02 2017 Adam Williamson <awilliam@redhat.com> - 3.23.91-2
1a7f9f
- Backport fix for a color issue in 3.23.91 (BGO #779234, RHBZ #1428559)
1a7f9f
1a7f9f
* Wed Mar 01 2017 Florian Müllner <fmuellner@redhat.com> - 3.23.91-1
1a7f9f
- Update to 3.23.91
1a7f9f
1a7f9f
* Thu Feb 16 2017 Florian Müllner <fmuellner@redhat.com> - 3.23.90-1
1a7f9f
- Update to 3.23.90
1a7f9f
1a7f9f
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.3-2
1a7f9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
1a7f9f
1a7f9f
* Thu Dec 15 2016 Florian Müllner <fmuellner@redhat.com> - 3.23.3-1
1a7f9f
- Update to 3.23.3
1a7f9f
1a7f9f
* Fri Dec 02 2016 Florian Müllner <fmuellner@redhat.com> - 3.23.2-2
1a7f9f
- Fix build error on 32-bit platforms
1a7f9f
1a7f9f
* Thu Nov 24 2016 Kevin Fenzi <kevin@scrye.com> - 3.23.2-2
1a7f9f
- Some fixes to get building. Still needs patch1 rebased.
1a7f9f
1a7f9f
* Wed Nov 23 2016 Florian Müllner <fmuellner@redhat.com> - 3.23.2-1
1a7f9f
- Update to 3.23.2
1a7f9f
1a7f9f
* Tue Nov  8 2016 Matthias Clasen <mclasen@redhat.com> - 3.23.1-2
1a7f9f
- Fix 1376471
1a7f9f
1a7f9f
* Sun Oct 30 2016 Florian Müllner <fmuellner@redhat.com> - 3.23.1-1
1a7f9f
- Update to 3.23.1
1a7f9f
1a7f9f
* Tue Oct 18 2016 Kalev Lember <klember@redhat.com> - 3.22.1-3
1a7f9f
- Backport a fix to make gnome-screenshot --area work
1a7f9f
1a7f9f
* Tue Oct 11 2016 Adam Jackson <ajax@redhat.com> - 3.22.1-2
1a7f9f
- Prefer eglGetPlatformDisplay() to eglGetDisplay()
1a7f9f
1a7f9f
* Tue Oct 11 2016 Florian Müllner <fmuellner@redhat.com> - 3.22.1-1
1a7f9f
- Update to 3.22.1
1a7f9f
1a7f9f
* Wed Sep 28 2016 Florian Müllner <fmuellner@redhat.com> - 3.22.0-2
1a7f9f
- Include fix for crash on VT switch
1a7f9f
1a7f9f
* Mon Sep 19 2016 Florian Müllner <fmuellner@redhat.com> - 3.22.0-1
1a7f9f
- Update to 3.22.0
1a7f9f
1a7f9f
* Tue Sep 13 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.92-1
1a7f9f
- Update to 3.21.92
1a7f9f
1a7f9f
* Thu Sep 08 2016 Kalev Lember <klember@redhat.com> - 3.21.91-2
1a7f9f
- wayland/cursor-role: Increase buffer use count on construction (#1373372)
1a7f9f
1a7f9f
* Tue Aug 30 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.91-1
1a7f9f
- Update to 3.21.91
1a7f9f
1a7f9f
* Mon Aug 29 2016 Kalev Lember <klember@redhat.com> - 3.21.90-3
1a7f9f
- clutter/evdev: Fix absolute pointer motion events (#1369492)
1a7f9f
1a7f9f
* Sat Aug 20 2016 Kalev Lember <klember@redhat.com> - 3.21.90-2
1a7f9f
- Update minimum dep versions
1a7f9f
1a7f9f
* Fri Aug 19 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.90-1
1a7f9f
- Update to 3.21.90
1a7f9f
1a7f9f
* Wed Jul 20 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.4-1
1a7f9f
- Update to 3.21.4
1a7f9f
- Drop downstream patch
1a7f9f
- Fix build error on 32-bit
1a7f9f
1a7f9f
* Tue Jun 21 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.3-1
1a7f9f
- Update to 3.21.3
1a7f9f
1a7f9f
* Fri May 27 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.2-1
1a7f9f
- Update to 3.21.2
1a7f9f
1a7f9f
* Fri Apr 29 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.1-1
1a7f9f
- Update to 3.21.1
1a7f9f
1a7f9f
* Wed Apr 13 2016 Florian Müllner <fmuellner@redhat.com> - 3.20.1-1
1a7f9f
- Update to 3.20.1
1a7f9f
1a7f9f
* Tue Mar 22 2016 Florian Müllner <fmuellner@redhat.com> - 3.20.0-1
1a7f9f
- Update to 3.20.0
1a7f9f
1a7f9f
* Wed Mar 16 2016 Florian Müllner <fmuellner@redhat.com> - 3.19.92-1
1a7f9f
- Update to 3.19.92
1a7f9f
1a7f9f
* Thu Mar 03 2016 Florian Müllner <fmuellner@redhat.com> - 3.19.91-2
1a7f9f
- Include fix for invalid cursor wl_buffer access
1a7f9f
1a7f9f
* Thu Mar 03 2016 Florian Müllner <fmuellner@redhat.com> - 3.19.91-1
1a7f9f
- Update to 3.19.91
1a7f9f
1a7f9f
* Fri Feb 19 2016 Florian Müllner <fmuellner@redhat.com> - 3.19.90-1
1a7f9f
- Update to 3.19.90
1a7f9f
1a7f9f
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.4-2
1a7f9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
1a7f9f
1a7f9f
* Thu Jan 21 2016 Florian Müllner <fmuellner@redhat.com> - 3.19.4-1
1a7f9f
- Update to 3.19.4
1a7f9f
1a7f9f
* Thu Dec 17 2015 Florian Müllner <fmuellner@redhat.com> - 3.19.3-1
1a7f9f
- Update to 3.19.3
1a7f9f
1a7f9f
* Wed Nov 25 2015 Florian Müllner <fmuellner@redhat.com> - 3.19.2-1
1a7f9f
- Update to 3.19.2
1a7f9f
1a7f9f
* Tue Nov 10 2015 Ray Strode <rstrode@redhat.com> 3.19.1-5.20151110git049f1556d
1a7f9f
- Update to git snapshot
1a7f9f
1a7f9f
* Thu Oct 29 2015 Florian Müllner <fmuellner@redhat.com> - 3.19.1-1
1a7f9f
- Update to 3.19.1
1a7f9f
1a7f9f
* Wed Oct 21 2015 Ray Strode <rstrode@redhat.com> 3.18.1-4
1a7f9f
- Force the cursor visible on vt switches after setting
1a7f9f
  the crtc to workaround that qxl bug from before in a
1a7f9f
  different situation
1a7f9f
  Related: #1273247
1a7f9f
1a7f9f
* Wed Oct 21 2015 Kalev Lember <klember@redhat.com> - 3.18.1-3
1a7f9f
- Backport a fix for a common Wayland crash (#1266486)
1a7f9f
1a7f9f
* Thu Oct 15 2015 Kalev Lember <klember@redhat.com> - 3.18.1-2
1a7f9f
- Bump gnome-shell conflicts version
1a7f9f
1a7f9f
* Thu Oct 15 2015 Florian Müllner <fmuellner@redhat.com> - 3.18.1-1
1a7f9f
- Update to 3.18.1
1a7f9f
1a7f9f
* Mon Sep 21 2015 Florian Müllner <fmuellner@redhat.com> - 3.18.0-1
1a7f9f
- Update to 3.18.0
1a7f9f
1a7f9f
* Wed Sep 16 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.92-1
1a7f9f
- Update to 3.17.92
1a7f9f
1a7f9f
* Thu Sep 03 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.91-1
1a7f9f
- Update to 3.17.91
1a7f9f
1a7f9f
* Thu Sep 03 2015 Ray Strode <rstrode@redhat.com> 3.17.90-2
1a7f9f
- Add workaround for qxl cursor visibility wonkiness that we
1a7f9f
  did for f22
1a7f9f
  Related: #1200901
1a7f9f
1a7f9f
* Thu Aug 20 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.90-1
1a7f9f
- Update to 3.17.90
1a7f9f
1a7f9f
* Thu Jul 23 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.4-1
1a7f9f
- Update to 3.17.4
1a7f9f
1a7f9f
* Wed Jul 22 2015 David King <amigadave@amigadave.com> - 3.17.3-2
1a7f9f
- Bump for new gnome-desktop3
1a7f9f
1a7f9f
* Thu Jul 02 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.3-1
1a7f9f
- Update to 3.17.3
1a7f9f
1a7f9f
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.2-2
1a7f9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1a7f9f
1a7f9f
* Wed May 27 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.2-1
1a7f9f
- Update to 3.17.2
1a7f9f
1a7f9f
* Thu Apr 30 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.1-1
1a7f9f
- Update to 3.17.1
1a7f9f
1a7f9f
* Thu Apr 16 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.1.1-2
1a7f9f
- Bump gnome-shell conflicts version
1a7f9f
1a7f9f
* Wed Apr 15 2015 Rui Matos <rmatos@redhat.com> - 3.16.1.1-1
1a7f9f
- Update to 3.16.1.1
1a7f9f
1a7f9f
* Tue Apr 14 2015 Florian Müllner <fmuellner@redhat.com> - 3.16.1-1
1a7f9f
- Update to 3.16.1
1a7f9f
1a7f9f
* Mon Mar 23 2015 Florian Müllner <fmuellner@redhat.com> - 3.16.0-1
1a7f9f
- Update to 3.16.0
1a7f9f
1a7f9f
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-2
1a7f9f
- Update minimum dep versions
1a7f9f
- Use license macro for the COPYING file
1a7f9f
1a7f9f
* Tue Mar 17 2015 Florian Müllner <fmuellner@redhat.com> - 3.15.92-1
1a7f9f
- Update to 3.15.92
1a7f9f
1a7f9f
* Tue Mar 10 2015 Peter Hutterer <peter.hutterer@redhat.com> - 3.15.91-2
1a7f9f
- Rebuild for libinput soname bump
1a7f9f
1a7f9f
* Wed Mar 04 2015 Florian Müllner <fmuellner@redhat.com> - 3.15.91-1
1a7f9f
- Update to 3.15.91
1a7f9f
1a7f9f
* Fri Feb 20 2015 Florian Müllner <fmuellner@redhat.com> - 3.15.90-1
1a7f9f
- Update to 3.15.90
1a7f9f
1a7f9f
* Mon Feb 02 2015 Adam Williamson <awilliam@redhat.com> - 3.15.4-2
1a7f9f
- backport ad90b7dd to fix BGO #743412 / RHBZ #1185811
1a7f9f
1a7f9f
* Wed Jan 21 2015 Florian Müllner <fmuellner@redhat.com> - 3.15.4-1
1a7f9f
- Update to 3.15.4
1a7f9f
1a7f9f
* Mon Jan 19 2015 Peter Hutterer <peter.hutterer@redhat.com> 3.15.3-3
1a7f9f
- Rebuild for libinput soname bump
1a7f9f
1a7f9f
* Mon Jan 12 2015 Ray Strode <rstrode@redhat.com> 3.15.3-2
1a7f9f
- Add specific BuildRequires for wayland bits, so we don't
1a7f9f
  get wayland support by happenstance.
1a7f9f
- Add BuildRequires for autogoo since ./autogen.sh is run as part of
1a7f9f
  the build process
1a7f9f
1a7f9f
* Fri Dec 19 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.3-1
1a7f9f
- Revert unsatisfiable wayland requirement
1a7f9f
1a7f9f
* Fri Dec 19 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.3-1
1a7f9f
- Update to 3.15.3
1a7f9f
1a7f9f
* Thu Nov 27 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.2-1
1a7f9f
- Update to 3.15.2
1a7f9f
1a7f9f
* Wed Nov 12 2014 Vadim Rutkovsky <vrutkovs@redhat.com> - 3.15.1-2
1a7f9f
- Build installed tests
1a7f9f
1a7f9f
* Thu Oct 30 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.1-1
1a7f9f
- Update to 3.15.1
1a7f9f
1a7f9f
* Tue Oct 21 2014 Florian Müllner <fmuellner@redhat.com> - 3.14.1-2
1a7f9f
- Fix regression in handling raise-on-click option (rhbz#1151918)
1a7f9f
1a7f9f
* Tue Oct 14 2014 Florian Müllner <fmuellner@redhat.com> - 3.14.1-1
1a7f9f
- Update to 3.14.1
1a7f9f
1a7f9f
* Fri Oct 03 2014 Adam Williamson <awilliam@redhat.com> - 3.14.0-3
1a7f9f
- backport fix for BGO #737233 / RHBZ #1145952 (desktop right click broken)
1a7f9f
1a7f9f
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-2
1a7f9f
- Bump gnome-shell conflicts version
1a7f9f
1a7f9f
* Mon Sep 22 2014 Florian Müllner <fmuellner@redhat.com> - 3.14.0-1
1a7f9f
- Update to 3.14.0
1a7f9f
1a7f9f
* Wed Sep 17 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.92-1
1a7f9f
- Update to 3.13.92
1a7f9f
1a7f9f
* Fri Sep 12 2014 Peter Hutterer <peter.hutterer@redhat.com> - 3.13.91-2
1a7f9f
- Rebuild for libinput soname bump
1a7f9f
1a7f9f
* Wed Sep 03 2014 Florian Müllner <fmuellner@redhat.com> - 3.31.91-1
1a7f9f
- Update to 3.13.91, drop downstream patches
1a7f9f
1a7f9f
* Tue Aug 26 2014 Adel Gadllah <adel.gadllah@gmail.com> - 3.13.90-4
1a7f9f
- Apply fix for RH #1133166
1a7f9f
1a7f9f
* Mon Aug 25 2014 Hans de Goede <hdegoede@redhat.com> - 3.13.90-3
1a7f9f
- Add a patch from upstream fixing gnome-shell crashing non stop on
1a7f9f
  multi monitor setups (rhbz#1103221)
1a7f9f
1a7f9f
* Fri Aug 22 2014 Kevin Fenzi <kevin@scrye.com> 3.13.90-2
1a7f9f
- Rebuild for new wayland
1a7f9f
1a7f9f
* Wed Aug 20 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.90-1
1a7f9f
- Update to 3.13.90
1a7f9f
1a7f9f
* Mon Aug 18 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.4-3
1a7f9f
- Rebuilt for upower 0.99.1 soname bump
1a7f9f
1a7f9f
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.4-2
1a7f9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
1a7f9f
1a7f9f
* Wed Jul 23 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.4-1
1a7f9f
- Update to 3.13.4
1a7f9f
1a7f9f
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.3-2
1a7f9f
- Rebuilt for gobject-introspection 1.41.4
1a7f9f
1a7f9f
* Fri Jun 27 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.3-1
1a7f9f
- New gobject-introspection has been built, drop the last patch again
1a7f9f
1a7f9f
* Wed Jun 25 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.3-1
1a7f9f
- Revert annotation updates until we get a new gobject-introspection build
1a7f9f
1a7f9f
* Wed Jun 25 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.3-1
1a7f9f
- Update to 3.13.1
1a7f9f
1a7f9f
* Wed Jun 11 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.2-2
1a7f9f
- Backport fix for legacy fullscreen check
1a7f9f
1a7f9f
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-2
1a7f9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
1a7f9f
1a7f9f
* Tue May 27 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.2-1
1a7f9f
- Update to 3.13.2, drop upstreamed patches
1a7f9f
1a7f9f
* Thu May  8 2014 Matthias Clasen <mclasen@redhat.com> - 3.13.1-5
1a7f9f
- Fix shrinking terminals
1a7f9f
1a7f9f
* Wed May 07 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-4
1a7f9f
- Backport an upstream fix for a Wayland session crash
1a7f9f
1a7f9f
* Wed May 07 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-3
1a7f9f
- Install mutter-launch as setuid root
1a7f9f
1a7f9f
* Thu May 01 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-2
1a7f9f
- Obsolete mutter-wayland
1a7f9f
1a7f9f
* Wed Apr 30 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.1-1
1a7f9f
- Update to 3.13.1
1a7f9f
1a7f9f
* Tue Apr 15 2014 Florian Müllner <fmuellner@redhat.com> - 3.12.1-1
1a7f9f
- Update to 3.12.1
1a7f9f
1a7f9f
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-2
1a7f9f
- Update dep versions
1a7f9f
1a7f9f
* Tue Mar 25 2014 Florian Müllner <fmuellner@redhat.com> - 3.12.0-1
1a7f9f
- Update to 3.12.0
1a7f9f
1a7f9f
* Wed Mar 19 2014 Florian Müllner <fmuellner@redhat.com> - 3.11.92-1
1a7f9f
- Update to 3.11.92
1a7f9f
1a7f9f
* Thu Mar 06 2014 Florian Müllner <fmuellner@redhat.com> - 3.11.91-1
1a7f9f
- Update to 3.11.91
1a7f9f
1a7f9f
* Thu Feb 20 2014 Kalev Lember <kalevlember@gmail.com> - 3.11.90-2
1a7f9f
- Rebuilt for cogl soname bump
1a7f9f
1a7f9f
* Wed Feb 19 2014 Florian Müllner <fmuellner@redhat.com> - 3.11.90-1
1a7f9f
- Update to 3.11.90
1a7f9f
1a7f9f
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-4
1a7f9f
- Rebuilt for gnome-desktop soname bump
1a7f9f
1a7f9f
* Mon Feb 10 2014 Peter Hutterer <peter.hutterer@redhat.com> - 3.11.5-3
1a7f9f
- Rebuild for libevdev soname bump
1a7f9f
1a7f9f
* Wed Feb 05 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-2
1a7f9f
- Rebuilt for cogl soname bump
1a7f9f
1a7f9f
* Wed Feb 05 2014 Florian Müllner <fmuellner@redhat.com> - 3.11.5-1
1a7f9f
- Update to 3.11.5
1a7f9f
1a7f9f
* Wed Jan 15 2014 Florian Müllner <fmuellner@redhat.com> - 3.11.4-1
1a7f9f
- Update to 3.11.4
1a7f9f
1a7f9f
* Fri Dec 20 2013 Florian Müllner <fmuellner@redhat.com> - 3.11.3-1
1a7f9f
- Update to 3.11.3
1a7f9f
1a7f9f
* Wed Nov 13 2013 Florian Müllner <fmuellner@redhat.com> - 3.11.2-1
1a7f9f
- Update to 3.11.2
1a7f9f
1a7f9f
* Wed Oct 30 2013 Florian Müllner <fmuellner@redhat.com> - 3.11.1-1
1a7f9f
- Update to 3.11.1
1a7f9f
1a7f9f
* Tue Oct 15 2013 Florian Müllner <fmuellner@redhat.com> - 3.10.1.1-1
1a7f9f
- Update to 3.10.1.1
1a7f9f
1a7f9f
* Mon Oct 14 2013 Florian Müllner <fmuellner@redhat.com> - 3.10.1-1
1a7f9f
- Update to 3.10.1
1a7f9f
1a7f9f
* Wed Sep 25 2013 Florian Müllner <fmuellner@redhat.com> - 3.10.0.1-1
1a7f9f
- Update to 3.10.0.1
1a7f9f
1a7f9f
* Mon Sep 23 2013 Florian Müllner <fmuellner@redhat.com> - 3.10.0-1
1a7f9f
- Update to 3.10.0
1a7f9f
1a7f9f
* Tue Sep 17 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.92-2
1a7f9f
- Update the description and URL
1a7f9f
- Tighten -devel subpackage deps with _isa
1a7f9f
- Use the make_install macro
1a7f9f
1a7f9f
* Mon Sep 16 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.92-1
1a7f9f
- Update to 3.9.92
1a7f9f
1a7f9f
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-2
1a7f9f
- Rebuilt for libgnome-desktop soname bump
1a7f9f
1a7f9f
* Tue Sep 03 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.91-1
1a7f9f
- Update to 3.9.91
1a7f9f
1a7f9f
* Thu Aug 22 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.90-1
1a7f9f
- Update to 3.9.90
1a7f9f
1a7f9f
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.5-2
1a7f9f
- Rebuilt for cogl 1.15.4 soname bump
1a7f9f
1a7f9f
* Tue Jul 30 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.5-1
1a7f9f
- Update to 3.9.5
1a7f9f
1a7f9f
* Wed Jul 10 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.4-1
1a7f9f
- Update to 3.9.4
1a7f9f
1a7f9f
* Tue Jun 18 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.3-1
1a7f9f
- Update to 3.9.3
1a7f9f
1a7f9f
* Tue May 28 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.2-1
1a7f9f
- Update to 3.9.2
1a7f9f
1a7f9f
* Wed May 01 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.1-1
1a7f9f
- Update to 3.9.1
1a7f9f
1a7f9f
* Tue Apr 23 2013 Florian Müllner <fmuellner@redhat.com> - 3.8.1-1
1a7f9f
- Update to 3.8.1
1a7f9f
1a7f9f
* Tue Mar 26 2013 Florian Müllner <fmuellner@redhat.com> - 3.8.0-1
1a7f9f
- Update to 3.8.0
1a7f9f
1a7f9f
* Tue Mar 19 2013 Florian Müllner <fmuellner@redhat.com> - 3.7.92-1
1a7f9f
- Update to 3.7.92
1a7f9f
1a7f9f
* Mon Mar 04 2013 Florian Müllner <fmuellner@redhat.com> - 3.7.91-1
1a7f9f
- Update to 3.7.91
1a7f9f
1a7f9f
* Wed Feb 20 2013 Florian Müllner <fmuellner@redhat.com> - 3.7.90-1
1a7f9f
- Update to 3.7.90
1a7f9f
1a7f9f
* Tue Feb 05 2013 Florian Müllner <fmuellner@redhat.com> - 3.7.5-1
1a7f9f
- Update to 3.7.5
1a7f9f
1a7f9f
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 3.7.4-2
1a7f9f
- Rebuild for new cogl
1a7f9f
1a7f9f
* Tue Jan 15 2013 Florian Müllner <fmuellner@redhat.com> - 3.7.4-1
1a7f9f
- Update to 3.7.4
1a7f9f
1a7f9f
* Tue Dec 18 2012 Florian Müllner <fmuellner@redhat.com> - 3.7.3-1
1a7f9f
- Update to 3.7.3
1a7f9f
1a7f9f
* Mon Nov 19 2012 Florian Müllner <fmuellner@redhat.com> - 3.7.2-1
1a7f9f
- Update to 3.7.2
1a7f9f
1a7f9f
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.1-1
1a7f9f
- Update to 3.7.1
1a7f9f
1a7f9f
* Mon Oct 15 2012 Florian Müllner <fmuellner@redhat.com> - 3.6.1-1
1a7f9f
- Update to 3.6.1
1a7f9f
1a7f9f
* Tue Sep 25 2012 Florian Müllner <fmuellner@redhat.com> - 3.6.0-1
1a7f9f
- Update to 3.6.0
1a7f9f
1a7f9f
* Wed Sep 19 2012 Florian Müllner <fmuellner@redhat.com> - 3.5.92-1
1a7f9f
- Update to 3.5.92
1a7f9f
1a7f9f
* Tue Sep 04 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.91-2
1a7f9f
- Rebuild against new cogl
1a7f9f
1a7f9f
* Tue Sep 04 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.91-1
1a7f9f
- Update to 3.5.91
1a7f9f
1a7f9f
* Tue Aug 28 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.90-2
1a7f9f
- Rebuild against new cogl/clutter
1a7f9f
1a7f9f
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
1a7f9f
- Update to 3.5.90
1a7f9f
1a7f9f
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.5-1
1a7f9f
- Update to 3.5.5
1a7f9f
1a7f9f
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-2
1a7f9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1a7f9f
1a7f9f
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
1a7f9f
- Update to 3.5.4
1a7f9f
1a7f9f
* Tue Jun 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.3-1
1a7f9f
- Update to 3.5.3
1a7f9f
1a7f9f
* Fri Jun  8 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.2-3
1a7f9f
- Make resize grip area larger
1a7f9f
1a7f9f
* Thu Jun 07 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.2-2
1a7f9f
- Don't check for Xinerama anymore - it is now mandatory
1a7f9f
1a7f9f
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
1a7f9f
- Update to 3.5.2
1a7f9f
- Remove upstreamed patches
1a7f9f
1a7f9f
* Wed May 09 2012 Adam Jackson <ajax@redhat.com> 3.4.1-3
1a7f9f
- mutter-never-slice-shape-mask.patch, mutter-use-cogl-texrect-api.patch:
1a7f9f
  Fix window texturing on hardware without ARB_texture_non_power_of_two
1a7f9f
  (#813648)
1a7f9f
1a7f9f
* Wed Apr 18 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
1a7f9f
- Silence glib-compile-schemas scriplets
1a7f9f
1a7f9f
* Wed Apr 18 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-1
1a7f9f
- Update to 3.4.1
1a7f9f
- Conflict with gnome-shell versions older than 3.4.1
1a7f9f
1a7f9f
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
1a7f9f
- Update to 3.4.0
1a7f9f
1a7f9f
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
1a7f9f
- Update to 3.3.92
1a7f9f
1a7f9f
* Sat Mar 10 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-2
1a7f9f
- Rebuild against new cogl
1a7f9f
1a7f9f
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-1
1a7f9f
- Update to 3.3.90
1a7f9f
1a7f9f
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-1
1a7f9f
- Update to 3.3.5
1a7f9f
1a7f9f
* Fri Jan 20 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
1a7f9f
- Update to 3.3.4
1a7f9f
1a7f9f
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.3-2
1a7f9f
- Rebuild against new cogl
1a7f9f
1a7f9f
* Thu Jan  5 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
1a7f9f
- Update to 3.3.3
1a7f9f
1a7f9f
* Wed Nov 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-2
1a7f9f
- Rebuild against new clutter
1a7f9f
1a7f9f
* Tue Nov 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
1a7f9f
- Update to 3.3.2
1a7f9f
1a7f9f
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
1a7f9f
- Rebuilt for glibc bug#747377
1a7f9f
1a7f9f
* Wed Oct 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
1a7f9f
- Update to 3.2.1
1a7f9f
1a7f9f
* Mon Sep 26 2011 Owen Taylor <otaylor@redhat.com> - 3.2.0-1
1a7f9f
- Update to 3.2.0
1a7f9f
1a7f9f
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
1a7f9f
- Update to 3.1.92
1a7f9f
1a7f9f
* Wed Sep 14 2011 Owen Taylor <otaylor@redhat.com> - 3.1.91.1-1
1a7f9f
- Update to 3.1.91.1
1a7f9f
1a7f9f
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90.1-1
1a7f9f
- Update to 3.1.90.1
1a7f9f
1a7f9f
* Wed Jul 27 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-1
1a7f9f
- Update to 3.1.4
1a7f9f
1a7f9f
* Wed Jul 27 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.3.1-3
1a7f9f
- Rebuild
1a7f9f
1a7f9f
* Mon Jul  4 2011 Peter Robinson <pbrobinson@gmail.com> - 3.1.3.1-2
1a7f9f
- rebuild against new clutter/cogl
1a7f9f
1a7f9f
* Mon Jul 04 2011 Adam Williamson <awilliam@redhat.com> - 3.1.3.1-1
1a7f9f
- Update to 3.1.3.1
1a7f9f
1a7f9f
* Thu Jun 30 2011 Owen Taylor <otaylor@redhat.com> - 3.1.3-1
1a7f9f
- Update to 3.1.3
1a7f9f
1a7f9f
* Wed May 25 2011 Owen Taylor <otaylor@redhat.com> - 3.0.2.1-1
1a7f9f
- Update to 3.0.2.1
1a7f9f
1a7f9f
* Fri Apr 29 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-3
1a7f9f
- Actually apply the patch for #700276
1a7f9f
1a7f9f
* Thu Apr 28 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-2
1a7f9f
- Make session saving of gnome-shell work
1a7f9f
1a7f9f
* Mon Apr 25 2011 Owen Taylor <otaylor@redhat.com> - 3.0.1-1
1a7f9f
- Update to 3.0.1
1a7f9f
1a7f9f
* Mon Apr  4 2011 Owen Taylor <otaylor@redhat.com> - 3.0.0-1
1a7f9f
- Update to 3.0.0
1a7f9f
1a7f9f
* Mon Mar 28 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.93-1
1a7f9f
- Update to 2.91.93
1a7f9f
1a7f9f
* Wed Mar 23 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.92-1
1a7f9f
- Update to 2.91.92
1a7f9f
1a7f9f
* Mon Mar  7 2011 Owen Taylor <otaylor@redhat.com> - 2.91.91-1
1a7f9f
- Update to 2.91.91
1a7f9f
1a7f9f
* Tue Mar  1 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-2
1a7f9f
- Build against libcanberra, to enable AccessX feedback features
1a7f9f
1a7f9f
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-1
1a7f9f
- Update to 2.91.90
1a7f9f
1a7f9f
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-4
1a7f9f
- Rebuild against newer gtk
1a7f9f
1a7f9f
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-3
1a7f9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1a7f9f
1a7f9f
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-2
1a7f9f
- Rebuild against newer gtk
1a7f9f
1a7f9f
* Tue Feb  1 2011 Owen Taylor <otaylor@redhat.com> - 2.91.6-1
1a7f9f
- Update to 2.91.6
1a7f9f
1a7f9f
* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-1
1a7f9f
- Update to 2.91.5
1a7f9f
1a7f9f
* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.4-1
1a7f9f
- Update to 2.91.4
1a7f9f
1a7f9f
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.3-2
1a7f9f
- Rebuild against new gtk
1a7f9f
- Drop no longer needed %%clean etc
1a7f9f
1a7f9f
* Mon Nov 29 2010 Owen Taylor <otaylor@redhat.com> - 2.91.3-1
1a7f9f
- Update to 2.91.3
1a7f9f
1a7f9f
* Tue Nov  9 2010 Owen Taylor <otaylor@redhat.com> - 2.91.2-1
1a7f9f
- Update to 2.91.2
1a7f9f
1a7f9f
* Tue Nov  2 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.1-2
1a7f9f
- Rebuild against newer gtk3
1a7f9f
1a7f9f
* Fri Oct 29 2010 Owen Taylor <otaylor@redhat.com> - 2.91.1-1
1a7f9f
- Update to 2.91.1
1a7f9f
1a7f9f
* Mon Oct  4 2010 Owen Taylor <otaylor@redhat.com> - 2.91.0-1
1a7f9f
- Update to 2.91.0
1a7f9f
1a7f9f
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.5-4
1a7f9f
- Rebuild against newer gobject-introspection
1a7f9f
1a7f9f
* Wed Jul 14 2010 Colin Walters <walters@verbum.org> - 2.31.5-3
1a7f9f
- Rebuild for new gobject-introspection
1a7f9f
1a7f9f
* Tue Jul 13 2010 Adel Gadllah <adel.gadllah@gmail.com> - 2.31.5-2
1a7f9f
- Build against gtk3
1a7f9f
1a7f9f
* Mon Jul 12 2010 Colin Walters <walters@pocket> - 2.31.5-1
1a7f9f
- New upstream version
1a7f9f
1a7f9f
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 2.31.2-5
1a7f9f
- Rebuild against new gobject-introspection
1a7f9f
1a7f9f
* Tue Jul  6 2010 Colin Walters <walters@verbum.org> - 2.31.2-4
1a7f9f
- Changes to support snapshot builds
1a7f9f
1a7f9f
* Fri Jun 25 2010 Colin Walters <walters@megatron> - 2.31.2-3
1a7f9f
- drop gir-repository-devel dep
1a7f9f
1a7f9f
* Wed May 26 2010 Adam Miller <maxamillion@fedoraproject.org> - 2.31.2-2
1a7f9f
- removed "--with-clutter" as configure is claiming it to be an unknown option
1a7f9f
1a7f9f
* Wed May 26 2010 Adam Miller <maxamillion@fedoraproject.org> - 2.31.2-1
1a7f9f
- New upstream 2.31.2 release
1a7f9f
1a7f9f
* Thu Mar 25 2010 Peter Robinson <pbrobinson@gmail.com> 2.29.1-1
1a7f9f
- New upstream 2.29.1 release
1a7f9f
1a7f9f
* Wed Mar 17 2010 Peter Robinson <pbrobinson@gmail.com> 2.29.0-1
1a7f9f
- New upstream 2.29.0 release
1a7f9f
1a7f9f
* Tue Feb 16 2010 Adam Jackson <ajax@redhat.com> 2.28.1-0.2
1a7f9f
- mutter-2.28.1-add-needed.patch: Fix FTBFS from --no-add-needed
1a7f9f
1a7f9f
* Thu Feb  4 2010 Peter Robinson <pbrobinson@gmail.com> 2.28.1-0.1
1a7f9f
- Move to git snapshot
1a7f9f
1a7f9f
* Wed Oct  7 2009 Owen Taylor <otaylor@redhat.com> - 2.28.0-1
1a7f9f
- Update to 2.28.0
1a7f9f
1a7f9f
* Tue Sep 15 2009 Owen Taylor <otaylor@redhat.com> - 2.27.5-1
1a7f9f
- Update to 2.27.5
1a7f9f
1a7f9f
* Fri Sep  4 2009 Owen Taylor <otaylor@redhat.com> - 2.27.4-1
1a7f9f
- Remove workaround for #520209
1a7f9f
- Update to 2.27.4
1a7f9f
1a7f9f
* Sat Aug 29 2009 Owen Taylor <otaylor@redhat.com> - 2.27.3-3
1a7f9f
- Fix %%preun GConf script to properly be for package removal
1a7f9f
1a7f9f
* Fri Aug 28 2009 Owen Taylor <otaylor@redhat.com> - 2.27.3-2
1a7f9f
- Add a workaround for Red Hat bug #520209
1a7f9f
1a7f9f
* Fri Aug 28 2009 Owen Taylor <otaylor@redhat.com> - 2.27.3-1
1a7f9f
- Update to 2.27.3, remove mutter-metawindow.patch
1a7f9f
1a7f9f
* Fri Aug 21 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.2-2
1a7f9f
- Add upstream patch needed by latest mutter-moblin
1a7f9f
1a7f9f
* Tue Aug 11 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.2-1
1a7f9f
- New upstream 2.27.2 release. Drop upstreamed patches.
1a7f9f
1a7f9f
* Wed Jul 29 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.1-5
1a7f9f
- Add upstream patches for clutter 1.0
1a7f9f
1a7f9f
* Wed Jul 29 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.1-4
1a7f9f
- Add patch to fix mutter --replace
1a7f9f
1a7f9f
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.1-3
1a7f9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1a7f9f
1a7f9f
* Sat Jul 18 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.1-2
1a7f9f
- Updates from review request
1a7f9f
1a7f9f
* Fri Jul 17 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.1-1
1a7f9f
- Update to official 2.27.1 and review updates
1a7f9f
1a7f9f
* Thu Jun 18 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.0-0.2
1a7f9f
- Updates from initial reviews
1a7f9f
1a7f9f
* Thu Jun 18 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.0-0.1
1a7f9f
- Initial packaging