Accepting request 101613 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/101613 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutter?expand=0&rev=40
This commit is contained in:
commit
100a138832
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:58079853f8bfa9aa4b7d3deae2c137960b30eafd0009ef83d4d93310009be81c
|
|
||||||
size 1644884
|
|
3
mutter-3.3.4.tar.xz
Normal file
3
mutter-3.3.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:00238a58ad5b4a0fe5036afbe38ee4860ac2a77efa0998e4d1cc57ef1ffaecee
|
||||||
|
size 1645568
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 20 19:39:38 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.3.4:
|
||||||
|
+ Adapt to changes in GtkStateFlags
|
||||||
|
+ Redo properties for applications menu corresponding to GTK+
|
||||||
|
changes - they are now _GTK_* not DBUS_*.
|
||||||
|
+ Fix crash on gnome-shell restart when a modal dialog is open
|
||||||
|
[bgo#668299]
|
||||||
|
+ Code cleanup [bgo#666039]
|
||||||
|
+ Updated translations.
|
||||||
|
- Drop mutter-fix-build-latest-gtk3.patch: fixed upstream.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 18 11:28:48 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Add mutter-fix-build-latest-gtk3.patch: fix build caused by an
|
||||||
|
API change in GTK+ 3.3.8.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 5 07:34:46 UTC 2012 - vuntz@opensuse.org
|
Thu Jan 5 07:34:46 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
17
mutter.spec
17
mutter.spec
@ -15,8 +15,14 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: mutter
|
Name: mutter
|
||||||
|
Version: 3.3.4
|
||||||
|
Release: 0
|
||||||
|
Summary: Window and compositing manager based on Clutter
|
||||||
|
License: GPL-2.0+
|
||||||
|
Group: System/GUI/GNOME
|
||||||
|
Url: http://www.gnome.org
|
||||||
|
Source: http://download.gnome.org/sources/mutter/3.3/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: clutter-devel
|
BuildRequires: clutter-devel
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gnome-doc-utils-devel
|
BuildRequires: gnome-doc-utils-devel
|
||||||
@ -34,17 +40,10 @@ BuildRequires: pkgconfig(libcanberra-gtk3)
|
|||||||
%if 0%{?BUILD_FROM_VCS}
|
%if 0%{?BUILD_FROM_VCS}
|
||||||
BuildRequires: gnome-common
|
BuildRequires: gnome-common
|
||||||
%endif
|
%endif
|
||||||
Version: 3.3.3
|
|
||||||
Release: 0
|
|
||||||
Summary: Window and compositing manager based on Clutter
|
|
||||||
License: GPL-2.0+
|
|
||||||
Group: System/GUI/GNOME
|
|
||||||
Source: http://download.gnome.org/sources/mutter/3.3/%{name}-%{version}.tar.xz
|
|
||||||
Url: http://www.gnome.org
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
Requires: zenity
|
Requires: zenity
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
Provides: windowmanager
|
Provides: windowmanager
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%glib2_gsettings_schema_requires
|
%glib2_gsettings_schema_requires
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user