rpms/picard/F-9 .cvsignore, 1.7, 1.8 picard.spec, 1.12, 1.13 sources, 1.7, 1.8 picard-0.10-setup.patch, 1.1, NONE picard-tagger.py.patch, 1.1, NONE

Alex Lancaster alexlan at fedoraproject.org
Tue Dec 9 09:03:42 UTC 2008


Author: alexlan

Update of /cvs/extras/rpms/picard/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5248

Modified Files:
	.cvsignore picard.spec sources 
Removed Files:
	picard-0.10-setup.patch picard-tagger.py.patch 
Log Message:
* Tue Dec  9 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.11-2
- Fixed sources.

* Tue Dec  9 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.11-1
- Update to latest upstream (0.11)
- Drop upstreamed patch
- Remove sed-ing of .desktop file



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/picard/F-9/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	3 Sep 2008 05:22:31 -0000	1.7
+++ .cvsignore	9 Dec 2008 09:03:11 -0000	1.8
@@ -1,19 +1 @@
-picard-0.10.tar.gz
-bonusdisc.py
-coverart.py
-discnumber.py
-featartist.py
-__init__.py
-SearchAmazon3.py
-SearchAMG.py
-SearchCastAlbums3.py
-SearchDiscogs3.py
-SearchFilmMusziek3.py
-SearchGMR.py
-SearchGoogle3.py
-SearchLortelArchives3.py
-SearchSoundtrackCollector3.py
-SearchSoundtrackINFO3.py
-ui_options_lastfm.py
-addrelease.py
-cuesheet.py
+picard-0.11.tar.gz


Index: picard.spec
===================================================================
RCS file: /cvs/extras/rpms/picard/F-9/picard.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- picard.spec	3 Sep 2008 05:22:31 -0000	1.12
+++ picard.spec	9 Dec 2008 09:03:12 -0000	1.13
@@ -2,7 +2,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:             picard
-Version:          0.10
+Version:          0.11
 Release:          2%{?dist}
 Summary:          MusicBrainz-based audio tagger
 Group:            Applications/Multimedia
@@ -30,10 +30,6 @@
 #Source18:         http://users.musicbrainz.org/~brianfreud/SearchSoundtrackCollector3.py
 #Source19:         http://users.musicbrainz.org/~brianfreud/SearchSoundtrackINFO3.py
 
-# setup.py doesn't run installation of datadir properly without this patch
-# filed upstream at: http://bugs.musicbrainz.org/ticket/3934
-Patch0:		  %{name}-0.10-setup.patch
-
 License:          GPLv2+
 Url:              http://musicbrainz.org/doc/PicardTagger
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -55,7 +51,6 @@
 
 %prep
 %setup -q -n picard-%{version}
-%patch0 -p0
 
 %build
 env %{__python} setup.py config
@@ -64,8 +59,6 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root=$RPM_BUILD_ROOT
-# strip out png extension from .desktop file
-sed -e 's/picard-32.png/picard-32/' picard.desktop > $RPM_BUILD_ROOT%{_datadir}/applications/picard.desktop
 
 %find_lang %{name}
 desktop-file-install --vendor="fedora"                \
@@ -122,6 +115,17 @@
 %{python_sitearch}/picard/*
 
 %changelog
+* Tue Dec  9 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.11-2
+- Fixed sources.
+
+* Tue Dec  9 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.11-1
+- Update to latest upstream (0.11)
+- Drop upstreamed patch
+- Remove sed-ing of .desktop file
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.10-3
+- Rebuild for Python 2.6
+
 * Tue Sep  2 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.10-2
 - Update plugin versions to 0.10 where possible.  
 - Temporarily disable the search plugins until they are ported to new API.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/picard/F-9/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	3 Sep 2008 05:22:31 -0000	1.7
+++ sources	9 Dec 2008 09:03:12 -0000	1.8
@@ -1,4 +1,4 @@
-6d4e31446d3a65cbc6ff880947bb500e  picard-0.10.tar.gz
+02ddcff3e201b2cf54f1b52b02d44fad  picard-0.11.tar.gz
 f58cb1c53d94e22b5c6cd6fcd91a2d5e  SearchAmazon3.py
 c2b8a059dd047c7f7b48a0d872373171  SearchAMG.py
 eedcec32b66e89c3ba27ee4c37c11241  SearchCastAlbums3.py


--- picard-0.10-setup.patch DELETED ---


--- picard-tagger.py.patch DELETED ---




More information about the fedora-extras-commits mailing list