Accepting request 58234 from GNOME:Factory
Accepted submit request 58234 from user vuntz OBS-URL: https://build.opensuse.org/request/show/58234 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutter?expand=0&rev=21
This commit is contained in:
commit
4185b8faad
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ea2cc6c24f6b30db5079d6df4c25ffcfa5f167f66178f2b7f7a5ff73a643c591
|
|
||||||
size 2019741
|
|
3
mutter-2.91.4.tar.bz2
Normal file
3
mutter-2.91.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bb30d1881941028938c073370ab1ae37e65afa4420dc5b664657bec3de0ec172
|
||||||
|
size 2045866
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 7 19:33:37 CET 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.91.4:
|
||||||
|
+ Update for GTK+ 3 changes.
|
||||||
|
+ Support maximizing a window by dragging to the top of the
|
||||||
|
screen in the same way you can tile by dragging to the edge of
|
||||||
|
the screen.
|
||||||
|
+ Misc bug fixes.
|
||||||
|
+ Bugs fixed: bgo#630548, bgo#636083, bgo#636301, bgo#636302,
|
||||||
|
bgo#636491, bgo#637802.
|
||||||
|
+ Updated translations.
|
||||||
|
- Drop mutter-gdk_functions.patch, mutter-gtk_states.patch,
|
||||||
|
mutter-port-testgradients-to-gtk3.patch: they're all fixed
|
||||||
|
upstream.
|
||||||
|
- Move %{_libdir}/mutter/Meta-2.91.gir to devel subpackage.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 14 08:42:01 UTC 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Add patches from upstream git to fix build with latest gtk3L:
|
||||||
|
+ mutter-gdk_functions.patch: commit 8994e6
|
||||||
|
+ mutter-port-testgradients-to-gtk3.patch: commit d74659
|
||||||
|
+ mutter-gtk_states.patch: commit 544c8.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 30 12:45:03 CET 2010 - dimstar@opensuse.org
|
Tue Nov 30 12:45:03 CET 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
13
mutter.spec
13
mutter.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mutter (Version 2.91.3)
|
# spec file for package mutter (Version 2.91.4)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -32,8 +32,9 @@ BuildRequires: update-desktop-files
|
|||||||
BuildRequires: zenity
|
BuildRequires: zenity
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Version: 2.91.3
|
Version: 2.91.4
|
||||||
Release: 1
|
Release: 1
|
||||||
|
# FIXME: add libcanberra-devel BuildRequires when it has support for gtk3
|
||||||
Summary: Window and compositing manager based on Clutter
|
Summary: Window and compositing manager based on Clutter
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
@ -101,9 +102,10 @@ rm -rf %{buildroot}
|
|||||||
%doc AUTHORS COPYING ChangeLog NEWS rationales.txt README
|
%doc AUTHORS COPYING ChangeLog NEWS rationales.txt README
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_libdir}/mutter
|
%{_libdir}/mutter/
|
||||||
|
%exclude %{_libdir}/mutter/Meta-2.91.gir
|
||||||
%{_datadir}/applications/mutter.desktop
|
%{_datadir}/applications/mutter.desktop
|
||||||
%{_datadir}/mutter
|
%{_datadir}/mutter/
|
||||||
# Do not depend on libgnome just for a directory
|
# Do not depend on libgnome just for a directory
|
||||||
%dir %{_datadir}/gnome
|
%dir %{_datadir}/gnome
|
||||||
%dir %{_datadir}/gnome/wm-properties
|
%dir %{_datadir}/gnome/wm-properties
|
||||||
@ -114,8 +116,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
%{_includedir}/mutter
|
%{_includedir}/mutter/
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
%{_libdir}/mutter/Meta-2.91.gir
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user