SHA256
1
0
forked from pool/wadptr

2 Commits

6 changed files with 17 additions and 41 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a7e84d683e4026bb5252caf2b5059e768025aed02e630af7273898307f4b2e26
size 26884

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:34f9637b683a7971bca4b0b2b065bc2328a348025d596a244c3f1d369253ef50
size 17033433

BIN
wadptr-3.8.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,33 +0,0 @@
From: Jan Engelhardt <jengelh@medozas.de>
Date: May 30 2011
Easier, simpler Makefiles.
---
Makefile.am | 8 ++++++++
configure.ac | 6 ++++++
2 files changed, 14 insertions(+)
Index: wadptr-2.4/Makefile.am
===================================================================
--- /dev/null
+++ wadptr-2.4/Makefile.am
@@ -0,0 +1,8 @@
+# -*- Makefile -*-
+
+AM_CFLAGS = -DANSILIBS -DNORMALUNIX -O3
+
+bin_PROGRAMS = wadptr
+wadptr_SOURCES = main.c errors.c lumps.c waddir.c wadmerge.c
+
+doc_DATA = wadptr.txt
Index: wadptr-2.4/configure.ac
===================================================================
--- /dev/null
+++ wadptr-2.4/configure.ac
@@ -0,0 +1,6 @@
+AC_INIT([wadptr], [2.3])
+AC_CONFIG_HEADERS([config.h])
+AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
+AC_PROG_CC
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Oct 14 23:11:31 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 3.8
* The -u ("uncompress") option was renamed to -d ("decompress",
the usual terminology used by almost every other compression
tool).
* A special sector tag range (9700-9799) is now recognized for
special effects. There are some cases where level authors may
deliberately want sidedefs to be merged even when they are
attached to special lines, and this allows that.
-------------------------------------------------------------------
Sun Feb 23 06:57:56 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package wadptr
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: wadptr
Version: 3.7
Version: 3.8
Release: 0
Group: Development/Tools/Building
Summary: Redundancy compressor for Doom WAD files