Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mkvtoolnix for openSUSE:Factory checked in at 2023-02-13 16:40:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mkvtoolnix (Old) and /work/SRC/openSUSE:Factory/.mkvtoolnix.new.1848 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mkvtoolnix" Mon Feb 13 16:40:47 2023 rev:153 rq:1064707 version:74.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mkvtoolnix/mkvtoolnix.changes 2023-01-03 18:14:56.854158365 +0100 +++ /work/SRC/openSUSE:Factory/.mkvtoolnix.new.1848/mkvtoolnix.changes 2023-02-13 16:42:55.964087127 +0100 @@ -1,0 +2,42 @@ +Sun Feb 12 18:14:54 UTC 2023 - Luigi Baldoni <[email protected]> + +- Update to version 74.0.0 + New features and enhancements: + * mkvmerge: SRT handling: added a hack called `--engage + keep_whitespaces_in_text_subtitles` which disables stripping + whitespaces from the start & end of each line of SRT entries + during muxing. + Bug fixes: + * all: Windows: UNC paths of type `\\?\C:\â¦` are supported + again by switching back to Boost's file system library + instead of using C++17's file system library. + * mkvmerge: AVC/H.264 & HEVC/H.265 packetizers: when appending + tracks the pixel dimensions will be checked & muxing will be + aborted if they don't match. + * mkvmerge: file type detection: file types that can be + detected unambiguously by their content (e.g. Matroska, MP4, + WAVâ¦) will now preferred in the detection order over file + types based on their extension. Prevents certain cases of + mis-detection, e.g. DTS in WAV but with a file name + extension of `.dts` being detected as the wrong type of DTS. + * mkvmerge: SRT handling: whitespaces will now be stripped + from the start & the end of each line of each entry, not + just from the end of the last line. + * mkvextract: SRT extraction: whitespaces will not be stripped + from the start & end of the whole entry anymore. + * MKVToolNix GUI: multiplexer: when adding multiple files that + include certain file types (chapters, segment info and tag + files) and when the choice where to add them is "all files + to a single new tab", these certain file types will now be + added in the newly added tab as well instead of the current + tab that had already been open. + * build system: fixed compatibility with Ruby 3.2.0 by using + `FileTest.exist?` instead of `File.exists?`, `Dir.exists?` & + `FileTest.exists?` which were removed in that release. + Build system changes: + * MKVToolNix is now using & requiring Boost's "file system" + and "system" libraries again instead of C++17's file system + library. This is due to gcc's library not supporting UNC + paths of types `\\?\C:\dir\file.ext`. + +------------------------------------------------------------------- Old: ---- mkvtoolnix-73.0.0.tar.xz mkvtoolnix-73.0.0.tar.xz.sig New: ---- mkvtoolnix-74.0.0.tar.xz mkvtoolnix-74.0.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mkvtoolnix.spec ++++++ --- /var/tmp/diff_new_pack.yCqoNn/_old 2023-02-13 16:42:56.640091110 +0100 +++ /var/tmp/diff_new_pack.yCqoNn/_new 2023-02-13 16:42:56.644091133 +0100 @@ -17,7 +17,7 @@ Name: mkvtoolnix -Version: 73.0.0 +Version: 74.0.0 Release: 0 Summary: Tools to Create, Alter, and Inspect Matroska Files License: GPL-2.0-or-later @@ -31,7 +31,9 @@ BuildRequires: docbook-xsl-stylesheets BuildRequires: fdupes BuildRequires: file-devel +BuildRequires: libboost_filesystem-devel >= 1.66.0 BuildRequires: libboost_headers-devel >= 1.66.0 +BuildRequires: libboost_system-devel >= 1.66.0 %if 0%{?suse_version} > 1500 BuildRequires: gcc-c++ BuildRequires: pkgconfig(gmp) ++++++ mkvtoolnix-73.0.0.tar.xz -> mkvtoolnix-74.0.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/mkvtoolnix/mkvtoolnix-73.0.0.tar.xz /work/SRC/openSUSE:Factory/.mkvtoolnix.new.1848/mkvtoolnix-74.0.0.tar.xz differ: char 27, line 1
