From 412aa01fa93c10c2dea99c263e2294c70fc3ad7f44f10d7171b300f0cb1a43d4 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Sun, 11 Jun 2017 06:44:22 +0000 Subject: [PATCH] - Remove raylig-use-optflags.patch: Using meson for build OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/raylib?expand=0&rev=3 --- raylib.changes | 5 +++++ raylib.spec | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/raylib.changes b/raylib.changes index 5328c7f..d476b4a 100644 --- a/raylib.changes +++ b/raylib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jun 11 06:40:24 UTC 2017 - mvetter@suse.com + +- Remove raylig-use-optflags.patch: Using meson for build + ------------------------------------------------------------------- Thu Jun 8 15:14:33 UTC 2017 - mvetter@suse.com diff --git a/raylib.spec b/raylib.spec index dda0c22..276c291 100644 --- a/raylib.spec +++ b/raylib.spec @@ -27,8 +27,6 @@ Source: https://github.com/raysan5/%{name}/archive/%{version}.tar.gz # Will be in next release: https://github.com/raysan5/raylib/pull/297 Source1: root-meson.build Source2: src-meson.build -# https://github.com/raysan5/raylib/pull/295 -Patch0: raylig-use-optflags.patch BuildRequires: Mesa-libGL-devel BuildRequires: libglfw-devel BuildRequires: meson >= 0.39.1 @@ -57,7 +55,6 @@ C library to learn videogames programming %prep %setup -q -%patch0 -p1 cp %{SOURCE1} meson.build cp %{SOURCE2} src/meson.build