automatic version update by autodist [release 3.16.1.1-1mamba;Thu Apr 30 2015]
This commit is contained in:
parent
eea9825e25
commit
cdffbacbbf
11
mutter-3.16.1.1-gcc-4.9.2.patch
Normal file
11
mutter-3.16.1.1-gcc-4.9.2.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- mutter-3.16.1.1/src/backends/native/meta-barrier-native.c.orig 2015-04-30 01:50:45.985747451 +0200
|
||||||
|
+++ mutter-3.16.1.1/src/backends/native/meta-barrier-native.c 2015-04-30 01:49:57.490401299 +0200
|
||||||
|
@@ -31,7 +31,7 @@
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
-
|
||||||
|
+#include <math.h>
|
||||||
|
#include <meta/barrier.h>
|
||||||
|
#include <meta/util.h>
|
||||||
|
#include "backends/meta-backend-private.h"
|
13
mutter.spec
13
mutter.spec
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: mutter
|
Name: mutter
|
||||||
Version: 3.14.4
|
Version: 3.16.1.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A compositing window manager based on Metacity
|
Summary: A compositing window manager based on Metacity
|
||||||
Group: Graphical Desktop/Libraries/GNOME
|
Group: Graphical Desktop/Libraries/GNOME
|
||||||
@ -11,6 +11,7 @@ URL: http://live.gnome.org
|
|||||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/mutter/%{majver}/mutter-%{version}.tar.xz
|
Source: ftp://ftp.gnome.org/pub/gnome/sources/mutter/%{majver}/mutter-%{version}.tar.xz
|
||||||
Patch0: mutter-3.14.1-gcc-4.9.patch
|
Patch0: mutter-3.14.1-gcc-4.9.patch
|
||||||
Patch1: mutter-3.14.2-build-fix-x86.patch
|
Patch1: mutter-3.14.2-build-fix-x86.patch
|
||||||
|
Patch2: mutter-3.16.1.1-gcc-4.9.2.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -107,9 +108,14 @@ This package includes the %{name} API documentation.
|
|||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure \
|
||||||
|
%ifnarch x86_64
|
||||||
|
CFLAGS="-Wno-error=sign-compare"
|
||||||
|
%endif
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -182,6 +188,9 @@ fi
|
|||||||
%{_datadir}/gtk-doc/html/meta/*
|
%{_datadir}/gtk-doc/html/meta/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 30 2015 Automatic Build System <autodist@mambasoft.it> 3.16.1.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Apr 02 2015 Automatic Build System <autodist@mambasoft.it> 3.14.4-1mamba
|
* Thu Apr 02 2015 Automatic Build System <autodist@mambasoft.it> 3.14.4-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user