diff --git a/0001-Fix-format-overflow-warning-with-32-bit-gcc.patch b/0001-Fix-format-overflow-warning-with-32-bit-gcc.patch deleted file mode 100644 index 35f4cc1..0000000 --- a/0001-Fix-format-overflow-warning-with-32-bit-gcc.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 6c16e1ee44f0ce02fdac3a83df744a79305af13e Mon Sep 17 00:00:00 2001 -From: "Andrew J. Hesford" -Date: Fri, 26 Nov 2021 07:57:31 -0500 -Subject: [PATCH] Fix format overflow warning with 32-bit gcc - ---- - Quake/gl_model.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Quake/gl_model.c b/Quake/gl_model.c -index 75d2ae6..062ce2a 100644 ---- a/Quake/gl_model.c -+++ b/Quake/gl_model.c -@@ -2465,7 +2465,7 @@ visdone: - - if (i < mod->numsubmodels-1) - { // duplicate the basic information -- char name[10]; -+ char name[12]; - - sprintf (name, "*%i", i+1); - loadmodel = Mod_FindName (name); --- -2.34.1 - diff --git a/vkQuake-1.12.1.tar.gz b/vkQuake-1.12.1.tar.gz deleted file mode 100644 index 0a003c9..0000000 --- a/vkQuake-1.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8adbc27dd46962cd69165e84559b7bda8515ade381f22ba775c333440f2a2f32 -size 13430306 diff --git a/vkQuake-1.12.2.tar.gz b/vkQuake-1.12.2.tar.gz new file mode 100644 index 0000000..f158c14 --- /dev/null +++ b/vkQuake-1.12.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ce6d44dbc13d8d9b689efa32b19b2765257f3b859becf34cb2e894751ea046e +size 13748314 diff --git a/vkquake.changes b/vkquake.changes index b91d49f..bcfc7ef 100644 --- a/vkquake.changes +++ b/vkquake.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 24 22:08:13 UTC 2022 - Dirk Müller + +- update to 1.12.2: + * Improved compatibility with the 2021 Quake re-release + * Various bug fixes + * Small performance improvements + * Improved support for non power of two textures + * Updated SDL to 2.0.18 +- remove 0001-Fix-format-overflow-warning-with-32-bit-gcc.patch: upstream + ------------------------------------------------------------------- Mon Dec 6 20:01:40 UTC 2021 - Martin Hauke diff --git a/vkquake.spec b/vkquake.spec index b055672..f998448 100644 --- a/vkquake.spec +++ b/vkquake.spec @@ -1,7 +1,7 @@ # # spec file for package vkquake # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2017 Luke Jones # # All modifications and additions to the file contributed by third parties @@ -18,15 +18,13 @@ Name: vkquake -Version: 1.12.1 +Version: 1.12.2 Release: 0 Summary: Quake 1 port using Vulkan instead of OpenGL for rendering License: GPL-2.0-or-later Group: Amusements/Games/3D/Shoot URL: https://github.com/Novum/vkQuake Source: https://github.com/Novum/vkQuake/archive/refs/tags/%{version}.tar.gz#/vkQuake-%{version}.tar.gz -# PATCH-FIX-UPSTREAM https://github.com/Novum/vkQuake/pull/400 -Patch0: 0001-Fix-format-overflow-warning-with-32-bit-gcc.patch Source99: %{name}.changes Source100: appdata.xml Source101: %{name}.desktop