[python-openid] * Mon Aug 9 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.2.5-1 - Update to 2.2.5

Jeffrey C. Ollie jcollie at fedoraproject.org
Tue Aug 10 00:02:15 UTC 2010


commit 6bff0febf62d72b21e8b47719b1eff9f85377431
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Mon Aug 9 19:02:05 2010 -0500

    * Mon Aug  9 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.2.5-1
    - Update to 2.2.5

 .gitignore         |    1 +
 python-openid.spec |   20 +++++++++++++-------
 sources            |    2 +-
 3 files changed, 15 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b481a19..ad8b622 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 python-openid-2.2.4.tar.bz2
+openid-python-openid-2.2.5-0-gb666238.tar.gz
diff --git a/python-openid.spec b/python-openid.spec
index a5b2a87..e42cede 100644
--- a/python-openid.spec
+++ b/python-openid.spec
@@ -1,14 +1,16 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
+%global commit b666238
+
 Name:           python-openid
-Version:        2.2.4
-Release:        2%{?dist}
+Version:        2.2.5
+Release:        1%{?dist}
 Summary:        Python OpenID libraries
 
 Group:          Development/Languages
 License:        ASL 2.0
-URL:            http://www.openidenabled.com/python-openid/
-Source0:	http://openidenabled.com/files/python-openid/packages/python-openid-%{version}.tar.bz2
+URL:            http://github.com/openid/python-openid
+Source0:	http://download.github.com/openid-python-openid-%{version}-0-g%{commit}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -37,7 +39,7 @@ Features of the 2.x.x series include:
    both major OpenID protocol versions transparently
 
 %prep
-%setup -q
+%setup -q -n openid-python-openid-%{commit}
 find . -type f | xargs chmod a-x
 
 %build
@@ -57,10 +59,14 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc background-associations.txt CHANGELOG LICENSE NEWS README doc examples
-%{python_sitelib}/*
+%doc background-associations.txt LICENSE NEWS README examples
+%{python_sitelib}/openid
+%{python_sitelib}/python_openid-%{version}-py*.egg-info
 
 %changelog
+* Mon Aug  9 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.2.5-1
+- Update to 2.2.5
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 2.2.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index 04ea5da..bf5bbc9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2766dccfecf241c94cc1e8eca2814913  python-openid-2.2.4.tar.bz2
+7bb24dc6abd941ebff6a83c1ac7e4370  openid-python-openid-2.2.5-0-gb666238.tar.gz


More information about the scm-commits mailing list