From 0296aefac9dfdcd2b08eda71816d99d46b905fe72db4136c122526aec3090fa0 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 17 Oct 2023 11:44:47 +0000 Subject: [PATCH] Accepting request 1118041 from home:jubalh:branches:multimedia:apps - 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 OBS-URL: https://build.opensuse.org/request/show/1118041 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=137 --- picard-2.10.tar.gz | 3 +++ picard-2.9.2.tar.gz | 3 --- picard-requirements.patch | 20 ++++++++++---------- picard.changes | 14 ++++++++++++++ picard.spec | 5 +++-- 5 files changed, 30 insertions(+), 15 deletions(-) create mode 100644 picard-2.10.tar.gz delete mode 100644 picard-2.9.2.tar.gz diff --git a/picard-2.10.tar.gz b/picard-2.10.tar.gz new file mode 100644 index 0000000..4003e68 --- /dev/null +++ b/picard-2.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:653b73f9f790489b406bfee5f2fd6ba7e447ba6f0c64b9bedd6519d34a0d0b02 +size 6767370 diff --git a/picard-2.9.2.tar.gz b/picard-2.9.2.tar.gz deleted file mode 100644 index 7e0ee0b..0000000 --- a/picard-2.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f8737a54aa3d0851e70c01fd2f5c056a670868a4696824a59d609b549866b1f -size 6477547 diff --git a/picard-requirements.patch b/picard-requirements.patch index 393eb3b..b3dc75a 100644 --- a/picard-requirements.patch +++ b/picard-requirements.patch @@ -1,24 +1,24 @@ -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 diff --git a/picard.changes b/picard.changes index 09e3a80..ffccfdf 100644 --- a/picard.changes +++ b/picard.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Oct 16 13:52:32 UTC 2023 - Michael Vetter + +- 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 + ------------------------------------------------------------------- Tue Sep 12 06:56:05 UTC 2023 - Michael Vetter diff --git a/picard.spec b/picard.spec index 108280b..91272ff 100644 --- a/picard.spec +++ b/picard.spec @@ -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-mutagen >= 1.37 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-fasteners >= 0.14 BuildRequires: python3-mutagen >= 1.37 BuildRequires: python3-pytest BuildRequires: python3-pytest-xvfb +BuildRequires: python3-python-dateutil >= 2.7 # /SECTION %description @@ -101,5 +101,6 @@ pytest -v %{_datadir}/metainfo/org.musicbrainz.Picard.appdata.xml %files lang -f %{name}.lang +%{_datadir}/locale/*/LC_MESSAGES/picard-constants.mo %changelog