Author: alexlan
Update of /cvs/free/rpms/picard-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23277
Modified Files:
picard-freeworld.spec
Log Message:
Rollback to 0.11 for the moment.
Index: picard-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/picard-freeworld/devel/picard-freeworld.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- picard-freeworld.spec 4 Nov 2009 05:08:41 -0000 1.5
+++ picard-freeworld.spec 10 Nov 2009 08:39:11 -0000 1.6
@@ -2,13 +2,14 @@
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: picard-freeworld
-Version: 0.12.1
-Release: 1%{?dist}
+Version: 0.11
+Release: 6%{?dist}
Summary: Acoustic fingerprinting for Picard tagger
Group: Applications/Multimedia
Source0:
http://ftp.musicbrainz.org/pub/musicbrainz/picard/picard-%{version}.tar.gz
Patch0: %{name}-0.11-avsetup.patch
+Patch1: %{name}-sse2-align.patch
License: GPLv2+
Url:
http://musicbrainz.org/doc/PicardTagger
@@ -31,6 +32,7 @@
%prep
%setup -q -n picard-%{version}
%patch0 -p0
+%patch1 -p1
%build
env %{__python} setup.py config
@@ -54,14 +56,6 @@
%{python_sitearch}/picard/musicdns/avcodec.so
%changelog
-* Wed Nov 4 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.12.1-1
-- Update to upstream 0.12.1 (brown bag fix release)
-
-* Wed Oct 28 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.12-1
-- Update to 0.12
-- Drop SSE2 patch, now applied upstream, hopefully fixes #678:
-
http://bugs.musicbrainz.org/ticket/5263
-
* Tue Jun 23 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.11-6
- Patch to fix segfaults using SSE2 (#678)