2014-08-20 13:47:04 +00:00
|
|
|
%global clutter_version 1.19.6-3
|
2014-07-23 22:35:01 +00:00
|
|
|
|
2010-02-04 01:52:24 +00:00
|
|
|
Name: mutter
|
2014-09-22 18:35:50 +00:00
|
|
|
Version: 3.14.0
|
2014-09-22 21:26:52 +00:00
|
|
|
Release: 2%{?dist}
|
2010-02-04 01:52:24 +00:00
|
|
|
Summary: Window and compositing manager based on Clutter
|
|
|
|
|
|
|
|
Group: User Interface/Desktops
|
|
|
|
License: GPLv2+
|
2012-09-04 14:37:16 +00:00
|
|
|
#VCS: git:git://git.gnome.org/mutter
|
2013-09-16 21:17:40 +00:00
|
|
|
URL: http://www.gnome.org
|
2014-09-22 18:35:50 +00:00
|
|
|
Source0: http://download.gnome.org/sources/%{name}/3.14/%{name}-%{version}.tar.xz
|
2009-07-23 16:53:14 +00:00
|
|
|
|
2014-07-23 22:35:01 +00:00
|
|
|
BuildRequires: clutter-devel >= %{clutter_version}
|
2009-07-23 16:53:14 +00:00
|
|
|
BuildRequires: pango-devel
|
|
|
|
BuildRequires: startup-notification-devel
|
2013-08-22 10:24:56 +00:00
|
|
|
BuildRequires: gnome-desktop3-devel
|
2013-08-21 22:11:59 +00:00
|
|
|
BuildRequires: gtk3-devel >= 3.9.11
|
2009-07-23 16:53:14 +00:00
|
|
|
BuildRequires: pkgconfig
|
2014-06-27 09:34:21 +00:00
|
|
|
BuildRequires: gobject-introspection-devel >= 1.41.0
|
2009-07-23 16:53:14 +00:00
|
|
|
BuildRequires: libSM-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXdamage-devel
|
|
|
|
BuildRequires: libXext-devel
|
|
|
|
BuildRequires: libXrandr-devel
|
|
|
|
BuildRequires: libXrender-devel
|
|
|
|
BuildRequires: libXcursor-devel
|
|
|
|
BuildRequires: libXcomposite-devel
|
2014-08-20 00:39:17 +00:00
|
|
|
BuildRequires: libxcb-devel
|
|
|
|
BuildRequires: libxkbcommon-x11-devel
|
|
|
|
BuildRequires: libxkbfile-devel
|
2014-04-30 16:55:43 +00:00
|
|
|
BuildRequires: pam-devel
|
2013-08-22 10:24:56 +00:00
|
|
|
BuildRequires: upower-devel
|
2014-08-20 00:39:17 +00:00
|
|
|
BuildRequires: xkeyboard-config-devel
|
2009-07-23 16:53:14 +00:00
|
|
|
BuildRequires: zenity
|
|
|
|
BuildRequires: desktop-file-utils
|
2010-07-06 17:53:37 +00:00
|
|
|
# Bootstrap requirements
|
|
|
|
BuildRequires: gtk-doc gnome-common intltool
|
2011-03-01 05:33:18 +00:00
|
|
|
BuildRequires: libcanberra-devel
|
2011-11-22 21:47:19 +00:00
|
|
|
BuildRequires: gsettings-desktop-schemas-devel
|
2010-02-04 01:52:24 +00:00
|
|
|
|
2014-05-01 09:51:03 +00:00
|
|
|
Obsoletes: mutter-wayland < 3.13.0
|
|
|
|
Obsoletes: mutter-wayland-devel < 3.13.0
|
|
|
|
|
2014-04-05 16:53:21 +00:00
|
|
|
# Make sure yum updates gnome-shell as well; otherwise we might end up with
|
|
|
|
# broken gnome-shell installations due to mutter ABI changes.
|
2014-09-22 21:26:52 +00:00
|
|
|
Conflicts: gnome-shell < 3.14.0
|
2012-04-17 19:58:56 +00:00
|
|
|
|
2014-07-23 22:35:01 +00:00
|
|
|
Requires: clutter%{?_isa} >= %{clutter_version}
|
2009-07-23 16:53:14 +00:00
|
|
|
Requires: control-center-filesystem
|
|
|
|
Requires: startup-notification
|
|
|
|
Requires: dbus-x11
|
|
|
|
Requires: zenity
|
|
|
|
|
|
|
|
%description
|
|
|
|
Mutter is a window and compositing manager that displays and manages
|
|
|
|
your desktop via OpenGL. Mutter combines a sophisticated display engine
|
|
|
|
using the Clutter toolkit with solid window-management logic inherited
|
|
|
|
from the Metacity window manager.
|
|
|
|
|
|
|
|
While Mutter can be used stand-alone, it is primarily intended to be
|
2013-09-16 21:17:40 +00:00
|
|
|
used as the display core of a larger system such as GNOME Shell. For
|
|
|
|
this reason, Mutter is very extensible via plugins, which are used both
|
|
|
|
to add fancy visual effects and to rework the window management
|
|
|
|
behaviors to meet the needs of the environment.
|
2009-07-23 16:53:14 +00:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development package for %{name}
|
|
|
|
Group: Development/Libraries
|
2013-09-16 21:17:40 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2009-07-23 16:53:14 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Header files and libraries for developing Mutter plugins. Also includes
|
|
|
|
utilities for testing Metacity/Mutter themes.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2010-02-04 01:52:24 +00:00
|
|
|
|
2009-07-23 16:53:14 +00:00
|
|
|
%build
|
2010-07-06 17:53:37 +00:00
|
|
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
|
2012-03-21 10:00:11 +00:00
|
|
|
%configure --disable-static --enable-compile-warnings=maximum)
|
2009-07-23 16:53:14 +00:00
|
|
|
|
2014-04-30 17:38:47 +00:00
|
|
|
SHOULD_HAVE_DEFINED="HAVE_SM HAVE_RANDR HAVE_STARTUP_NOTIFICATION"
|
2009-07-23 16:53:14 +00:00
|
|
|
|
|
|
|
for I in $SHOULD_HAVE_DEFINED; do
|
|
|
|
if ! grep -q "define $I" config.h; then
|
|
|
|
echo "$I was not defined in config.h"
|
|
|
|
grep "$I" config.h
|
|
|
|
exit 1
|
|
|
|
else
|
|
|
|
echo "$I was defined as it should have been"
|
|
|
|
grep "$I" config.h
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
|
|
|
|
make %{?_smp_mflags} V=1
|
|
|
|
|
|
|
|
%install
|
2013-09-16 21:17:40 +00:00
|
|
|
%make_install
|
2009-07-23 16:53:14 +00:00
|
|
|
|
|
|
|
#Remove libtool archives.
|
|
|
|
rm -rf %{buildroot}/%{_libdir}/*.la
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
# Mutter contains a .desktop file so we just need to validate it
|
|
|
|
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
|
|
|
|
2011-11-22 20:56:36 +00:00
|
|
|
%post -p /sbin/ldconfig
|
2009-07-23 16:53:14 +00:00
|
|
|
|
2011-11-22 22:42:42 +00:00
|
|
|
%postun
|
|
|
|
/sbin/ldconfig
|
|
|
|
if [ $1 -eq 0 ]; then
|
2012-04-17 21:12:18 +00:00
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
2011-11-22 22:42:42 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
%posttrans
|
2012-04-17 21:12:18 +00:00
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
2009-07-23 16:53:14 +00:00
|
|
|
|
|
|
|
%files -f %{name}.lang
|
2014-04-30 16:55:43 +00:00
|
|
|
%doc COPYING NEWS doc/theme-format.txt
|
2009-07-23 16:53:14 +00:00
|
|
|
%doc %{_mandir}/man1/mutter.1.gz
|
|
|
|
%{_bindir}/mutter
|
|
|
|
%{_datadir}/applications/*.desktop
|
|
|
|
%{_libdir}/lib*.so.*
|
|
|
|
%{_libdir}/mutter/
|
2014-07-23 22:37:23 +00:00
|
|
|
%{_libexecdir}/mutter-restart-helper
|
2011-11-22 22:42:42 +00:00
|
|
|
%{_datadir}/GConf/gsettings/mutter-schemas.convert
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.mutter.gschema.xml
|
2014-04-30 16:55:43 +00:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.mutter.wayland.gschema.xml
|
2012-11-23 17:01:12 +00:00
|
|
|
%{_datadir}/gnome-control-center/keybindings/50-mutter-*.xml
|
2012-01-05 20:37:33 +00:00
|
|
|
|
2009-07-23 16:53:14 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
%{_libdir}/pkgconfig/*
|
2013-03-18 23:44:21 +00:00
|
|
|
# exclude as these should be in a devel package (if packaged at all)
|
|
|
|
%exclude %{_datadir}/gtk-doc
|
2009-07-23 16:53:14 +00:00
|
|
|
|
|
|
|
%changelog
|
2014-09-22 21:26:52 +00:00
|
|
|
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-2
|
|
|
|
- Bump gnome-shell conflicts version
|
|
|
|
|
2014-09-22 18:35:50 +00:00
|
|
|
* Mon Sep 22 2014 Florian Müllner <fmuellner@redhat.com> - 3.14.0-1
|
|
|
|
- Update to 3.14.0
|
|
|
|
|
2014-09-17 05:00:17 +00:00
|
|
|
* Wed Sep 17 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.92-1
|
|
|
|
- Update to 3.13.92
|
|
|
|
|
2014-09-12 07:17:06 +00:00
|
|
|
* Fri Sep 12 2014 Peter Hutterer <peter.hutterer@redhat.com> - 3.13.91-2
|
|
|
|
- Rebuild for libinput soname bump
|
|
|
|
|
2014-09-03 12:26:05 +00:00
|
|
|
* Wed Sep 03 2014 Florian Müllner <fmuellner@redhat.com> - 3.31.91-1
|
|
|
|
- Update to 3.13.91, drop downstream patches
|
|
|
|
|
2014-08-26 17:02:06 +00:00
|
|
|
* Tue Aug 26 2014 Adel Gadllah <adel.gadllah@gmail.com> - 3.13.90-4
|
|
|
|
- Apply fix for RH #1133166
|
|
|
|
|
2014-08-25 14:29:12 +00:00
|
|
|
* Mon Aug 25 2014 Hans de Goede <hdegoede@redhat.com> - 3.13.90-3
|
|
|
|
- Add a patch from upstream fixing gnome-shell crashing non stop on
|
|
|
|
multi monitor setups (rhbz#1103221)
|
|
|
|
|
2014-08-22 21:20:49 +00:00
|
|
|
* Fri Aug 22 2014 Kevin Fenzi <kevin@scrye.com> 3.13.90-2
|
|
|
|
- Rebuild for new wayland
|
|
|
|
|
2014-08-20 00:39:17 +00:00
|
|
|
* Wed Aug 20 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.90-1
|
|
|
|
- Update to 3.13.90
|
|
|
|
|
2014-08-18 13:35:50 +00:00
|
|
|
* Mon Aug 18 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.4-3
|
|
|
|
- Rebuilt for upower 0.99.1 soname bump
|
|
|
|
|
2014-08-17 10:49:17 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-23 11:12:43 +00:00
|
|
|
* Wed Jul 23 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.4-1
|
|
|
|
- Update to 3.13.4
|
|
|
|
|
2014-07-22 18:10:04 +00:00
|
|
|
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.3-2
|
|
|
|
- Rebuilt for gobject-introspection 1.41.4
|
|
|
|
|
2014-06-27 09:34:21 +00:00
|
|
|
* Fri Jun 27 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.3-1
|
|
|
|
- New gobject-introspection has been built, drop the last patch again
|
|
|
|
|
2014-06-25 21:01:58 +00:00
|
|
|
* Wed Jun 25 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.3-1
|
|
|
|
- Revert annotation updates until we get a new gobject-introspection build
|
|
|
|
|
2014-06-24 22:17:57 +00:00
|
|
|
* Wed Jun 25 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.3-1
|
|
|
|
- Update to 3.13.1
|
|
|
|
|
2014-06-11 15:51:50 +00:00
|
|
|
* Wed Jun 11 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.2-2
|
|
|
|
- Backport fix for legacy fullscreen check
|
|
|
|
|
2014-06-07 11:37:07 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-27 19:49:54 +00:00
|
|
|
* Tue May 27 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.2-1
|
|
|
|
- Update to 3.13.2, drop upstreamed patches
|
|
|
|
|
2014-05-08 17:27:58 +00:00
|
|
|
* Thu May 8 2014 Matthias Clasen <mclasen@redhat.com> - 3.13.1-5
|
|
|
|
- Fix shrinking terminals
|
|
|
|
|
2014-05-07 20:23:46 +00:00
|
|
|
* Wed May 07 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-4
|
|
|
|
- Backport an upstream fix for a Wayland session crash
|
|
|
|
|
2014-05-07 19:46:14 +00:00
|
|
|
* Wed May 07 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-3
|
|
|
|
- Install mutter-launch as setuid root
|
|
|
|
|
2014-05-01 09:51:03 +00:00
|
|
|
* Thu May 01 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-2
|
|
|
|
- Obsolete mutter-wayland
|
|
|
|
|
2014-04-30 16:55:43 +00:00
|
|
|
* Wed Apr 30 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.1-1
|
|
|
|
- Update to 3.13.1
|
|
|
|
|
2014-04-15 21:41:04 +00:00
|
|
|
* Tue Apr 15 2014 Florian Müllner <fmuellner@redhat.com> - 3.12.1-1
|
|
|
|
- Update to 3.12.1
|
|
|
|
|
2014-04-05 16:53:21 +00:00
|
|
|
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-2
|
|
|
|
- Update dep versions
|
|
|
|
|
2014-03-25 15:45:13 +00:00
|
|
|
* Tue Mar 25 2014 Florian Müllner <fmuellner@redhat.com> - 3.12.0-1
|
|
|
|
- Update to 3.12.0
|
|
|
|
|
|
|
|
* Wed Mar 19 2014 Florian Müllner <fmuellner@redhat.com> - 3.11.92-1
|
2014-03-19 21:18:14 +00:00
|
|
|
- Update to 3.11.92
|
|
|
|
|
2014-03-06 00:08:24 +00:00
|
|
|
* Thu Mar 06 2014 Florian Müllner <fmuellner@redhat.com> - 3.11.91-1
|
|
|
|
- Update to 3.11.91
|
|
|
|
|
2014-02-20 23:01:29 +00:00
|
|
|
* Thu Feb 20 2014 Kalev Lember <kalevlember@gmail.com> - 3.11.90-2
|
|
|
|
- Rebuilt for cogl soname bump
|
|
|
|
|
2014-02-19 21:07:47 +00:00
|
|
|
* Wed Feb 19 2014 Florian Müllner <fmuellner@redhat.com> - 3.11.90-1
|
|
|
|
- Update to 3.11.90
|
|
|
|
|
2014-02-19 13:24:15 +00:00
|
|
|
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-4
|
|
|
|
- Rebuilt for gnome-desktop soname bump
|
|
|
|
|
2014-02-10 02:09:06 +00:00
|
|
|
* Mon Feb 10 2014 Peter Hutterer <peter.hutterer@redhat.com> - 3.11.5-3
|
|
|
|
- Rebuild for libevdev soname bump
|
|
|
|
|
2014-02-05 18:52:02 +00:00
|
|
|
* Wed Feb 05 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-2
|
|
|
|
- Rebuilt for cogl soname bump
|
|
|
|
|
2014-02-04 23:27:54 +00:00
|
|
|
* Wed Feb 05 2014 Florian Müllner <fmuellner@redhat.com> - 3.11.5-1
|
|
|
|
- Update to 3.11.5
|
|
|
|
|
2014-01-15 22:18:28 +00:00
|
|
|
* Wed Jan 15 2014 Florian Müllner <fmuellner@redhat.com> - 3.11.4-1
|
|
|
|
- Update to 3.11.4
|
|
|
|
|
2013-12-20 12:52:32 +00:00
|
|
|
* Fri Dec 20 2013 Florian Müllner <fmuellner@redhat.com> - 3.11.3-1
|
|
|
|
- Update to 3.11.3
|
|
|
|
|
2013-11-13 20:15:02 +00:00
|
|
|
* Wed Nov 13 2013 Florian Müllner <fmuellner@redhat.com> - 3.11.2-1
|
|
|
|
- Update to 3.11.2
|
|
|
|
|
2013-10-30 15:45:26 +00:00
|
|
|
* Wed Oct 30 2013 Florian Müllner <fmuellner@redhat.com> - 3.11.1-1
|
|
|
|
- Update to 3.11.1
|
|
|
|
|
2013-10-15 21:50:31 +00:00
|
|
|
* Tue Oct 15 2013 Florian Müllner <fmuellner@redhat.com> - 3.10.1.1-1
|
|
|
|
- Update to 3.10.1.1
|
|
|
|
|
2013-10-14 20:49:13 +00:00
|
|
|
* Mon Oct 14 2013 Florian Müllner <fmuellner@redhat.com> - 3.10.1-1
|
|
|
|
- Update to 3.10.1
|
|
|
|
|
2013-09-25 17:51:18 +00:00
|
|
|
* Wed Sep 25 2013 Florian Müllner <fmuellner@redhat.com> - 3.10.0.1-1
|
|
|
|
- Update to 3.10.0.1
|
|
|
|
|
2013-09-23 21:53:43 +00:00
|
|
|
* Mon Sep 23 2013 Florian Müllner <fmuellner@redhat.com> - 3.10.0-1
|
|
|
|
- Update to 3.10.0
|
|
|
|
|
2013-09-16 21:17:40 +00:00
|
|
|
* Tue Sep 17 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.92-2
|
|
|
|
- Update the description and URL
|
|
|
|
- Tighten -devel subpackage deps with _isa
|
|
|
|
- Use the make_install macro
|
|
|
|
|
2013-09-16 21:05:43 +00:00
|
|
|
* Mon Sep 16 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.92-1
|
|
|
|
- Update to 3.9.92
|
|
|
|
|
2013-09-03 20:32:08 +00:00
|
|
|
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-2
|
|
|
|
- Rebuilt for libgnome-desktop soname bump
|
|
|
|
|
2013-09-02 22:31:14 +00:00
|
|
|
* Tue Sep 03 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.91-1
|
|
|
|
- Update to 3.9.91
|
|
|
|
|
2013-08-21 22:11:59 +00:00
|
|
|
* Thu Aug 22 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.90-1
|
|
|
|
- Update to 3.9.90
|
|
|
|
|
2013-08-09 21:33:00 +00:00
|
|
|
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.5-2
|
|
|
|
- Rebuilt for cogl 1.15.4 soname bump
|
|
|
|
|
2013-07-30 13:22:03 +00:00
|
|
|
* Tue Jul 30 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.5-1
|
|
|
|
- Update to 3.9.5
|
|
|
|
|
2013-07-10 17:22:37 +00:00
|
|
|
* Wed Jul 10 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.4-1
|
|
|
|
- Update to 3.9.4
|
|
|
|
|
2013-06-18 17:29:01 +00:00
|
|
|
* Tue Jun 18 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.3-1
|
|
|
|
- Update to 3.9.3
|
|
|
|
|
2013-05-28 17:50:02 +00:00
|
|
|
* Tue May 28 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.2-1
|
|
|
|
- Update to 3.9.2
|
|
|
|
|
2013-04-30 22:05:43 +00:00
|
|
|
* Wed May 01 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.1-1
|
|
|
|
- Update to 3.9.1
|
|
|
|
|
2013-09-16 21:05:43 +00:00
|
|
|
* Tue Apr 23 2013 Florian Müllner <fmuellner@redhat.com> - 3.8.1-1
|
2013-04-16 19:29:28 +00:00
|
|
|
- Update to 3.8.1
|
|
|
|
|
2013-03-26 21:21:58 +00:00
|
|
|
* Tue Mar 26 2013 Florian Müllner <fmuellner@redhat.com> - 3.8.0-1
|
|
|
|
- Update to 3.8.0
|
|
|
|
|
2013-03-18 23:35:24 +00:00
|
|
|
* Tue Mar 19 2013 Florian Müllner <fmuellner@redhat.com> - 3.7.92-1
|
|
|
|
- Update to 3.7.92
|
|
|
|
|
2013-03-04 21:45:40 +00:00
|
|
|
* Mon Mar 04 2013 Florian Müllner <fmuellner@redhat.com> - 3.7.91-1
|
|
|
|
- Update to 3.7.91
|
|
|
|
|
2013-02-20 15:57:16 +00:00
|
|
|
* Wed Feb 20 2013 Florian Müllner <fmuellner@redhat.com> - 3.7.90-1
|
|
|
|
- Update to 3.7.90
|
|
|
|
|
2013-02-05 22:07:11 +00:00
|
|
|
* Tue Feb 05 2013 Florian Müllner <fmuellner@redhat.com> - 3.7.5-1
|
|
|
|
- Update to 3.7.5
|
|
|
|
|
2013-01-25 14:28:50 +00:00
|
|
|
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 3.7.4-2
|
|
|
|
- Rebuild for new cogl
|
|
|
|
|
2013-01-15 00:05:38 +00:00
|
|
|
* Tue Jan 15 2013 Florian Müllner <fmuellner@redhat.com> - 3.7.4-1
|
|
|
|
- Update to 3.7.4
|
|
|
|
|
2012-12-18 17:49:39 +00:00
|
|
|
* Tue Dec 18 2012 Florian Müllner <fmuellner@redhat.com> - 3.7.3-1
|
|
|
|
- Update to 3.7.3
|
|
|
|
|
2012-11-19 23:10:53 +00:00
|
|
|
* Mon Nov 19 2012 Florian Müllner <fmuellner@redhat.com> - 3.7.2-1
|
|
|
|
- Update to 3.7.2
|
|
|
|
|
2012-11-09 16:12:46 +00:00
|
|
|
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.1-1
|
|
|
|
- Update to 3.7.1
|
|
|
|
|
2012-10-15 21:45:08 +00:00
|
|
|
* Mon Oct 15 2012 Florian Müllner <fmuellner@redhat.com> - 3.6.1-1
|
|
|
|
- Update to 3.6.1
|
|
|
|
|
2012-09-24 23:12:25 +00:00
|
|
|
* Tue Sep 25 2012 Florian Müllner <fmuellner@redhat.com> - 3.6.0-1
|
|
|
|
- Update to 3.6.0
|
|
|
|
|
2012-09-19 13:25:16 +00:00
|
|
|
* Wed Sep 19 2012 Florian Müllner <fmuellner@redhat.com> - 3.5.92-1
|
|
|
|
- Update to 3.5.92
|
|
|
|
|
2012-09-04 14:58:00 +00:00
|
|
|
* Tue Sep 04 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.91-2
|
|
|
|
- Rebuild against new cogl
|
|
|
|
|
2012-09-04 14:37:16 +00:00
|
|
|
* Tue Sep 04 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.91-1
|
|
|
|
- Update to 3.5.91
|
|
|
|
|
2012-08-28 19:43:39 +00:00
|
|
|
* Tue Aug 28 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.90-2
|
|
|
|
- Rebuild against new cogl/clutter
|
|
|
|
|
2012-08-21 20:20:05 +00:00
|
|
|
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
|
|
|
|
- Update to 3.5.90
|
|
|
|
|
2012-08-07 12:13:28 +00:00
|
|
|
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.5-1
|
|
|
|
- Update to 3.5.5
|
|
|
|
|
2012-07-27 05:59:20 +00:00
|
|
|
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-17 15:37:49 +00:00
|
|
|
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
|
|
|
|
- Update to 3.5.4
|
|
|
|
|
2012-06-26 04:19:39 +00:00
|
|
|
* Tue Jun 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.3-1
|
|
|
|
- Update to 3.5.3
|
|
|
|
|
|
|
|
* Fri Jun 8 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.2-3
|
|
|
|
- Make resize grip area larger
|
|
|
|
|
2012-06-07 18:27:30 +00:00
|
|
|
* Thu Jun 07 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.2-2
|
|
|
|
- Don't check for Xinerama anymore - it is now mandatory
|
|
|
|
|
2012-06-07 09:20:11 +00:00
|
|
|
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
|
|
|
|
- Update to 3.5.2
|
|
|
|
- Remove upstreamed patches
|
|
|
|
|
2012-05-09 21:49:04 +00:00
|
|
|
* Wed May 09 2012 Adam Jackson <ajax@redhat.com> 3.4.1-3
|
|
|
|
- mutter-never-slice-shape-mask.patch, mutter-use-cogl-texrect-api.patch:
|
|
|
|
Fix window texturing on hardware without ARB_texture_non_power_of_two
|
|
|
|
(#813648)
|
|
|
|
|
2012-04-17 21:12:18 +00:00
|
|
|
* Wed Apr 18 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
|
|
|
|
- Silence glib-compile-schemas scriplets
|
|
|
|
|
2012-04-17 19:58:56 +00:00
|
|
|
* Wed Apr 18 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-1
|
|
|
|
- Update to 3.4.1
|
|
|
|
- Conflict with gnome-shell versions older than 3.4.1
|
|
|
|
|
2012-03-27 15:27:18 +00:00
|
|
|
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
|
|
|
|
- Update to 3.4.0
|
|
|
|
|
2012-03-21 10:00:11 +00:00
|
|
|
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
|
|
|
|
- Update to 3.3.92
|
|
|
|
|
2012-03-10 22:49:27 +00:00
|
|
|
* Sat Mar 10 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-2
|
|
|
|
- Rebuild against new cogl
|
|
|
|
|
2012-02-25 21:19:11 +00:00
|
|
|
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-1
|
|
|
|
- Update to 3.3.90
|
|
|
|
|
2012-02-08 02:53:21 +00:00
|
|
|
* Tue Feb 7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-1
|
|
|
|
- Update to 3.3.5
|
|
|
|
|
2012-01-20 21:45:05 +00:00
|
|
|
* Fri Jan 20 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
|
|
|
|
- Update to 3.3.4
|
|
|
|
|
2012-01-20 00:26:09 +00:00
|
|
|
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.3-2
|
|
|
|
- Rebuild against new cogl
|
|
|
|
|
2012-01-05 20:37:33 +00:00
|
|
|
* Thu Jan 5 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
|
|
|
|
- Update to 3.3.3
|
|
|
|
|
2011-11-24 04:06:13 +00:00
|
|
|
* Wed Nov 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-2
|
|
|
|
- Rebuild against new clutter
|
|
|
|
|
2011-11-22 20:56:36 +00:00
|
|
|
* Tue Nov 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
|
|
|
|
- Update to 3.3.2
|
|
|
|
|
2011-10-27 00:15:35 +00:00
|
|
|
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
|
|
|
|
- Rebuilt for glibc bug#747377
|
|
|
|
|
2011-10-19 05:08:23 +00:00
|
|
|
* Wed Oct 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
|
|
|
|
- Update to 3.2.1
|
|
|
|
|
|
|
|
* Mon Sep 26 2011 Owen Taylor <otaylor@redhat.com> - 3.2.0-1
|
2011-09-27 14:00:57 +00:00
|
|
|
- Update to 3.2.0
|
|
|
|
|
2011-09-21 00:08:10 +00:00
|
|
|
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
|
|
|
|
- Update to 3.1.92
|
|
|
|
|
2011-10-19 05:08:23 +00:00
|
|
|
* Wed Sep 14 2011 Owen Taylor <otaylor@redhat.com> - 3.1.91.1-1
|
|
|
|
- Update to 3.1.91.1
|
|
|
|
|
|
|
|
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90.1-1
|
|
|
|
- Update to 3.1.90.1
|
|
|
|
|
|
|
|
* Wed Jul 27 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-1
|
|
|
|
- Update to 3.1.4
|
|
|
|
|
|
|
|
* Wed Jul 27 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.3.1-3
|
|
|
|
- Rebuild
|
|
|
|
|
2011-07-05 00:10:57 +00:00
|
|
|
* Mon Jul 4 2011 Peter Robinson <pbrobinson@gmail.com> - 3.1.3.1-2
|
|
|
|
- rebuild against new clutter/cogl
|
|
|
|
|
2011-07-04 23:22:14 +00:00
|
|
|
* Mon Jul 04 2011 Adam Williamson <awilliam@redhat.com> - 3.1.3.1-1
|
|
|
|
- Update to 3.1.3.1
|
|
|
|
|
2011-06-30 21:13:57 +00:00
|
|
|
* Thu Jun 30 2011 Owen Taylor <otaylor@redhat.com> - 3.1.3-1
|
|
|
|
- Update to 3.1.3
|
|
|
|
|
2011-05-25 20:13:37 +00:00
|
|
|
* Wed May 25 2011 Owen Taylor <otaylor@redhat.com> - 3.0.2.1-1
|
|
|
|
- Update to 3.0.2.1
|
|
|
|
|
2011-04-29 17:43:38 +00:00
|
|
|
* Fri Apr 29 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-3
|
|
|
|
- Actually apply the patch for #700276
|
|
|
|
|
2011-04-28 18:39:30 +00:00
|
|
|
* Thu Apr 28 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-2
|
|
|
|
- Make session saving of gnome-shell work
|
|
|
|
|
2011-04-25 22:35:57 +00:00
|
|
|
* Mon Apr 25 2011 Owen Taylor <otaylor@redhat.com> - 3.0.1-1
|
|
|
|
- Update to 3.0.1
|
|
|
|
|
2011-04-04 21:46:58 +00:00
|
|
|
* Mon Apr 4 2011 Owen Taylor <otaylor@redhat.com> - 3.0.0-1
|
|
|
|
- Update to 3.0.0
|
|
|
|
|
2011-03-29 01:06:30 +00:00
|
|
|
* Mon Mar 28 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.93-1
|
|
|
|
- Update to 2.91.93
|
|
|
|
|
2011-03-24 00:02:12 +00:00
|
|
|
* Wed Mar 23 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.92-1
|
|
|
|
- Update to 2.91.92
|
|
|
|
|
2011-03-08 04:57:35 +00:00
|
|
|
* Mon Mar 7 2011 Owen Taylor <otaylor@redhat.com> - 2.91.91-1
|
|
|
|
- Update to 2.91.91
|
|
|
|
|
2011-03-01 05:33:18 +00:00
|
|
|
* Tue Mar 1 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-2
|
|
|
|
- Build against libcanberra, to enable AccessX feedback features
|
|
|
|
|
2011-02-23 03:34:51 +00:00
|
|
|
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-1
|
|
|
|
- Update to 2.91.90
|
|
|
|
|
2011-02-11 01:20:58 +00:00
|
|
|
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-4
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
2011-02-08 22:21:17 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-02 15:07:44 +00:00
|
|
|
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-2
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
2011-02-01 19:19:18 +00:00
|
|
|
* Tue Feb 1 2011 Owen Taylor <otaylor@redhat.com> - 2.91.6-1
|
|
|
|
- Update to 2.91.6
|
|
|
|
|
2011-01-12 03:51:59 +00:00
|
|
|
* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-1
|
|
|
|
- Update to 2.91.5
|
|
|
|
|
2011-01-08 04:23:12 +00:00
|
|
|
* Fri Jan 7 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.4-1
|
|
|
|
- Update to 2.91.4
|
|
|
|
|
2010-12-03 17:15:26 +00:00
|
|
|
* Fri Dec 3 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.3-2
|
|
|
|
- Rebuild against new gtk
|
|
|
|
- Drop no longer needed %%clean etc
|
|
|
|
|
2010-11-30 00:33:36 +00:00
|
|
|
* Mon Nov 29 2010 Owen Taylor <otaylor@redhat.com> - 2.91.3-1
|
|
|
|
- Update to 2.91.3
|
|
|
|
|
2010-11-09 18:22:28 +00:00
|
|
|
* Tue Nov 9 2010 Owen Taylor <otaylor@redhat.com> - 2.91.2-1
|
|
|
|
- Update to 2.91.2
|
|
|
|
|
2010-11-02 05:00:44 +00:00
|
|
|
* Tue Nov 2 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.1-2
|
|
|
|
- Rebuild against newer gtk3
|
|
|
|
|
2010-10-29 19:20:32 +00:00
|
|
|
* Fri Oct 29 2010 Owen Taylor <otaylor@redhat.com> - 2.91.1-1
|
|
|
|
- Update to 2.91.1
|
|
|
|
|
2010-10-04 20:51:30 +00:00
|
|
|
* Mon Oct 4 2010 Owen Taylor <otaylor@redhat.com> - 2.91.0-1
|
|
|
|
- Update to 2.91.0
|
|
|
|
|
2010-09-22 18:06:26 +00:00
|
|
|
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.5-4
|
|
|
|
- Rebuild against newer gobject-introspection
|
|
|
|
|
2010-07-14 18:08:04 +00:00
|
|
|
* Wed Jul 14 2010 Colin Walters <walters@verbum.org> - 2.31.5-3
|
|
|
|
- Rebuild for new gobject-introspection
|
|
|
|
|
2010-07-12 22:18:26 +00:00
|
|
|
* Tue Jul 13 2010 Adel Gadllah <adel.gadllah@gmail.com> - 2.31.5-2
|
|
|
|
- Build against gtk3
|
|
|
|
|
2010-07-12 19:31:05 +00:00
|
|
|
* Mon Jul 12 2010 Colin Walters <walters@pocket> - 2.31.5-1
|
|
|
|
- New upstream version
|
|
|
|
|
2010-07-12 19:08:45 +00:00
|
|
|
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 2.31.2-5
|
|
|
|
- Rebuild against new gobject-introspection
|
|
|
|
|
2010-07-06 17:53:37 +00:00
|
|
|
* Tue Jul 6 2010 Colin Walters <walters@verbum.org> - 2.31.2-4
|
|
|
|
- Changes to support snapshot builds
|
|
|
|
|
2010-06-25 19:30:35 +00:00
|
|
|
* Fri Jun 25 2010 Colin Walters <walters@megatron> - 2.31.2-3
|
|
|
|
- drop gir-repository-devel dep
|
|
|
|
|
2010-05-26 16:20:22 +00:00
|
|
|
* Wed May 26 2010 Adam Miller <maxamillion@fedoraproject.org> - 2.31.2-2
|
|
|
|
- removed "--with-clutter" as configure is claiming it to be an unknown option
|
|
|
|
|
2010-05-26 15:21:20 +00:00
|
|
|
* Wed May 26 2010 Adam Miller <maxamillion@fedoraproject.org> - 2.31.2-1
|
|
|
|
- New upstream 2.31.2 release
|
|
|
|
|
2010-03-25 12:20:01 +00:00
|
|
|
* Thu Mar 25 2010 Peter Robinson <pbrobinson@gmail.com> 2.29.1-1
|
|
|
|
- New upstream 2.29.1 release
|
|
|
|
|
2010-03-17 12:31:18 +00:00
|
|
|
* Wed Mar 17 2010 Peter Robinson <pbrobinson@gmail.com> 2.29.0-1
|
|
|
|
- New upstream 2.29.0 release
|
|
|
|
|
2010-02-16 23:58:35 +00:00
|
|
|
* Tue Feb 16 2010 Adam Jackson <ajax@redhat.com> 2.28.1-0.2
|
|
|
|
- mutter-2.28.1-add-needed.patch: Fix FTBFS from --no-add-needed
|
|
|
|
|
2010-02-04 01:52:24 +00:00
|
|
|
* Thu Feb 4 2010 Peter Robinson <pbrobinson@gmail.com> 2.28.1-0.1
|
|
|
|
- Move to git snapshot
|
|
|
|
|
2009-10-08 01:01:18 +00:00
|
|
|
* Wed Oct 7 2009 Owen Taylor <otaylor@redhat.com> - 2.28.0-1
|
|
|
|
- Update to 2.28.0
|
|
|
|
|
2009-09-15 21:44:53 +00:00
|
|
|
* Tue Sep 15 2009 Owen Taylor <otaylor@redhat.com> - 2.27.5-1
|
|
|
|
- Update to 2.27.5
|
|
|
|
|
2009-09-04 23:10:09 +00:00
|
|
|
* Fri Sep 4 2009 Owen Taylor <otaylor@redhat.com> - 2.27.4-1
|
|
|
|
- Remove workaround for #520209
|
|
|
|
- Update to 2.27.4
|
|
|
|
|
2009-08-29 22:05:13 +00:00
|
|
|
* Sat Aug 29 2009 Owen Taylor <otaylor@redhat.com> - 2.27.3-3
|
|
|
|
- Fix %%preun GConf script to properly be for package removal
|
|
|
|
|
2009-08-29 00:01:48 +00:00
|
|
|
* Fri Aug 28 2009 Owen Taylor <otaylor@redhat.com> - 2.27.3-2
|
|
|
|
- Add a workaround for Red Hat bug #520209
|
|
|
|
|
2009-08-28 23:39:15 +00:00
|
|
|
* Fri Aug 28 2009 Owen Taylor <otaylor@redhat.com> - 2.27.3-1
|
|
|
|
- Update to 2.27.3, remove mutter-metawindow.patch
|
|
|
|
|
2009-08-21 19:50:25 +00:00
|
|
|
* Fri Aug 21 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.2-2
|
|
|
|
- Add upstream patch needed by latest mutter-moblin
|
|
|
|
|
2009-08-11 16:28:22 +00:00
|
|
|
* Tue Aug 11 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.2-1
|
|
|
|
- New upstream 2.27.2 release. Drop upstreamed patches.
|
|
|
|
|
2009-07-29 20:43:30 +00:00
|
|
|
* Wed Jul 29 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.1-5
|
|
|
|
- Add upstream patches for clutter 1.0
|
|
|
|
|
2009-07-29 11:33:00 +00:00
|
|
|
* Wed Jul 29 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.1-4
|
|
|
|
- Add patch to fix mutter --replace
|
|
|
|
|
2009-07-25 15:27:13 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-23 16:53:14 +00:00
|
|
|
* Sat Jul 18 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.1-2
|
|
|
|
- Updates from review request
|
|
|
|
|
|
|
|
* Fri Jul 17 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.1-1
|
|
|
|
- Update to official 2.27.1 and review updates
|
|
|
|
|
|
|
|
* Thu Jun 18 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.0-0.2
|
|
|
|
- Updates from initial reviews
|
|
|
|
|
|
|
|
* Thu Jun 18 2009 Peter Robinson <pbrobinson@gmail.com> 2.27.0-0.1
|
|
|
|
- Initial packaging
|