rpms/python-musicbrainz2/devel .cvsignore, 1.6, 1.7 python-musicbrainz2.spec, 1.12, 1.13 sources, 1.6, 1.7 0001-Added-a-trackCount-parameter-to-ReleaseFilter-fixes.patch, 1.1, NONE 0002-Use-c_void_p-not-c_int-otherwise-it-crashes-on-64.patch, 1.1, NONE

Jeffrey C. Ollie jcollie at fedoraproject.org
Thu Jan 7 05:21:22 UTC 2010


Author: jcollie

Update of /cvs/pkgs/rpms/python-musicbrainz2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10637

Modified Files:
	.cvsignore python-musicbrainz2.spec sources 
Removed Files:
	0001-Added-a-trackCount-parameter-to-ReleaseFilter-fixes.patch 
	0002-Use-c_void_p-not-c_int-otherwise-it-crashes-on-64.patch 
Log Message:
* Wed Jan  6 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.7.0-1
- Update to 0.7.0
- Drop upstreamed patches
- Switch to using global instead of define



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-musicbrainz2/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	1 Aug 2008 13:44:06 -0000	1.6
+++ .cvsignore	7 Jan 2010 05:21:21 -0000	1.7
@@ -1 +1 @@
-python-musicbrainz2-0.6.0.tar.gz
+python-musicbrainz2-0.7.0.tar.gz


Index: python-musicbrainz2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-musicbrainz2/devel/python-musicbrainz2.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- python-musicbrainz2.spec	26 Jul 2009 20:42:27 -0000	1.12
+++ python-musicbrainz2.spec	7 Jan 2010 05:21:22 -0000	1.13
@@ -1,8 +1,8 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-musicbrainz2
-Version:        0.6.0
-Release:        5%{?dist}
+Version:        0.7.0
+Release:        1%{?dist}
 Summary:        Library which provides access to the MusicBrainz Database
 
 Group:          Development/Languages
@@ -10,8 +10,6 @@ License:        BSD
 URL:            http://musicbrainz.org/doc/PythonMusicBrainz2
 Source0:        http://users.musicbrainz.org/~matt/python-musicbrainz2-%{version}.tar.gz
 
-Patch1:         0001-Added-a-trackCount-parameter-to-ReleaseFilter-fixes.patch
-Patch2:	        0002-Use-c_void_p-not-c_int-otherwise-it-crashes-on-64.patch
 Patch3:	        0003-Support-both-the-0.2.x-and-the-0.1.x-versions-of-the.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -31,8 +29,6 @@ bindings.
 
 %prep
 %setup0 -q
-%patch1 -p1
-%patch2 -p1
 %patch3 -p1
 
 %build
@@ -55,6 +51,11 @@ CFLAGS="%{optflags}" %{__python} setup.p
 %{python_sitelib}/*
 
 %changelog
+* Wed Jan  6 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.7.0-1
+- Update to 0.7.0
+- Drop upstreamed patches
+- Switch to using global instead of define
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-musicbrainz2/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	1 Aug 2008 13:44:06 -0000	1.6
+++ sources	7 Jan 2010 05:21:22 -0000	1.7
@@ -1 +1 @@
-2ab23c3c15885d29ebd01bcc44ccc823  python-musicbrainz2-0.6.0.tar.gz
+7aa39add30fcd7e1724d4b29ba1f050e  python-musicbrainz2-0.7.0.tar.gz


--- 0001-Added-a-trackCount-parameter-to-ReleaseFilter-fixes.patch DELETED ---


--- 0002-Use-c_void_p-not-c_int-otherwise-it-crashes-on-64.patch DELETED ---




More information about the fedora-extras-commits mailing list