forked from pool/vkquake
Accepting request 948502 from games
OBS-URL: https://build.opensuse.org/request/show/948502 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vkquake?expand=0&rev=12
This commit is contained in:
commit
2b52c20ec4
@ -1,25 +0,0 @@
|
||||
From 6c16e1ee44f0ce02fdac3a83df744a79305af13e Mon Sep 17 00:00:00 2001
|
||||
From: "Andrew J. Hesford" <ajh@sideband.org>
|
||||
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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8adbc27dd46962cd69165e84559b7bda8515ade381f22ba775c333440f2a2f32
|
||||
size 13430306
|
3
vkQuake-1.12.2.tar.gz
Normal file
3
vkQuake-1.12.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ce6d44dbc13d8d9b689efa32b19b2765257f3b859becf34cb2e894751ea046e
|
||||
size 13748314
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 24 22:08:13 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <mardnh@gmx.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package vkquake
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2017 Luke Jones <luke.nukem.jones@gmail.com>
|
||||
#
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user