Blame SPECS/mutter.spec

f73d56
Name:          mutter
f73d56
Version:       3.8.4
68333f
Release:       16%{?dist}
f73d56
Summary:       Window and compositing manager based on Clutter
f73d56
f73d56
Group:         User Interface/Desktops
f73d56
License:       GPLv2+
f73d56
#VCS:          git:git://git.gnome.org/mutter
f73d56
Source0:       http://download.gnome.org/sources/%{name}/3.8/%{name}-%{version}.tar.xz
f73d56
f73d56
Patch0: 0001-shaped-texture-Use-nearest-pixel-interpolation-if-th.patch
3c14d2
# https://bugzilla.gnome.org/show_bug.cgi?id=719669
3c14d2
Patch1: MetaWindowGroup-fix-paint-volume.patch
68333f
Patch2: 0001-window-Fix-delayed-mouse-mode-on-X.patch
3c14d2
3c14d2
Patch10: 0001-background-Allow-using-sliced-textures-for-file-base.patch
3c14d2
3c14d2
Patch20: mutter-translation-updates.patch
3c14d2
3c14d2
Patch30: 0001-core-Add-minimal-handling-of-touch-events.patch
3c14d2
3c14d2
# https://bugzilla.redhat.com/show_bug.cgi?id=1067456
3c14d2
Patch40: 0001-background-don-t-save-pixbuf-in-user-data.patch
3c14d2
Patch41: 0001-workspace-Add-missing-chain-up-for-finalize.patch
3c14d2
3c14d2
Patch50: deal-more-gracefully-with-oversized-windows.patch
68333f
Patch51: vertical-monitor-layouts.patch
68333f
Patch52: preserve-monitor.patch
f73d56
68333f
Patch61: 0001-Add-a-framework-for-restarting-the-compositor-with-n.patch
68333f
Patch62: 0002-Add-support-for-quad-buffer-stereo.patch
68333f
Patch63: 0003-Fix-windows-walking-up-the-screen-on-restart.patch
68333f
Patch64: 0004-Leave-windows-in-place-on-a-crash-respawn.patch
68333f
68333f
# Backport: https://bugzilla.gnome.org/show_bug.cgi?id=734400
68333f
Patch65: 0001-MetaTextureTower-actually-mark-revalidated-levels-as.patch
68333f
68333f
%define clutter_version 1.14.4-10
68333f
%define cogl_version 1.14.0-6
68333f
68333f
BuildRequires: clutter-devel >= %{clutter_version}
68333f
BuildRequires: cogl-devel >= %{cogl_version}
f73d56
BuildRequires: pango-devel
f73d56
BuildRequires: startup-notification-devel
f73d56
BuildRequires: gtk3-devel >= 3.3.3
f73d56
BuildRequires: pkgconfig
f73d56
BuildRequires: gobject-introspection-devel
f73d56
BuildRequires: libSM-devel
f73d56
BuildRequires: libX11-devel
f73d56
BuildRequires: libXdamage-devel
f73d56
BuildRequires: libXext-devel
f73d56
BuildRequires: libXrandr-devel
f73d56
BuildRequires: libXrender-devel
f73d56
BuildRequires: libXcursor-devel
f73d56
BuildRequires: libXcomposite-devel
f73d56
BuildRequires: zenity
f73d56
BuildRequires: gnome-doc-utils
f73d56
BuildRequires: desktop-file-utils
f73d56
# Bootstrap requirements
f73d56
BuildRequires: gtk-doc gnome-common intltool
f73d56
BuildRequires: libcanberra-devel
f73d56
BuildRequires: gsettings-desktop-schemas-devel
f73d56
f73d56
# Make sure this can't be installed with an old gnome-shell build because of
f73d56
# an ABI change.
f73d56
Conflicts: gnome-shell < 3.7.2
f73d56
68333f
Requires: cogl >= %{cogl_version}
68333f
Requires: clutter >= %{clutter_version}
f73d56
Requires: control-center-filesystem
f73d56
Requires: startup-notification
f73d56
Requires: dbus-x11
f73d56
Requires: zenity
f73d56
f73d56
%description
f73d56
Mutter is a window and compositing manager that displays and manages
f73d56
your desktop via OpenGL. Mutter combines a sophisticated display engine
f73d56
using the Clutter toolkit with solid window-management logic inherited
f73d56
from the Metacity window manager.
f73d56
f73d56
While Mutter can be used stand-alone, it is primarily intended to be
f73d56
used as the display core of a larger system such as gnome-shell or
f73d56
Moblin. For this reason, Mutter is very extensible via plugins, which
f73d56
are used both to add fancy visual effects and to rework the window
f73d56
management behaviors to meet the needs of the environment.
f73d56
f73d56
%package devel
f73d56
Summary: Development package for %{name}
f73d56
Group: Development/Libraries
f73d56
Requires: %{name} = %{version}-%{release}
f73d56
Requires: pkgconfig
f73d56
f73d56
%description devel
f73d56
Header files and libraries for developing Mutter plugins. Also includes
f73d56
utilities for testing Metacity/Mutter themes.
f73d56
f73d56
%prep
f73d56
%setup -q
f73d56
%patch0 -p1 -b .software-rendering-performance
3c14d2
%patch1 -p1 -b .window-group-paint-volume
68333f
%patch2 -p1 -b .fix-delayed-mouse-mode
3c14d2
%patch10 -p1 -b .sliced-backgrounds
3c14d2
%patch20 -p2 -b .translation-updates
3c14d2
%patch30 -p1 -b .minimal-touch-support
3c14d2
%patch40 -p1 -b .dont-save-pixbuf-in-userdata
3c14d2
%patch41 -p1 -b .plug-minor-memory-leak
3c14d2
%patch50 -p1 -b .deal-with-oversized-windows
68333f
%patch51 -p1 -b .improve-vertical-monitor-layouts
68333f
%patch52 -p1 -b .preserve-monitor
68333f
68333f
%patch61 -p1 -b .stereo1
68333f
%patch62 -p1 -b .stereo2
68333f
%patch63 -p1 -b .stereo3
68333f
%patch64 -p1 -b .stereo4
68333f
68333f
%patch65 -p1 -b .texture-tower
f73d56
f73d56
%build
f73d56
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
f73d56
 %configure --disable-static --enable-compile-warnings=maximum)
f73d56
f73d56
SHOULD_HAVE_DEFINED="HAVE_SM HAVE_SHAPE HAVE_RANDR HAVE_STARTUP_NOTIFICATION"
f73d56
f73d56
for I in $SHOULD_HAVE_DEFINED; do
f73d56
  if ! grep -q "define $I" config.h; then
f73d56
    echo "$I was not defined in config.h"
f73d56
    grep "$I" config.h
f73d56
    exit 1
f73d56
  else
f73d56
    echo "$I was defined as it should have been"
f73d56
    grep "$I" config.h
f73d56
  fi
f73d56
done
f73d56
f73d56
make %{?_smp_mflags} V=1
f73d56
f73d56
%install
f73d56
make install DESTDIR=$RPM_BUILD_ROOT
f73d56
f73d56
#Remove libtool archives.
f73d56
rm -rf %{buildroot}/%{_libdir}/*.la
f73d56
f73d56
%find_lang %{name}
f73d56
f73d56
# Mutter contains a .desktop file so we just need to validate it
f73d56
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
f73d56
f73d56
%post -p /sbin/ldconfig
f73d56
f73d56
%postun
f73d56
/sbin/ldconfig
f73d56
if [ $1 -eq 0 ]; then
f73d56
  glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
f73d56
fi
f73d56
f73d56
%posttrans
f73d56
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
f73d56
f73d56
%files -f %{name}.lang
f73d56
%doc README AUTHORS COPYING NEWS HACKING doc/theme-format.txt
f73d56
%doc %{_mandir}/man1/mutter.1.gz
f73d56
%doc %{_mandir}/man1/mutter-message.1.gz
f73d56
%{_bindir}/mutter
f73d56
%{_bindir}/mutter-message
68333f
%{_libexecdir}/mutter-restart-helper
f73d56
%{_datadir}/applications/*.desktop
f73d56
%{_datadir}/gnome/wm-properties/mutter-wm.desktop
f73d56
%{_datadir}/mutter
f73d56
%{_libdir}/lib*.so.*
f73d56
%{_libdir}/mutter/
f73d56
%{_datadir}/GConf/gsettings/mutter-schemas.convert
f73d56
%{_datadir}/glib-2.0/schemas/org.gnome.mutter.gschema.xml
f73d56
%{_datadir}/gnome-control-center/keybindings/50-mutter-*.xml
f73d56
f73d56
f73d56
%files devel
f73d56
%{_bindir}/mutter-theme-viewer
f73d56
%{_bindir}/mutter-window-demo
f73d56
%{_includedir}/*
f73d56
%{_libdir}/lib*.so
f73d56
%{_libdir}/pkgconfig/*
f73d56
%doc %{_mandir}/man1/mutter-theme-viewer.1.gz
f73d56
%doc %{_mandir}/man1/mutter-window-demo.1.gz
f73d56
# exclude as these should be in a devel package (if packaged at all)
f73d56
%exclude %{_datadir}/gtk-doc
f73d56
f73d56
%changelog
68333f
* Wed Jan 14 2015 Florian Müllner <fmuellner@redhat.com> - 3.8.4.16
68333f
- Fix window placement regression
68333f
  Resolves: rhbz#1153641
68333f
68333f
* Thu Nov 13 2014 Florian Müllner <fmuellner@redhat.com> - 3.8.4-15
68333f
- Fix delayed mouse mode
68333f
  Resolves: rhbz#1149585
68333f
68333f
* Thu Oct 09 2014 Florian Müllner <fmueller@redhat.com> - 3.8.4-14
68333f
- Preserve window placement on monitor changes
68333f
  Resolves: rhbz#1126754
68333f
68333f
* Thu Oct 09 2014 Florian Müllner <fmueller@redhat.com> - 3.8.4-13
68333f
- Improve handling of vertical monitor layouts
68333f
  Resolves: rhbz#1108322
68333f
68333f
* Thu Jul 17 2014 Owen Taylor <otaylor@redhat.com> 3.8.4-13
68333f
- Add patches for quadbuffer stereo suppport
68333f
  Fix a bad performance problem drawing window thumbnails
68333f
  Resolves: rhbz#861507
68333f
3c14d2
* Tue Mar 11 2014 Florian Müllner <fmuellner@redhat.com> - 3.8.4-10
3c14d2
- Fix crash when encountering over-sized windows
3c14d2
  Resolves: #1027832
3c14d2
3c14d2
* Tue Mar 11 2014 Florian Müllner <fmuellner@redhat.com> - 3.8.4-10
3c14d2
- Backport another minor memory leak fix
3c14d2
  Resolves: #1067456
3c14d2
3c14d2
* Tue Mar 11 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.8.4-9
3c14d2
- Do not save pixbuf in user data
3c14d2
  Resolves: #1067456
3c14d2
3c14d2
* Wed Feb 12 2014 Carlos Garnacho <cgarnach@redhat.com> - 3.8.4-8
3c14d2
- Fix window dragging on touchscreens
3c14d2
  Resolves: #1051006
3c14d2
3c14d2
* Tue Feb 11 2014 Owen Taylor <otaylor@redhat.com> - 3.8.4-7
3c14d2
- Add an upstream patch that fixes a bug with left-over window
3c14d2
  shadows that show up when we add patches to Clutter to stop
3c14d2
  redrawing the entire screen on every window move.
3c14d2
  Resolves: rhbz#1063984
3c14d2
3c14d2
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.8.4-6
3c14d2
- Mass rebuild 2014-01-24
3c14d2
3c14d2
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.4-5
3c14d2
- Mass rebuild 2013-12-27
3c14d2
3c14d2
* Thu Nov 28 2013 Florian Müllner <fmuellner@redhat.com> - 3.8.4-4
3c14d2
- Include translation updates
3c14d2
  Resolves: rhbz#1030369
3c14d2
3c14d2
* Mon Nov 11 2013 Florian Müllner <fmuellner@redhat.com> - 3.8.4-3
3c14d2
- Backport allowing sliced textures for large backgrounds
3c14d2
  Resolves: rhbz#1028586
3c14d2
f73d56
* Thu Oct 31 2013 Florian Müllner <fmuellner@redhat.com> - 3.8.4-2
f73d56
- Backport performance improvements for software rendering from 3.10
f73d56
f73d56
* Tue Jul 30 2013 Ray Strode <rstrode@redhat.com> 3.8.4-1
f73d56
- Update to 3.8.4
f73d56
f73d56
* Tue Jul 02 2013 Florian Müllner <fmuellner@redhat.com> - 3.8.3-2
f73d56
- Rebuild with (re-)fixed download URL
f73d56
f73d56
* Fri Jun 07 2013 Florian Müllner <fmuellner@redhat.com> - 3.8.3-1
f73d56
- Update to 3.8.3
f73d56
f73d56
* Tue May 14 2013 Florian Müllner <fmuellner@redhat.com> - 3.8.2-1
f73d56
- Update to 3.8.2
f73d56
f73d56
* Tue Apr 16 2013 Florian Müllner <fmuellner@redhat.com> - 3.8.1-1
f73d56
- Update to 3.8.1
f73d56
f73d56
* Tue Mar 26 2013 Florian Müllner <fmuellner@redhat.com> - 3.8.0-1
f73d56
- Update to 3.8.0
f73d56
f73d56
* Tue Mar 19 2013 Florian Müllner <fmuellner@redhat.com> - 3.7.92-1
f73d56
- Update to 3.7.92
f73d56
f73d56
* Mon Mar 04 2013 Florian Müllner <fmuellner@redhat.com> - 3.7.91-1
f73d56
- Update to 3.7.91
f73d56
f73d56
* Wed Feb 20 2013 Florian Müllner <fmuellner@redhat.com> - 3.7.90-1
f73d56
- Update to 3.7.90
f73d56
f73d56
* Tue Feb 05 2013 Florian Müllner <fmuellner@redhat.com> - 3.7.5-1
f73d56
- Update to 3.7.5
f73d56
f73d56
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 3.7.4-2
f73d56
- Rebuild for new cogl
f73d56
f73d56
* Tue Jan 15 2013 Florian Müllner <fmuellner@redhat.com> - 3.7.4-1
f73d56
- Update to 3.7.4
f73d56
f73d56
* Tue Dec 18 2012 Florian Müllner <fmuellner@redhat.com> - 3.7.3-1
f73d56
- Update to 3.7.3
f73d56
f73d56
* Mon Nov 19 2012 Florian Müllner <fmuellner@redhat.com> - 3.7.2-1
f73d56
- Update to 3.7.2
f73d56
f73d56
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.1-1
f73d56
- Update to 3.7.1
f73d56
f73d56
* Mon Oct 15 2012 Florian Müllner <fmuellner@redhat.com> - 3.6.1-1
f73d56
- Update to 3.6.1
f73d56
f73d56
* Tue Sep 25 2012 Florian Müllner <fmuellner@redhat.com> - 3.6.0-1
f73d56
- Update to 3.6.0
f73d56
f73d56
* Wed Sep 19 2012 Florian Müllner <fmuellner@redhat.com> - 3.5.92-1
f73d56
- Update to 3.5.92
f73d56
f73d56
* Tue Sep 04 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.91-2
f73d56
- Rebuild against new cogl
f73d56
f73d56
* Tue Sep 04 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.91-1
f73d56
- Update to 3.5.91
f73d56
f73d56
* Tue Aug 28 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.90-2
f73d56
- Rebuild against new cogl/clutter
f73d56
f73d56
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
f73d56
- Update to 3.5.90
f73d56
f73d56
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.5-1
f73d56
- Update to 3.5.5
f73d56
f73d56
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-2
f73d56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f73d56
f73d56
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
f73d56
- Update to 3.5.4
f73d56
f73d56
* Tue Jun 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.3-1
f73d56
- Update to 3.5.3
f73d56
f73d56
* Fri Jun  8 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.2-3
f73d56
- Make resize grip area larger
f73d56
f73d56
* Thu Jun 07 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.2-2
f73d56
- Don't check for Xinerama anymore - it is now mandatory
f73d56
f73d56
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
f73d56
- Update to 3.5.2
f73d56
- Remove upstreamed patches
f73d56
f73d56
* Wed May 09 2012 Adam Jackson <ajax@redhat.com> 3.4.1-3
f73d56
- mutter-never-slice-shape-mask.patch, mutter-use-cogl-texrect-api.patch:
f73d56
  Fix window texturing on hardware without ARB_texture_non_power_of_two
f73d56
  (#813648)
f73d56
f73d56
* Wed Apr 18 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
f73d56
- Silence glib-compile-schemas scriplets
f73d56
f73d56
* Wed Apr 18 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-1
f73d56
- Update to 3.4.1
f73d56
- Conflict with gnome-shell versions older than 3.4.1
f73d56
f73d56
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
f73d56
- Update to 3.4.0
f73d56
f73d56
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
f73d56
- Update to 3.3.92
f73d56
f73d56
* Sat Mar 10 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-2
f73d56
- Rebuild against new cogl
f73d56
f73d56
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-1
f73d56
- Update to 3.3.90
f73d56
f73d56
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-1
f73d56
- Update to 3.3.5
f73d56
f73d56
* Fri Jan 20 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
f73d56
- Update to 3.3.4
f73d56
f73d56
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.3-2
f73d56
- Rebuild against new cogl
f73d56
f73d56
* Thu Jan  5 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
f73d56
- Update to 3.3.3
f73d56
f73d56
* Wed Nov 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-2
f73d56
- Rebuild against new clutter
f73d56
f73d56
* Tue Nov 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
f73d56
- Update to 3.3.2
f73d56
f73d56
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
f73d56
- Rebuilt for glibc bug#747377
f73d56
f73d56
* Wed Oct 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
f73d56
- Update to 3.2.1
f73d56
f73d56
* Mon Sep 26 2011 Owen Taylor <otaylor@redhat.com> - 3.2.0-1
f73d56
- Update to 3.2.0
f73d56
f73d56
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
f73d56
- Update to 3.1.92
f73d56
f73d56
* Wed Sep 14 2011 Owen Taylor <otaylor@redhat.com> - 3.1.91.1-1
f73d56
- Update to 3.1.91.1
f73d56
f73d56
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90.1-1
f73d56
- Update to 3.1.90.1
f73d56
f73d56
* Wed Jul 27 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-1
f73d56
- Update to 3.1.4
f73d56
f73d56
* Wed Jul 27 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.3.1-3
f73d56
- Rebuild
f73d56
f73d56
* Mon Jul  4 2011 Peter Robinson <pbrobinson@gmail.com> - 3.1.3.1-2
f73d56
- rebuild against new clutter/cogl
f73d56
f73d56
* Mon Jul 04 2011 Adam Williamson <awilliam@redhat.com> - 3.1.3.1-1
f73d56
- Update to 3.1.3.1
f73d56
f73d56
* Thu Jun 30 2011 Owen Taylor <otaylor@redhat.com> - 3.1.3-1
f73d56
- Update to 3.1.3
f73d56
f73d56
* Wed May 25 2011 Owen Taylor <otaylor@redhat.com> - 3.0.2.1-1
f73d56
- Update to 3.0.2.1
f73d56
f73d56
* Fri Apr 29 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-3
f73d56
- Actually apply the patch for #700276
f73d56
f73d56
* Thu Apr 28 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-2
f73d56
- Make session saving of gnome-shell work
f73d56
f73d56
* Mon Apr 25 2011 Owen Taylor <otaylor@redhat.com> - 3.0.1-1
f73d56
- Update to 3.0.1
f73d56
f73d56
* Mon Apr  4 2011 Owen Taylor <otaylor@redhat.com> - 3.0.0-1
f73d56
- Update to 3.0.0
f73d56
f73d56
* Mon Mar 28 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.93-1
f73d56
- Update to 2.91.93
f73d56
f73d56
* Wed Mar 23 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.92-1
f73d56
- Update to 2.91.92
f73d56
f73d56
* Mon Mar  7 2011 Owen Taylor <otaylor@redhat.com> - 2.91.91-1
f73d56
- Update to 2.91.91
f73d56
f73d56
* Tue Mar  1 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-2
f73d56
- Build against libcanberra, to enable AccessX feedback features
f73d56
f73d56
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-1
f73d56
- Update to 2.91.90
f73d56
f73d56
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-4
f73d56
- Rebuild against newer gtk
f73d56
f73d56
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-3
f73d56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f73d56
f73d56
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-2
f73d56
- Rebuild against newer gtk
f73d56
f73d56
* Tue Feb  1 2011 Owen Taylor <otaylor@redhat.com> - 2.91.6-1
f73d56
- Update to 2.91.6
f73d56
f73d56
* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-1
f73d56
- Update to 2.91.5
f73d56
f73d56
* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.4-1
f73d56
- Update to 2.91.4
f73d56
f73d56
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.3-2
f73d56
- Rebuild against new gtk
f73d56
- Drop no longer needed %%clean etc
f73d56
f73d56
* Mon Nov 29 2010 Owen Taylor <otaylor@redhat.com> - 2.91.3-1
f73d56
- Update to 2.91.3
f73d56
f73d56
* Tue Nov  9 2010 Owen Taylor <otaylor@redhat.com> - 2.91.2-1
f73d56
- Update to 2.91.2
f73d56
f73d56
* Tue Nov  2 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.1-2
f73d56
- Rebuild against newer gtk3
f73d56
f73d56
* Fri Oct 29 2010 Owen Taylor <otaylor@redhat.com> - 2.91.1-1
f73d56
- Update to 2.91.1
f73d56
f73d56
* Mon Oct  4 2010 Owen Taylor <otaylor@redhat.com> - 2.91.0-1
f73d56
- Update to 2.91.0
f73d56
f73d56
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.5-4
f73d56
- Rebuild against newer gobject-introspection
f73d56
f73d56
* Wed Jul 14 2010 Colin Walters <walters@verbum.org> - 2.31.5-3
f73d56
- Rebuild for new gobject-introspection
f73d56
f73d56
* Tue Jul 13 2010 Adel Gadllah <adel.gadllah@gmail.com> - 2.31.5-2
f73d56
- Build against gtk3
f73d56
f73d56
* Mon Jul 12 2010 Colin Walters <walters@pocket> - 2.31.5-1
f73d56
- New upstream version
f73d56
f73d56
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 2.31.2-5
f73d56
- Rebuild against new gobject-introspection
f73d56
f73d56
* Tue Jul  6 2010 Colin Walters <walters@verbum.org> - 2.31.2-4
f73d56
- Changes to support snapshot builds
f73d56
f73d56
* Fri Jun 25 2010 Colin Walters <walters@megatron> - 2.31.2-3
f73d56
- drop gir-repository-devel dep
f73d56
f73d56
* Wed May 26 2010 Adam Miller <maxamillion@fedoraproject.org> - 2.31.2-2
f73d56
- removed "--with-clutter" as configure is claiming it to be an unknown option
f73d56
f73d56
* Wed May 26 2010 Adam Miller <maxamillion@fedoraproject.org> - 2.31.2-1
f73d56
- New upstream 2.31.2 release
f73d56
f73d56
* Thu Mar 25 2010 Peter Robinson <pbrobinson@gmail.com> 2.29.1-1
f73d56
- New upstream 2.29.1 release
f73d56
f73d56
* Wed Mar 17 2010 Peter Robinson <pbrobinson@gmail.com> 2.29.0-1
f73d56
- New upstream 2.29.0 release
f73d56
f73d56
* Tue Feb 16 2010 Adam Jackson <ajax@redhat.com> 2.28.1-0.2
f73d56
- mutter-2.28.1-add-needed.patch: Fix FTBFS from --no-add-needed
f73d56
f73d56
* Thu Feb  4 2010 Peter Robinson <pbrobinson@gmail.com> 2.28.1-0.1
f73d56
- Move to git snapshot
f73d56
f73d56
* Wed Oct  7 2009 Owen Taylor <otaylor@redhat.com> - 2.28.0-1
f73d56
- Update to 2.28.0
f73d56
f73d56
* Tue Sep 15 2009 Owen Taylor <otaylor@redhat.com> - 2.27.5-1
f73d56
- Update to 2.27.5
f73d56
f73d56
* Fri Sep  4 2009 Owen Taylor <otaylor@redhat.com> - 2.27.4-1
f73d56
- Remove workaround for #520209
f73d56
- Update to 2.27.4
f73d56
f73d56
* Sat Aug 29 2009 Owen Taylor <otaylor@redhat.com> - 2.27.3-3
f73d56
- Fix %%preun GConf script to properly be for package removal
f73d56
f73d56
* Fri Aug 28 2009 Owen Taylor <otaylor@redhat.com> - 2.27.3-2
f73d56
- Add a workaround for Red Hat bug #520209
f73d56
f73d56
* Fri Aug 28 2009 Owen Taylor <otaylor@redhat.com> - 2.27.3-1
f73d56
- Update to 2.27.3, remove mutter-metawindow.patch
f73d56
f73d56
* Fri Aug 21 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.2-2
f73d56
- Add upstream patch needed by latest mutter-moblin
f73d56
f73d56
* Tue Aug 11 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.2-1
f73d56
- New upstream 2.27.2 release. Drop upstreamed patches.
f73d56
f73d56
* Wed Jul 29 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.1-5
f73d56
- Add upstream patches for clutter 1.0
f73d56
f73d56
* Wed Jul 29 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.1-4
f73d56
- Add patch to fix mutter --replace
f73d56
f73d56
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.1-3
f73d56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f73d56
f73d56
* Sat Jul 18 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.1-2
f73d56
- Updates from review request
f73d56
f73d56
* Fri Jul 17 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.1-1
f73d56
- Update to official 2.27.1 and review updates
f73d56
f73d56
* Thu Jun 18 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.0-0.2
f73d56
- Updates from initial reviews
f73d56
f73d56
* Thu Jun 18 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.0-0.1
f73d56
- Initial packaging