[python-django-openid-auth] version bump to 0.5

Richard Marko rmarko at fedoraproject.org
Mon Mar 18 17:15:04 UTC 2013


commit 18e31d73fb48ecf73dea34a0288870602a203f87
Author: Richard Marko <rmarko at fedoraproject.org>
Date:   Mon Mar 18 18:14:27 2013 +0100

    version bump to 0.5

 .gitignore                     |    1 +
 python-django-openid-auth.spec |   11 +++++++----
 sources                        |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4c7e272..506d537 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /django-openid-auth_0.4.tar.gz
+/django-openid-auth-0.5.tar.gz
diff --git a/python-django-openid-auth.spec b/python-django-openid-auth.spec
index 729810e..346e896 100644
--- a/python-django-openid-auth.spec
+++ b/python-django-openid-auth.spec
@@ -1,13 +1,13 @@
 %global pypi_name django-openid-auth
 
 Name:           python-%{pypi_name}
-Version:        0.4
-Release:        3%{?dist}
+Version:        0.5
+Release:        1%{?dist}
 Summary:        OpenID integration for django.contrib.auth
 
 License:        BSD
 URL:            https://launchpad.net/django-openid-auth
-Source0:        http://pypi.python.org/packages/source/d/%{pypi_name}/%{pypi_name}_%{version}.tar.gz
+Source0:        http://pypi.python.org/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
 BuildArch:      noarch
 
 BuildRequires:  python2-devel
@@ -25,7 +25,7 @@ The library integrates with Django's built in authentication system, so
 most applications require minimal changes to support OpenID login.
 
 %prep
-%setup -c -q -n %{pypi_name}_%{version}
+%setup -q -n %{pypi_name}-%{version}
 
 %build
 %{__python} setup.py build
@@ -39,6 +39,9 @@ most applications require minimal changes to support OpenID login.
 %{python_sitelib}/django_openid_auth-%{version}-py?.?.egg-info
 
 %changelog
+* Mon Mar 18 2013 Richard Marko <rmarko at fedoraproject.org> - 0.5-1
+- Version bump
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 92a3aaf..e19f9b5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-038883913aa70c7fc49fbfa30f5d1d2c  django-openid-auth_0.4.tar.gz
+75277ad166be391fbc4ca87666bf64d1  django-openid-auth-0.5.tar.gz


More information about the scm-commits mailing list