]> git.pld-linux.org Git - packages/SDL2.git/commitdiff
include a fix for the Firewatch game
authorJacek Konieczny <jajcus@jajcus.net>
Mon, 25 Jun 2018 18:39:04 +0000 (20:39 +0200)
committerJacek Konieczny <jajcus@jajcus.net>
Mon, 25 Jun 2018 18:39:04 +0000 (20:39 +0200)
Release: 2

SDL2.spec

index 421331714ab0dc498f298bac3a051626a893c0cd..a884dc431e4ae672daf32c440cb04e3200e6425b 100644 (file)
--- a/SDL2.spec
+++ b/SDL2.spec
@@ -63,13 +63,14 @@ Summary(pl.UTF-8):  SDL (Simple DirectMedia Layer) - Biblioteka do gier/multimedi
 Summary(zh_CN.UTF-8):  SDL (Simple DirectMedia Layer) Generic APIs - 游戏/多媒体库
 Name:          SDL2
 Version:       2.0.8
-Release:       1
+Release:       2
 License:       Zlib (BSD-like)
 Group:         Libraries
 Source0:       http://www.libsdl.org/release/%{name}-%{version}.tar.gz
 # Source0-md5: 3800d705cef742c6a634f202c37f263f
 Patch0:                %{name}-config.patch
 Patch1:                %{name}-cflags.patch
+Patch2:                firewatch_fix.patch
 URL:           http://www.libsdl.org/
 %{?with_kms:BuildRequires:     Mesa-libgbm-devel >= 9.0.0}
 %{?with_wayland:BuildRequires: Mesa-libwayland-egl-devel}
@@ -215,6 +216,7 @@ SDL - przykładowe programy.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
This page took 0.129618 seconds and 4 git commands to generate.