forked from pool/picard
Accepting request 176882 from multimedia:apps
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/176882 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/picard?expand=0&rev=18
This commit is contained in:
commit
d3d1117a83
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31d61aaf54c582b93f4195fa137552575d16ca7622a3b12303744485d33bce4e
|
||||
size 1679228
|
3
picard-1.2.tar.gz
Normal file
3
picard-1.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6f66bf4933521270e1f0e586ac7e067563a04aba6e98da5b5acc3fe21727a69
|
||||
size 1679532
|
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user