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 994a1ec..f43426c 100644 --- a/picard.changes +++ b/picard.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +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 + +- setup.py requires sip + ------------------------------------------------------------------- Fri Apr 7 23:10:45 UTC 2017 - jengelh@inai.de diff --git a/picard.spec b/picard.spec index 62fc461..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 @@ -46,6 +46,7 @@ BuildRequires: python-mutagen Requires: python-mutagen BuildRequires: hicolor-icon-theme BuildRequires: python-qt4 +BuildRequires: python-sip BuildRequires: update-desktop-files Recommends: python-discid Requires: python-qt4 @@ -59,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