diff --git a/supertuxkart.changes b/supertuxkart.changes index 53732b5..32216bf 100644 --- a/supertuxkart.changes +++ b/supertuxkart.changes @@ -18,6 +18,7 @@ Tue Nov 26 18:14:30 UTC 2013 - dimstar@opensuse.org + Added ability to save and resume Grand Prix. + Improved skid marks and particle effects. - Drop supertuxkart-desktop.patch: fixed upstream. +- Add bluez-devel BuildRequires: new dependency. ------------------------------------------------------------------- Wed Feb 20 16:21:05 UTC 2013 - cfarrell@suse.com diff --git a/supertuxkart.spec b/supertuxkart.spec index a97eb6b..31953e5 100644 --- a/supertuxkart.spec +++ b/supertuxkart.spec @@ -26,6 +26,7 @@ Url: http://supertuxkart.sourceforge.net/ Source: http://sourceforge.net/projects/supertuxkart/files/SuperTuxKart/%{version}/%{name}-%{version}-src.tar.bz2 # Geeko kart add-on (CC-BY 3.0) Source1: http://stkaddons.net/dl/14e6ba25b17f0d.zip +BuildRequires: bluez-devel BuildRequires: cmake BuildRequires: curl-devel BuildRequires: fdupes @@ -76,7 +77,7 @@ popd mkdir cmake_build cd cmake_build cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} .. - make %{?_smp_mflags} VERBOSE=1 +make %{?_smp_mflags} %install cd cmake_build