Accepting request 230286 from GNOME:Next

Update to 3.12.1

OBS-URL: https://build.opensuse.org/request/show/230286
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=149
This commit is contained in:
Bjørn Lie 2014-04-16 08:51:40 +00:00 committed by Git OBS Bridge
parent 40c2cbd791
commit 2ae16bd0a6
4 changed files with 32 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1dcc5c71a80b74c48e8a3f1ce90bd718ab53b267cd20fe28b1543c358bb42ac6
size 1697568

3
mutter-3.12.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d0fe35ec7a6e8ef0c8d589243adeae3dc663be11169388228939cc56a4c0df2a
size 1699632

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Apr 16 06:59:50 UTC 2014 - dimstar@opensuse.org
- Update to version 3.12.1:
+ Fix opacity values from _NET_WM_WINDOW_OPACITY (bgo#727874).
+ Misc. cleanups (bgo#720631).
+ Updated translations.
-------------------------------------------------------------------
Sat Apr 5 13:32:23 UTC 2014 - dimstar@opensuse.org
- Move %{_datadir}/gtk-doc/html/meta/ to a separate devel-doc
package (in order to not conflict between mutter and
mutter-wayland).
-------------------------------------------------------------------
Wed Mar 26 19:10:09 UTC 2014 - zaitor@opensuse.org

View File

@ -17,7 +17,7 @@
Name: mutter
Version: 3.12.0
Version: 3.12.1
Release: 0
Summary: Window and compositing manager based on Clutter
License: GPL-2.0+
@ -108,6 +108,15 @@ Requires: typelib-1_0-Meta-3_0 = %{version}
This package contains all necessary include files and libraries needed
to develop applications that require these.
%package devel-doc
Summary: API Documentation of mutter
Group: Development/Libraries/GNOME
%description devel-doc
This package contains all necessary include files and libraries needed
to develop applications that require these.
%lang_package
%prep
%setup -q
@ -153,7 +162,6 @@ rm -rf %{buildroot}
%{_libdir}/mutter/plugins/default.so
%{_datadir}/applications/mutter.desktop
%doc %{_mandir}/man1/mutter.1%{?ext_man}
%doc %{_datadir}/gtk-doc/html/meta/
%files -n libmutter0
%defattr(-,root,root)
@ -184,11 +192,14 @@ rm -rf %{buildroot}
%files lang -f %{name}.lang
%files devel
%defattr (-, root, root)
%{_includedir}/mutter/
%{_libdir}/libmutter.so
%{_libdir}/mutter/Meta-3.0.gir
%{_libdir}/pkgconfig/libmutter.pc
%{_libdir}/pkgconfig/mutter-plugins.pc
%files devel-doc
%defattr (-, root, root)
%doc %{_datadir}/gtk-doc/html/meta/
%changelog