From 0723c1497e59f4579bd3ae328f87f4eea19e1754ef74ad4920ffda3890d2fe27 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 21 May 2013 16:12:32 +0000 Subject: [PATCH] - Update to version 1.2 - 2013-03-30 - Picard now requires at least Python 2.6 - Removed support for AmpliFIND/PUIDs - Add support for the Ogg Opus file format - It's now possible to download cover images without any plugin. Cover Art Archive images can be downloaded by image type - Improved directory scanning performance - Prefer already-loaded releases of the same RG when matching files - Allow dropping new files onto specific targets - Add basic collections management support (PICARD-84) - Allow adding custom tags in the tag editing dialog (PICARD-349) - Fix replacing of Windows-incompatible characters (PICARD-393) - Save both primary and secondary release types (PICARD-240) - Handle errors from the AcoustID service better (PICARD-391) - Accept HTTPS URLs on drag-and-drop (PICARD-378) - Allow adding custom tags in the tag editor (PICARD-349) OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=32 --- picard-1.1.tar.gz | 3 --- picard-1.2.tar.gz | 3 +++ picard.changes | 20 ++++++++++++++++++++ picard.spec | 5 ++--- 4 files changed, 25 insertions(+), 6 deletions(-) delete mode 100644 picard-1.1.tar.gz create mode 100644 picard-1.2.tar.gz diff --git a/picard-1.1.tar.gz b/picard-1.1.tar.gz deleted file mode 100644 index b958cf3..0000000 --- a/picard-1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31d61aaf54c582b93f4195fa137552575d16ca7622a3b12303744485d33bce4e -size 1679228 diff --git a/picard-1.2.tar.gz b/picard-1.2.tar.gz new file mode 100644 index 0000000..139e54e --- /dev/null +++ b/picard-1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f66bf4933521270e1f0e586ac7e067563a04aba6e98da5b5acc3fe21727a69 +size 1679532 diff --git a/picard.changes b/picard.changes index 3961330..f32b702 100644 --- a/picard.changes +++ b/picard.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue May 21 18:07:23 CEST 2013 - ohering@suse.de + +- Update to version 1.2 - 2013-03-30 + - Picard now requires at least Python 2.6 + - Removed support for AmpliFIND/PUIDs + - Add support for the Ogg Opus file format + - It's now possible to download cover images without any plugin. + Cover Art Archive images can be downloaded by image type + - Improved directory scanning performance + - Prefer already-loaded releases of the same RG when matching files + - Allow dropping new files onto specific targets + - Add basic collections management support (PICARD-84) + - Allow adding custom tags in the tag editing dialog (PICARD-349) + - Fix replacing of Windows-incompatible characters (PICARD-393) + - Save both primary and secondary release types (PICARD-240) + - Handle errors from the AcoustID service better (PICARD-391) + - Accept HTTPS URLs on drag-and-drop (PICARD-378) + - Allow adding custom tags in the tag editor (PICARD-349) + ------------------------------------------------------------------- Wed Nov 14 21:18:16 CET 2012 - ohering@suse.de diff --git a/picard.spec b/picard.spec index d73a28f..94ab007 100644 --- a/picard.spec +++ b/picard.spec @@ -1,7 +1,7 @@ # # spec file for package picard # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: picard -Version: 1.1 +Version: 1.2 Release: 0 Summary: The Next Generation MusicBrainz Tagger License: GPL-2.0+ @@ -93,7 +93,6 @@ python setup.py install --skip-build --prefix=%{_prefix} --root=%{buildroot} # install plugins PLUGINDIR=%{buildroot}%{py_sitedir}/picard/plugins/ -install -m 0644 contrib/plugins/coverart.py ${PLUGINDIR} install -m 0644 %{SOURCE2} ${PLUGINDIR} install -m 0644 %{SOURCE8} ${PLUGINDIR} install -m 0644 %{SOURCE9} ${PLUGINDIR}