automatic version update by autodist [release 3.16.1.1-1mamba;Thu Apr 30 2015]

This commit is contained in:
Automatic Build System 2024-01-06 07:27:49 +01:00
parent eea9825e25
commit cdffbacbbf
2 changed files with 22 additions and 2 deletions

View 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"

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: mutter
Version: 3.14.4
Version: 3.16.1.1
Release: 1mamba
Summary: A compositing window manager based on Metacity
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
Patch0: mutter-3.14.1-gcc-4.9.patch
Patch1: mutter-3.14.2-build-fix-x86.patch
Patch2: mutter-3.16.1.1-gcc-4.9.2.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -107,9 +108,14 @@ This package includes the %{name} API documentation.
%setup -q
#%patch0 -p1
%patch1 -p1
%patch2 -p1
%build
%configure
%configure \
%ifnarch x86_64
CFLAGS="-Wno-error=sign-compare"
%endif
%make
%install
@ -182,6 +188,9 @@ fi
%{_datadir}/gtk-doc/html/meta/*
%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
- automatic update by autodist