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