Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cdrdao for openSUSE:Factory checked in at 2023-12-19 23:16:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cdrdao (Old) and /work/SRC/openSUSE:Factory/.cdrdao.new.9037 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cdrdao" Tue Dec 19 23:16:26 2023 rev:31 rq:1133980 version:1.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/cdrdao/cdrdao.changes 2020-04-13 12:52:33.016628878 +0200 +++ /work/SRC/openSUSE:Factory/.cdrdao.new.9037/cdrdao.changes 2023-12-19 23:16:35.755201604 +0100 @@ -1,0 +2,24 @@ +Fri Dec 8 16:11:08 UTC 2023 - Andrea Manzini <andrea.manz...@suse.com> + +- Update to version 1.2.5: + * gcdmaster port to GTK 3 (Stefan Roellin) + * Support to specify encoding in TOC (Denis Leroy): + * one of ENCODING_ISO_8859_1, ENCODING_ASCII, ENCODING_MS_JIS, ENCODING_KOREAN, ENCODING_MANDARIN + may be specified on LANGUAGE section. + * TOC always dumped in UTF-8, unless --no-utf8 is specified + * Fix --swap argument with generic-mmc-raw driver (Alex Free) + * cdrdao: + + new cdtext command to dump CD-TEXT disc content + + deprecate 0x10 driver option by checking device configuration + * toc2cue: (Jonathan Simpson) + + add option to convert bin file, removing subchannel data that isn't supported by cue/bin files + + add option to swap byte order when creating new bin file + * toc2mp3: (DL) + + -J option to force specific text decoding + + support for character encoding in filenames and id3v2 tags + + Fix eject by first issuing PREVENT ALLOW MEDIUM REMOVAL (DL) + + Removed scsilib snapshot from old cdrecord project, only use native interface. RIP Jörg Schilling. + + Misc compile and warning fixes for newer C++ compilers (Fedora) + + Cddb server updates. + +------------------------------------------------------------------- Old: ---- cdrdao-1.2.4.tar.bz2 New: ---- cdrdao-1.2.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cdrdao.spec ++++++ --- /var/tmp/diff_new_pack.0bto5t/_old 2023-12-19 23:16:36.715236565 +0100 +++ /var/tmp/diff_new_pack.0bto5t/_new 2023-12-19 23:16:36.719236710 +0100 @@ -1,7 +1,7 @@ # # spec file for package cdrdao # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # 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: cdrdao -Version: 1.2.4 +Version: 1.2.5 Release: 0 Summary: Tool to write CD-Rs in Disk-At-Once Mode License: GPL-2.0-or-later @@ -27,18 +27,18 @@ # PATCH-FIX-OPENSUSE cdrdao-build.patch Patch0: cdrdao-build.patch # PATCH-FIX-OPENSUSE cdrdao-fixes.patch bnc#424635 nadvor...@suse.cz -- Fix cdrdao segfault -Patch2: cdrdao-fixes.patch +Patch1: cdrdao-fixes.patch # PATCH-FIX-OPENSUSE cdrdao-1.2.3-stat.patch asterios.dra...@gmail.com -- Missing includes causes failure build (patch taken from Fedora) -Patch3: cdrdao-1.2.3-stat.patch +Patch2: cdrdao-1.2.3-stat.patch # PATCH-FIX-OPENSUSE cdrdao-drop-gconf-dep.patch -- Drop dependency on gconf2 -Patch5: cdrdao-drop-gconf-dep.patch +Patch3: cdrdao-drop-gconf-dep.patch BuildRequires: gcc-c++ BuildRequires: libao-devel BuildRequires: libsigc++2-devel BuildRequires: libvorbis-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(mad) -Obsoletes: gcdmaster <= 1.2.3 +Obsoletes: gcdmaster <= 1.2.4 %description CDRDAO creates CD-Rs in disk-at-once (DAO) mode driven by a description ++++++ cdrdao-1.2.3-stat.patch ++++++ --- /var/tmp/diff_new_pack.0bto5t/_old 2023-12-19 23:16:36.739237438 +0100 +++ /var/tmp/diff_new_pack.0bto5t/_new 2023-12-19 23:16:36.739237438 +0100 @@ -1,7 +1,7 @@ -Index: cdrdao-1.2.4/dao/ScsiIf-linux.cc +Index: cdrdao-1.2.5/dao/ScsiIf-linux.cc =================================================================== ---- cdrdao-1.2.4.orig/dao/ScsiIf-linux.cc -+++ cdrdao-1.2.4/dao/ScsiIf-linux.cc +--- cdrdao-1.2.5.orig/dao/ScsiIf-linux.cc ++++ cdrdao-1.2.5/dao/ScsiIf-linux.cc @@ -22,6 +22,9 @@ #include <sys/types.h> #include <sys/stat.h> ++++++ cdrdao-1.2.4.tar.bz2 -> cdrdao-1.2.5.tar.bz2 ++++++ ++++ 175979 lines of diff (skipped) ++++++ cdrdao-build.patch ++++++ --- /var/tmp/diff_new_pack.0bto5t/_old 2023-12-19 23:16:37.727273418 +0100 +++ /var/tmp/diff_new_pack.0bto5t/_new 2023-12-19 23:16:37.731273563 +0100 @@ -1,7 +1,7 @@ -Index: cdrdao-1.2.4/trackdb/FormatConverter.h +Index: cdrdao-1.2.5/trackdb/FormatConverter.h =================================================================== ---- cdrdao-1.2.4.orig/trackdb/FormatConverter.h -+++ cdrdao-1.2.4/trackdb/FormatConverter.h +--- cdrdao-1.2.5.orig/trackdb/FormatConverter.h ++++ cdrdao-1.2.5/trackdb/FormatConverter.h @@ -29,7 +29,7 @@ // Quick abstract class declarations. Format converters should derive ++++++ cdrdao-drop-gconf-dep.patch ++++++ --- /var/tmp/diff_new_pack.0bto5t/_old 2023-12-19 23:16:37.743274001 +0100 +++ /var/tmp/diff_new_pack.0bto5t/_new 2023-12-19 23:16:37.747274146 +0100 @@ -6,17 +6,17 @@ configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -Index: cdrdao-1.2.3/configure.ac +Index: cdrdao-1.2.5/configure.ac =================================================================== ---- cdrdao-1.2.3.orig/configure.ac -+++ cdrdao-1.2.3/configure.ac -@@ -8,7 +8,7 @@ AM_INIT_AUTOMAKE - AM_CONFIG_HEADER(config.h) +--- cdrdao-1.2.5.orig/configure.ac ++++ cdrdao-1.2.5/configure.ac +@@ -9,7 +9,7 @@ AM_INIT_AUTOMAKE(subdir-objects) + AC_CONFIG_HEADERS(config.h) AM_MAINTAINER_MODE AC_CANONICAL_HOST -AM_GCONF_SOURCE_2 +#AM_GCONF_SOURCE_2 + AM_ICONV AC_ARG_WITH(pcctsbin,[ --with-pcctsbin=dir set directory of PCCTS parser generator executables],[pcctsbin=$withval],[pcctsbin=default]) - ++++++ cdrdao-fixes.patch ++++++ --- /var/tmp/diff_new_pack.0bto5t/_old 2023-12-19 23:16:37.759274584 +0100 +++ /var/tmp/diff_new_pack.0bto5t/_new 2023-12-19 23:16:37.767274875 +0100 @@ -1,7 +1,7 @@ -Index: cdrdao-1.2.4/paranoia/p_block.c +Index: cdrdao-1.2.5/paranoia/p_block.c =================================================================== ---- cdrdao-1.2.4.orig/paranoia/p_block.c -+++ cdrdao-1.2.4/paranoia/p_block.c +--- cdrdao-1.2.5.orig/paranoia/p_block.c ++++ cdrdao-1.2.5/paranoia/p_block.c @@ -111,6 +111,7 @@ void free_c_block(c_block *c){ }