2 Commits

7 changed files with 31 additions and 31 deletions

View File

@@ -1,14 +0,0 @@
<services>
<service mode="disabled" name="obs_scm">
<param name="scm">git</param>
<param name="url">https://github.com/RobinTMiller/dt.git</param>
<param name="version">23.28</param>
<param name="revision">67756d72982cad8f93475c2d4c5d901fbd50b1f7</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="buildtime"/>
</services>

View File

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

3
dt-dt.v25.tar.gz Normal file
View File

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

View File

@@ -1,7 +1,17 @@
Index: Documentation/dt.man
===================================================================
--- Documentation/dt.man.orig
+++ Documentation/dt.man
From 67e2968e314f554e094fb1a4440e8237b5eae267 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= <foss@grueninger.de>
Date: Thu, 18 Sep 2025 15:14:36 +0200
Subject: [PATCH] [manpage] Change .tP to .TP
Fixes #4
---
Documentation/dt.man | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/dt.man b/Documentation/dt.man
index 58b890c..aaae007 100644
--- a/Documentation/dt.man
+++ b/Documentation/dt.man
@@ -299,7 +299,7 @@ Log File Format Keywords:
.TP
%iodir
@@ -11,3 +21,5 @@ Index: Documentation/dt.man
%iotype
The I/O type.
.TP
--
2.51.0

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Sep 18 13:08:49 UTC 2025 - Christoph G <foss@grueninger.de>
- update to 25
* New I/O behaviors: dtapp, hammer, sio
- adjust dt-manpage.patch
-------------------------------------------------------------------
Mon Feb 26 08:10:11 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -1,5 +0,0 @@
name: dt
version: 23.28
mtime: 1616094591
commit: 67756d72982cad8f93475c2d4c5d901fbd50b1f7

10
dt.spec
View File

@@ -1,7 +1,7 @@
#
# spec file for package dt
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
Name: dt
Version: 23.28
Version: 25
Release: 0
Summary: Generic data test program
License: MIT
Group: System/Filesystems
URL: https://github.com/RobinTMiller/dt
Source: dt-%{version}.tar.xz
Source: https://github.com/RobinTMiller/dt/archive/refs/tags/dt.v25.tar.gz#/dt-dt.v%{version}.tar.gz
# PATCH-FIX-UPSTREAM dt-manpage.patch -- https://github.com/RobinTMiller/dt/issues/4
Patch0: dt-manpage.patch
BuildRequires: pkgconfig
@@ -38,11 +38,11 @@ statisics and other test parameters before exiting. Since verification
of data is performed, dt can be thought of as a generic diagnostic tool.
%prep
%autosetup -p0
%autosetup -p1 -n dt-dt.v%{version}
%build
CFLAGS=$(pkg-config --cflags uuid)
export CFLAGS="%{optflags} $CFLAGS -I.. -DAIO -DFIFO -DMMAP -D__linux__ -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DTHREADS -DSCSI"
export CFLAGS="%{optflags} $CFLAGS -std=c99 -I.. -DAIO -DMMAP -D__linux__ -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DSCSI -DHAVE_UUID=0 -DNVME"
export LIBS=$(pkg-config --libs uuid)
export LDFLAGS="-Wl,--no-undefined -Wl,-z,now"
mkdir build