diff --git a/0ad-0.0.14-alpha-unix-build.tar.xz b/0ad-0.0.14-alpha-unix-build.tar.xz deleted file mode 100644 index 153590c..0000000 --- a/0ad-0.0.14-alpha-unix-build.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2034cc71043c970e6229080385b343b08fd5c0b2258372dc19de4c2057267a5c -size 10172124 diff --git a/0ad-0.0.15-alpha-unix-build.tar.xz b/0ad-0.0.15-alpha-unix-build.tar.xz new file mode 100644 index 0000000..f626da9 --- /dev/null +++ b/0ad-0.0.15-alpha-unix-build.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceac1e878c314a84d6833d4a675c134d36245ed99ac5ba444238a449cc24471c +size 10222312 diff --git a/0ad.changes b/0ad.changes index b154567..d07a5c4 100644 --- a/0ad.changes +++ b/0ad.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jan 4 19:58:53 UTC 2014 - aj@ajaissle.de + +- Update to version 0.0.15. + ------------------------------------------------------------------- Tue Sep 10 17:09:06 UTC 2013 - mailaender@opensuse.org @@ -7,7 +12,7 @@ Tue Sep 10 17:09:06 UTC 2013 - mailaender@opensuse.org ------------------------------------------------------------------- Wed Apr 3 15:58:18 UTC 2013 - dimstar@opensuse.org -- Upadte to version 0.0.13. +- Update to version 0.0.13. ------------------------------------------------------------------- Sun Jan 13 09:33:32 UTC 2013 - joop.boonen@opensuse.org diff --git a/0ad.spec b/0ad.spec index fbc57a5..cc9feae 100644 --- a/0ad.spec +++ b/0ad.spec @@ -1,7 +1,7 @@ # # spec file for package 0ad # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: 0ad -Version: 0.0.14 +Version: 0.0.15 Release: 0 Url: http://play0ad.com/ Source: http://releases.wildfiregames.com/0ad-%{version}-alpha-unix-build.tar.xz @@ -27,10 +27,11 @@ BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: xz BuildRequires: pkgconfig(zlib) -%if 0%{?suse_version} > 1220 +%if 0%{?suse_version} >= 1220 BuildRequires: libXcursor-devel %endif BuildRequires: libcurl-devel +BuildRequires: libgloox-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: libvorbis-devel @@ -112,7 +113,7 @@ history. %build export CFLAGS="%{optflags}" export CPPFLAGS="%{optflags}" -build/workspaces/update-workspaces.sh --bindir=%{_bindir} --datadir=%{_datadir}/%{name} --libdir=%{_libdir}/%{name} --with-system-enet +build/workspaces/update-workspaces.sh %{?_smp_mflags} --bindir=%{_bindir} --datadir=%{_datadir}/%{name} --libdir=%{_libdir}/%{name} --with-system-enet pushd build/workspaces/gcc make verbose=1 %{?_smp_mflags} popd