Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dvd+rw-tools for openSUSE:Factory checked in at 2025-03-27 22:33:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dvd+rw-tools (Old) and /work/SRC/openSUSE:Factory/.dvd+rw-tools.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dvd+rw-tools" Thu Mar 27 22:33:28 2025 rev:26 rq:1256433 version:7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/dvd+rw-tools/dvd+rw-tools.changes 2024-02-29 21:51:36.516748929 +0100 +++ /work/SRC/openSUSE:Factory/.dvd+rw-tools.new.2696/dvd+rw-tools.changes 2025-03-27 22:34:08.317169332 +0100 @@ -1,0 +2,6 @@ +Fri Mar 14 08:15:13 UTC 2025 - Marguerite Su <i...@marguerite.su> + +- add 10-blue-ray-bug713016.patch + * Fix spurious "CLOSE SESSION failed" on BD-R + +------------------------------------------------------------------- New: ---- 10-blue-ray-bug713016.patch BETA DEBUG BEGIN: New: - add 10-blue-ray-bug713016.patch * Fix spurious "CLOSE SESSION failed" on BD-R BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dvd+rw-tools.spec ++++++ --- /var/tmp/diff_new_pack.t39RFb/_old 2025-03-27 22:34:08.841191023 +0100 +++ /var/tmp/diff_new_pack.t39RFb/_new 2025-03-27 22:34:08.845191188 +0100 @@ -1,7 +1,7 @@ # # spec file for package dvd+rw-tools # -# Copyright (c) 2024 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 @@ -37,6 +37,8 @@ Patch4: dvd+rw-tools-buffer.patch # PATCH-FIX-UPSTREAM fix-build-with-recent-glibc.patch Patch5: fix-build-with-recent-glibc.patch +# PATCH-FIX-UPSTREAM 10-blue-ray-bug713016.patch -- Fix spurious "CLOSE SESSION failed" on BD-R +Patch6: 10-blue-ray-bug713016.patch BuildRequires: gcc-c++ BuildRequires: m4 # According to Linux from scratch dvd+rw-tools needs this to function correctly with wodim @@ -57,6 +59,7 @@ %patch -P 3 %patch -P 4 %patch -P 5 -p1 +%patch -P 6 -p1 %build export CFLAGS="%{optflags} -fno-strict-aliasing" ++++++ 10-blue-ray-bug713016.patch ++++++ ## Description: Fix spurious "CLOSE SESSION failed" on BD-R ## Origin/Author: Thomas Schmitt <scdbac...@gmx.net> ## Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713016 Index: dvd+rw-tools-7.1/growisofs_mmc.cpp =================================================================== --- dvd+rw-tools-7.1.orig/growisofs_mmc.cpp +++ dvd+rw-tools-7.1/growisofs_mmc.cpp @@ -756,6 +757,9 @@ static void bd_r_format (Scsi_Command &c wait_for_unit (cmd); + // debian bug #713016 + bdr_plus_pow = 1; + cmd[0] = 0x35; // FLUSH CACHE cmd[9] = 0; cmd.transport();