leigh123linux / rpms / mutter

Forked from rpms/mutter 5 years ago
Clone
Florian Müllner dec597e
%global gtk3_version 3.19.8
4dca6fb
%global gsettings_desktop_schemas_version 3.21.4
Florian Müllner 252b58f
%global json_glib_version 0.12.0
4dca6fb
%global libinput_version 1.4
cf7dfcc
6bd12ec
Name:          mutter
Florian Müllner 6647fcd
Version:       3.22.1
69d350d
Release:       2%{?dist}
6bd12ec
Summary:       Window and compositing manager based on Clutter
6bd12ec
6bd12ec
License:       GPLv2+
Debarshi Ray a19b04f
#VCS:          git:git://git.gnome.org/mutter
42be602
URL:           http://www.gnome.org
Florian Müllner db6bf82
Source0:       http://download.gnome.org/sources/%{name}/3.22/%{name}-%{version}.tar.xz
Florian Müllner 3edaab2
69d350d
# https://bugzilla.gnome.org/show_bug.cgi?id=772422
69d350d
Patch0:        0001-Use-eglGetPlatformDisplay.patch
69d350d
Florian Müllner 252b58f
BuildRequires: chrpath
6632f8a
BuildRequires: pango-devel
6632f8a
BuildRequires: startup-notification-devel
0fdd0f6
BuildRequires: gnome-desktop3-devel
50df020
BuildRequires: gtk3-devel >= %{gtk3_version}
6632f8a
BuildRequires: pkgconfig
Florian Müllner 3ab66b0
BuildRequires: gobject-introspection-devel >= 1.41.0
6632f8a
BuildRequires: libSM-devel
6632f8a
BuildRequires: libX11-devel
6632f8a
BuildRequires: libXdamage-devel
6632f8a
BuildRequires: libXext-devel
Florian Müllner 252b58f
BuildRequires: libXfixes-devel
Florian Müllner 252b58f
BuildRequires: libXi-devel
6632f8a
BuildRequires: libXrandr-devel
6632f8a
BuildRequires: libXrender-devel
6632f8a
BuildRequires: libXcursor-devel
6632f8a
BuildRequires: libXcomposite-devel
Florian Müllner a782a57
BuildRequires: libxcb-devel
Florian Müllner 252b58f
BuildRequires: libxkbcommon-devel
Florian Müllner a782a57
BuildRequires: libxkbcommon-x11-devel
Florian Müllner a782a57
BuildRequires: libxkbfile-devel
Florian Müllner 252b58f
BuildRequires: mesa-libGL-devel
Florian Müllner 252b58f
BuildRequires: mesa-libgbm-devel
Florian Müllner e77154d
BuildRequires: pam-devel
0fdd0f6
BuildRequires: upower-devel
Florian Müllner a782a57
BuildRequires: xkeyboard-config-devel
6632f8a
BuildRequires: zenity
6632f8a
BuildRequires: desktop-file-utils
aca0591
# Bootstrap requirements
4e7df92
BuildRequires: gtk-doc gnome-common gettext-devel
b9d9157
BuildRequires: libcanberra-devel
032c673
BuildRequires: gsettings-desktop-schemas-devel >= %{gsettings_desktop_schemas_version}
36abdfb
BuildRequires: automake, autoconf, libtool
1424e83
BuildRequires: pkgconfig(gudev-1.0)
1424e83
BuildRequires: pkgconfig(libdrm)
1424e83
BuildRequires: pkgconfig(gbm)
1424e83
BuildRequires: pkgconfig(wayland-server)
6bd12ec
Florian Müllner 252b58f
BuildRequires: json-glib-devel >= %{json_glib_version}
Florian Müllner 252b58f
BuildRequires: libgudev1-devel
Florian Müllner 252b58f
BuildRequires: libwayland-server-devel
Florian Müllner 252b58f
BuildRequires: libinput-devel >= %{libinput_version}
Florian Müllner 252b58f
f180d69
Obsoletes: mutter-wayland < 3.13.0
f180d69
Obsoletes: mutter-wayland-devel < 3.13.0
f180d69
b254e39
# Make sure yum updates gnome-shell as well; otherwise we might end up with
b254e39
# broken gnome-shell installations due to mutter ABI changes.
Florian Müllner 252b58f
Conflicts: gnome-shell < 3.21.1
e064f06
6632f8a
Requires: control-center-filesystem
032c673
Requires: gsettings-desktop-schemas%{?_isa} >= %{gsettings_desktop_schemas_version}
50df020
Requires: gtk3%{?_isa} >= %{gtk3_version}
6632f8a
Requires: startup-notification
6632f8a
Requires: dbus-x11
6632f8a
Requires: zenity
6632f8a
Florian Müllner 252b58f
Requires:      json-glib%{?_isa} >= %{json_glib_version}
Florian Müllner 252b58f
Requires:      libinput%{?_isa} >= %{libinput_version}
Florian Müllner 252b58f
6632f8a
%description
6632f8a
Mutter is a window and compositing manager that displays and manages
6632f8a
your desktop via OpenGL. Mutter combines a sophisticated display engine
6632f8a
using the Clutter toolkit with solid window-management logic inherited
6632f8a
from the Metacity window manager.
6632f8a
6632f8a
While Mutter can be used stand-alone, it is primarily intended to be
42be602
used as the display core of a larger system such as GNOME Shell. For
42be602
this reason, Mutter is very extensible via plugins, which are used both
42be602
to add fancy visual effects and to rework the window management
42be602
behaviors to meet the needs of the environment.
6632f8a
6632f8a
%package devel
6632f8a
Summary: Development package for %{name}
42be602
Requires: %{name}%{?_isa} = %{version}-%{release}
6632f8a
6632f8a
%description devel
6632f8a
Header files and libraries for developing Mutter plugins. Also includes
6632f8a
utilities for testing Metacity/Mutter themes.
6632f8a
689032f
%package  tests
689032f
Summary:  Tests for the %{name} package
689032f
Requires: %{name}%{?_isa} = %{version}-%{release}
689032f
689032f
%description tests
689032f
The %{name}-tests package contains tests that can be used to verify
689032f
the functionality of the installed %{name} package.
689032f
6632f8a
%prep
6632f8a
%setup -q
69d350d
%patch0 -p1
6bd12ec
6632f8a
%build
c2f3bea
autoreconf -f -i
aca0591
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
689032f
 %configure --disable-static --enable-compile-warnings=maximum --enable-installed-tests)
6632f8a
Florian Müllner 257cd46
SHOULD_HAVE_DEFINED="HAVE_SM HAVE_RANDR HAVE_STARTUP_NOTIFICATION"
6632f8a
6632f8a
for I in $SHOULD_HAVE_DEFINED; do
6632f8a
  if ! grep -q "define $I" config.h; then
6632f8a
    echo "$I was not defined in config.h"
6632f8a
    grep "$I" config.h
6632f8a
    exit 1
6632f8a
  else
6632f8a
    echo "$I was defined as it should have been"
6632f8a
    grep "$I" config.h
6632f8a
  fi
6632f8a
done
6632f8a
6632f8a
make %{?_smp_mflags} V=1
6632f8a
6632f8a
%install
42be602
%make_install
6632f8a
6632f8a
#Remove libtool archives.
6632f8a
rm -rf %{buildroot}/%{_libdir}/*.la
6632f8a
6632f8a
%find_lang %{name}
6632f8a
6632f8a
# Mutter contains a .desktop file so we just need to validate it
6632f8a
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
6632f8a
79ef676
%post -p /sbin/ldconfig
6632f8a
e0b2202
%postun
e0b2202
/sbin/ldconfig
e0b2202
if [ $1 -eq 0 ]; then
938500f
  glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
e0b2202
fi
e0b2202
e0b2202
%posttrans
938500f
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
6632f8a
6632f8a
%files -f %{name}.lang
2226886
%license COPYING
2226886
%doc NEWS
6632f8a
%{_bindir}/mutter
6632f8a
%{_datadir}/applications/*.desktop
6632f8a
%{_libdir}/lib*.so.*
6632f8a
%{_libdir}/mutter/
943db0a
%{_libexecdir}/mutter-restart-helper
e0b2202
%{_datadir}/GConf/gsettings/mutter-schemas.convert
e0b2202
%{_datadir}/glib-2.0/schemas/org.gnome.mutter.gschema.xml
Florian Müllner e77154d
%{_datadir}/glib-2.0/schemas/org.gnome.mutter.wayland.gschema.xml
a321de3
%{_datadir}/gnome-control-center/keybindings/50-mutter-*.xml
aecca18
%{_mandir}/man1/mutter.1*
6632f8a
6632f8a
%files devel
6632f8a
%{_includedir}/*
6632f8a
%{_libdir}/lib*.so
6632f8a
%{_libdir}/pkgconfig/*
Florian Müllner 7b5a0bf
# exclude as these should be in a devel package (if packaged at all)
Florian Müllner 7b5a0bf
%exclude %{_datadir}/gtk-doc
6632f8a
689032f
%files tests
689032f
%{_libexecdir}/installed-tests/mutter
Florian Müllner 252b58f
%{_libexecdir}/installed-tests/mutter-clutter
Florian Müllner 252b58f
%{_libexecdir}/installed-tests/mutter-cogl
Florian Müllner 7c06407
%{_datadir}/installed-tests/mutter
Florian Müllner 252b58f
%{_datadir}/installed-tests/mutter-clutter
Florian Müllner 252b58f
%{_datadir}/installed-tests/mutter-cogl
689032f
%{_datadir}/mutter/tests
689032f
6632f8a
%changelog
69d350d
* Tue Oct 11 2016 Adam Jackson <ajax@redhat.com> - 3.22.1-2
69d350d
- Prefer eglGetPlatformDisplay() to eglGetDisplay()
69d350d
Florian Müllner 6647fcd
* Tue Oct 11 2016 Florian Müllner <fmuellner@redhat.com> - 3.22.1-1
Florian Müllner 6647fcd
- Update to 3.22.1
Florian Müllner 6647fcd
Florian Müllner 63442ba
* Wed Sep 28 2016 Florian Müllner <fmuellner@redhat.com> - 3.22.0-2
Florian Müllner 63442ba
- Include fix for crash on VT switch
Florian Müllner 63442ba
Florian Müllner db6bf82
* Mon Sep 19 2016 Florian Müllner <fmuellner@redhat.com> - 3.22.0-1
Florian Müllner db6bf82
- Update to 3.22.0
Florian Müllner db6bf82
Florian Müllner 7798e75
* Tue Sep 13 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.92-1
Florian Müllner 7798e75
- Update to 3.21.92
Florian Müllner 7798e75
5996eaf
* Thu Sep 08 2016 Kalev Lember <klember@redhat.com> - 3.21.91-2
5996eaf
- wayland/cursor-role: Increase buffer use count on construction (#1373372)
5996eaf
Florian Müllner f16bc5c
* Tue Aug 30 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.91-1
Florian Müllner f16bc5c
- Update to 3.21.91
Florian Müllner f16bc5c
a06e364
* Mon Aug 29 2016 Kalev Lember <klember@redhat.com> - 3.21.90-3
a06e364
- clutter/evdev: Fix absolute pointer motion events (#1369492)
a06e364
4dca6fb
* Sat Aug 20 2016 Kalev Lember <klember@redhat.com> - 3.21.90-2
4dca6fb
- Update minimum dep versions
4dca6fb
Florian Müllner cbf710a
* Fri Aug 19 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.90-1
Florian Müllner cbf710a
- Update to 3.21.90
Florian Müllner cbf710a
Florian Müllner 245f1c4
* Wed Jul 20 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.4-1
Florian Müllner 245f1c4
- Update to 3.21.4
Florian Müllner acf1ac2
- Drop downstream patch
Florian Müllner 9859cdd
- Fix build error on 32-bit
Florian Müllner 245f1c4
Florian Müllner 3c3afcc
* Tue Jun 21 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.3-1
Florian Müllner 3c3afcc
- Update to 3.21.3
Florian Müllner 3c3afcc
Florian Müllner fd83919
* Fri May 27 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.2-1
Florian Müllner fd83919
- Update to 3.21.2
Florian Müllner fd83919
Florian Müllner 252b58f
* Fri Apr 29 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.1-1
Florian Müllner 252b58f
- Update to 3.21.1
Florian Müllner 252b58f
Florian Müllner f78e771
* Wed Apr 13 2016 Florian Müllner <fmuellner@redhat.com> - 3.20.1-1
Florian Müllner f78e771
- Update to 3.20.1
Florian Müllner f78e771
Florian Müllner e691288
* Tue Mar 22 2016 Florian Müllner <fmuellner@redhat.com> - 3.20.0-1
Florian Müllner e691288
- Update to 3.20.0
Florian Müllner e691288
Florian Müllner aa9120c
* Wed Mar 16 2016 Florian Müllner <fmuellner@redhat.com> - 3.19.92-1
Florian Müllner aa9120c
- Update to 3.19.92
Florian Müllner aa9120c
Florian Müllner 91b6bf9
* Thu Mar 03 2016 Florian Müllner <fmuellner@redhat.com> - 3.19.91-2
Florian Müllner 91b6bf9
- Include fix for invalid cursor wl_buffer access
Florian Müllner 91b6bf9
Florian Müllner 1453abc
* Thu Mar 03 2016 Florian Müllner <fmuellner@redhat.com> - 3.19.91-1
Florian Müllner 1453abc
- Update to 3.19.91
Florian Müllner 1453abc
Florian Müllner dec597e
* Fri Feb 19 2016 Florian Müllner <fmuellner@redhat.com> - 3.19.90-1
Florian Müllner dec597e
- Update to 3.19.90
Florian Müllner dec597e
4946998
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.4-2
4946998
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
4946998
Florian Müllner c0b57c0
* Thu Jan 21 2016 Florian Müllner <fmuellner@redhat.com> - 3.19.4-1
Florian Müllner a9a1753
- Update to 3.19.4
Florian Müllner a9a1753
Florian Müllner 16e2691
* Thu Dec 17 2015 Florian Müllner <fmuellner@redhat.com> - 3.19.3-1
Florian Müllner 16e2691
- Update to 3.19.3
Florian Müllner 16e2691
Florian Müllner 2d6e477
* Wed Nov 25 2015 Florian Müllner <fmuellner@redhat.com> - 3.19.2-1
Florian Müllner 2d6e477
- Update to 3.19.2
Florian Müllner 2d6e477
f5d977f
* Tue Nov 10 2015 Ray Strode <rstrode@redhat.com> 3.19.1-5.20151110git049f1556d
f5d977f
- Update to git snapshot
f5d977f
Florian Müllner c51ae27
* Thu Oct 29 2015 Florian Müllner <fmuellner@redhat.com> - 3.19.1-1
Florian Müllner c51ae27
- Update to 3.19.1
Florian Müllner c51ae27
11e24ea
* Wed Oct 21 2015 Ray Strode <rstrode@redhat.com> 3.18.1-4
11e24ea
- Force the cursor visible on vt switches after setting
11e24ea
  the crtc to workaround that qxl bug from before in a
11e24ea
  different situation
11e24ea
  Related: #1273247
11e24ea
f92cd8b
* Wed Oct 21 2015 Kalev Lember <klember@redhat.com> - 3.18.1-3
f92cd8b
- Backport a fix for a common Wayland crash (#1266486)
f92cd8b
7230025
* Thu Oct 15 2015 Kalev Lember <klember@redhat.com> - 3.18.1-2
7230025
- Bump gnome-shell conflicts version
7230025
Florian Müllner 5c665aa
* Thu Oct 15 2015 Florian Müllner <fmuellner@redhat.com> - 3.18.1-1
Florian Müllner 5c665aa
- Update to 3.18.1
Florian Müllner 5c665aa
Florian Müllner 4aabf56
* Mon Sep 21 2015 Florian Müllner <fmuellner@redhat.com> - 3.18.0-1
Florian Müllner 4aabf56
- Update to 3.18.0
Florian Müllner 4aabf56
Florian Müllner 748422a
* Wed Sep 16 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.92-1
Florian Müllner 748422a
- Update to 3.17.92
Florian Müllner 748422a
Florian Müllner 8fe20e1
* Thu Sep 03 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.91-1
Florian Müllner 8fe20e1
- Update to 3.17.91
Florian Müllner 8fe20e1
341cacd
* Thu Sep 03 2015 Ray Strode <rstrode@redhat.com> 3.17.90-2
341cacd
- Add workaround for qxl cursor visibility wonkiness that we
341cacd
  did for f22
341cacd
  Related: #1200901
341cacd
Florian Müllner 01cd281
* Thu Aug 20 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.90-1
Florian Müllner 01cd281
- Update to 3.17.90
Florian Müllner 01cd281
Florian Müllner d328432
* Thu Jul 23 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.4-1
Florian Müllner d328432
- Update to 3.17.4
Florian Müllner d328432
7912eb0
* Wed Jul 22 2015 David King <amigadave@amigadave.com> - 3.17.3-2
7912eb0
- Bump for new gnome-desktop3
7912eb0
Florian Müllner a3104b6
* Thu Jul 02 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.3-1
Florian Müllner a3104b6
- Update to 3.17.3
Florian Müllner a3104b6
cc635ad
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.2-2
cc635ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
cc635ad
Florian Müllner a513244
* Wed May 27 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.2-1
Florian Müllner a513244
- Update to 3.17.2
Florian Müllner a513244
Florian Müllner 173f52c
* Thu Apr 30 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.1-1
Florian Müllner 173f52c
- Update to 3.17.1
Florian Müllner 173f52c
5282620
* Thu Apr 16 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.1.1-2
5282620
- Bump gnome-shell conflicts version
5282620
Rui Matos aab05a2
* Wed Apr 15 2015 Rui Matos <rmatos@redhat.com> - 3.16.1.1-1
Rui Matos aab05a2
- Update to 3.16.1.1
Rui Matos aab05a2
Florian Müllner 0aa6a83
* Tue Apr 14 2015 Florian Müllner <fmuellner@redhat.com> - 3.16.1-1
Florian Müllner 0aa6a83
- Update to 3.16.1
Florian Müllner 0aa6a83
Florian Müllner cf5f238
* Mon Mar 23 2015 Florian Müllner <fmuellner@redhat.com> - 3.16.0-1
Florian Müllner cf5f238
- Update to 3.16.0
Florian Müllner cf5f238
032c673
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-2
032c673
- Update minimum dep versions
2226886
- Use license macro for the COPYING file
032c673
Florian Müllner 8efe25b
* Tue Mar 17 2015 Florian Müllner <fmuellner@redhat.com> - 3.15.92-1
Florian Müllner 8efe25b
- Update to 3.15.92
Florian Müllner 8efe25b
Peter Hutterer 01ba63d
* Tue Mar 10 2015 Peter Hutterer <peter.hutterer@redhat.com> - 3.15.91-2
Peter Hutterer 01ba63d
- Rebuild for libinput soname bump
Peter Hutterer 01ba63d
Florian Müllner 019084b
* Wed Mar 04 2015 Florian Müllner <fmuellner@redhat.com> - 3.15.91-1
Florian Müllner 019084b
- Update to 3.15.91
Florian Müllner 019084b
Florian Müllner 4e5f58d
* Fri Feb 20 2015 Florian Müllner <fmuellner@redhat.com> - 3.15.90-1
Florian Müllner 4e5f58d
- Update to 3.15.90
Florian Müllner 4e5f58d
90b5961
* Mon Feb 02 2015 Adam Williamson <awilliam@redhat.com> - 3.15.4-2
90b5961
- backport ad90b7dd to fix BGO #743412 / RHBZ #1185811
90b5961
Florian Müllner 59f37ae
* Wed Jan 21 2015 Florian Müllner <fmuellner@redhat.com> - 3.15.4-1
Florian Müllner 59f37ae
- Update to 3.15.4
Florian Müllner 59f37ae
Peter Hutterer 4a3f635
* Mon Jan 19 2015 Peter Hutterer <peter.hutterer@redhat.com> 3.15.3-3
Peter Hutterer 4a3f635
- Rebuild for libinput soname bump
Peter Hutterer 4a3f635
1424e83
* Mon Jan 12 2015 Ray Strode <rstrode@redhat.com> 3.15.3-2
1424e83
- Add specific BuildRequires for wayland bits, so we don't
1424e83
  get wayland support by happenstance.
36abdfb
- Add BuildRequires for autogoo since ./autogen.sh is run as part of
36abdfb
  the build process
1424e83
Florian Müllner 5cc6aea
* Fri Dec 19 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.3-1
Florian Müllner 4592eaf
- Revert unsatisfiable wayland requirement
Florian Müllner 4592eaf
Florian Müllner 4592eaf
* Fri Dec 19 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.3-1
Florian Müllner 5cc6aea
- Update to 3.15.3
Florian Müllner 5cc6aea
Florian Müllner 49d2f2d
* Thu Nov 27 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.2-1
Florian Müllner 49d2f2d
- Update to 3.15.2
Florian Müllner 49d2f2d
689032f
* Wed Nov 12 2014 Vadim Rutkovsky <vrutkovs@redhat.com> - 3.15.1-2
689032f
- Build installed tests
689032f
Florian Müllner 58b0fd0
* Thu Oct 30 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.1-1
Florian Müllner 58b0fd0
- Update to 3.15.1
Florian Müllner 58b0fd0
Florian Müllner 9c4a5fe
* Tue Oct 21 2014 Florian Müllner <fmuellner@redhat.com> - 3.14.1-2
Florian Müllner 9c4a5fe
- Fix regression in handling raise-on-click option (rhbz#1151918)
Florian Müllner 9c4a5fe
Florian Müllner 455aae9
* Tue Oct 14 2014 Florian Müllner <fmuellner@redhat.com> - 3.14.1-1
Florian Müllner 455aae9
- Update to 3.14.1
Florian Müllner 455aae9
c529da3
* Fri Oct 03 2014 Adam Williamson <awilliam@redhat.com> - 3.14.0-3
c529da3
- backport fix for BGO #737233 / RHBZ #1145952 (desktop right click broken)
c529da3
f8322e7
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-2
f8322e7
- Bump gnome-shell conflicts version
f8322e7
Florian Müllner 1819746
* Mon Sep 22 2014 Florian Müllner <fmuellner@redhat.com> - 3.14.0-1
Florian Müllner 1819746
- Update to 3.14.0
Florian Müllner 1819746
Florian Müllner a5c5287
* Wed Sep 17 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.92-1
Florian Müllner a5c5287
- Update to 3.13.92
Florian Müllner a5c5287
Peter Hutterer a30e184
* Fri Sep 12 2014 Peter Hutterer <peter.hutterer@redhat.com> - 3.13.91-2
Peter Hutterer a30e184
- Rebuild for libinput soname bump
Peter Hutterer a30e184
Florian Müllner 6fe6bae
* Wed Sep 03 2014 Florian Müllner <fmuellner@redhat.com> - 3.31.91-1
Florian Müllner 6fe6bae
- Update to 3.13.91, drop downstream patches
Florian Müllner 6fe6bae
Adel Gadllah 64e6165
* Tue Aug 26 2014 Adel Gadllah <adel.gadllah@gmail.com> - 3.13.90-4
Adel Gadllah 64e6165
- Apply fix for RH #1133166
Adel Gadllah 64e6165
6f04d0a
* Mon Aug 25 2014 Hans de Goede <hdegoede@redhat.com> - 3.13.90-3
6f04d0a
- Add a patch from upstream fixing gnome-shell crashing non stop on
6f04d0a
  multi monitor setups (rhbz#1103221)
6f04d0a
f3d8a71
* Fri Aug 22 2014 Kevin Fenzi <kevin@scrye.com> 3.13.90-2
f3d8a71
- Rebuild for new wayland
f3d8a71
Florian Müllner a782a57
* Wed Aug 20 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.90-1
Florian Müllner a782a57
- Update to 3.13.90
Florian Müllner a782a57
46d74ff
* Mon Aug 18 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.4-3
46d74ff
- Rebuilt for upower 0.99.1 soname bump
46d74ff
a94b18c
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.4-2
a94b18c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
a94b18c
Florian Müllner 222e5dd
* Wed Jul 23 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.4-1
Florian Müllner 222e5dd
- Update to 3.13.4
Florian Müllner 222e5dd
6ab5ead
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.3-2
6ab5ead
- Rebuilt for gobject-introspection 1.41.4
6ab5ead
Florian Müllner 3ab66b0
* Fri Jun 27 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.3-1
Florian Müllner 3ab66b0
- New gobject-introspection has been built, drop the last patch again
Florian Müllner 3ab66b0
Florian Müllner 69a9976
* Wed Jun 25 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.3-1
Florian Müllner f3f9ad0
- Revert annotation updates until we get a new gobject-introspection build
Florian Müllner f3f9ad0
Florian Müllner f3f9ad0
* Wed Jun 25 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.3-1
Florian Müllner 69a9976
- Update to 3.13.1
Florian Müllner 69a9976
Florian Müllner 362fd3e
* Wed Jun 11 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.2-2
Florian Müllner 362fd3e
- Backport fix for legacy fullscreen check
Florian Müllner 362fd3e
8942d6e
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-2
8942d6e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8942d6e
Florian Müllner a1980c1
* Tue May 27 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.2-1
Florian Müllner a1980c1
- Update to 3.13.2, drop upstreamed patches
Florian Müllner a1980c1
ed42260
* Thu May  8 2014 Matthias Clasen <mclasen@redhat.com> - 3.13.1-5
ed42260
- Fix shrinking terminals
ed42260
aba3445
* Wed May 07 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-4
aba3445
- Backport an upstream fix for a Wayland session crash
aba3445
23add26
* Wed May 07 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-3
23add26
- Install mutter-launch as setuid root
23add26
f180d69
* Thu May 01 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-2
f180d69
- Obsolete mutter-wayland
f180d69
Florian Müllner e77154d
* Wed Apr 30 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.1-1
Florian Müllner e77154d
- Update to 3.13.1
Florian Müllner e77154d
Florian Müllner 062509c
* Tue Apr 15 2014 Florian Müllner <fmuellner@redhat.com> - 3.12.1-1
Florian Müllner 062509c
- Update to 3.12.1
Florian Müllner 062509c
b254e39
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-2
b254e39
- Update dep versions
b254e39
Florian Müllner 9bdbae5
* Tue Mar 25 2014 Florian Müllner <fmuellner@redhat.com> - 3.12.0-1
Florian Müllner 9bdbae5
- Update to 3.12.0
Florian Müllner 9bdbae5
Florian Müllner 9bdbae5
* Wed Mar 19 2014 Florian Müllner <fmuellner@redhat.com> - 3.11.92-1
Florian Müllner 9a59ec2
- Update to 3.11.92
Florian Müllner 9a59ec2
Florian Müllner 38fbe53
* Thu Mar 06 2014 Florian Müllner <fmuellner@redhat.com> - 3.11.91-1
Florian Müllner 38fbe53
- Update to 3.11.91
Florian Müllner 38fbe53
116ba29
* Thu Feb 20 2014 Kalev Lember <kalevlember@gmail.com> - 3.11.90-2
116ba29
- Rebuilt for cogl soname bump
116ba29
Florian Müllner 8732498
* Wed Feb 19 2014 Florian Müllner <fmuellner@redhat.com> - 3.11.90-1
Florian Müllner 8732498
- Update to 3.11.90
Florian Müllner 8732498
Richard Hughes ab4b9ee
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-4
Richard Hughes ab4b9ee
- Rebuilt for gnome-desktop soname bump
Richard Hughes ab4b9ee
Peter Hutterer 52e1b04
* Mon Feb 10 2014 Peter Hutterer <peter.hutterer@redhat.com> - 3.11.5-3
Peter Hutterer 52e1b04
- Rebuild for libevdev soname bump
Peter Hutterer 52e1b04
Richard Hughes f914b4a
* Wed Feb 05 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-2
Richard Hughes f914b4a
- Rebuilt for cogl soname bump
Richard Hughes f914b4a
Florian Müllner 90f17a2
* Wed Feb 05 2014 Florian Müllner <fmuellner@redhat.com> - 3.11.5-1
Florian Müllner 90f17a2
- Update to 3.11.5
Florian Müllner 90f17a2
Florian Müllner d44f595
* Wed Jan 15 2014 Florian Müllner <fmuellner@redhat.com> - 3.11.4-1
Florian Müllner d44f595
- Update to 3.11.4
Florian Müllner d44f595
Florian Müllner 241d2b3
* Fri Dec 20 2013 Florian Müllner <fmuellner@redhat.com> - 3.11.3-1
Florian Müllner 241d2b3
- Update to 3.11.3
Florian Müllner 241d2b3
Florian Müllner c87ffb5
* Wed Nov 13 2013 Florian Müllner <fmuellner@redhat.com> - 3.11.2-1
Florian Müllner c87ffb5
- Update to 3.11.2
Florian Müllner c87ffb5
Florian Müllner 2a32276
* Wed Oct 30 2013 Florian Müllner <fmuellner@redhat.com> - 3.11.1-1
Florian Müllner 2a32276
- Update to 3.11.1
Florian Müllner 2a32276
Florian Müllner 061c38b
* Tue Oct 15 2013 Florian Müllner <fmuellner@redhat.com> - 3.10.1.1-1
Florian Müllner 061c38b
- Update to 3.10.1.1
Florian Müllner 061c38b
Florian Müllner 077e38d
* Mon Oct 14 2013 Florian Müllner <fmuellner@redhat.com> - 3.10.1-1
Florian Müllner 077e38d
- Update to 3.10.1
Florian Müllner 077e38d
Florian Müllner 151756b
* Wed Sep 25 2013 Florian Müllner <fmuellner@redhat.com> - 3.10.0.1-1
Florian Müllner 151756b
- Update to 3.10.0.1
Florian Müllner 151756b
Florian Müllner ec83ba3
* Mon Sep 23 2013 Florian Müllner <fmuellner@redhat.com> - 3.10.0-1
Florian Müllner ec83ba3
- Update to 3.10.0
Florian Müllner ec83ba3
42be602
* Tue Sep 17 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.92-2
42be602
- Update the description and URL
42be602
- Tighten -devel subpackage deps with _isa
42be602
- Use the make_install macro
42be602
Florian Müllner 26154f6
* Mon Sep 16 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.92-1
Florian Müllner 26154f6
- Update to 3.9.92
Florian Müllner 26154f6
5f90ec4
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-2
5f90ec4
- Rebuilt for libgnome-desktop soname bump
5f90ec4
Florian Müllner be4f0d8
* Tue Sep 03 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.91-1
Florian Müllner be4f0d8
- Update to 3.9.91
Florian Müllner be4f0d8
Florian Müllner 8352a25
* Thu Aug 22 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.90-1
Florian Müllner 8352a25
- Update to 3.9.90
Florian Müllner 8352a25
188d05c
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.5-2
188d05c
- Rebuilt for cogl 1.15.4 soname bump
188d05c
Florian Müllner 86ed6e0
* Tue Jul 30 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.5-1
Florian Müllner 86ed6e0
- Update to 3.9.5
Florian Müllner 86ed6e0
Florian Müllner 4ed9481
* Wed Jul 10 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.4-1
Florian Müllner 4ed9481
- Update to 3.9.4
Florian Müllner 4ed9481
Florian Müllner e76d5b9
* Tue Jun 18 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.3-1
Florian Müllner e76d5b9
- Update to 3.9.3
Florian Müllner e76d5b9
Florian Müllner 5bb5d62
* Tue May 28 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.2-1
Florian Müllner 5bb5d62
- Update to 3.9.2
Florian Müllner 5bb5d62
Florian Müllner 32e19eb
* Wed May 01 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.1-1
Florian Müllner 32e19eb
- Update to 3.9.1
Florian Müllner 32e19eb
Florian Müllner 26154f6
* Tue Apr 23 2013 Florian Müllner <fmuellner@redhat.com> - 3.8.1-1
Florian Müllner 14a6d2d
- Update to 3.8.1
Florian Müllner 14a6d2d
Florian Müllner 081e903
* Tue Mar 26 2013 Florian Müllner <fmuellner@redhat.com> - 3.8.0-1
Florian Müllner 081e903
- Update to 3.8.0
Florian Müllner 081e903
Florian Müllner 876176b
* Tue Mar 19 2013 Florian Müllner <fmuellner@redhat.com> - 3.7.92-1
Florian Müllner 876176b
- Update to 3.7.92
Florian Müllner 876176b
Florian Müllner ffffe18
* Mon Mar 04 2013 Florian Müllner <fmuellner@redhat.com> - 3.7.91-1
Florian Müllner ffffe18
- Update to 3.7.91
Florian Müllner ffffe18
Florian Müllner f064bf5
* Wed Feb 20 2013 Florian Müllner <fmuellner@redhat.com> - 3.7.90-1
Florian Müllner f064bf5
- Update to 3.7.90
Florian Müllner f064bf5
Florian Müllner 01ce836
* Tue Feb 05 2013 Florian Müllner <fmuellner@redhat.com> - 3.7.5-1
Florian Müllner 01ce836
- Update to 3.7.5
Florian Müllner 01ce836
c3f798d
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 3.7.4-2
c3f798d
- Rebuild for new cogl
c3f798d
Florian Müllner a49cb2f
* Tue Jan 15 2013 Florian Müllner <fmuellner@redhat.com> - 3.7.4-1
Florian Müllner a49cb2f
- Update to 3.7.4
Florian Müllner a49cb2f
Florian Müllner 7ddd4d3
* Tue Dec 18 2012 Florian Müllner <fmuellner@redhat.com> - 3.7.3-1
Florian Müllner 7ddd4d3
- Update to 3.7.3
Florian Müllner 7ddd4d3
Florian Müllner ffff1e9
* Mon Nov 19 2012 Florian Müllner <fmuellner@redhat.com> - 3.7.2-1
Florian Müllner ffff1e9
- Update to 3.7.2
Florian Müllner ffff1e9
ff6bfc7
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.1-1
ff6bfc7
- Update to 3.7.1
ff6bfc7
Florian Müllner b90519d
* Mon Oct 15 2012 Florian Müllner <fmuellner@redhat.com> - 3.6.1-1
Florian Müllner b90519d
- Update to 3.6.1
Florian Müllner b90519d
Florian Müllner 100664b
* Tue Sep 25 2012 Florian Müllner <fmuellner@redhat.com> - 3.6.0-1
Florian Müllner 100664b
- Update to 3.6.0
Florian Müllner 100664b
Florian Müllner 2923e02
* Wed Sep 19 2012 Florian Müllner <fmuellner@redhat.com> - 3.5.92-1
Florian Müllner 2923e02
- Update to 3.5.92
Florian Müllner 2923e02
Debarshi Ray bcdda49
* Tue Sep 04 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.91-2
Debarshi Ray bcdda49
- Rebuild against new cogl
Debarshi Ray bcdda49
Debarshi Ray a19b04f
* Tue Sep 04 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.91-1
Debarshi Ray a19b04f
- Update to 3.5.91
Debarshi Ray a19b04f
f17c760
* Tue Aug 28 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.90-2
f17c760
- Rebuild against new cogl/clutter
f17c760
Richard Hughes 11a13b4
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
Richard Hughes 11a13b4
- Update to 3.5.90
Richard Hughes 11a13b4
Richard Hughes b0d2a3d
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.5-1
Richard Hughes b0d2a3d
- Update to 3.5.5
Richard Hughes b0d2a3d
d19a49e
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-2
d19a49e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d19a49e
Richard Hughes a337e6f
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
Richard Hughes a337e6f
- Update to 3.5.4
Richard Hughes a337e6f
6e04e21
* Tue Jun 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.3-1
6e04e21
- Update to 3.5.3
6e04e21
6e04e21
* Fri Jun  8 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.2-3
6e04e21
- Make resize grip area larger
6e04e21
fa82ef1
* Thu Jun 07 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.2-2
fa82ef1
- Don't check for Xinerama anymore - it is now mandatory
fa82ef1
Richard Hughes ce373b1
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
Richard Hughes ce373b1
- Update to 3.5.2
Richard Hughes ce373b1
- Remove upstreamed patches
Richard Hughes ce373b1
0584516
* Wed May 09 2012 Adam Jackson <ajax@redhat.com> 3.4.1-3
0584516
- mutter-never-slice-shape-mask.patch, mutter-use-cogl-texrect-api.patch:
0584516
  Fix window texturing on hardware without ARB_texture_non_power_of_two
0584516
  (#813648)
0584516
938500f
* Wed Apr 18 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
938500f
- Silence glib-compile-schemas scriplets
938500f
e064f06
* Wed Apr 18 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-1
e064f06
- Update to 3.4.1
e064f06
- Conflict with gnome-shell versions older than 3.4.1
e064f06
Richard Hughes dd6dd1b
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
Richard Hughes dd6dd1b
- Update to 3.4.0
Richard Hughes dd6dd1b
152ac38
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
152ac38
- Update to 3.3.92
152ac38
0db99f9
* Sat Mar 10 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-2
0db99f9
- Rebuild against new cogl
0db99f9
d7ab0d4
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-1
d7ab0d4
- Update to 3.3.90
d7ab0d4
47075a4
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-1
47075a4
- Update to 3.3.5
47075a4
41166a9
* Fri Jan 20 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
41166a9
- Update to 3.3.4
41166a9
d0e9fdc
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.3-2
d0e9fdc
- Rebuild against new cogl
d0e9fdc
f8ed99b
* Thu Jan  5 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
f8ed99b
- Update to 3.3.3
f8ed99b
ec28d48
* Wed Nov 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-2
ec28d48
- Rebuild against new clutter
ec28d48
79ef676
* Tue Nov 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
79ef676
- Update to 3.3.2
79ef676
0ea3057
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
0ea3057
- Rebuilt for glibc bug#747377
0ea3057
ecee2f5
* Wed Oct 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
ecee2f5
- Update to 3.2.1
ecee2f5
ecee2f5
* Mon Sep 26 2011 Owen Taylor <otaylor@redhat.com> - 3.2.0-1
6ad9cb6
- Update to 3.2.0
6ad9cb6
0c4ca3f
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
0c4ca3f
- Update to 3.1.92
0c4ca3f
ecee2f5
* Wed Sep 14 2011 Owen Taylor <otaylor@redhat.com> - 3.1.91.1-1
ecee2f5
- Update to 3.1.91.1
ecee2f5
ecee2f5
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90.1-1
ecee2f5
- Update to 3.1.90.1
ecee2f5
ecee2f5
* Wed Jul 27 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-1
ecee2f5
- Update to 3.1.4
ecee2f5
ecee2f5
* Wed Jul 27 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.3.1-3
ecee2f5
- Rebuild
ecee2f5
1519d99
* Mon Jul  4 2011 Peter Robinson <pbrobinson@gmail.com> - 3.1.3.1-2
1519d99
- rebuild against new clutter/cogl
1519d99
f7d513b
* Mon Jul 04 2011 Adam Williamson <awilliam@redhat.com> - 3.1.3.1-1
f7d513b
- Update to 3.1.3.1
f7d513b
Owen W. Taylor 7dfc29b
* Thu Jun 30 2011 Owen Taylor <otaylor@redhat.com> - 3.1.3-1
Owen W. Taylor 7dfc29b
- Update to 3.1.3
Owen W. Taylor 7dfc29b
Owen W. Taylor aec6fe8
* Wed May 25 2011 Owen Taylor <otaylor@redhat.com> - 3.0.2.1-1
Owen W. Taylor aec6fe8
- Update to 3.0.2.1
Owen W. Taylor aec6fe8
71d5e79
* Fri Apr 29 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-3
71d5e79
- Actually apply the patch for #700276
71d5e79
e25ef0f
* Thu Apr 28 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-2
e25ef0f
- Make session saving of gnome-shell work
e25ef0f
Owen W. Taylor f1996aa
* Mon Apr 25 2011 Owen Taylor <otaylor@redhat.com> - 3.0.1-1
Owen W. Taylor f1996aa
- Update to 3.0.1
Owen W. Taylor f1996aa
Owen W. Taylor 65d8ac8
* Mon Apr  4 2011 Owen Taylor <otaylor@redhat.com> - 3.0.0-1
Owen W. Taylor 65d8ac8
- Update to 3.0.0
Owen W. Taylor 65d8ac8
0ed1ab5
* Mon Mar 28 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.93-1
0ed1ab5
- Update to 2.91.93
0ed1ab5
e531827
* Wed Mar 23 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.92-1
e531827
- Update to 2.91.92
e531827
Owen W. Taylor a5b99a2
* Mon Mar  7 2011 Owen Taylor <otaylor@redhat.com> - 2.91.91-1
Owen W. Taylor a5b99a2
- Update to 2.91.91
Owen W. Taylor a5b99a2
b9d9157
* Tue Mar  1 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-2
b9d9157
- Build against libcanberra, to enable AccessX feedback features
b9d9157
cec5493
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-1
cec5493
- Update to 2.91.90
cec5493
1e29ffe
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-4
1e29ffe
- Rebuild against newer gtk
1e29ffe
f61307a
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-3
f61307a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f61307a
bc7ec28
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-2
bc7ec28
- Rebuild against newer gtk
bc7ec28
Owen W. Taylor 1ab7a48
* Tue Feb  1 2011 Owen Taylor <otaylor@redhat.com> - 2.91.6-1
Owen W. Taylor 1ab7a48
- Update to 2.91.6
Owen W. Taylor 1ab7a48
d624f21
* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-1
d624f21
- Update to 2.91.5
d624f21
264d242
* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.4-1
264d242
- Update to 2.91.4
264d242
abcbb33
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.3-2
abcbb33
- Rebuild against new gtk
abcbb33
- Drop no longer needed %%clean etc
abcbb33
Owen W. Taylor 7801cc0
* Mon Nov 29 2010 Owen Taylor <otaylor@redhat.com> - 2.91.3-1
Owen W. Taylor 7801cc0
- Update to 2.91.3
Owen W. Taylor 7801cc0
Owen W. Taylor 6c1cef6
* Tue Nov  9 2010 Owen Taylor <otaylor@redhat.com> - 2.91.2-1
Owen W. Taylor 6c1cef6
- Update to 2.91.2
Owen W. Taylor 6c1cef6
d293424
* Tue Nov  2 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.1-2
d293424
- Rebuild against newer gtk3
d293424
Owen W. Taylor b4f88d5
* Fri Oct 29 2010 Owen Taylor <otaylor@redhat.com> - 2.91.1-1
Owen W. Taylor b4f88d5
- Update to 2.91.1
Owen W. Taylor b4f88d5
Owen W. Taylor 30dcffb
* Mon Oct  4 2010 Owen Taylor <otaylor@redhat.com> - 2.91.0-1
Owen W. Taylor 30dcffb
- Update to 2.91.0
Owen W. Taylor 30dcffb
785f2b3
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.5-4
785f2b3
- Rebuild against newer gobject-introspection
785f2b3
3004fa6
* Wed Jul 14 2010 Colin Walters <walters@verbum.org> - 2.31.5-3
3004fa6
- Rebuild for new gobject-introspection
3004fa6
8b67a23
* Tue Jul 13 2010 Adel Gadllah <adel.gadllah@gmail.com> - 2.31.5-2
8b67a23
- Build against gtk3
8b67a23
4a3fefe
* Mon Jul 12 2010 Colin Walters <walters@pocket> - 2.31.5-1
4a3fefe
- New upstream version
4a3fefe
3017fe3
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 2.31.2-5
3017fe3
- Rebuild against new gobject-introspection
3017fe3
aca0591
* Tue Jul  6 2010 Colin Walters <walters@verbum.org> - 2.31.2-4
aca0591
- Changes to support snapshot builds
aca0591
7371864
* Fri Jun 25 2010 Colin Walters <walters@megatron> - 2.31.2-3
7371864
- drop gir-repository-devel dep
7371864
b23c316
* Wed May 26 2010 Adam Miller <maxamillion@fedoraproject.org> - 2.31.2-2
b23c316
- removed "--with-clutter" as configure is claiming it to be an unknown option
b23c316
690718b
* Wed May 26 2010 Adam Miller <maxamillion@fedoraproject.org> - 2.31.2-1
690718b
- New upstream 2.31.2 release
690718b
2d24d51
* Thu Mar 25 2010 Peter Robinson <pbrobinson@gmail.com> 2.29.1-1
2d24d51
- New upstream 2.29.1 release
2d24d51
dac4a5f
* Wed Mar 17 2010 Peter Robinson <pbrobinson@gmail.com> 2.29.0-1
dac4a5f
- New upstream 2.29.0 release
dac4a5f
6dde2f1
* Tue Feb 16 2010 Adam Jackson <ajax@redhat.com> 2.28.1-0.2
6dde2f1
- mutter-2.28.1-add-needed.patch: Fix FTBFS from --no-add-needed
6dde2f1
6bd12ec
* Thu Feb  4 2010 Peter Robinson <pbrobinson@gmail.com> 2.28.1-0.1
6bd12ec
- Move to git snapshot
6bd12ec
627c02c
* Wed Oct  7 2009 Owen Taylor <otaylor@redhat.com> - 2.28.0-1
627c02c
- Update to 2.28.0
627c02c
1ae228f
* Tue Sep 15 2009 Owen Taylor <otaylor@redhat.com> - 2.27.5-1
1ae228f
- Update to 2.27.5
1ae228f
8c5f68d
* Fri Sep  4 2009 Owen Taylor <otaylor@redhat.com> - 2.27.4-1
8c5f68d
- Remove workaround for #520209
8c5f68d
- Update to 2.27.4
8c5f68d
a2fe35c
* Sat Aug 29 2009 Owen Taylor <otaylor@redhat.com> - 2.27.3-3
a2fe35c
- Fix %%preun GConf script to properly be for package removal
a2fe35c
c349b07
* Fri Aug 28 2009 Owen Taylor <otaylor@redhat.com> - 2.27.3-2
c349b07
- Add a workaround for Red Hat bug #520209
c349b07
deaa3dd
* Fri Aug 28 2009 Owen Taylor <otaylor@redhat.com> - 2.27.3-1
deaa3dd
- Update to 2.27.3, remove mutter-metawindow.patch
deaa3dd
83dddcd
* Fri Aug 21 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.2-2
83dddcd
- Add upstream patch needed by latest mutter-moblin
83dddcd
711ebb6
* Tue Aug 11 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.2-1
711ebb6
- New upstream 2.27.2 release. Drop upstreamed patches.
711ebb6
8d70229
* Wed Jul 29 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.1-5
8d70229
- Add upstream patches for clutter 1.0
8d70229
895e688
* Wed Jul 29 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.1-4
895e688
- Add patch to fix mutter --replace
895e688
faf6374
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.1-3
faf6374
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
faf6374
6632f8a
* Sat Jul 18 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.1-2
6632f8a
- Updates from review request
6632f8a
6632f8a
* Fri Jul 17 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.1-1
6632f8a
- Update to official 2.27.1 and review updates
6632f8a
6632f8a
* Thu Jun 18 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.0-0.2
6632f8a
- Updates from initial reviews
6632f8a
6632f8a
* Thu Jun 18 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.0-0.1
6632f8a
- Initial packaging