forked from pool/picard
Accepting request 494342 from 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) (forwarded request 494324 from alarrosa) OBS-URL: https://build.opensuse.org/request/show/494342 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/picard?expand=0&rev=28
This commit is contained in:
commit
5f7d6f355d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:994c7f835e1adbd7905e88af841ee6e7c249dc75b8be9963b1b3dc6cb8de6a4a
|
||||
size 2101829
|
3
picard-1.4.2.tar.gz
Normal file
3
picard-1.4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0adee3877bbd66c827a43b57dd2233037b99f6ebfdc1700b26cb9d400992234
|
||||
size 2116021
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user