SHA256
1
0
forked from pool/picard
picard/picard.spec

89 lines
2.5 KiB
RPMSpec
Raw Normal View History

#
# spec file for package picard
#
Accepting request 624122 from home:alois:branches:multimedia:apps - Update to version 2.0 Bug-fix * [PICARD-153] - Non-configuration data is saved in Picard.conf * [PICARD-173] - ID3 tag TSOP appears to be stored blank * [PICARD-340] - Cover art embedding will overwrite existing ones * [PICARD-405] - Save stopped working * [PICARD-817] - On high-resolution / high DPI displays, Picard's GUI is scaled wrong * [PICARD-1047] - Incompatible plugins are loaded with picard 2.0 * [PICARD-1051] - Searching for similar tracks causes coredumps * [PICARD-1052] - Not disabled Search for similar tracks can cause coredumps * [PICARD-1056] - Crash when viewing file info dialog * [PICARD-1058] - Saving images as files doesn't work * [PICARD-1062] - Picard crashes when moving files on release * [PICARD-1063] - After #689 unit tests fail if astrcmp is not compiled * [PICARD-1064] - python setup.py test -v doesn't work * [PICARD-1065] - python setup.py patch_version doesn't work * [PICARD-1066] - python setup.py update_constants doesn't work * [PICARD-1067] - Visual bug after un-checking an installed plugin * [PICARD-1073] - "Add New Tag" crashes picard * [PICARD-1084] - Picard 2 doesn't find DVD drive * [PICARD-1085] - Multi-Dir Add Folder not working * [PICARD-1105] - Crashes when using the edit tag dialog * [PICARD-1106] - cancel plugin installation file dialog results in crash * [PICARD-1114] - Cannot submit ratings in Picard 2.0 dev * [PICARD-1119] - picard sets "Disc Subtitle" to the track title * [PICARD-1123] - Multiple work languages are collapsed * [PICARD-1126] - Unhelpful error message logged on network request errors * [PICARD-1135] - Picard is not able to save on MTP devices * [PICARD-1138] - Search crashes due to AttributeError * [PICARD-1143] - Wrong amount of songs from added files * [PICARD-1147] - FYI, Can't load "Alan Parsons" album "On air" in Picard 1.2 * [PICARD-1153] - "Lookup in Browser" and "Search" fail silently if artist name contains umlaut * [PICARD-1156] - Picard fails to start when trying to upgrade plugin which is a symlink * [PICARD-1159] - Can't open WAV files * [PICARD-1161] - Dragging artwork from Chrome pages doesn't work * [PICARD-1171] - Text of "About" can't be selected * [PICARD-1179] - Error while searching for alt. releases * [PICARD-1181] - In-app search dialog excessive slow down * [PICARD-1188] - Picard chooses incorrect value for language tag * [PICARD-1199] - Crash when right-clicking album * [PICARD-1202] - Right click on tag listing causes exception and crash * [PICARD-1203] - Hide unsupported tags from the tag diff in UI * [PICARD-1204] - Picard freezes on unchecking show diff tags first * [PICARD-1206] - Text is not displaying properly in some fields. * [PICARD-1210] - Long lines in the option dialogue don’t wrap * [PICARD-1213] - Wrong Movement of coverart providers * [PICARD-1215] - Does not use config / ini file specified on command line * [PICARD-1221] - Picard 2.0 won't start on Windows 10 * [PICARD-1226] - Different fonts in the plugins dialog * [PICARD-1230] - Looking up CD crashes Picard * [PICARD-1234] - Crash when loading plugin from local directory * [PICARD-1252] - Crash on pasting invalid naming script * [PICARD-1253] - Crash on image saving * [PICARD-1255] - Crash on startup - no GUI * [PICARD-1265] - Can't "Lookup in Browser": UnicodeEncodeError: 'latin-1' codec can't encode characters in position 0-7: ordinal not in range(256) * [PICARD-1270] - Corruption of saved audio files located on a network share * [PICARD-1271] - Artist credit saved in tags sometimes loses closing parenthesis * [PICARD-1277] - Picard crashes on unknown cover art types New Feature * [PICARD-1187] - Add DSF file support * [PICARD-1220] - Add keyboard shortcut for deleting scripts from options > scripting page Task * [PICARD-960] - Migrate to PyQt5 * [PICARD-1186] - Support only 64 bit Picard builds from 2.0 Improvement * [PICARD-259] - Make file-specific variables available to tagger script * [PICARD-581] - Picard XML processing should use lxml module rather than QXmlStreamReader * [PICARD-588] - Picard 2.0 based on Python 3 * [PICARD-807] - Retry release fetch on MB server overload * [PICARD-922] - Make multi-value script functions work correctly * [PICARD-976] - Reimplement the picard WS code to accommodate future versions of MBWS * [PICARD-978] - Distinguish in UI between unclustered and release unmatched files * [PICARD-1075] - Add unit tests for Metadata object variables * [PICARD-1087] - Improvements to UI for Lookup CD * [PICARD-1100] - Error when running confined in a snap because of gconf * [PICARD-1174] - Option to tolerate differences in track times * [PICARD-1200] - In Options dialog, tree pane on the left cannot be resized * [PICARD-1201] - Add a command-line option to not restore persisted UI sizes or positions * [PICARD-1211] - The “X” close button doesn’t work on the options dialogue - Switched to python3 and Qt5 - Dropped SearchAmazon3.py,SearchAMG.py,SearchCastAlbums3.py, SearchDiscogs3.py,SearchFilmMusziek3.py,SearchGMR.py, SearchGoogle3.py,SearchLortelArchives3.py, SearchSoundtrackCollector3.py and SearchSoundtrackINFO3.py (not compatible with API v2.0) - Spec cleanup OBS-URL: https://build.opensuse.org/request/show/624122 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=57
2018-07-20 08:42:04 +02:00
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: picard
Accepting request 624122 from home:alois:branches:multimedia:apps - Update to version 2.0 Bug-fix * [PICARD-153] - Non-configuration data is saved in Picard.conf * [PICARD-173] - ID3 tag TSOP appears to be stored blank * [PICARD-340] - Cover art embedding will overwrite existing ones * [PICARD-405] - Save stopped working * [PICARD-817] - On high-resolution / high DPI displays, Picard's GUI is scaled wrong * [PICARD-1047] - Incompatible plugins are loaded with picard 2.0 * [PICARD-1051] - Searching for similar tracks causes coredumps * [PICARD-1052] - Not disabled Search for similar tracks can cause coredumps * [PICARD-1056] - Crash when viewing file info dialog * [PICARD-1058] - Saving images as files doesn't work * [PICARD-1062] - Picard crashes when moving files on release * [PICARD-1063] - After #689 unit tests fail if astrcmp is not compiled * [PICARD-1064] - python setup.py test -v doesn't work * [PICARD-1065] - python setup.py patch_version doesn't work * [PICARD-1066] - python setup.py update_constants doesn't work * [PICARD-1067] - Visual bug after un-checking an installed plugin * [PICARD-1073] - "Add New Tag" crashes picard * [PICARD-1084] - Picard 2 doesn't find DVD drive * [PICARD-1085] - Multi-Dir Add Folder not working * [PICARD-1105] - Crashes when using the edit tag dialog * [PICARD-1106] - cancel plugin installation file dialog results in crash * [PICARD-1114] - Cannot submit ratings in Picard 2.0 dev * [PICARD-1119] - picard sets "Disc Subtitle" to the track title * [PICARD-1123] - Multiple work languages are collapsed * [PICARD-1126] - Unhelpful error message logged on network request errors * [PICARD-1135] - Picard is not able to save on MTP devices * [PICARD-1138] - Search crashes due to AttributeError * [PICARD-1143] - Wrong amount of songs from added files * [PICARD-1147] - FYI, Can't load "Alan Parsons" album "On air" in Picard 1.2 * [PICARD-1153] - "Lookup in Browser" and "Search" fail silently if artist name contains umlaut * [PICARD-1156] - Picard fails to start when trying to upgrade plugin which is a symlink * [PICARD-1159] - Can't open WAV files * [PICARD-1161] - Dragging artwork from Chrome pages doesn't work * [PICARD-1171] - Text of "About" can't be selected * [PICARD-1179] - Error while searching for alt. releases * [PICARD-1181] - In-app search dialog excessive slow down * [PICARD-1188] - Picard chooses incorrect value for language tag * [PICARD-1199] - Crash when right-clicking album * [PICARD-1202] - Right click on tag listing causes exception and crash * [PICARD-1203] - Hide unsupported tags from the tag diff in UI * [PICARD-1204] - Picard freezes on unchecking show diff tags first * [PICARD-1206] - Text is not displaying properly in some fields. * [PICARD-1210] - Long lines in the option dialogue don’t wrap * [PICARD-1213] - Wrong Movement of coverart providers * [PICARD-1215] - Does not use config / ini file specified on command line * [PICARD-1221] - Picard 2.0 won't start on Windows 10 * [PICARD-1226] - Different fonts in the plugins dialog * [PICARD-1230] - Looking up CD crashes Picard * [PICARD-1234] - Crash when loading plugin from local directory * [PICARD-1252] - Crash on pasting invalid naming script * [PICARD-1253] - Crash on image saving * [PICARD-1255] - Crash on startup - no GUI * [PICARD-1265] - Can't "Lookup in Browser": UnicodeEncodeError: 'latin-1' codec can't encode characters in position 0-7: ordinal not in range(256) * [PICARD-1270] - Corruption of saved audio files located on a network share * [PICARD-1271] - Artist credit saved in tags sometimes loses closing parenthesis * [PICARD-1277] - Picard crashes on unknown cover art types New Feature * [PICARD-1187] - Add DSF file support * [PICARD-1220] - Add keyboard shortcut for deleting scripts from options > scripting page Task * [PICARD-960] - Migrate to PyQt5 * [PICARD-1186] - Support only 64 bit Picard builds from 2.0 Improvement * [PICARD-259] - Make file-specific variables available to tagger script * [PICARD-581] - Picard XML processing should use lxml module rather than QXmlStreamReader * [PICARD-588] - Picard 2.0 based on Python 3 * [PICARD-807] - Retry release fetch on MB server overload * [PICARD-922] - Make multi-value script functions work correctly * [PICARD-976] - Reimplement the picard WS code to accommodate future versions of MBWS * [PICARD-978] - Distinguish in UI between unclustered and release unmatched files * [PICARD-1075] - Add unit tests for Metadata object variables * [PICARD-1087] - Improvements to UI for Lookup CD * [PICARD-1100] - Error when running confined in a snap because of gconf * [PICARD-1174] - Option to tolerate differences in track times * [PICARD-1200] - In Options dialog, tree pane on the left cannot be resized * [PICARD-1201] - Add a command-line option to not restore persisted UI sizes or positions * [PICARD-1211] - The “X” close button doesn’t work on the options dialogue - Switched to python3 and Qt5 - Dropped SearchAmazon3.py,SearchAMG.py,SearchCastAlbums3.py, SearchDiscogs3.py,SearchFilmMusziek3.py,SearchGMR.py, SearchGoogle3.py,SearchLortelArchives3.py, SearchSoundtrackCollector3.py and SearchSoundtrackINFO3.py (not compatible with API v2.0) - Spec cleanup OBS-URL: https://build.opensuse.org/request/show/624122 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=57
2018-07-20 08:42:04 +02:00
Version: 2.0.0
Release: 0
Summary: The Next Generation MusicBrainz Tagger
Accepting request 624122 from home:alois:branches:multimedia:apps - Update to version 2.0 Bug-fix * [PICARD-153] - Non-configuration data is saved in Picard.conf * [PICARD-173] - ID3 tag TSOP appears to be stored blank * [PICARD-340] - Cover art embedding will overwrite existing ones * [PICARD-405] - Save stopped working * [PICARD-817] - On high-resolution / high DPI displays, Picard's GUI is scaled wrong * [PICARD-1047] - Incompatible plugins are loaded with picard 2.0 * [PICARD-1051] - Searching for similar tracks causes coredumps * [PICARD-1052] - Not disabled Search for similar tracks can cause coredumps * [PICARD-1056] - Crash when viewing file info dialog * [PICARD-1058] - Saving images as files doesn't work * [PICARD-1062] - Picard crashes when moving files on release * [PICARD-1063] - After #689 unit tests fail if astrcmp is not compiled * [PICARD-1064] - python setup.py test -v doesn't work * [PICARD-1065] - python setup.py patch_version doesn't work * [PICARD-1066] - python setup.py update_constants doesn't work * [PICARD-1067] - Visual bug after un-checking an installed plugin * [PICARD-1073] - "Add New Tag" crashes picard * [PICARD-1084] - Picard 2 doesn't find DVD drive * [PICARD-1085] - Multi-Dir Add Folder not working * [PICARD-1105] - Crashes when using the edit tag dialog * [PICARD-1106] - cancel plugin installation file dialog results in crash * [PICARD-1114] - Cannot submit ratings in Picard 2.0 dev * [PICARD-1119] - picard sets "Disc Subtitle" to the track title * [PICARD-1123] - Multiple work languages are collapsed * [PICARD-1126] - Unhelpful error message logged on network request errors * [PICARD-1135] - Picard is not able to save on MTP devices * [PICARD-1138] - Search crashes due to AttributeError * [PICARD-1143] - Wrong amount of songs from added files * [PICARD-1147] - FYI, Can't load "Alan Parsons" album "On air" in Picard 1.2 * [PICARD-1153] - "Lookup in Browser" and "Search" fail silently if artist name contains umlaut * [PICARD-1156] - Picard fails to start when trying to upgrade plugin which is a symlink * [PICARD-1159] - Can't open WAV files * [PICARD-1161] - Dragging artwork from Chrome pages doesn't work * [PICARD-1171] - Text of "About" can't be selected * [PICARD-1179] - Error while searching for alt. releases * [PICARD-1181] - In-app search dialog excessive slow down * [PICARD-1188] - Picard chooses incorrect value for language tag * [PICARD-1199] - Crash when right-clicking album * [PICARD-1202] - Right click on tag listing causes exception and crash * [PICARD-1203] - Hide unsupported tags from the tag diff in UI * [PICARD-1204] - Picard freezes on unchecking show diff tags first * [PICARD-1206] - Text is not displaying properly in some fields. * [PICARD-1210] - Long lines in the option dialogue don’t wrap * [PICARD-1213] - Wrong Movement of coverart providers * [PICARD-1215] - Does not use config / ini file specified on command line * [PICARD-1221] - Picard 2.0 won't start on Windows 10 * [PICARD-1226] - Different fonts in the plugins dialog * [PICARD-1230] - Looking up CD crashes Picard * [PICARD-1234] - Crash when loading plugin from local directory * [PICARD-1252] - Crash on pasting invalid naming script * [PICARD-1253] - Crash on image saving * [PICARD-1255] - Crash on startup - no GUI * [PICARD-1265] - Can't "Lookup in Browser": UnicodeEncodeError: 'latin-1' codec can't encode characters in position 0-7: ordinal not in range(256) * [PICARD-1270] - Corruption of saved audio files located on a network share * [PICARD-1271] - Artist credit saved in tags sometimes loses closing parenthesis * [PICARD-1277] - Picard crashes on unknown cover art types New Feature * [PICARD-1187] - Add DSF file support * [PICARD-1220] - Add keyboard shortcut for deleting scripts from options > scripting page Task * [PICARD-960] - Migrate to PyQt5 * [PICARD-1186] - Support only 64 bit Picard builds from 2.0 Improvement * [PICARD-259] - Make file-specific variables available to tagger script * [PICARD-581] - Picard XML processing should use lxml module rather than QXmlStreamReader * [PICARD-588] - Picard 2.0 based on Python 3 * [PICARD-807] - Retry release fetch on MB server overload * [PICARD-922] - Make multi-value script functions work correctly * [PICARD-976] - Reimplement the picard WS code to accommodate future versions of MBWS * [PICARD-978] - Distinguish in UI between unclustered and release unmatched files * [PICARD-1075] - Add unit tests for Metadata object variables * [PICARD-1087] - Improvements to UI for Lookup CD * [PICARD-1100] - Error when running confined in a snap because of gconf * [PICARD-1174] - Option to tolerate differences in track times * [PICARD-1200] - In Options dialog, tree pane on the left cannot be resized * [PICARD-1201] - Add a command-line option to not restore persisted UI sizes or positions * [PICARD-1211] - The “X” close button doesn’t work on the options dialogue - Switched to python3 and Qt5 - Dropped SearchAmazon3.py,SearchAMG.py,SearchCastAlbums3.py, SearchDiscogs3.py,SearchFilmMusziek3.py,SearchGMR.py, SearchGoogle3.py,SearchLortelArchives3.py, SearchSoundtrackCollector3.py and SearchSoundtrackINFO3.py (not compatible with API v2.0) - Spec cleanup OBS-URL: https://build.opensuse.org/request/show/624122 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=57
2018-07-20 08:42:04 +02:00
License: GPL-2.0-or-later
Group: Productivity/Multimedia/Sound/Utilities
Accepting request 624122 from home:alois:branches:multimedia:apps - Update to version 2.0 Bug-fix * [PICARD-153] - Non-configuration data is saved in Picard.conf * [PICARD-173] - ID3 tag TSOP appears to be stored blank * [PICARD-340] - Cover art embedding will overwrite existing ones * [PICARD-405] - Save stopped working * [PICARD-817] - On high-resolution / high DPI displays, Picard's GUI is scaled wrong * [PICARD-1047] - Incompatible plugins are loaded with picard 2.0 * [PICARD-1051] - Searching for similar tracks causes coredumps * [PICARD-1052] - Not disabled Search for similar tracks can cause coredumps * [PICARD-1056] - Crash when viewing file info dialog * [PICARD-1058] - Saving images as files doesn't work * [PICARD-1062] - Picard crashes when moving files on release * [PICARD-1063] - After #689 unit tests fail if astrcmp is not compiled * [PICARD-1064] - python setup.py test -v doesn't work * [PICARD-1065] - python setup.py patch_version doesn't work * [PICARD-1066] - python setup.py update_constants doesn't work * [PICARD-1067] - Visual bug after un-checking an installed plugin * [PICARD-1073] - "Add New Tag" crashes picard * [PICARD-1084] - Picard 2 doesn't find DVD drive * [PICARD-1085] - Multi-Dir Add Folder not working * [PICARD-1105] - Crashes when using the edit tag dialog * [PICARD-1106] - cancel plugin installation file dialog results in crash * [PICARD-1114] - Cannot submit ratings in Picard 2.0 dev * [PICARD-1119] - picard sets "Disc Subtitle" to the track title * [PICARD-1123] - Multiple work languages are collapsed * [PICARD-1126] - Unhelpful error message logged on network request errors * [PICARD-1135] - Picard is not able to save on MTP devices * [PICARD-1138] - Search crashes due to AttributeError * [PICARD-1143] - Wrong amount of songs from added files * [PICARD-1147] - FYI, Can't load "Alan Parsons" album "On air" in Picard 1.2 * [PICARD-1153] - "Lookup in Browser" and "Search" fail silently if artist name contains umlaut * [PICARD-1156] - Picard fails to start when trying to upgrade plugin which is a symlink * [PICARD-1159] - Can't open WAV files * [PICARD-1161] - Dragging artwork from Chrome pages doesn't work * [PICARD-1171] - Text of "About" can't be selected * [PICARD-1179] - Error while searching for alt. releases * [PICARD-1181] - In-app search dialog excessive slow down * [PICARD-1188] - Picard chooses incorrect value for language tag * [PICARD-1199] - Crash when right-clicking album * [PICARD-1202] - Right click on tag listing causes exception and crash * [PICARD-1203] - Hide unsupported tags from the tag diff in UI * [PICARD-1204] - Picard freezes on unchecking show diff tags first * [PICARD-1206] - Text is not displaying properly in some fields. * [PICARD-1210] - Long lines in the option dialogue don’t wrap * [PICARD-1213] - Wrong Movement of coverart providers * [PICARD-1215] - Does not use config / ini file specified on command line * [PICARD-1221] - Picard 2.0 won't start on Windows 10 * [PICARD-1226] - Different fonts in the plugins dialog * [PICARD-1230] - Looking up CD crashes Picard * [PICARD-1234] - Crash when loading plugin from local directory * [PICARD-1252] - Crash on pasting invalid naming script * [PICARD-1253] - Crash on image saving * [PICARD-1255] - Crash on startup - no GUI * [PICARD-1265] - Can't "Lookup in Browser": UnicodeEncodeError: 'latin-1' codec can't encode characters in position 0-7: ordinal not in range(256) * [PICARD-1270] - Corruption of saved audio files located on a network share * [PICARD-1271] - Artist credit saved in tags sometimes loses closing parenthesis * [PICARD-1277] - Picard crashes on unknown cover art types New Feature * [PICARD-1187] - Add DSF file support * [PICARD-1220] - Add keyboard shortcut for deleting scripts from options > scripting page Task * [PICARD-960] - Migrate to PyQt5 * [PICARD-1186] - Support only 64 bit Picard builds from 2.0 Improvement * [PICARD-259] - Make file-specific variables available to tagger script * [PICARD-581] - Picard XML processing should use lxml module rather than QXmlStreamReader * [PICARD-588] - Picard 2.0 based on Python 3 * [PICARD-807] - Retry release fetch on MB server overload * [PICARD-922] - Make multi-value script functions work correctly * [PICARD-976] - Reimplement the picard WS code to accommodate future versions of MBWS * [PICARD-978] - Distinguish in UI between unclustered and release unmatched files * [PICARD-1075] - Add unit tests for Metadata object variables * [PICARD-1087] - Improvements to UI for Lookup CD * [PICARD-1100] - Error when running confined in a snap because of gconf * [PICARD-1174] - Option to tolerate differences in track times * [PICARD-1200] - In Options dialog, tree pane on the left cannot be resized * [PICARD-1201] - Add a command-line option to not restore persisted UI sizes or positions * [PICARD-1211] - The “X” close button doesn’t work on the options dialogue - Switched to python3 and Qt5 - Dropped SearchAmazon3.py,SearchAMG.py,SearchCastAlbums3.py, SearchDiscogs3.py,SearchFilmMusziek3.py,SearchGMR.py, SearchGoogle3.py,SearchLortelArchives3.py, SearchSoundtrackCollector3.py and SearchSoundtrackINFO3.py (not compatible with API v2.0) - Spec cleanup OBS-URL: https://build.opensuse.org/request/show/624122 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=57
2018-07-20 08:42:04 +02:00
URL: https://picard.musicbrainz.org
Source0: https://github.com/metabrainz/picard/archive/release-%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: desktop-file-utils
BuildRequires: gcc-c++
BuildRequires: hicolor-icon-theme
Accepting request 624122 from home:alois:branches:multimedia:apps - Update to version 2.0 Bug-fix * [PICARD-153] - Non-configuration data is saved in Picard.conf * [PICARD-173] - ID3 tag TSOP appears to be stored blank * [PICARD-340] - Cover art embedding will overwrite existing ones * [PICARD-405] - Save stopped working * [PICARD-817] - On high-resolution / high DPI displays, Picard's GUI is scaled wrong * [PICARD-1047] - Incompatible plugins are loaded with picard 2.0 * [PICARD-1051] - Searching for similar tracks causes coredumps * [PICARD-1052] - Not disabled Search for similar tracks can cause coredumps * [PICARD-1056] - Crash when viewing file info dialog * [PICARD-1058] - Saving images as files doesn't work * [PICARD-1062] - Picard crashes when moving files on release * [PICARD-1063] - After #689 unit tests fail if astrcmp is not compiled * [PICARD-1064] - python setup.py test -v doesn't work * [PICARD-1065] - python setup.py patch_version doesn't work * [PICARD-1066] - python setup.py update_constants doesn't work * [PICARD-1067] - Visual bug after un-checking an installed plugin * [PICARD-1073] - "Add New Tag" crashes picard * [PICARD-1084] - Picard 2 doesn't find DVD drive * [PICARD-1085] - Multi-Dir Add Folder not working * [PICARD-1105] - Crashes when using the edit tag dialog * [PICARD-1106] - cancel plugin installation file dialog results in crash * [PICARD-1114] - Cannot submit ratings in Picard 2.0 dev * [PICARD-1119] - picard sets "Disc Subtitle" to the track title * [PICARD-1123] - Multiple work languages are collapsed * [PICARD-1126] - Unhelpful error message logged on network request errors * [PICARD-1135] - Picard is not able to save on MTP devices * [PICARD-1138] - Search crashes due to AttributeError * [PICARD-1143] - Wrong amount of songs from added files * [PICARD-1147] - FYI, Can't load "Alan Parsons" album "On air" in Picard 1.2 * [PICARD-1153] - "Lookup in Browser" and "Search" fail silently if artist name contains umlaut * [PICARD-1156] - Picard fails to start when trying to upgrade plugin which is a symlink * [PICARD-1159] - Can't open WAV files * [PICARD-1161] - Dragging artwork from Chrome pages doesn't work * [PICARD-1171] - Text of "About" can't be selected * [PICARD-1179] - Error while searching for alt. releases * [PICARD-1181] - In-app search dialog excessive slow down * [PICARD-1188] - Picard chooses incorrect value for language tag * [PICARD-1199] - Crash when right-clicking album * [PICARD-1202] - Right click on tag listing causes exception and crash * [PICARD-1203] - Hide unsupported tags from the tag diff in UI * [PICARD-1204] - Picard freezes on unchecking show diff tags first * [PICARD-1206] - Text is not displaying properly in some fields. * [PICARD-1210] - Long lines in the option dialogue don’t wrap * [PICARD-1213] - Wrong Movement of coverart providers * [PICARD-1215] - Does not use config / ini file specified on command line * [PICARD-1221] - Picard 2.0 won't start on Windows 10 * [PICARD-1226] - Different fonts in the plugins dialog * [PICARD-1230] - Looking up CD crashes Picard * [PICARD-1234] - Crash when loading plugin from local directory * [PICARD-1252] - Crash on pasting invalid naming script * [PICARD-1253] - Crash on image saving * [PICARD-1255] - Crash on startup - no GUI * [PICARD-1265] - Can't "Lookup in Browser": UnicodeEncodeError: 'latin-1' codec can't encode characters in position 0-7: ordinal not in range(256) * [PICARD-1270] - Corruption of saved audio files located on a network share * [PICARD-1271] - Artist credit saved in tags sometimes loses closing parenthesis * [PICARD-1277] - Picard crashes on unknown cover art types New Feature * [PICARD-1187] - Add DSF file support * [PICARD-1220] - Add keyboard shortcut for deleting scripts from options > scripting page Task * [PICARD-960] - Migrate to PyQt5 * [PICARD-1186] - Support only 64 bit Picard builds from 2.0 Improvement * [PICARD-259] - Make file-specific variables available to tagger script * [PICARD-581] - Picard XML processing should use lxml module rather than QXmlStreamReader * [PICARD-588] - Picard 2.0 based on Python 3 * [PICARD-807] - Retry release fetch on MB server overload * [PICARD-922] - Make multi-value script functions work correctly * [PICARD-976] - Reimplement the picard WS code to accommodate future versions of MBWS * [PICARD-978] - Distinguish in UI between unclustered and release unmatched files * [PICARD-1075] - Add unit tests for Metadata object variables * [PICARD-1087] - Improvements to UI for Lookup CD * [PICARD-1100] - Error when running confined in a snap because of gconf * [PICARD-1174] - Option to tolerate differences in track times * [PICARD-1200] - In Options dialog, tree pane on the left cannot be resized * [PICARD-1201] - Add a command-line option to not restore persisted UI sizes or positions * [PICARD-1211] - The “X” close button doesn’t work on the options dialogue - Switched to python3 and Qt5 - Dropped SearchAmazon3.py,SearchAMG.py,SearchCastAlbums3.py, SearchDiscogs3.py,SearchFilmMusziek3.py,SearchGMR.py, SearchGoogle3.py,SearchLortelArchives3.py, SearchSoundtrackCollector3.py and SearchSoundtrackINFO3.py (not compatible with API v2.0) - Spec cleanup OBS-URL: https://build.opensuse.org/request/show/624122 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=57
2018-07-20 08:42:04 +02:00
BuildRequires: libofa-devel
BuildRequires: python3-devel
BuildRequires: python3-mutagen
BuildRequires: python3-qt5
BuildRequires: python3-setuptools
BuildRequires: python3-sip
BuildRequires: update-desktop-files
Accepting request 624122 from home:alois:branches:multimedia:apps - Update to version 2.0 Bug-fix * [PICARD-153] - Non-configuration data is saved in Picard.conf * [PICARD-173] - ID3 tag TSOP appears to be stored blank * [PICARD-340] - Cover art embedding will overwrite existing ones * [PICARD-405] - Save stopped working * [PICARD-817] - On high-resolution / high DPI displays, Picard's GUI is scaled wrong * [PICARD-1047] - Incompatible plugins are loaded with picard 2.0 * [PICARD-1051] - Searching for similar tracks causes coredumps * [PICARD-1052] - Not disabled Search for similar tracks can cause coredumps * [PICARD-1056] - Crash when viewing file info dialog * [PICARD-1058] - Saving images as files doesn't work * [PICARD-1062] - Picard crashes when moving files on release * [PICARD-1063] - After #689 unit tests fail if astrcmp is not compiled * [PICARD-1064] - python setup.py test -v doesn't work * [PICARD-1065] - python setup.py patch_version doesn't work * [PICARD-1066] - python setup.py update_constants doesn't work * [PICARD-1067] - Visual bug after un-checking an installed plugin * [PICARD-1073] - "Add New Tag" crashes picard * [PICARD-1084] - Picard 2 doesn't find DVD drive * [PICARD-1085] - Multi-Dir Add Folder not working * [PICARD-1105] - Crashes when using the edit tag dialog * [PICARD-1106] - cancel plugin installation file dialog results in crash * [PICARD-1114] - Cannot submit ratings in Picard 2.0 dev * [PICARD-1119] - picard sets "Disc Subtitle" to the track title * [PICARD-1123] - Multiple work languages are collapsed * [PICARD-1126] - Unhelpful error message logged on network request errors * [PICARD-1135] - Picard is not able to save on MTP devices * [PICARD-1138] - Search crashes due to AttributeError * [PICARD-1143] - Wrong amount of songs from added files * [PICARD-1147] - FYI, Can't load "Alan Parsons" album "On air" in Picard 1.2 * [PICARD-1153] - "Lookup in Browser" and "Search" fail silently if artist name contains umlaut * [PICARD-1156] - Picard fails to start when trying to upgrade plugin which is a symlink * [PICARD-1159] - Can't open WAV files * [PICARD-1161] - Dragging artwork from Chrome pages doesn't work * [PICARD-1171] - Text of "About" can't be selected * [PICARD-1179] - Error while searching for alt. releases * [PICARD-1181] - In-app search dialog excessive slow down * [PICARD-1188] - Picard chooses incorrect value for language tag * [PICARD-1199] - Crash when right-clicking album * [PICARD-1202] - Right click on tag listing causes exception and crash * [PICARD-1203] - Hide unsupported tags from the tag diff in UI * [PICARD-1204] - Picard freezes on unchecking show diff tags first * [PICARD-1206] - Text is not displaying properly in some fields. * [PICARD-1210] - Long lines in the option dialogue don’t wrap * [PICARD-1213] - Wrong Movement of coverart providers * [PICARD-1215] - Does not use config / ini file specified on command line * [PICARD-1221] - Picard 2.0 won't start on Windows 10 * [PICARD-1226] - Different fonts in the plugins dialog * [PICARD-1230] - Looking up CD crashes Picard * [PICARD-1234] - Crash when loading plugin from local directory * [PICARD-1252] - Crash on pasting invalid naming script * [PICARD-1253] - Crash on image saving * [PICARD-1255] - Crash on startup - no GUI * [PICARD-1265] - Can't "Lookup in Browser": UnicodeEncodeError: 'latin-1' codec can't encode characters in position 0-7: ordinal not in range(256) * [PICARD-1270] - Corruption of saved audio files located on a network share * [PICARD-1271] - Artist credit saved in tags sometimes loses closing parenthesis * [PICARD-1277] - Picard crashes on unknown cover art types New Feature * [PICARD-1187] - Add DSF file support * [PICARD-1220] - Add keyboard shortcut for deleting scripts from options > scripting page Task * [PICARD-960] - Migrate to PyQt5 * [PICARD-1186] - Support only 64 bit Picard builds from 2.0 Improvement * [PICARD-259] - Make file-specific variables available to tagger script * [PICARD-581] - Picard XML processing should use lxml module rather than QXmlStreamReader * [PICARD-588] - Picard 2.0 based on Python 3 * [PICARD-807] - Retry release fetch on MB server overload * [PICARD-922] - Make multi-value script functions work correctly * [PICARD-976] - Reimplement the picard WS code to accommodate future versions of MBWS * [PICARD-978] - Distinguish in UI between unclustered and release unmatched files * [PICARD-1075] - Add unit tests for Metadata object variables * [PICARD-1087] - Improvements to UI for Lookup CD * [PICARD-1100] - Error when running confined in a snap because of gconf * [PICARD-1174] - Option to tolerate differences in track times * [PICARD-1200] - In Options dialog, tree pane on the left cannot be resized * [PICARD-1201] - Add a command-line option to not restore persisted UI sizes or positions * [PICARD-1211] - The “X” close button doesn’t work on the options dialogue - Switched to python3 and Qt5 - Dropped SearchAmazon3.py,SearchAMG.py,SearchCastAlbums3.py, SearchDiscogs3.py,SearchFilmMusziek3.py,SearchGMR.py, SearchGoogle3.py,SearchLortelArchives3.py, SearchSoundtrackCollector3.py and SearchSoundtrackINFO3.py (not compatible with API v2.0) - Spec cleanup OBS-URL: https://build.opensuse.org/request/show/624122 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=57
2018-07-20 08:42:04 +02:00
Requires: python3-mutagen
Requires: python3-qt5
Recommends: chromaprint-fpcalc
Accepting request 624122 from home:alois:branches:multimedia:apps - Update to version 2.0 Bug-fix * [PICARD-153] - Non-configuration data is saved in Picard.conf * [PICARD-173] - ID3 tag TSOP appears to be stored blank * [PICARD-340] - Cover art embedding will overwrite existing ones * [PICARD-405] - Save stopped working * [PICARD-817] - On high-resolution / high DPI displays, Picard's GUI is scaled wrong * [PICARD-1047] - Incompatible plugins are loaded with picard 2.0 * [PICARD-1051] - Searching for similar tracks causes coredumps * [PICARD-1052] - Not disabled Search for similar tracks can cause coredumps * [PICARD-1056] - Crash when viewing file info dialog * [PICARD-1058] - Saving images as files doesn't work * [PICARD-1062] - Picard crashes when moving files on release * [PICARD-1063] - After #689 unit tests fail if astrcmp is not compiled * [PICARD-1064] - python setup.py test -v doesn't work * [PICARD-1065] - python setup.py patch_version doesn't work * [PICARD-1066] - python setup.py update_constants doesn't work * [PICARD-1067] - Visual bug after un-checking an installed plugin * [PICARD-1073] - "Add New Tag" crashes picard * [PICARD-1084] - Picard 2 doesn't find DVD drive * [PICARD-1085] - Multi-Dir Add Folder not working * [PICARD-1105] - Crashes when using the edit tag dialog * [PICARD-1106] - cancel plugin installation file dialog results in crash * [PICARD-1114] - Cannot submit ratings in Picard 2.0 dev * [PICARD-1119] - picard sets "Disc Subtitle" to the track title * [PICARD-1123] - Multiple work languages are collapsed * [PICARD-1126] - Unhelpful error message logged on network request errors * [PICARD-1135] - Picard is not able to save on MTP devices * [PICARD-1138] - Search crashes due to AttributeError * [PICARD-1143] - Wrong amount of songs from added files * [PICARD-1147] - FYI, Can't load "Alan Parsons" album "On air" in Picard 1.2 * [PICARD-1153] - "Lookup in Browser" and "Search" fail silently if artist name contains umlaut * [PICARD-1156] - Picard fails to start when trying to upgrade plugin which is a symlink * [PICARD-1159] - Can't open WAV files * [PICARD-1161] - Dragging artwork from Chrome pages doesn't work * [PICARD-1171] - Text of "About" can't be selected * [PICARD-1179] - Error while searching for alt. releases * [PICARD-1181] - In-app search dialog excessive slow down * [PICARD-1188] - Picard chooses incorrect value for language tag * [PICARD-1199] - Crash when right-clicking album * [PICARD-1202] - Right click on tag listing causes exception and crash * [PICARD-1203] - Hide unsupported tags from the tag diff in UI * [PICARD-1204] - Picard freezes on unchecking show diff tags first * [PICARD-1206] - Text is not displaying properly in some fields. * [PICARD-1210] - Long lines in the option dialogue don’t wrap * [PICARD-1213] - Wrong Movement of coverart providers * [PICARD-1215] - Does not use config / ini file specified on command line * [PICARD-1221] - Picard 2.0 won't start on Windows 10 * [PICARD-1226] - Different fonts in the plugins dialog * [PICARD-1230] - Looking up CD crashes Picard * [PICARD-1234] - Crash when loading plugin from local directory * [PICARD-1252] - Crash on pasting invalid naming script * [PICARD-1253] - Crash on image saving * [PICARD-1255] - Crash on startup - no GUI * [PICARD-1265] - Can't "Lookup in Browser": UnicodeEncodeError: 'latin-1' codec can't encode characters in position 0-7: ordinal not in range(256) * [PICARD-1270] - Corruption of saved audio files located on a network share * [PICARD-1271] - Artist credit saved in tags sometimes loses closing parenthesis * [PICARD-1277] - Picard crashes on unknown cover art types New Feature * [PICARD-1187] - Add DSF file support * [PICARD-1220] - Add keyboard shortcut for deleting scripts from options > scripting page Task * [PICARD-960] - Migrate to PyQt5 * [PICARD-1186] - Support only 64 bit Picard builds from 2.0 Improvement * [PICARD-259] - Make file-specific variables available to tagger script * [PICARD-581] - Picard XML processing should use lxml module rather than QXmlStreamReader * [PICARD-588] - Picard 2.0 based on Python 3 * [PICARD-807] - Retry release fetch on MB server overload * [PICARD-922] - Make multi-value script functions work correctly * [PICARD-976] - Reimplement the picard WS code to accommodate future versions of MBWS * [PICARD-978] - Distinguish in UI between unclustered and release unmatched files * [PICARD-1075] - Add unit tests for Metadata object variables * [PICARD-1087] - Improvements to UI for Lookup CD * [PICARD-1100] - Error when running confined in a snap because of gconf * [PICARD-1174] - Option to tolerate differences in track times * [PICARD-1200] - In Options dialog, tree pane on the left cannot be resized * [PICARD-1201] - Add a command-line option to not restore persisted UI sizes or positions * [PICARD-1211] - The “X” close button doesn’t work on the options dialogue - Switched to python3 and Qt5 - Dropped SearchAmazon3.py,SearchAMG.py,SearchCastAlbums3.py, SearchDiscogs3.py,SearchFilmMusziek3.py,SearchGMR.py, SearchGoogle3.py,SearchLortelArchives3.py, SearchSoundtrackCollector3.py and SearchSoundtrackINFO3.py (not compatible with API v2.0) - Spec cleanup OBS-URL: https://build.opensuse.org/request/show/624122 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=57
2018-07-20 08:42:04 +02:00
Recommends: python3-discid
%description
MusicBrainz Picard is a MusicBrainz tag editor written in Python.
Picard Tagger focuses on album-oriented tagging as opposed to
track-based tagging.
%lang_package
%prep
%setup -q -n %{name}-release-%{version}
%build
Accepting request 624122 from home:alois:branches:multimedia:apps - Update to version 2.0 Bug-fix * [PICARD-153] - Non-configuration data is saved in Picard.conf * [PICARD-173] - ID3 tag TSOP appears to be stored blank * [PICARD-340] - Cover art embedding will overwrite existing ones * [PICARD-405] - Save stopped working * [PICARD-817] - On high-resolution / high DPI displays, Picard's GUI is scaled wrong * [PICARD-1047] - Incompatible plugins are loaded with picard 2.0 * [PICARD-1051] - Searching for similar tracks causes coredumps * [PICARD-1052] - Not disabled Search for similar tracks can cause coredumps * [PICARD-1056] - Crash when viewing file info dialog * [PICARD-1058] - Saving images as files doesn't work * [PICARD-1062] - Picard crashes when moving files on release * [PICARD-1063] - After #689 unit tests fail if astrcmp is not compiled * [PICARD-1064] - python setup.py test -v doesn't work * [PICARD-1065] - python setup.py patch_version doesn't work * [PICARD-1066] - python setup.py update_constants doesn't work * [PICARD-1067] - Visual bug after un-checking an installed plugin * [PICARD-1073] - "Add New Tag" crashes picard * [PICARD-1084] - Picard 2 doesn't find DVD drive * [PICARD-1085] - Multi-Dir Add Folder not working * [PICARD-1105] - Crashes when using the edit tag dialog * [PICARD-1106] - cancel plugin installation file dialog results in crash * [PICARD-1114] - Cannot submit ratings in Picard 2.0 dev * [PICARD-1119] - picard sets "Disc Subtitle" to the track title * [PICARD-1123] - Multiple work languages are collapsed * [PICARD-1126] - Unhelpful error message logged on network request errors * [PICARD-1135] - Picard is not able to save on MTP devices * [PICARD-1138] - Search crashes due to AttributeError * [PICARD-1143] - Wrong amount of songs from added files * [PICARD-1147] - FYI, Can't load "Alan Parsons" album "On air" in Picard 1.2 * [PICARD-1153] - "Lookup in Browser" and "Search" fail silently if artist name contains umlaut * [PICARD-1156] - Picard fails to start when trying to upgrade plugin which is a symlink * [PICARD-1159] - Can't open WAV files * [PICARD-1161] - Dragging artwork from Chrome pages doesn't work * [PICARD-1171] - Text of "About" can't be selected * [PICARD-1179] - Error while searching for alt. releases * [PICARD-1181] - In-app search dialog excessive slow down * [PICARD-1188] - Picard chooses incorrect value for language tag * [PICARD-1199] - Crash when right-clicking album * [PICARD-1202] - Right click on tag listing causes exception and crash * [PICARD-1203] - Hide unsupported tags from the tag diff in UI * [PICARD-1204] - Picard freezes on unchecking show diff tags first * [PICARD-1206] - Text is not displaying properly in some fields. * [PICARD-1210] - Long lines in the option dialogue don’t wrap * [PICARD-1213] - Wrong Movement of coverart providers * [PICARD-1215] - Does not use config / ini file specified on command line * [PICARD-1221] - Picard 2.0 won't start on Windows 10 * [PICARD-1226] - Different fonts in the plugins dialog * [PICARD-1230] - Looking up CD crashes Picard * [PICARD-1234] - Crash when loading plugin from local directory * [PICARD-1252] - Crash on pasting invalid naming script * [PICARD-1253] - Crash on image saving * [PICARD-1255] - Crash on startup - no GUI * [PICARD-1265] - Can't "Lookup in Browser": UnicodeEncodeError: 'latin-1' codec can't encode characters in position 0-7: ordinal not in range(256) * [PICARD-1270] - Corruption of saved audio files located on a network share * [PICARD-1271] - Artist credit saved in tags sometimes loses closing parenthesis * [PICARD-1277] - Picard crashes on unknown cover art types New Feature * [PICARD-1187] - Add DSF file support * [PICARD-1220] - Add keyboard shortcut for deleting scripts from options > scripting page Task * [PICARD-960] - Migrate to PyQt5 * [PICARD-1186] - Support only 64 bit Picard builds from 2.0 Improvement * [PICARD-259] - Make file-specific variables available to tagger script * [PICARD-581] - Picard XML processing should use lxml module rather than QXmlStreamReader * [PICARD-588] - Picard 2.0 based on Python 3 * [PICARD-807] - Retry release fetch on MB server overload * [PICARD-922] - Make multi-value script functions work correctly * [PICARD-976] - Reimplement the picard WS code to accommodate future versions of MBWS * [PICARD-978] - Distinguish in UI between unclustered and release unmatched files * [PICARD-1075] - Add unit tests for Metadata object variables * [PICARD-1087] - Improvements to UI for Lookup CD * [PICARD-1100] - Error when running confined in a snap because of gconf * [PICARD-1174] - Option to tolerate differences in track times * [PICARD-1200] - In Options dialog, tree pane on the left cannot be resized * [PICARD-1201] - Add a command-line option to not restore persisted UI sizes or positions * [PICARD-1211] - The “X” close button doesn’t work on the options dialogue - Switched to python3 and Qt5 - Dropped SearchAmazon3.py,SearchAMG.py,SearchCastAlbums3.py, SearchDiscogs3.py,SearchFilmMusziek3.py,SearchGMR.py, SearchGoogle3.py,SearchLortelArchives3.py, SearchSoundtrackCollector3.py and SearchSoundtrackINFO3.py (not compatible with API v2.0) - Spec cleanup OBS-URL: https://build.opensuse.org/request/show/624122 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=57
2018-07-20 08:42:04 +02:00
export LANG=en_US.UTF-8
python3 setup.py config
python3 setup.py build
%install
Accepting request 624122 from home:alois:branches:multimedia:apps - Update to version 2.0 Bug-fix * [PICARD-153] - Non-configuration data is saved in Picard.conf * [PICARD-173] - ID3 tag TSOP appears to be stored blank * [PICARD-340] - Cover art embedding will overwrite existing ones * [PICARD-405] - Save stopped working * [PICARD-817] - On high-resolution / high DPI displays, Picard's GUI is scaled wrong * [PICARD-1047] - Incompatible plugins are loaded with picard 2.0 * [PICARD-1051] - Searching for similar tracks causes coredumps * [PICARD-1052] - Not disabled Search for similar tracks can cause coredumps * [PICARD-1056] - Crash when viewing file info dialog * [PICARD-1058] - Saving images as files doesn't work * [PICARD-1062] - Picard crashes when moving files on release * [PICARD-1063] - After #689 unit tests fail if astrcmp is not compiled * [PICARD-1064] - python setup.py test -v doesn't work * [PICARD-1065] - python setup.py patch_version doesn't work * [PICARD-1066] - python setup.py update_constants doesn't work * [PICARD-1067] - Visual bug after un-checking an installed plugin * [PICARD-1073] - "Add New Tag" crashes picard * [PICARD-1084] - Picard 2 doesn't find DVD drive * [PICARD-1085] - Multi-Dir Add Folder not working * [PICARD-1105] - Crashes when using the edit tag dialog * [PICARD-1106] - cancel plugin installation file dialog results in crash * [PICARD-1114] - Cannot submit ratings in Picard 2.0 dev * [PICARD-1119] - picard sets "Disc Subtitle" to the track title * [PICARD-1123] - Multiple work languages are collapsed * [PICARD-1126] - Unhelpful error message logged on network request errors * [PICARD-1135] - Picard is not able to save on MTP devices * [PICARD-1138] - Search crashes due to AttributeError * [PICARD-1143] - Wrong amount of songs from added files * [PICARD-1147] - FYI, Can't load "Alan Parsons" album "On air" in Picard 1.2 * [PICARD-1153] - "Lookup in Browser" and "Search" fail silently if artist name contains umlaut * [PICARD-1156] - Picard fails to start when trying to upgrade plugin which is a symlink * [PICARD-1159] - Can't open WAV files * [PICARD-1161] - Dragging artwork from Chrome pages doesn't work * [PICARD-1171] - Text of "About" can't be selected * [PICARD-1179] - Error while searching for alt. releases * [PICARD-1181] - In-app search dialog excessive slow down * [PICARD-1188] - Picard chooses incorrect value for language tag * [PICARD-1199] - Crash when right-clicking album * [PICARD-1202] - Right click on tag listing causes exception and crash * [PICARD-1203] - Hide unsupported tags from the tag diff in UI * [PICARD-1204] - Picard freezes on unchecking show diff tags first * [PICARD-1206] - Text is not displaying properly in some fields. * [PICARD-1210] - Long lines in the option dialogue don’t wrap * [PICARD-1213] - Wrong Movement of coverart providers * [PICARD-1215] - Does not use config / ini file specified on command line * [PICARD-1221] - Picard 2.0 won't start on Windows 10 * [PICARD-1226] - Different fonts in the plugins dialog * [PICARD-1230] - Looking up CD crashes Picard * [PICARD-1234] - Crash when loading plugin from local directory * [PICARD-1252] - Crash on pasting invalid naming script * [PICARD-1253] - Crash on image saving * [PICARD-1255] - Crash on startup - no GUI * [PICARD-1265] - Can't "Lookup in Browser": UnicodeEncodeError: 'latin-1' codec can't encode characters in position 0-7: ordinal not in range(256) * [PICARD-1270] - Corruption of saved audio files located on a network share * [PICARD-1271] - Artist credit saved in tags sometimes loses closing parenthesis * [PICARD-1277] - Picard crashes on unknown cover art types New Feature * [PICARD-1187] - Add DSF file support * [PICARD-1220] - Add keyboard shortcut for deleting scripts from options > scripting page Task * [PICARD-960] - Migrate to PyQt5 * [PICARD-1186] - Support only 64 bit Picard builds from 2.0 Improvement * [PICARD-259] - Make file-specific variables available to tagger script * [PICARD-581] - Picard XML processing should use lxml module rather than QXmlStreamReader * [PICARD-588] - Picard 2.0 based on Python 3 * [PICARD-807] - Retry release fetch on MB server overload * [PICARD-922] - Make multi-value script functions work correctly * [PICARD-976] - Reimplement the picard WS code to accommodate future versions of MBWS * [PICARD-978] - Distinguish in UI between unclustered and release unmatched files * [PICARD-1075] - Add unit tests for Metadata object variables * [PICARD-1087] - Improvements to UI for Lookup CD * [PICARD-1100] - Error when running confined in a snap because of gconf * [PICARD-1174] - Option to tolerate differences in track times * [PICARD-1200] - In Options dialog, tree pane on the left cannot be resized * [PICARD-1201] - Add a command-line option to not restore persisted UI sizes or positions * [PICARD-1211] - The “X” close button doesn’t work on the options dialogue - Switched to python3 and Qt5 - Dropped SearchAmazon3.py,SearchAMG.py,SearchCastAlbums3.py, SearchDiscogs3.py,SearchFilmMusziek3.py,SearchGMR.py, SearchGoogle3.py,SearchLortelArchives3.py, SearchSoundtrackCollector3.py and SearchSoundtrackINFO3.py (not compatible with API v2.0) - Spec cleanup OBS-URL: https://build.opensuse.org/request/show/624122 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=57
2018-07-20 08:42:04 +02:00
export LANG=en_US.UTF-8
python3 setup.py install --skip-build --prefix=%{_prefix} --root=%{buildroot}
%suse_update_desktop_file -G "Music Tagger" -N "picard" picard
rm -rfv %{buildroot}%{_datadir}/locale/sco
%find_lang %{name} %{name}.lang
%find_lang %{name}-countries %{name}.lang
%find_lang %{name}-attributes %{name}.lang
Accepting request 624122 from home:alois:branches:multimedia:apps - Update to version 2.0 Bug-fix * [PICARD-153] - Non-configuration data is saved in Picard.conf * [PICARD-173] - ID3 tag TSOP appears to be stored blank * [PICARD-340] - Cover art embedding will overwrite existing ones * [PICARD-405] - Save stopped working * [PICARD-817] - On high-resolution / high DPI displays, Picard's GUI is scaled wrong * [PICARD-1047] - Incompatible plugins are loaded with picard 2.0 * [PICARD-1051] - Searching for similar tracks causes coredumps * [PICARD-1052] - Not disabled Search for similar tracks can cause coredumps * [PICARD-1056] - Crash when viewing file info dialog * [PICARD-1058] - Saving images as files doesn't work * [PICARD-1062] - Picard crashes when moving files on release * [PICARD-1063] - After #689 unit tests fail if astrcmp is not compiled * [PICARD-1064] - python setup.py test -v doesn't work * [PICARD-1065] - python setup.py patch_version doesn't work * [PICARD-1066] - python setup.py update_constants doesn't work * [PICARD-1067] - Visual bug after un-checking an installed plugin * [PICARD-1073] - "Add New Tag" crashes picard * [PICARD-1084] - Picard 2 doesn't find DVD drive * [PICARD-1085] - Multi-Dir Add Folder not working * [PICARD-1105] - Crashes when using the edit tag dialog * [PICARD-1106] - cancel plugin installation file dialog results in crash * [PICARD-1114] - Cannot submit ratings in Picard 2.0 dev * [PICARD-1119] - picard sets "Disc Subtitle" to the track title * [PICARD-1123] - Multiple work languages are collapsed * [PICARD-1126] - Unhelpful error message logged on network request errors * [PICARD-1135] - Picard is not able to save on MTP devices * [PICARD-1138] - Search crashes due to AttributeError * [PICARD-1143] - Wrong amount of songs from added files * [PICARD-1147] - FYI, Can't load "Alan Parsons" album "On air" in Picard 1.2 * [PICARD-1153] - "Lookup in Browser" and "Search" fail silently if artist name contains umlaut * [PICARD-1156] - Picard fails to start when trying to upgrade plugin which is a symlink * [PICARD-1159] - Can't open WAV files * [PICARD-1161] - Dragging artwork from Chrome pages doesn't work * [PICARD-1171] - Text of "About" can't be selected * [PICARD-1179] - Error while searching for alt. releases * [PICARD-1181] - In-app search dialog excessive slow down * [PICARD-1188] - Picard chooses incorrect value for language tag * [PICARD-1199] - Crash when right-clicking album * [PICARD-1202] - Right click on tag listing causes exception and crash * [PICARD-1203] - Hide unsupported tags from the tag diff in UI * [PICARD-1204] - Picard freezes on unchecking show diff tags first * [PICARD-1206] - Text is not displaying properly in some fields. * [PICARD-1210] - Long lines in the option dialogue don’t wrap * [PICARD-1213] - Wrong Movement of coverart providers * [PICARD-1215] - Does not use config / ini file specified on command line * [PICARD-1221] - Picard 2.0 won't start on Windows 10 * [PICARD-1226] - Different fonts in the plugins dialog * [PICARD-1230] - Looking up CD crashes Picard * [PICARD-1234] - Crash when loading plugin from local directory * [PICARD-1252] - Crash on pasting invalid naming script * [PICARD-1253] - Crash on image saving * [PICARD-1255] - Crash on startup - no GUI * [PICARD-1265] - Can't "Lookup in Browser": UnicodeEncodeError: 'latin-1' codec can't encode characters in position 0-7: ordinal not in range(256) * [PICARD-1270] - Corruption of saved audio files located on a network share * [PICARD-1271] - Artist credit saved in tags sometimes loses closing parenthesis * [PICARD-1277] - Picard crashes on unknown cover art types New Feature * [PICARD-1187] - Add DSF file support * [PICARD-1220] - Add keyboard shortcut for deleting scripts from options > scripting page Task * [PICARD-960] - Migrate to PyQt5 * [PICARD-1186] - Support only 64 bit Picard builds from 2.0 Improvement * [PICARD-259] - Make file-specific variables available to tagger script * [PICARD-581] - Picard XML processing should use lxml module rather than QXmlStreamReader * [PICARD-588] - Picard 2.0 based on Python 3 * [PICARD-807] - Retry release fetch on MB server overload * [PICARD-922] - Make multi-value script functions work correctly * [PICARD-976] - Reimplement the picard WS code to accommodate future versions of MBWS * [PICARD-978] - Distinguish in UI between unclustered and release unmatched files * [PICARD-1075] - Add unit tests for Metadata object variables * [PICARD-1087] - Improvements to UI for Lookup CD * [PICARD-1100] - Error when running confined in a snap because of gconf * [PICARD-1174] - Option to tolerate differences in track times * [PICARD-1200] - In Options dialog, tree pane on the left cannot be resized * [PICARD-1201] - Add a command-line option to not restore persisted UI sizes or positions * [PICARD-1211] - The “X” close button doesn’t work on the options dialogue - Switched to python3 and Qt5 - Dropped SearchAmazon3.py,SearchAMG.py,SearchCastAlbums3.py, SearchDiscogs3.py,SearchFilmMusziek3.py,SearchGMR.py, SearchGoogle3.py,SearchLortelArchives3.py, SearchSoundtrackCollector3.py and SearchSoundtrackINFO3.py (not compatible with API v2.0) - Spec cleanup OBS-URL: https://build.opensuse.org/request/show/624122 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=57
2018-07-20 08:42:04 +02:00
%if 0%{?suse_version} < 1500
%post
%icon_theme_cache_post
%postun
%icon_theme_cache_postun
Accepting request 624122 from home:alois:branches:multimedia:apps - Update to version 2.0 Bug-fix * [PICARD-153] - Non-configuration data is saved in Picard.conf * [PICARD-173] - ID3 tag TSOP appears to be stored blank * [PICARD-340] - Cover art embedding will overwrite existing ones * [PICARD-405] - Save stopped working * [PICARD-817] - On high-resolution / high DPI displays, Picard's GUI is scaled wrong * [PICARD-1047] - Incompatible plugins are loaded with picard 2.0 * [PICARD-1051] - Searching for similar tracks causes coredumps * [PICARD-1052] - Not disabled Search for similar tracks can cause coredumps * [PICARD-1056] - Crash when viewing file info dialog * [PICARD-1058] - Saving images as files doesn't work * [PICARD-1062] - Picard crashes when moving files on release * [PICARD-1063] - After #689 unit tests fail if astrcmp is not compiled * [PICARD-1064] - python setup.py test -v doesn't work * [PICARD-1065] - python setup.py patch_version doesn't work * [PICARD-1066] - python setup.py update_constants doesn't work * [PICARD-1067] - Visual bug after un-checking an installed plugin * [PICARD-1073] - "Add New Tag" crashes picard * [PICARD-1084] - Picard 2 doesn't find DVD drive * [PICARD-1085] - Multi-Dir Add Folder not working * [PICARD-1105] - Crashes when using the edit tag dialog * [PICARD-1106] - cancel plugin installation file dialog results in crash * [PICARD-1114] - Cannot submit ratings in Picard 2.0 dev * [PICARD-1119] - picard sets "Disc Subtitle" to the track title * [PICARD-1123] - Multiple work languages are collapsed * [PICARD-1126] - Unhelpful error message logged on network request errors * [PICARD-1135] - Picard is not able to save on MTP devices * [PICARD-1138] - Search crashes due to AttributeError * [PICARD-1143] - Wrong amount of songs from added files * [PICARD-1147] - FYI, Can't load "Alan Parsons" album "On air" in Picard 1.2 * [PICARD-1153] - "Lookup in Browser" and "Search" fail silently if artist name contains umlaut * [PICARD-1156] - Picard fails to start when trying to upgrade plugin which is a symlink * [PICARD-1159] - Can't open WAV files * [PICARD-1161] - Dragging artwork from Chrome pages doesn't work * [PICARD-1171] - Text of "About" can't be selected * [PICARD-1179] - Error while searching for alt. releases * [PICARD-1181] - In-app search dialog excessive slow down * [PICARD-1188] - Picard chooses incorrect value for language tag * [PICARD-1199] - Crash when right-clicking album * [PICARD-1202] - Right click on tag listing causes exception and crash * [PICARD-1203] - Hide unsupported tags from the tag diff in UI * [PICARD-1204] - Picard freezes on unchecking show diff tags first * [PICARD-1206] - Text is not displaying properly in some fields. * [PICARD-1210] - Long lines in the option dialogue don’t wrap * [PICARD-1213] - Wrong Movement of coverart providers * [PICARD-1215] - Does not use config / ini file specified on command line * [PICARD-1221] - Picard 2.0 won't start on Windows 10 * [PICARD-1226] - Different fonts in the plugins dialog * [PICARD-1230] - Looking up CD crashes Picard * [PICARD-1234] - Crash when loading plugin from local directory * [PICARD-1252] - Crash on pasting invalid naming script * [PICARD-1253] - Crash on image saving * [PICARD-1255] - Crash on startup - no GUI * [PICARD-1265] - Can't "Lookup in Browser": UnicodeEncodeError: 'latin-1' codec can't encode characters in position 0-7: ordinal not in range(256) * [PICARD-1270] - Corruption of saved audio files located on a network share * [PICARD-1271] - Artist credit saved in tags sometimes loses closing parenthesis * [PICARD-1277] - Picard crashes on unknown cover art types New Feature * [PICARD-1187] - Add DSF file support * [PICARD-1220] - Add keyboard shortcut for deleting scripts from options > scripting page Task * [PICARD-960] - Migrate to PyQt5 * [PICARD-1186] - Support only 64 bit Picard builds from 2.0 Improvement * [PICARD-259] - Make file-specific variables available to tagger script * [PICARD-581] - Picard XML processing should use lxml module rather than QXmlStreamReader * [PICARD-588] - Picard 2.0 based on Python 3 * [PICARD-807] - Retry release fetch on MB server overload * [PICARD-922] - Make multi-value script functions work correctly * [PICARD-976] - Reimplement the picard WS code to accommodate future versions of MBWS * [PICARD-978] - Distinguish in UI between unclustered and release unmatched files * [PICARD-1075] - Add unit tests for Metadata object variables * [PICARD-1087] - Improvements to UI for Lookup CD * [PICARD-1100] - Error when running confined in a snap because of gconf * [PICARD-1174] - Option to tolerate differences in track times * [PICARD-1200] - In Options dialog, tree pane on the left cannot be resized * [PICARD-1201] - Add a command-line option to not restore persisted UI sizes or positions * [PICARD-1211] - The “X” close button doesn’t work on the options dialogue - Switched to python3 and Qt5 - Dropped SearchAmazon3.py,SearchAMG.py,SearchCastAlbums3.py, SearchDiscogs3.py,SearchFilmMusziek3.py,SearchGMR.py, SearchGoogle3.py,SearchLortelArchives3.py, SearchSoundtrackCollector3.py and SearchSoundtrackINFO3.py (not compatible with API v2.0) - Spec cleanup OBS-URL: https://build.opensuse.org/request/show/624122 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=57
2018-07-20 08:42:04 +02:00
%endif
%files
Accepting request 624122 from home:alois:branches:multimedia:apps - Update to version 2.0 Bug-fix * [PICARD-153] - Non-configuration data is saved in Picard.conf * [PICARD-173] - ID3 tag TSOP appears to be stored blank * [PICARD-340] - Cover art embedding will overwrite existing ones * [PICARD-405] - Save stopped working * [PICARD-817] - On high-resolution / high DPI displays, Picard's GUI is scaled wrong * [PICARD-1047] - Incompatible plugins are loaded with picard 2.0 * [PICARD-1051] - Searching for similar tracks causes coredumps * [PICARD-1052] - Not disabled Search for similar tracks can cause coredumps * [PICARD-1056] - Crash when viewing file info dialog * [PICARD-1058] - Saving images as files doesn't work * [PICARD-1062] - Picard crashes when moving files on release * [PICARD-1063] - After #689 unit tests fail if astrcmp is not compiled * [PICARD-1064] - python setup.py test -v doesn't work * [PICARD-1065] - python setup.py patch_version doesn't work * [PICARD-1066] - python setup.py update_constants doesn't work * [PICARD-1067] - Visual bug after un-checking an installed plugin * [PICARD-1073] - "Add New Tag" crashes picard * [PICARD-1084] - Picard 2 doesn't find DVD drive * [PICARD-1085] - Multi-Dir Add Folder not working * [PICARD-1105] - Crashes when using the edit tag dialog * [PICARD-1106] - cancel plugin installation file dialog results in crash * [PICARD-1114] - Cannot submit ratings in Picard 2.0 dev * [PICARD-1119] - picard sets "Disc Subtitle" to the track title * [PICARD-1123] - Multiple work languages are collapsed * [PICARD-1126] - Unhelpful error message logged on network request errors * [PICARD-1135] - Picard is not able to save on MTP devices * [PICARD-1138] - Search crashes due to AttributeError * [PICARD-1143] - Wrong amount of songs from added files * [PICARD-1147] - FYI, Can't load "Alan Parsons" album "On air" in Picard 1.2 * [PICARD-1153] - "Lookup in Browser" and "Search" fail silently if artist name contains umlaut * [PICARD-1156] - Picard fails to start when trying to upgrade plugin which is a symlink * [PICARD-1159] - Can't open WAV files * [PICARD-1161] - Dragging artwork from Chrome pages doesn't work * [PICARD-1171] - Text of "About" can't be selected * [PICARD-1179] - Error while searching for alt. releases * [PICARD-1181] - In-app search dialog excessive slow down * [PICARD-1188] - Picard chooses incorrect value for language tag * [PICARD-1199] - Crash when right-clicking album * [PICARD-1202] - Right click on tag listing causes exception and crash * [PICARD-1203] - Hide unsupported tags from the tag diff in UI * [PICARD-1204] - Picard freezes on unchecking show diff tags first * [PICARD-1206] - Text is not displaying properly in some fields. * [PICARD-1210] - Long lines in the option dialogue don’t wrap * [PICARD-1213] - Wrong Movement of coverart providers * [PICARD-1215] - Does not use config / ini file specified on command line * [PICARD-1221] - Picard 2.0 won't start on Windows 10 * [PICARD-1226] - Different fonts in the plugins dialog * [PICARD-1230] - Looking up CD crashes Picard * [PICARD-1234] - Crash when loading plugin from local directory * [PICARD-1252] - Crash on pasting invalid naming script * [PICARD-1253] - Crash on image saving * [PICARD-1255] - Crash on startup - no GUI * [PICARD-1265] - Can't "Lookup in Browser": UnicodeEncodeError: 'latin-1' codec can't encode characters in position 0-7: ordinal not in range(256) * [PICARD-1270] - Corruption of saved audio files located on a network share * [PICARD-1271] - Artist credit saved in tags sometimes loses closing parenthesis * [PICARD-1277] - Picard crashes on unknown cover art types New Feature * [PICARD-1187] - Add DSF file support * [PICARD-1220] - Add keyboard shortcut for deleting scripts from options > scripting page Task * [PICARD-960] - Migrate to PyQt5 * [PICARD-1186] - Support only 64 bit Picard builds from 2.0 Improvement * [PICARD-259] - Make file-specific variables available to tagger script * [PICARD-581] - Picard XML processing should use lxml module rather than QXmlStreamReader * [PICARD-588] - Picard 2.0 based on Python 3 * [PICARD-807] - Retry release fetch on MB server overload * [PICARD-922] - Make multi-value script functions work correctly * [PICARD-976] - Reimplement the picard WS code to accommodate future versions of MBWS * [PICARD-978] - Distinguish in UI between unclustered and release unmatched files * [PICARD-1075] - Add unit tests for Metadata object variables * [PICARD-1087] - Improvements to UI for Lookup CD * [PICARD-1100] - Error when running confined in a snap because of gconf * [PICARD-1174] - Option to tolerate differences in track times * [PICARD-1200] - In Options dialog, tree pane on the left cannot be resized * [PICARD-1201] - Add a command-line option to not restore persisted UI sizes or positions * [PICARD-1211] - The “X” close button doesn’t work on the options dialogue - Switched to python3 and Qt5 - Dropped SearchAmazon3.py,SearchAMG.py,SearchCastAlbums3.py, SearchDiscogs3.py,SearchFilmMusziek3.py,SearchGMR.py, SearchGoogle3.py,SearchLortelArchives3.py, SearchSoundtrackCollector3.py and SearchSoundtrackINFO3.py (not compatible with API v2.0) - Spec cleanup OBS-URL: https://build.opensuse.org/request/show/624122 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=57
2018-07-20 08:42:04 +02:00
%doc AUTHORS.txt NEWS.txt
%license COPYING.txt
%{_bindir}/picard
%{_datadir}/applications/%{name}.desktop
Accepting request 624122 from home:alois:branches:multimedia:apps - Update to version 2.0 Bug-fix * [PICARD-153] - Non-configuration data is saved in Picard.conf * [PICARD-173] - ID3 tag TSOP appears to be stored blank * [PICARD-340] - Cover art embedding will overwrite existing ones * [PICARD-405] - Save stopped working * [PICARD-817] - On high-resolution / high DPI displays, Picard's GUI is scaled wrong * [PICARD-1047] - Incompatible plugins are loaded with picard 2.0 * [PICARD-1051] - Searching for similar tracks causes coredumps * [PICARD-1052] - Not disabled Search for similar tracks can cause coredumps * [PICARD-1056] - Crash when viewing file info dialog * [PICARD-1058] - Saving images as files doesn't work * [PICARD-1062] - Picard crashes when moving files on release * [PICARD-1063] - After #689 unit tests fail if astrcmp is not compiled * [PICARD-1064] - python setup.py test -v doesn't work * [PICARD-1065] - python setup.py patch_version doesn't work * [PICARD-1066] - python setup.py update_constants doesn't work * [PICARD-1067] - Visual bug after un-checking an installed plugin * [PICARD-1073] - "Add New Tag" crashes picard * [PICARD-1084] - Picard 2 doesn't find DVD drive * [PICARD-1085] - Multi-Dir Add Folder not working * [PICARD-1105] - Crashes when using the edit tag dialog * [PICARD-1106] - cancel plugin installation file dialog results in crash * [PICARD-1114] - Cannot submit ratings in Picard 2.0 dev * [PICARD-1119] - picard sets "Disc Subtitle" to the track title * [PICARD-1123] - Multiple work languages are collapsed * [PICARD-1126] - Unhelpful error message logged on network request errors * [PICARD-1135] - Picard is not able to save on MTP devices * [PICARD-1138] - Search crashes due to AttributeError * [PICARD-1143] - Wrong amount of songs from added files * [PICARD-1147] - FYI, Can't load "Alan Parsons" album "On air" in Picard 1.2 * [PICARD-1153] - "Lookup in Browser" and "Search" fail silently if artist name contains umlaut * [PICARD-1156] - Picard fails to start when trying to upgrade plugin which is a symlink * [PICARD-1159] - Can't open WAV files * [PICARD-1161] - Dragging artwork from Chrome pages doesn't work * [PICARD-1171] - Text of "About" can't be selected * [PICARD-1179] - Error while searching for alt. releases * [PICARD-1181] - In-app search dialog excessive slow down * [PICARD-1188] - Picard chooses incorrect value for language tag * [PICARD-1199] - Crash when right-clicking album * [PICARD-1202] - Right click on tag listing causes exception and crash * [PICARD-1203] - Hide unsupported tags from the tag diff in UI * [PICARD-1204] - Picard freezes on unchecking show diff tags first * [PICARD-1206] - Text is not displaying properly in some fields. * [PICARD-1210] - Long lines in the option dialogue don’t wrap * [PICARD-1213] - Wrong Movement of coverart providers * [PICARD-1215] - Does not use config / ini file specified on command line * [PICARD-1221] - Picard 2.0 won't start on Windows 10 * [PICARD-1226] - Different fonts in the plugins dialog * [PICARD-1230] - Looking up CD crashes Picard * [PICARD-1234] - Crash when loading plugin from local directory * [PICARD-1252] - Crash on pasting invalid naming script * [PICARD-1253] - Crash on image saving * [PICARD-1255] - Crash on startup - no GUI * [PICARD-1265] - Can't "Lookup in Browser": UnicodeEncodeError: 'latin-1' codec can't encode characters in position 0-7: ordinal not in range(256) * [PICARD-1270] - Corruption of saved audio files located on a network share * [PICARD-1271] - Artist credit saved in tags sometimes loses closing parenthesis * [PICARD-1277] - Picard crashes on unknown cover art types New Feature * [PICARD-1187] - Add DSF file support * [PICARD-1220] - Add keyboard shortcut for deleting scripts from options > scripting page Task * [PICARD-960] - Migrate to PyQt5 * [PICARD-1186] - Support only 64 bit Picard builds from 2.0 Improvement * [PICARD-259] - Make file-specific variables available to tagger script * [PICARD-581] - Picard XML processing should use lxml module rather than QXmlStreamReader * [PICARD-588] - Picard 2.0 based on Python 3 * [PICARD-807] - Retry release fetch on MB server overload * [PICARD-922] - Make multi-value script functions work correctly * [PICARD-976] - Reimplement the picard WS code to accommodate future versions of MBWS * [PICARD-978] - Distinguish in UI between unclustered and release unmatched files * [PICARD-1075] - Add unit tests for Metadata object variables * [PICARD-1087] - Improvements to UI for Lookup CD * [PICARD-1100] - Error when running confined in a snap because of gconf * [PICARD-1174] - Option to tolerate differences in track times * [PICARD-1200] - In Options dialog, tree pane on the left cannot be resized * [PICARD-1201] - Add a command-line option to not restore persisted UI sizes or positions * [PICARD-1211] - The “X” close button doesn’t work on the options dialogue - Switched to python3 and Qt5 - Dropped SearchAmazon3.py,SearchAMG.py,SearchCastAlbums3.py, SearchDiscogs3.py,SearchFilmMusziek3.py,SearchGMR.py, SearchGoogle3.py,SearchLortelArchives3.py, SearchSoundtrackCollector3.py and SearchSoundtrackINFO3.py (not compatible with API v2.0) - Spec cleanup OBS-URL: https://build.opensuse.org/request/show/624122 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=57
2018-07-20 08:42:04 +02:00
%{python3_sitearch}/picard*
%{_datadir}/icons/hicolor/*/apps/picard.png
Accepting request 457107 from home:alarrosa:branches:multimedia:apps - Update to version 1.4.0 * Bugfix: AcoustID submission fails with code 299 (PICARD-82) * Bugfix: Ignoring "hip hop rap" folksonomy tags also ignores "rap", "hip hop", etc. (PICARD-335) * Bugfix: Picard downloads multiple 'front' images instead of just first one. (PICARD-350) * Bugfix: Saving hidden file with only an extension drops the extension (PICARD-357) * Bugfix: Add directory opens in "wrong" dir (PICARD-366) * Bugfix: Picard should de-duplicate work lists (PICARD-375) * Bugfix: Tree selector in Options window is partially obscured, pane too narrow (PICARD-408) * Bugfix: tag acoustid_id can not be removed or deleted in script, renaming or plugin (PICARD-419) * Bugfix: Can't remove value from field (PICARD-546) * Bugfix: Can't open Options (PICARD-592) * Bugfix: "Tags from filenames" action stays enabled even if it is unavailable. (PICARD-688) * Bugfix: Using the first image type as filename changes the name of front images (PICARD-701) * Bugfix: Fingerprint Submission Failes if AcoustID tags are present and/or invalid (PICARD-706) * Bugfix: Picard moves into the selected folder (PICARD-726) * Bugfix: Picard does not support (recording) relationship credits (PICARD-730) * Bugfix: Picard repeats/duplicates field data (PICARD-748) * Bugfix: Number of pending web requests is not decremented on exceptions in the handler (PICARD-751) * Bugfix: Divide by zero error in _convert_folksonomy_tags_to_genre when no tag at the release/release group level ( PICARD-753) * Bugfix: Directory tree (file browser) not sorted for non-system drives under Windows (PICARD-754) * Bugfix: Crash when loading release with only zero count tags (PICARD-759) * Bugfix: No name and no window grouping in gnome-shell Alt-Tab app switcher (PICARD-761) * Bugfix: Lookup in Browser does not and can not load HTTPS version of musicbrainz.org (PICARD-764) * Bugfix: Unable to login using oauth via Picard options with Server Port set to 443 (PICARD-766) * Bugfix: "AttributeError: 'MetadataBox' object has no attribute 'resize_columns'" when enabling the cover art box ( PICARD-775) * Bugfix: Pre-gap tracks are not counted in absolutetracknumber (PICARD-778) * Bugfix: CAA cover art provider runs even if cover art has already been loaded (PICARD-780) * Bugfix: Toggling Embed Cover Art in Tags and restarting doesn't have the expected behavior (PICARD-782) * Bugfix: XMLWS redirects incorrectly (PICARD-788) * Bugfix: Handle empty collection-list in web server response (PICARD-798) OBS-URL: https://build.opensuse.org/request/show/457107 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=47
2017-02-14 15:37:35 +01:00
%{_datadir}/icons/hicolor/*/apps/picard.svg
%files lang -f %{name}.lang
%changelog