From 2ae16bd0a6cbd8ff35f88e4d164f072bb71436aef32ac279498185e5dadc9061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 16 Apr 2014 08:51:40 +0000 Subject: [PATCH] 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 --- mutter-3.12.0.tar.xz | 3 --- mutter-3.12.1.tar.xz | 3 +++ mutter.changes | 15 +++++++++++++++ mutter.spec | 17 ++++++++++++++--- 4 files changed, 32 insertions(+), 6 deletions(-) delete mode 100644 mutter-3.12.0.tar.xz create mode 100644 mutter-3.12.1.tar.xz diff --git a/mutter-3.12.0.tar.xz b/mutter-3.12.0.tar.xz deleted file mode 100644 index af36539..0000000 --- a/mutter-3.12.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1dcc5c71a80b74c48e8a3f1ce90bd718ab53b267cd20fe28b1543c358bb42ac6 -size 1697568 diff --git a/mutter-3.12.1.tar.xz b/mutter-3.12.1.tar.xz new file mode 100644 index 0000000..3f97b8d --- /dev/null +++ b/mutter-3.12.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0fe35ec7a6e8ef0c8d589243adeae3dc663be11169388228939cc56a4c0df2a +size 1699632 diff --git a/mutter.changes b/mutter.changes index 6ed6f41..9f75206 100644 --- a/mutter.changes +++ b/mutter.changes @@ -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 diff --git a/mutter.spec b/mutter.spec index 9b41c01..b3422c0 100644 --- a/mutter.spec +++ b/mutter.spec @@ -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