Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package picard for openSUSE:Factory checked in at 2023-10-17 20:25:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/picard (Old) and /work/SRC/openSUSE:Factory/.picard.new.20540 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "picard" Tue Oct 17 20:25:38 2023 rev:69 rq:1118304 version:2.10 Changes: -------- --- /work/SRC/openSUSE:Factory/picard/picard.changes 2023-09-12 21:03:57.118462560 +0200 +++ /work/SRC/openSUSE:Factory/.picard.new.20540/picard.changes 2023-10-17 20:25:56.853275748 +0200 @@ -1,0 +2,14 @@ +Mon Oct 16 13:52:32 UTC 2023 - Michael Vetter <mvet...@suse.com> + +- Update to 2.10: + * Bugfixes + - PICARD-2768 - Series relationships are not loaded for standalone recordings + - PICARD-2774 - Error: 255 is not a valid Id3ImageType + - PICARD-2775 - Disable Qt WebP plugin for Windows and macOS binary + builds to mitigate libwebp vulnerability (CVE-2023-4863) + - PICARD-2776 - Track metadata compare ignores video flag check if there is no release + * Improvements + * PICARD-2769 - If a tag got unset by scripting display a file's original tag value in the columns +- Refresh picard-requirements.patch + +------------------------------------------------------------------- Old: ---- picard-2.9.2.tar.gz New: ---- picard-2.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ picard.spec ++++++ --- /var/tmp/diff_new_pack.6uECse/_old 2023-10-17 20:25:57.749307116 +0200 +++ /var/tmp/diff_new_pack.6uECse/_new 2023-10-17 20:25:57.749307116 +0200 @@ -17,7 +17,7 @@ Name: picard -Version: 2.9.2 +Version: 2.10 Release: 0 Summary: The Next Generation MusicBrainz Tagger License: GPL-2.0-or-later @@ -47,7 +47,6 @@ Requires: python3-python-dateutil >= 2.7 Recommends: chromaprint-fpcalc # SECTION test -BuildRequires: python3-python-dateutil >= 2.7 BuildRequires: python3-Markdown >= 3.2 BuildRequires: python3-PyJWT >= 2.0 BuildRequires: python3-PyQt5 >= 5.11 @@ -57,6 +56,7 @@ BuildRequires: python3-mutagen >= 1.37 BuildRequires: python3-pytest BuildRequires: python3-pytest-xvfb +BuildRequires: python3-python-dateutil >= 2.7 # /SECTION %description @@ -101,4 +101,5 @@ %{_datadir}/metainfo/org.musicbrainz.Picard.appdata.xml %files lang -f %{name}.lang +%{_datadir}/locale/*/LC_MESSAGES/picard-constants.mo ++++++ picard-2.9.2.tar.gz -> picard-2.10.tar.gz ++++++ /work/SRC/openSUSE:Factory/picard/picard-2.9.2.tar.gz /work/SRC/openSUSE:Factory/.picard.new.20540/picard-2.10.tar.gz differ: char 28, line 1 ++++++ picard-requirements.patch ++++++ --- /var/tmp/diff_new_pack.6uECse/_old 2023-10-17 20:25:57.793308656 +0200 +++ /var/tmp/diff_new_pack.6uECse/_new 2023-10-17 20:25:57.797308796 +0200 @@ -1,25 +1,25 @@ -diff -ur picard-release-2.8.5.o/requirements.txt picard-release-2.8.5/requirements.txt ---- picard-release-2.8.5.o/requirements.txt 2023-06-20 08:30:49.086031685 +0200 -+++ picard-release-2.8.5/requirements.txt 2023-06-20 08:31:10.326725906 +0200 +Index: picard-release-2.10/requirements.txt +=================================================================== +--- picard-release-2.10.orig/requirements.txt ++++ picard-release-2.10/requirements.txt @@ -1,12 +1,8 @@ --python-dateutil~=2.7 -discid~=1.0 -fasteners~=0.14 --markdown~=3.2 +-Markdown~=3.2 -mutagen~=1.37 -PyJWT~=2.0 -pyobjc-core>=6.2, <10; sys_platform == 'darwin' -pyobjc-framework-Cocoa>=6.2, <10; sys_platform == 'darwin' --PyQt5~=5.11 -PyQt5-sip<=12.9.1; python_version < '3.7' +-PyQt5~=5.11 +-python-dateutil~=2.7 -pywin32; sys_platform == 'win32' --pyyaml>=5.1, <7 -+python-dateutil>=2.7 +discid>=1.0 +fasteners>=0.14 -+markdown>=3.2 ++Markdown>=3.2 +mutagen>=1.37 +PyJWT>=2.0 +PyQt5>=5.11 -+pyyaml>=5.1 ++python-dateutil>=2.7 + PyYAML>=5.1, <7