automatic version update by autodist [release 3.20.3-1mamba;Wed Jun 29 2016]

This commit is contained in:
Automatic Build System 2024-01-06 07:27:50 +01:00
parent c56c33cc7c
commit 7657f70946
2 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- mutter-3.20.3/src/core/startup-notification.c.orig 2016-07-08 23:09:06.728564374 +0200
+++ mutter-3.20.3/src/core/startup-notification.c 2016-07-08 23:09:56.925482612 +0200
@@ -418,7 +418,7 @@
elapsed = ctod->now - timestamp;
meta_topic (META_DEBUG_STARTUP,
- "Sequence used %ld ms vs. %d max: %s\n",
+ "Sequence used %lld ms vs. %d max: %s\n",
elapsed, STARTUP_TIMEOUT,
meta_startup_notification_sequence_get_id (sequence));

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: mutter
Version: 3.20.2
Version: 3.20.3
Release: 1mamba
Summary: A compositing window manager based on Metacity
Group: Graphical Desktop/Libraries/GNOME
@ -13,6 +13,7 @@ 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
Patch3: mutter-3.18.2-missing_math_header.patch
Patch4: mutter-3.20.3-x86-longlong.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -124,6 +125,7 @@ This package includes the %{name} API documentation.
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%build
%configure \
@ -203,6 +205,9 @@ fi
#%{_datadir}/gtk-doc/html/meta/*
%changelog
* Wed Jun 29 2016 Automatic Build System <autodist@mambasoft.it> 3.20.3-1mamba
- automatic version update by autodist
* Mon May 16 2016 Automatic Build System <autodist@mambasoft.it> 3.20.2-1mamba
- automatic version update by autodist