diff --git a/.abf.yml b/.abf.yml index a11ca65..f47a456 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - SDL2-2.0.8.tar.gz: 959ec6ded277821995d2e3cafd973f6ab9f48ab7 + SDL2-2.0.9.tar.gz: 4354c6baad9a48486182656a7506abfb63e9bff5 diff --git a/SDL2.spec b/SDL2.spec index dd987ba..9821691 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -1,4 +1,4 @@ -%define oversion 0.8.0 +%define oversion 0.9.0 %define api 2.0 %define major 0 @@ -7,7 +7,7 @@ Summary: Simple DirectMedia Layer Name: SDL2 -Version: 2.0.8 +Version: 2.0.9 Release: 1 License: Zlib Group: System/Libraries @@ -52,8 +52,6 @@ platforms. %package -n %{libname} Summary: Main library for %{name} Group: System/Libraries -Conflicts: %{_lib}SDL2_2.0_1 < 2.0.5-4 -Obsoletes: %{_lib}SDL2_2.0_1 < 2.0.5-4 %description -n %{libname} This package contains the library needed to run programs dynamically @@ -94,12 +92,11 @@ applications which will use %{name}. %apply_patches %build -%global optflags %{optflags} -mstackrealign +%define optflags %{optflags} -mstackrealign %cmake \ -DRPATH:BOOL=OFF \ -DSDL_STATIC:BOOL=OFF -%make +%make -s %install %makeinstall_std -C build -