[python-musicbrainzngs] Bump to 0.5

amluto amluto at fedoraproject.org
Tue Oct 7 17:58:50 UTC 2014


commit 228a01d0b78092f7eb2234b8c9f5bead647c5d16
Author: Andy Lutomirski <luto at amacapital.net>
Date:   Tue Oct 7 10:37:21 2014 -0700

    Bump to 0.5

 .gitignore                           |    1 +
 musicbrainzngs-no-package-data.patch |   19 -------------------
 python-musicbrainzngs.spec           |    7 ++++---
 sources                              |    2 +-
 4 files changed, 6 insertions(+), 23 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b5ceb40..b5d80f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /musicbrainzngs-0.4.tar.gz
+/musicbrainzngs-0.5.tar.gz
diff --git a/python-musicbrainzngs.spec b/python-musicbrainzngs.spec
index a9884f1..f63ad4e 100644
--- a/python-musicbrainzngs.spec
+++ b/python-musicbrainzngs.spec
@@ -1,14 +1,13 @@
 %global module_name musicbrainzngs
 
 Name:           python-musicbrainzngs
-Version:        0.4
+Version:        0.5
 Release:        1%{?dist}
 Summary:        Python bindings for MusicBrainz NGS webservice
 
 License:        BSD and ISC
 URL:            https://github.com/alastair/python-musicbrainz-ngs
 Source0:        https://pypi.python.org/packages/source/m/%{module_name}/%{module_name}-%{version}.tar.gz
-Patch0:         musicbrainzngs-no-package-data.patch
 
 BuildArch:      noarch
 BuildRequires:  python2-devel
@@ -24,7 +23,6 @@ For more information on the MusicBrainz webservice see:
 
 %prep
 %setup -qn %{module_name}-%{version}
-%patch0 -p1
 chmod a-x examples/*.py
 sed -i '1{\@^#!/usr/bin/env python at d}' examples/*.py
 
@@ -48,5 +46,8 @@ PYTHONPATH=%{buildroot}%{python_sitelib} nosetests-2.7
 
 
 %changelog
+* Tue Oct 07 2014 Andy Lutomirski <luto at mit.edu> - 0.5-1
+- Bump to 0.5.
+
 * Fri Sep 13 2013 Ian Weller <iweller at redhat.com> - 0.4-1
 - Initial package build
diff --git a/sources b/sources
index 8657ffa..ccdd82e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec4323fa1ad4938f9376496bc8c27b05  musicbrainzngs-0.4.tar.gz
+9e17a181af72d04a291c9a960bc73d44  musicbrainzngs-0.5.tar.gz


More information about the scm-commits mailing list