[picard] Update to latest upstream (1.2) Remove cover art plugin, now in core package

alexlan alexlan at fedoraproject.org
Sun Apr 7 20:54:44 UTC 2013


commit 1cec14b26a92e63cc603c253b3a4a83845f11100
Author: Alex Lancaster <alexlan at fedoraproject.org>
Date:   Sun Apr 7 16:54:05 2013 -0400

    Update to latest upstream (1.2)
    Remove cover art plugin, now in core package

 .gitignore  |    1 +
 picard.spec |    9 ++++++---
 sources     |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c31b133..22d4b45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ picard-0.15beta1.tar.gz
 /picard-0.16.tar.gz
 /picard-1.0.tar.gz
 /picard-1.1.tar.gz
+/picard-1.2.tar.gz
diff --git a/picard.spec b/picard.spec
index 60bf395..15cb3ed 100644
--- a/picard.spec
+++ b/picard.spec
@@ -2,8 +2,8 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:             picard
-Version:          1.1
-Release:          3%{?dist}
+Version:          1.2
+Release:          1%{?dist}
 Summary:          MusicBrainz-based audio tagger
 Group:            Applications/Multimedia
 
@@ -80,7 +80,6 @@ desktop-file-install \
 PLUGINDIR=$RPM_BUILD_ROOT%{python_sitearch}/picard/plugins/
 install -pm 0644 contrib/plugins/discnumber.py ${PLUGINDIR}
 install -pm 0644 contrib/plugins/featartist.py ${PLUGINDIR}
-install -pm 0644 contrib/plugins/coverart.py ${PLUGINDIR}
 mkdir ${PLUGINDIR}/lastfm/
 install -pm 0644 contrib/plugins/lastfm/__init__.py ${PLUGINDIR}/lastfm/
 install -pm 0644 contrib/plugins/lastfm/ui_options_lastfm.py ${PLUGINDIR}/lastfm/
@@ -131,6 +130,10 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/picard/*
 
 %changelog
+* Sun Apr  7 2013 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.2-1
+- Update to latest upstream (1.2)
+- Remove cover art plugin, now in core package
+
 * Wed Mar  6 2013 Toshio Kuratomi <toshio at fedoraproject.org> - 1.1-3
 - Remove vendor prefix from desktop files in F19+ https://fedorahosted.org/fesco/ticket/1077
 
diff --git a/sources b/sources
index cd74978..04dd4d5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-57abb76632a423760f336ac11da5c149  picard-1.1.tar.gz
+d1086687b7f7b0d359a731b1a25e7b66  picard-1.2.tar.gz


More information about the scm-commits mailing list