SHA256
1
0
forked from pool/gzdoom

13 Commits

Author SHA256 Message Date
2988733716 Fix factory state 2025-08-12 09:07:43 +02:00
8e0ba023d0 Accepting request 1244476 from games
- Retain modtime of files for reproducibility

OBS-URL: https://build.opensuse.org/request/show/1244476
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzdoom?expand=0&rev=40
2025-02-09 19:07:47 +00:00
OBS User unknown
187365230f [info=ed7ffd89de760aeb8ad9b44bd3500e71f5fa90242c36d1277ce92e474264a2f2]
OBS-URL: https://build.opensuse.org/package/show/games/gzdoom?expand=0&rev=123
2025-02-09 10:12:06 +00:00
890d2f82b8 Accepting request 1231771 from games
- Update to release 4.14.0

OBS-URL: https://build.opensuse.org/request/show/1231771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzdoom?expand=0&rev=39
2024-12-18 19:09:39 +00:00
OBS User unknown
15fe70a97f [info=0f53b84fd90486d998e3cddfa34330f5a44bad9b73d67697e05607680868459c]
OBS-URL: https://build.opensuse.org/package/show/games/gzdoom?expand=0&rev=122
2024-12-18 01:06:13 +00:00
02b0200282 Accepting request 1220355 from games
- Update to release 4.13.2

OBS-URL: https://build.opensuse.org/request/show/1220355
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzdoom?expand=0&rev=38
2024-11-03 06:18:07 +00:00
OBS User unknown
70e60b8154 [info=18712dbad51f16c72f8f5dd6ff8514051766b6f94c08294898d2afa82f98a0d4]
OBS-URL: https://build.opensuse.org/package/show/games/gzdoom?expand=0&rev=121
2024-11-02 21:47:32 +00:00
ab29535306 Accepting request 1219489 from games
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1219489
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzdoom?expand=0&rev=37
2024-10-30 16:39:57 +00:00
OBS User unknown
d026e87dae [info=7dcad711907cba3434df6692ddc07c9bb3e16c6e501fefc9028bde10437bfb88]
OBS-URL: https://build.opensuse.org/package/show/games/gzdoom?expand=0&rev=120
2024-10-12 08:48:22 +00:00
OBS User unknown
fe374f3e80 [info=14d31f51356e3943d18bec3cddfb93dde40cf241a672a570234baa7477d5f761]
OBS-URL: https://build.opensuse.org/package/show/games/gzdoom?expand=0&rev=119
2024-08-28 00:40:11 +00:00
748f0a368c [info=cfd1f4cc845b2a14f58de59adf07092ffbb52f3836ad71e831b44e3f8a7336d0]
OBS-URL: https://build.opensuse.org/package/show/games/gzdoom?expand=0&rev=118
2024-08-15 16:46:02 +00:00
1032c2a07e Accepting request 1184209 from games
- Resolve improper __DATE__ replacement [boo#1226829]

OBS-URL: https://build.opensuse.org/request/show/1184209
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzdoom?expand=0&rev=36
2024-07-02 16:16:43 +00:00
82f7f08c51 - Resolve improper __DATE__ replacement [boo#1226829]
OBS-URL: https://build.opensuse.org/package/show/games/gzdoom?expand=0&rev=116
2024-07-01 07:25:48 +00:00
3 changed files with 6 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ Index: gzdoom-g4.12.2/CMakeLists.txt
endif() endif()
-set( LZMA_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/libraries/lzma/C" ) -set( LZMA_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/libraries/lzma/C" )
+pkg_check_modules(LZMA REQUIRED lzma-sdk) +pkg_check_modules(LZMA REQUIRED clzma)
if( NOT CMAKE_CROSSCOMPILING ) if( NOT CMAKE_CROSSCOMPILING )
if( NOT CROSS_EXPORTS ) if( NOT CROSS_EXPORTS )

View File

@@ -1,9 +1,3 @@
-------------------------------------------------------------------
Sun Aug 24 12:41:33 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Adjust gzdoom-lzma.patch for changes in the lzma-sdk package's
lzma-sdk-shlib.patch.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 5 03:47:23 UTC 2025 - Jan Engelhardt <jengelh@inai.de> Mon May 5 03:47:23 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package gzdoom # spec file for package gzdoom
# #
# Copyright (c) 2025 SUSE LLC and contributors # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -46,10 +46,10 @@ BuildRequires: pkgconfig(openal)
BuildRequires: pkgconfig(sdl2) >= 2.0.6 BuildRequires: pkgconfig(sdl2) >= 2.0.6
BuildRequires: pkgconfig(vpx) BuildRequires: pkgconfig(vpx)
BuildRequires: pkgconfig(zlib) BuildRequires: pkgconfig(zlib)
%if 0%{?suse_version} >= 1650 %if 0%{?suse_version} >= 1599
BuildRequires: pkgconfig(lzma-sdk) >= 23.01 BuildRequires: pkgconfig(clzma) >= 23.01
%else %else
Provides: bundled(lzma-sdk) = 23.01 Provides: bundled(clzma) = 23.01
%endif %endif
Provides: qzdoom = 1.3.0 Provides: qzdoom = 1.3.0
Provides: zdoom = 2.8.1 Provides: zdoom = 2.8.1
@@ -79,7 +79,7 @@ SSE2 is a hard requirement even on 32-bit x86.
%prep %prep
%autosetup -n %name-g%version -p1 %autosetup -n %name-g%version -p1
%if 0%{?suse_version} < 1690 %if 0%{?suse_version} < 1600
# system lzma-sdk too old, use bundled copy # system lzma-sdk too old, use bundled copy
%patch -P 5 -R -p1 %patch -P 5 -R -p1
%endif %endif