Accepting request 75060 from home:vuntz:branches:GNOME:Factory

Update to 3.1.3.1 (build failed in my branch because of new cogl conflicting with old one, but it builds fine)

OBS-URL: https://build.opensuse.org/request/show/75060
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=62
This commit is contained in:
Dominique Leuenberger 2011-07-02 10:31:04 +00:00 committed by Git OBS Bridge
parent 1fdea16fbe
commit 2c1b24a301
4 changed files with 14 additions and 6 deletions

3
mutter-3.1.3.1.tar.bz2 Normal file
View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Jul 2 09:31:10 CEST 2011 - vuntz@opensuse.org
- Update to version 3.1.3.1:
+ Back API version down to "3.0": the change to Meta-3.1.gir was
unintentional.
+ Updated translations.
-------------------------------------------------------------------
Fri Jul 1 09:04:24 CEST 2011 - dimstar@opensuse.org

View File

@ -36,7 +36,7 @@ BuildRequires: gnome-common
%endif
License: GPLv2+
Group: System/GUI/GNOME
Version: 3.1.3
Version: 3.1.3.1
Release: 1
Summary: Window and compositing manager based on Clutter
Source: http://download.gnome.org/sources/mutter/3.1/%{name}-%{version}.tar.bz2
@ -115,7 +115,7 @@ rm -rf %{buildroot}
%{_bindir}/*
%{_libdir}/*.so.*
%{_libdir}/mutter/
%exclude %{_libdir}/mutter/Meta-3.1.gir
%exclude %{_libdir}/mutter/Meta-3.0.gir
%{_datadir}/applications/mutter.desktop
%{_datadir}/mutter/
# Do not depend on libgnome just for a directory
@ -130,7 +130,7 @@ rm -rf %{buildroot}
%defattr (-, root, root)
%{_includedir}/mutter/
%{_libdir}/*.so
%{_libdir}/mutter/Meta-3.1.gir
%{_libdir}/mutter/Meta-3.0.gir
%{_libdir}/pkgconfig/*.pc
%changelog