diff --git a/vkQuake-0.96.2.tar.gz b/vkQuake-0.96.2.tar.gz deleted file mode 100644 index f6dd601..0000000 --- a/vkQuake-0.96.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf8c550f050cccde033cb9ce228f5f9e03718bf9577ceafc4a01f7b5db674469 -size 3126508 diff --git a/vkQuake-1.00.0.tar.gz b/vkQuake-1.00.0.tar.gz new file mode 100644 index 0000000..1e55998 --- /dev/null +++ b/vkQuake-1.00.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c5420d6f5c71ed032232729fc73537588267a187bea5f29681dc2d51d8712f +size 3404109 diff --git a/vkquake.changes b/vkquake.changes index 7d8255b..5cb6872 100644 --- a/vkquake.changes +++ b/vkquake.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Oct 14 06:16:10 UTC 2018 - sean@suspend.net + +- Update to 1.00.0 + + Peformance optimizations (use function pointer instead of loader) + + Compute shader water texture update + + Update to latest QuakeSpasm code + ------------------------------------------------------------------- Tue Jun 27 22:45:25 UTC 2017 - luke.nukem.jones@gmail.com diff --git a/vkquake.spec b/vkquake.spec index b67d309..d1cb203 100644 --- a/vkquake.spec +++ b/vkquake.spec @@ -1,7 +1,7 @@ # # spec file for package vkquake # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 Luke Jones # # All modifications and additions to the file contributed by third parties @@ -13,17 +13,17 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: vkquake -Version: 0.96.2 +Version: 1.00.0 Release: 0 Summary: Quake 1 port using Vulkan instead of OpenGL for rendering # FIXME: Select a correct license from https://github.com/openSUSE/spec-cleaner#spdx-licenses # FIXME: use correct group, see "https://en.opensuse.org/openSUSE:Package_group_guidelines" -License: GPL-2.0 +License: GPL-2.0-only Group: Amusements/Games/3D/Shoot Url: https://github.com/Novum/vkQuake Source: https://github.com/Novum/vkQuake/archive/%{version}/vkQuake-%{version}.tar.gz