Accepting request 949844 from home:Kieltux:branches:games
- Update to version 1.36+git.20211208 * Fix memory corruption in S_TransferPaintBuffer * OpenGL2: GL_DEPTH_TEXTURE_MODE was removed from OpenGL 3.0/Core * Fix being unable to enter Team Arena CD key * Print full GL_EXTENSIONS list for OpenGL contexts before 3.0 * OpenGL2: Fix r_grayscale 1 making everything solid black * qsort cannot be called with NULL - Fix build on aarch64 (COMPILE_ARCH=aarch64) OBS-URL: https://build.opensuse.org/request/show/949844 OBS-URL: https://build.opensuse.org/package/show/games/ioquake3?expand=0&rev=57
This commit is contained in:
committed by
Git OBS Bridge
parent
ea57d6c66e
commit
8a0fb660f4
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 29 06:23:02 UTC 2022 - Carsten Ziepke <kieltux@gmail.com>
|
||||
|
||||
- Update to version 1.36+git.20211208
|
||||
* Fix memory corruption in S_TransferPaintBuffer
|
||||
* OpenGL2: GL_DEPTH_TEXTURE_MODE was removed from OpenGL 3.0/Core
|
||||
* Fix being unable to enter Team Arena CD key
|
||||
* Print full GL_EXTENSIONS list for OpenGL contexts before 3.0
|
||||
* OpenGL2: Fix r_grayscale 1 making everything solid black
|
||||
* qsort cannot be called with NULL
|
||||
- Fix build on aarch64 (COMPILE_ARCH=aarch64)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 1 10:14:37 UTC 2021 - Carsten Ziepke <kieltux@gmail.com>
|
||||
|
||||
|
||||
+6
-3
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ioquake3
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -26,7 +26,7 @@
|
||||
%endif
|
||||
Name: ioquake3
|
||||
# don't forget to change the version in the win32 spec file as well!
|
||||
Version: 1.36+git.20210720
|
||||
Version: 1.36+git.20211208
|
||||
Release: 0
|
||||
Summary: Quake III
|
||||
License: GPL-2.0-or-later
|
||||
@@ -83,7 +83,7 @@ repackaged as loki-setup installer
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
rm -rf code/SDL12 code/libs code/AL
|
||||
rm -rf code/SDL2 code/libs code/AL
|
||||
|
||||
%build
|
||||
cat > dobuild <<'EOF'
|
||||
@@ -91,6 +91,9 @@ cat > dobuild <<'EOF'
|
||||
%make_build \
|
||||
%ifarch armv7l armv7hl
|
||||
COMPILE_ARCH=armv7l \
|
||||
%endif
|
||||
%ifarch aarch64
|
||||
COMPILE_ARCH=aarch64 \
|
||||
%endif
|
||||
VERSION=%{version} \
|
||||
RELEASE=%{release} \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service mode="disabled" name="tar_scm">
|
||||
<param name="url">https://github.com/ioquake/ioq3.git</param>
|
||||
<param name="revision">bc8737d707595aebd7cc11d6d5a5d65ede750f59</param>
|
||||
<param name="revision">84daa2826798a84627f7f93f721182028ed007e3</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="filename">ioquake3</param>
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/ioquake/ioq3.git</param>
|
||||
<param name="changesrevision">bc8737d707595aebd7cc11d6d5a5d65ede750f59</param>
|
||||
<param name="changesrevision">84daa2826798a84627f7f93f721182028ed007e3</param>
|
||||
</service>
|
||||
</servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a107fb0826abb234b64529c7fcc5e18f6a2b18e5c52975f664f8244a8293e18
|
||||
size 5162436
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:98eae445b4b31bbece3c7cb2df7f979cc4802c044bfb159bcddabe3467e4b27b
|
||||
size 6038472
|
||||
Reference in New Issue
Block a user