From d75f481aba44f5aaa27b506c641c89730ddc5890611da3ed8e4ac52e625dbe92 Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Fri, 18 Aug 2023 07:35:04 +0000 Subject: [PATCH 1/2] Accepting request 1104311 from home:jubalh:branches:multimedia:apps - Update to 2.9.1: * Bugfixes - PICARD-2186 - Windows installer fails to detect already running instance - PICARD-2688 - Windows: Portable version crashes when launched with -h - PICARD-2692 - Windows: Crash on startup after upgrade from 2.8 to 2.9 - PICARD-2693 - Windows installer allows canceling the uninstaller - PICARD-2694 - Crash when re-opening options after closing without closing the scripting documentation dialog - PICARD-2695 - Crash in script editor when showing tooltips for some Unicode character codes - PICARD-2696 - Windows: Shift dragging files into Picard deletes the files on the filesystem - PICARD-2697 - Options "Restore Defaults" does not restore all defaults - PICARD-2698 - Windows: Permanent high CPU usage - PICARD-2710 - Files are not getting loaded on systems with 2 or less CPUs - PICARD-2713 - Stand alone instance mode does not work - PICARD-2714 - Windows: Portable installs should run as separate instances - PICARD-2718 - File selector for ripping log files does not show *.log files with the "All supported log files" filter * New Features - PICARD-1815 - Notification on plugin updates available - PICARD-2705 - Provide the new audio director relationship as tag * Improvements - PICARD-2691 - Provide code signed source archives OBS-URL: https://build.opensuse.org/request/show/1104311 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=132 --- picard-2.9.1.tar.gz | 3 +++ picard-2.9.tar.gz | 3 --- picard.changes | 26 ++++++++++++++++++++++++++ picard.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 picard-2.9.1.tar.gz delete mode 100644 picard-2.9.tar.gz diff --git a/picard-2.9.1.tar.gz b/picard-2.9.1.tar.gz new file mode 100644 index 0000000..5b92e55 --- /dev/null +++ b/picard-2.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d45ee8085efc7d208a98abe51ee7564d560fac638eb6a1f3779b75e90dea73 +size 6476920 diff --git a/picard-2.9.tar.gz b/picard-2.9.tar.gz deleted file mode 100644 index 34ca89d..0000000 --- a/picard-2.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89eb2d299f40eac9de7166593733c57942583dd1118f5c7a0b58278255fcd129 -size 6360770 diff --git a/picard.changes b/picard.changes index d4d77ef..2b98d77 100644 --- a/picard.changes +++ b/picard.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Thu Aug 17 07:16:45 UTC 2023 - Michael Vetter + +- Update to 2.9.1: + * Bugfixes + - PICARD-2186 - Windows installer fails to detect already running instance + - PICARD-2688 - Windows: Portable version crashes when launched with -h + - PICARD-2692 - Windows: Crash on startup after upgrade from 2.8 to 2.9 + - PICARD-2693 - Windows installer allows canceling the uninstaller + - PICARD-2694 - Crash when re-opening options after closing without closing + the scripting documentation dialog + - PICARD-2695 - Crash in script editor when showing tooltips for some Unicode character codes + - PICARD-2696 - Windows: Shift dragging files into Picard deletes the files on the filesystem + - PICARD-2697 - Options "Restore Defaults" does not restore all defaults + - PICARD-2698 - Windows: Permanent high CPU usage + - PICARD-2710 - Files are not getting loaded on systems with 2 or less CPUs + - PICARD-2713 - Stand alone instance mode does not work + - PICARD-2714 - Windows: Portable installs should run as separate instances + - PICARD-2718 - File selector for ripping log files does not show *.log files + with the "All supported log files" filter + * New Features + - PICARD-1815 - Notification on plugin updates available + - PICARD-2705 - Provide the new audio director relationship as tag + * Improvements + - PICARD-2691 - Provide code signed source archives + ------------------------------------------------------------------- Thu Jul 27 06:30:45 UTC 2023 - Michael Vetter diff --git a/picard.spec b/picard.spec index b7d7492..fa4e334 100644 --- a/picard.spec +++ b/picard.spec @@ -17,7 +17,7 @@ Name: picard -Version: 2.9 +Version: 2.9.1 Release: 0 Summary: The Next Generation MusicBrainz Tagger License: GPL-2.0-or-later From 597bd89eb121594b72b3341df3d9d66d95f6dc19d80b85c4f6e4627c617e5d8d Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Fri, 18 Aug 2023 07:37:19 +0000 Subject: [PATCH 2/2] Accepting request 1104631 from home:alarrosa:branches:multimedia:apps - PICARD-2186 - Windows installer fails to detect already running instance - PICARD-2688 - Windows: Portable version crashes when launched with -h - PICARD-2692 - Windows: Crash on startup after upgrade from 2.8 to 2.9 - PICARD-2693 - Windows installer allows canceling the uninstaller - PICARD-2694 - Crash when re-opening options after closing without closing the scripting documentation dialog - PICARD-2695 - Crash in script editor when showing tooltips for some Unicode character codes - PICARD-2696 - Windows: Shift dragging files into Picard deletes the files on the filesystem - PICARD-2697 - Options "Restore Defaults" does not restore all defaults - PICARD-2710 - Files are not getting loaded on systems with 2 or less CPUs - PICARD-2714 - Windows: Portable installs should run as separate instances - PICARD-2718 - File selector for ripping log files does not show *.log files - PICARD-2705 - Provide the new audio director relationship as tag OBS-URL: https://build.opensuse.org/request/show/1104631 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=133 --- picard.changes | 37 ++++++++++++++++++++++++------------- 1 file changed, 24 insertions(+), 13 deletions(-) diff --git a/picard.changes b/picard.changes index 2b98d77..27e98e5 100644 --- a/picard.changes +++ b/picard.changes @@ -3,24 +3,35 @@ Thu Aug 17 07:16:45 UTC 2023 - Michael Vetter - Update to 2.9.1: * Bugfixes - - PICARD-2186 - Windows installer fails to detect already running instance - - PICARD-2688 - Windows: Portable version crashes when launched with -h - - PICARD-2692 - Windows: Crash on startup after upgrade from 2.8 to 2.9 - - PICARD-2693 - Windows installer allows canceling the uninstaller - - PICARD-2694 - Crash when re-opening options after closing without closing - the scripting documentation dialog - - PICARD-2695 - Crash in script editor when showing tooltips for some Unicode character codes - - PICARD-2696 - Windows: Shift dragging files into Picard deletes the files on the filesystem - - PICARD-2697 - Options "Restore Defaults" does not restore all defaults + - PICARD-2186 - Windows installer fails to detect already + running instance + - PICARD-2688 - Windows: Portable version crashes when launched + with -h + - PICARD-2692 - Windows: Crash on startup after upgrade from + 2.8 to 2.9 + - PICARD-2693 - Windows installer allows canceling the + uninstaller + - PICARD-2694 - Crash when re-opening options after closing + without closing the scripting documentation dialog + - PICARD-2695 - Crash in script editor when showing tooltips + for some Unicode character codes + - PICARD-2696 - Windows: Shift dragging files into Picard + deletes the files on the filesystem + - PICARD-2697 - Options "Restore Defaults" does not restore all + defaults - PICARD-2698 - Windows: Permanent high CPU usage - - PICARD-2710 - Files are not getting loaded on systems with 2 or less CPUs + - PICARD-2710 - Files are not getting loaded on systems with 2 + or less CPUs - PICARD-2713 - Stand alone instance mode does not work - - PICARD-2714 - Windows: Portable installs should run as separate instances - - PICARD-2718 - File selector for ripping log files does not show *.log files + - PICARD-2714 - Windows: Portable installs should run as + separate instances + - PICARD-2718 - File selector for ripping log files does not + show *.log files with the "All supported log files" filter * New Features - PICARD-1815 - Notification on plugin updates available - - PICARD-2705 - Provide the new audio director relationship as tag + - PICARD-2705 - Provide the new audio director relationship as + tag * Improvements - PICARD-2691 - Provide code signed source archives