forked from pool/picard
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
This commit is contained in:
parent
45949eee90
commit
0296aefac9
3
picard-2.10.tar.gz
Normal file
3
picard-2.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:653b73f9f790489b406bfee5f2fd6ba7e447ba6f0c64b9bedd6519d34a0d0b02
|
||||
size 6767370
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f8737a54aa3d0851e70c01fd2f5c056a670868a4696824a59d609b549866b1f
|
||||
size 6477547
|
@ -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
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 13:52:32 UTC 2023 - Michael Vetter <mvetter@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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 12 06:56:05 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user