rpms/python-tag/devel tagpy-0.94.5-boostpython.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 python-tag.spec, 1.8, 1.9 sources, 1.3, 1.4 tagpy-0.93-configvars.patch, 1.1, NONE

Matthias Saou thias at fedoraproject.org
Mon Dec 22 16:55:03 UTC 2008


Author: thias

Update of /cvs/extras/rpms/python-tag/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27310

Modified Files:
	.cvsignore python-tag.spec sources 
Added Files:
	tagpy-0.94.5-boostpython.patch 
Removed Files:
	tagpy-0.93-configvars.patch 
Log Message:
Update to 0.94.5.


tagpy-0.94.5-boostpython.patch:

--- NEW FILE tagpy-0.94.5-boostpython.patch ---
diff -Naupr tagpy-0.94.5.orig/setup.py tagpy-0.94.5/setup.py
--- tagpy-0.94.5.orig/setup.py	2008-04-25 18:10:01.000000000 +0200
+++ tagpy-0.94.5/setup.py	2008-12-22 17:49:28.274246266 +0100
@@ -32,7 +32,7 @@ def get_config_schema():
     return ConfigSchema([
         IncludeDir("BOOST", []),
         LibraryDir("BOOST", []),
-        Libraries("BOOST_PYTHON", ["boost_python-gcc42-mt"]),
+        Libraries("BOOST_PYTHON", ["boost_python-mt"]),
 
         IncludeDir("TAGLIB", []),
         LibraryDir("TAGLIB", []),


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-tag/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	23 Apr 2008 13:26:43 -0000	1.3
+++ .cvsignore	22 Dec 2008 16:54:33 -0000	1.4
@@ -1 +1 @@
-tagpy-0.94.1.tar.gz
+tagpy-0.94.5.tar.gz


Index: python-tag.spec
===================================================================
RCS file: /cvs/extras/rpms/python-tag/devel/python-tag.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-tag.spec	19 Dec 2008 03:32:06 -0000	1.8
+++ python-tag.spec	22 Dec 2008 16:54:33 -0000	1.9
@@ -2,14 +2,13 @@
 
 Summary: Python bindings for TagLib to read and write music files tags
 Name: python-tag
-Version: 0.94.1
-Release: 4%{?dist}
+Version: 0.94.5
+Release: 1%{?dist}
 License: BSD
 Group: Development/Languages
 URL: http://news.tiker.net/software/tagpy
 Source0: http://news.tiker.net/news.tiker.net/download/software/tagpy/tagpy-%{version}.tar.gz
-Patch0: tagpy-0.93-configvars.patch
-Patch1: tagpy-0.93-gcc43.patch
+Patch0: tagpy-0.94.5-boostpython.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Provides: tagpy = %{version}-%{release}
 BuildRequires: python-devel
@@ -24,8 +23,7 @@
 
 %prep
 %setup -q -n tagpy-%{version}
-%patch0 -p1 -b .configvars
-%patch1 -p1 -b .gcc43
+%patch0 -p1 -b .boostpython
 
 
 %build
@@ -49,6 +47,11 @@
 
 
 %changelog
+* Mon Dec 22 2008 Matthias Saou <http://freshrpms.net/> 0.94.5-1
+- Update to 0.94.5.
+- Remove no longer needed gcc43 patch.
+- Update configvars patch, patch setup.py and call it boostpython.
+
 * Thu Dec 18 2008 Benjamin Kosnik  <bkoz at redhat.com> - 0.94.1-4
 - Rebuild for boost-1.37.0.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-tag/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	23 Apr 2008 13:26:43 -0000	1.3
+++ sources	22 Dec 2008 16:54:33 -0000	1.4
@@ -1 +1 @@
-ba260ca41d43ef10f63050445c71002e  tagpy-0.94.1.tar.gz
+84d7862786ad7bab91d0d45ded15a875  tagpy-0.94.5.tar.gz


--- tagpy-0.93-configvars.patch DELETED ---




More information about the fedora-extras-commits mailing list