From c55e8757e207701df6f7d4fd6e15fdc7a722abea2026f152ef499c9f3d276665 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 10 May 2017 15:27:57 +0000 Subject: [PATCH] Accepting request 494324 from home:alarrosa:branches:multimedia:apps - Update to version 1.4.2: * Bugfix: Picard does not stop analyzer while moving (PICARD-1053) * Bugfix: Picard hangs with: RuntimeError: maximum recursion depth exceeded in cmp (PICARD-1055) * Bugfix: The "Convert Unicode punctuation characters to ASCII" function only works in certain tags (PICARD-1070) * Bugfix: ID3v2.4 text encoding settings are not saved correctly (PICARD-1077) * Improvement: Search dialog webservices get queued behind matched album requests (PICARD-969) * Improvement: Picard not seeing TOPE and TOAL (PICARD-1034) OBS-URL: https://build.opensuse.org/request/show/494324 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=55 --- picard-1.4.1.tar.gz | 3 --- picard-1.4.2.tar.gz | 3 +++ picard.changes | 11 +++++++++++ picard.spec | 6 +++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 picard-1.4.1.tar.gz create mode 100644 picard-1.4.2.tar.gz diff --git a/picard-1.4.1.tar.gz b/picard-1.4.1.tar.gz deleted file mode 100644 index 73cfd6b..0000000 --- a/picard-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:994c7f835e1adbd7905e88af841ee6e7c249dc75b8be9963b1b3dc6cb8de6a4a -size 2101829 diff --git a/picard-1.4.2.tar.gz b/picard-1.4.2.tar.gz new file mode 100644 index 0000000..7904b30 --- /dev/null +++ b/picard-1.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0adee3877bbd66c827a43b57dd2233037b99f6ebfdc1700b26cb9d400992234 +size 2116021 diff --git a/picard.changes b/picard.changes index cab5fda..f43426c 100644 --- a/picard.changes +++ b/picard.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed May 10 13:08:08 UTC 2017 - alarrosa@suse.com + +- Update to version 1.4.2: + * Bugfix: Picard does not stop analyzer while moving (PICARD-1053) + * Bugfix: Picard hangs with: RuntimeError: maximum recursion depth exceeded in cmp (PICARD-1055) + * Bugfix: The "Convert Unicode punctuation characters to ASCII" function only works in certain tags (PICARD-1070) + * Bugfix: ID3v2.4 text encoding settings are not saved correctly (PICARD-1077) + * Improvement: Search dialog webservices get queued behind matched album requests (PICARD-969) + * Improvement: Picard not seeing TOPE and TOAL (PICARD-1034) + ------------------------------------------------------------------- Sun May 7 10:08:16 UTC 2017 - olaf@aepfle.de diff --git a/picard.spec b/picard.spec index 72f9b0d..80ecd81 100644 --- a/picard.spec +++ b/picard.spec @@ -17,13 +17,13 @@ Name: picard -Version: 1.4.1 +Version: 1.4.2 Release: 0 Summary: The Next Generation MusicBrainz Tagger License: GPL-2.0+ Group: Productivity/Multimedia/Sound/Utilities Url: http://musicbrainz.org/doc/PicardTagger -Source0: ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/%{name}-1.4.1.tar.gz +Source0: ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/%{name}-%{version}.tar.gz # http://wiki.musicbrainz.org/Picard_Plugins # All of the Search*.py files come from https://github.com/brianfreud/Picard-plugins # The full URL can not be part of this specfile because download corrupts line endings @@ -60,7 +60,7 @@ track-based tagging. %lang_package %prep -%setup -q -n %{name}-release-1.4.1 +%setup -q -n %{name}-release-%{version} %build python setup.py config