From e8428374587c0c589b076282041a0baa738eaea54f23aa8c0942014835f25351 Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Tue, 17 Nov 2020 08:12:11 +0000 Subject: [PATCH 1/2] Accepting request 848805 from home:jubalh:branches:multimedia:apps - Update to 2.5.2: Bugfixes: * PICARD-1991 - Case-only changes to file names are not applied on case insensitive file systems on Linux * PICARD-1992 - Case-only changes to file names are not applied on FAT32 and exFAT file systems on Windows 10 * PICARD-2001 - Directory drag & drop from file browser to cluster area broken * PICARD-2004 - Metadata changes loaded asynchronously by plugins are reset if file gets matched to track * PICARD-2005 - Modified fields are sometimes not correctly marked as changed when multiple files are selected * PICARD-2006 - "Local files" cover provider does not detect cover files for files already present at release loading time * PICARD-2012 - Loaded files not shown in UI if release MBID is a redirect * PICARD-2014 - Config upgrade from Picard < 1.3.0 to version 2.4 or later fails Improvements: * PICARD-1828 - Allow assigning cover art to multiple selected files * PICARD-1999 - Provide binary distributions for Windows and macOS on PyPI * PICARD-2007 - Disable analyze / audio fingerprinting for MIDI files OBS-URL: https://build.opensuse.org/request/show/848805 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=94 --- picard-2.5.1.tar.gz | 3 --- picard-2.5.2.tar.gz | 3 +++ picard.changes | 27 +++++++++++++++++++++++++++ picard.spec | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 picard-2.5.1.tar.gz create mode 100644 picard-2.5.2.tar.gz diff --git a/picard-2.5.1.tar.gz b/picard-2.5.1.tar.gz deleted file mode 100644 index cbaf009..0000000 --- a/picard-2.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:754108d4927bacf28522ceb63dbea468ac51d68549755195bf989e8676d5afa5 -size 4196933 diff --git a/picard-2.5.2.tar.gz b/picard-2.5.2.tar.gz new file mode 100644 index 0000000..e877b7c --- /dev/null +++ b/picard-2.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:925e197b99ae64f5515c893f69fa095fd11b84d0958a93f68bc87a665a9a0811 +size 4201792 diff --git a/picard.changes b/picard.changes index 75111a2..e346995 100644 --- a/picard.changes +++ b/picard.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Mon Nov 16 07:35:31 UTC 2020 - Michael Vetter + +- Update to 2.5.2: + Bugfixes: + * PICARD-1991 - Case-only changes to file names are not applied + on case insensitive file systems on Linux + * PICARD-1992 - Case-only changes to file names are not applied + on FAT32 and exFAT file systems on Windows 10 + * PICARD-2001 - Directory drag & drop from file browser to + cluster area broken + * PICARD-2004 - Metadata changes loaded asynchronously by + plugins are reset if file gets matched to track + * PICARD-2005 - Modified fields are sometimes not correctly + marked as changed when multiple files are selected + * PICARD-2006 - "Local files" cover provider does not detect + cover files for files already present at release loading time + * PICARD-2012 - Loaded files not shown in UI if release + MBID is a redirect + * PICARD-2014 - Config upgrade from Picard < 1.3.0 to + version 2.4 or later fails + Improvements: + * PICARD-1828 - Allow assigning cover art to multiple selected files + * PICARD-1999 - Provide binary distributions for Windows and + macOS on PyPI + * PICARD-2007 - Disable analyze / audio fingerprinting for MIDI files + ------------------------------------------------------------------- Thu Oct 29 07:47:43 UTC 2020 - Michael Vetter diff --git a/picard.spec b/picard.spec index 91b3e97..890d0bb 100644 --- a/picard.spec +++ b/picard.spec @@ -17,7 +17,7 @@ Name: picard -Version: 2.5.1 +Version: 2.5.2 Release: 0 Summary: The Next Generation MusicBrainz Tagger License: GPL-2.0-or-later From fe4d85b190bc6e0a11315c319c2346717367bcc0367635905716c7ce4a7bc717 Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Tue, 17 Nov 2020 08:43:40 +0000 Subject: [PATCH 2/2] Accepting request 849039 from home:alarrosa:branches:multimedia:apps Fix changelog to follow the same format that has been used for some time now * Bugfixes: - PICARD-1991 - Case-only changes to file names are not applied on case insensitive file systems on Linux - PICARD-1992 - Case-only changes to file names are not applied on FAT32 and exFAT file systems on Windows 10 - PICARD-2001 - Directory drag & drop from file browser to cluster area broken - PICARD-2004 - Metadata changes loaded asynchronously by plugins are reset if file gets matched to track - PICARD-2005 - Modified fields are sometimes not correctly marked as changed when multiple files are selected - PICARD-2006 - "Local files" cover provider does not detect cover files for files already present at release loading time - PICARD-2012 - Loaded files not shown in UI if release MBID is a redirect - PICARD-2014 - Config upgrade from Picard < 1.3.0 to version 2.4 or later fails * Improvements: - PICARD-1828 - Allow assigning cover art to multiple selected files - PICARD-1999 - Provide binary distributions for Windows and macOS on PyPI - PICARD-2007 - Disable analyze / audio fingerprinting for MIDI files * Bugfixes: - PICARD-1987 - Special variables %_multiartist%, %_pregap%, %_datatrack% and %_totalalbumtracks% missing after files got matched to a track - PICARD-1988 - Aborts if directory scan finds a directory which cannot be read OBS-URL: https://build.opensuse.org/request/show/849039 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=95 --- picard.changes | 77 ++++++++++++++++++++++++++------------------------ 1 file changed, 40 insertions(+), 37 deletions(-) diff --git a/picard.changes b/picard.changes index e346995..851ec03 100644 --- a/picard.changes +++ b/picard.changes @@ -2,48 +2,51 @@ Mon Nov 16 07:35:31 UTC 2020 - Michael Vetter - Update to 2.5.2: - Bugfixes: - * PICARD-1991 - Case-only changes to file names are not applied - on case insensitive file systems on Linux - * PICARD-1992 - Case-only changes to file names are not applied - on FAT32 and exFAT file systems on Windows 10 - * PICARD-2001 - Directory drag & drop from file browser to - cluster area broken - * PICARD-2004 - Metadata changes loaded asynchronously by - plugins are reset if file gets matched to track - * PICARD-2005 - Modified fields are sometimes not correctly - marked as changed when multiple files are selected - * PICARD-2006 - "Local files" cover provider does not detect - cover files for files already present at release loading time - * PICARD-2012 - Loaded files not shown in UI if release - MBID is a redirect - * PICARD-2014 - Config upgrade from Picard < 1.3.0 to - version 2.4 or later fails - Improvements: - * PICARD-1828 - Allow assigning cover art to multiple selected files - * PICARD-1999 - Provide binary distributions for Windows and - macOS on PyPI - * PICARD-2007 - Disable analyze / audio fingerprinting for MIDI files + * Bugfixes: + - PICARD-1991 - Case-only changes to file names are not applied + on case insensitive file systems on Linux + - PICARD-1992 - Case-only changes to file names are not applied + on FAT32 and exFAT file systems on Windows 10 + - PICARD-2001 - Directory drag & drop from file browser to + cluster area broken + - PICARD-2004 - Metadata changes loaded asynchronously by + plugins are reset if file gets matched to track + - PICARD-2005 - Modified fields are sometimes not correctly + marked as changed when multiple files are selected + - PICARD-2006 - "Local files" cover provider does not detect + cover files for files already present at release loading time + - PICARD-2012 - Loaded files not shown in UI if release + MBID is a redirect + - PICARD-2014 - Config upgrade from Picard < 1.3.0 to + version 2.4 or later fails + * Improvements: + - PICARD-1828 - Allow assigning cover art to multiple selected + files + - PICARD-1999 - Provide binary distributions for Windows and + macOS on PyPI + - PICARD-2007 - Disable analyze / audio fingerprinting for MIDI + files ------------------------------------------------------------------- Thu Oct 29 07:47:43 UTC 2020 - Michael Vetter - Update to 2.5.1: - Bugfixes: - * PICARD-1987 - Special variables %_multiartist%, %_pregap%, - %_datatrack% and %_totalalbumtracks% missing after files - got matched to a track - * PICARD-1988 - Aborts if directory scan finds a directory which - cannot be read - * PICARD-1989 - Auto-sizing does not work right on first column - * PICARD-1990 - Case-only changes to file names are not applied - on Windows if running with Python >= 3.8 - Improvements: - * PICARD-1985 - Support chorus master recording relationships - as "performer:chorus master" instead of second conductor - * PICARD-1995 - Add command line parameter --no-player to - disable media player - * PICARD-1997 - Reduce performance impact of fingerprinting column + * Bugfixes: + - PICARD-1987 - Special variables %_multiartist%, %_pregap%, + %_datatrack% and %_totalalbumtracks% missing after files + got matched to a track + - PICARD-1988 - Aborts if directory scan finds a directory + which cannot be read + - PICARD-1989 - Auto-sizing does not work right on first column + - PICARD-1990 - Case-only changes to file names are not applied + on Windows if running with Python >= 3.8 + * Improvements: + - PICARD-1985 - Support chorus master recording relationships + as "performer:chorus master" instead of second conductor + - PICARD-1995 - Add command line parameter --no-player to + disable media player + - PICARD-1997 - Reduce performance impact of fingerprinting + column ------------------------------------------------------------------- Tue Oct 27 06:29:29 UTC 2020 - Antonio Larrosa