diff --git a/picard-2.0.4.tar.gz b/picard-2.0.4.tar.gz deleted file mode 100644 index 3da1015..0000000 --- a/picard-2.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c6ee49e0c6dd61793e5705823570055e55e7601d665c9be75271c8b2ff54337 -size 2759058 diff --git a/picard-2.1.0.tar.gz b/picard-2.1.0.tar.gz new file mode 100644 index 0000000..8a19f71 --- /dev/null +++ b/picard-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc00d51b8897cfe4a27e5ccd845a48e8eacffcbc96d0fa652a180954f0198a14 +size 2975623 diff --git a/picard.changes b/picard.changes index d2a641c..381d234 100644 --- a/picard.changes +++ b/picard.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Dec 22 09:58:29 UTC 2018 - Jaime Marquínez Ferrándiz + +- Update to version 2.1.0: + * support for MusicBrainz genres + * new convenient script functions: $title and $delete + * new command line option (-P, --no-plugins) allowing to skip plugin loading, which may help when a plugin is crashing Picard at start and to identify if an issue is due to a plugin or the main program + * improve tags support, better compatibility with other applications, wider range of audio files supported + * better stability and performance + * full changelog available at https://blog.metabrainz.org/2018/12/21/picard-2-1-release/ +- Picard has been refactored to org.musicbrainz.Picard +- Add appdata.xml file + ------------------------------------------------------------------- Fri Sep 7 06:45:35 UTC 2018 - mvetter@suse.com diff --git a/picard.spec b/picard.spec index 98e2ebd..9dea7a7 100644 --- a/picard.spec +++ b/picard.spec @@ -12,12 +12,12 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: picard -Version: 2.0.4 +Version: 2.1.0 Release: 0 Summary: The Next Generation MusicBrainz Tagger License: GPL-2.0-or-later @@ -58,7 +58,7 @@ python3 setup.py build 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 +%suse_update_desktop_file -G "Music Tagger" -N "picard" org.musicbrainz.Picard rm -rfv %{buildroot}%{_datadir}/locale/sco @@ -78,10 +78,11 @@ rm -rfv %{buildroot}%{_datadir}/locale/sco %doc AUTHORS.txt NEWS.txt %license COPYING.txt %{_bindir}/picard -%{_datadir}/applications/%{name}.desktop +%{_datadir}/applications/org.musicbrainz.Picard.desktop %{python3_sitearch}/picard* -%{_datadir}/icons/hicolor/*/apps/picard.png -%{_datadir}/icons/hicolor/*/apps/picard.svg +%{_datadir}/icons/hicolor/*/apps/org.musicbrainz.Picard.png +%{_datadir}/icons/hicolor/*/apps/org.musicbrainz.Picard.svg +%{_datadir}/metainfo/org.musicbrainz.Picard.appdata.xml %files lang -f %{name}.lang