[packages/dvd+rw-tools] Rel 5
arekm
arekm at pld-linux.org
Mon Mar 9 14:26:47 CET 2026
commit 43be0d8cd40f5aa4faa32d0e54da93a9b48d6c8c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Mar 9 14:26:35 2026 +0100
Rel 5
dvd+rw-tools-headers.patch | 3 ++-
dvd+rw-tools.spec | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/dvd+rw-tools.spec b/dvd+rw-tools.spec
index ffb856e..868a0a4 100644
--- a/dvd+rw-tools.spec
+++ b/dvd+rw-tools.spec
@@ -2,7 +2,7 @@ Summary: Toolchain for mastering recordable DVD media
Summary(pl.UTF-8): Zestaw narzędzi do nagrywania płyt DVD
Name: dvd+rw-tools
Version: 7.1
-Release: 4
+Release: 5
License: GPL
Group: Applications/Multimedia
Source0: http://fy.chalmers.se/~appro/linux/DVD+RW/tools/%{name}-%{version}.tar.gz
@@ -46,7 +46,7 @@ head -n 395 growisofs.c > ChangeLog
%{__make} \
CC="%{__cc}" \
CXX="%{__cxx}" \
- CFLAGS="%{rpmcflags} -Wall" \
+ CFLAGS="%{rpmcflags} -Wall -std=gnu89" \
CXXFLAGS="%{rpmcflags} -fno-exceptions -Wall"
%install
diff --git a/dvd+rw-tools-headers.patch b/dvd+rw-tools-headers.patch
index f6ff77d..8f952c9 100644
--- a/dvd+rw-tools-headers.patch
+++ b/dvd+rw-tools-headers.patch
@@ -1,11 +1,12 @@
diff -urN dvd+rw-tools-7.0.orig/growisofs.c dvd+rw-tools-7.0/growisofs.c
--- dvd+rw-tools-7.0.orig/growisofs.c 2008-01-23 19:59:13.000000000 +0100
+++ dvd+rw-tools-7.0/growisofs.c 2008-01-23 20:11:20.625116825 +0100
-@@ -423,6 +423,7 @@
+@@ -423,6 +423,8 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <assert.h>
+#include <limits.h>
++#include <sys/sysmacros.h>
#include "mp.h"
#if defined(__unix) || defined(__unix__)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dvd+rw-tools.git/commitdiff/43be0d8cd40f5aa4faa32d0e54da93a9b48d6c8c
More information about the pld-cvs-commit
mailing list