[python-tag] Update to 0.94.8

Matthias Saou thias at fedoraproject.org
Sun Jul 31 18:23:42 UTC 2011


commit 74e01df3cfb29bfba0aa7c06533d799dae80bce0
Author: Matthias Saou <matthias at saou.eu>
Date:   Sun Jul 31 20:23:08 2011 +0200

    Update to 0.94.8

 .gitignore                     |    3 ++-
 python-tag.spec                |   40 ++++++++++++++++++++++------------------
 sources                        |    2 +-
 tagpy-0.94.5-boostpython.patch |   12 ------------
 tagpy-0.94.8-boostpython.patch |   12 ++++++++++++
 5 files changed, 37 insertions(+), 32 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7c8e0cc..c64683a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-tagpy-0.94.5.tar.gz
+/tagpy-0.94.5.tar.gz
+/tagpy-0.94.8.tar.gz
diff --git a/python-tag.spec b/python-tag.spec
index 72476a0..49b3e54 100644
--- a/python-tag.spec
+++ b/python-tag.spec
@@ -2,13 +2,13 @@
 
 Summary: Python bindings for TagLib to read and write music files tags
 Name: python-tag
-Version: 0.94.5
-Release: 9%{?dist}
+Version: 0.94.8
+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.94.5-boostpython.patch
+URL: http://pypi.python.org/pypi/tagpy
+Source0: http://pypi.python.org/packages/source/t/tagpy/tagpy-%{version}.tar.gz
+Patch0: tagpy-0.94.8-boostpython.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Provides: tagpy = %{version}-%{release}
 BuildRequires: python-devel
@@ -28,17 +28,16 @@ Vorbis Files and Ogg Flac Files and access APE tags in Musepack and MP3 files.
 
 
 %build
-./configure
 CFLAGS="%{optflags} `pkg-config --cflags taglib`" %{__python} setup.py build
 
 
 %install
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
 
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 
 %files
@@ -48,6 +47,11 @@ CFLAGS="%{optflags} `pkg-config --cflags taglib`" %{__python} setup.py build
 
 
 %changelog
+* Sun Jul 31 2011 Matthias Saou <matthias at saou.eu> 0.94.8-1
+- Update to 0.94.8.
+- Update URL and source to point to the updated pypi locations.
+- Rebase boostpython patch.
+
 * Sun Apr 17 2011 Kalev Lember <kalev at smartlink.ee> - 0.94.5-9
 - Rebuilt for boost 1.46.1 soname bump
 
@@ -72,7 +76,7 @@ CFLAGS="%{optflags} `pkg-config --cflags taglib`" %{__python} setup.py build
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.94.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
-* Mon Dec 22 2008 Matthias Saou <http://freshrpms.net/> 0.94.5-1
+* Mon Dec 22 2008 Matthias Saou <matthias at saou.eu> 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.
@@ -84,39 +88,39 @@ CFLAGS="%{optflags} `pkg-config --cflags taglib`" %{__python} setup.py build
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.94.1-3
 - Rebuild for Python 2.6
 
-* Tue Aug 12 2008 Matthias Saou <http://freshrpms.net/> 0.94.1-2
+* Tue Aug 12 2008 Matthias Saou <matthias at saou.eu> 0.94.1-2
 - Rebuild against new boost.
 
-* Tue Apr 22 2008 Matthias Saou <http://freshrpms.net/> 0.94.1-1
+* Tue Apr 22 2008 Matthias Saou <matthias at saou.eu> 0.94.1-1
 - Update to 0.94.1, which includes Notting's patch.
 - Remove separate LICENSE file, since the BSD license is now inside the README.
 
-* Tue Apr 22 2008 Matthias Saou <http://freshrpms.net/> 0.93-2
+* Tue Apr 22 2008 Matthias Saou <matthias at saou.eu> 0.93-2
 - Include taglib1.5 patch from Bill Nottingham.
 - Include everything under sitearch, egg file or not (easier).
 - Re-add dist tag, the package changed more than I thought.
 
-* Sun Feb 24 2008 Matthias Saou <http://freshrpms.net/> 0.93-1
+* Sun Feb 24 2008 Matthias Saou <matthias at saou.eu> 0.93-1
 - Update to 0.93.
 - Include new egg file.
 
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org>
 - Autorebuild for GCC 4.3
 
-* Thu Aug 23 2007 Matthias Saou <http://freshrpms.net/> 0.91-5
+* Thu Aug 23 2007 Matthias Saou <matthias at saou.eu> 0.91-5
 - Rebuild for new BuildID feature.
 
-* Fri Aug  3 2007 Matthias Saou <http://freshrpms.net/> 0.91-4
+* Fri Aug  3 2007 Matthias Saou <matthias at saou.eu> 0.91-4
 - Rebuild against new boost packages.
 - Remove dist tag, since the package will seldom change.
 
-* Fri May 11 2007 Matthias Saou <http://freshrpms.net/> 0.91-3
+* Fri May 11 2007 Matthias Saou <matthias at saou.eu> 0.91-3
 - Actually include LICENSE file.
 
-* Thu May 10 2007 Matthias Saou <http://freshrpms.net/> 0.91-2
+* Thu May 10 2007 Matthias Saou <matthias at saou.eu> 0.91-2
 - Include BSD license text, copied from the debian package (Debian #417372).
 - Include minor patch for upstream 0.92 backports.
 
-* Fri Feb  9 2007 Matthias Saou <http://freshrpms.net/> 0.91-1
+* Fri Feb  9 2007 Matthias Saou <matthias at saou.eu> 0.91-1
 - Initial RPM release.
 
diff --git a/sources b/sources
index 57ff16b..bc8d0a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-84d7862786ad7bab91d0d45ded15a875  tagpy-0.94.5.tar.gz
+6baff63318cf90b9bc5a2497a0597802  tagpy-0.94.8.tar.gz
diff --git a/tagpy-0.94.8-boostpython.patch b/tagpy-0.94.8-boostpython.patch
new file mode 100644
index 0000000..7b622b4
--- /dev/null
+++ b/tagpy-0.94.8-boostpython.patch
@@ -0,0 +1,12 @@
+diff -Naupr tagpy-0.94.8.orig/aksetup_helper.py tagpy-0.94.8/aksetup_helper.py
+--- tagpy-0.94.8.orig/aksetup_helper.py	2010-07-20 04:38:24.000000000 +0200
++++ tagpy-0.94.8/aksetup_helper.py	2011-07-31 17:01:34.975381171 +0200
+@@ -502,7 +502,7 @@ class Libraries(StringListOption):
+ class BoostLibraries(Libraries):
+     def __init__(self, lib_base_name):
+         Libraries.__init__(self, "BOOST_%s" % lib_base_name.upper(), 
+-                ["boost_%s-${BOOST_COMPILER}-mt" % lib_base_name],
++                ["boost_%s" % lib_base_name],
+                 help="Library names for Boost C++ %s library (without lib or .so)" 
+                     % humanize(lib_base_name))
+ 


More information about the scm-commits mailing list