[django-authopenid/el6] Updated to Upstream Sources

Keiran Smith affix at fedoraproject.org
Sun Jul 24 00:24:16 UTC 2011


commit 922b043b5c0049390ddda9ae8a05e931b53ff549
Author: Affix <affix at affix.me>
Date:   Sun Jul 24 01:23:23 2011 +0100

    Updated to Upstream Sources

 .gitignore                            |    1 +
 django-authopenid-0.9.6-keyword.patch |   12 ---
 django-authopenid.spec                |  129 ++++++++++++++++++++++++++++++---
 sources                               |    2 +-
 4 files changed, 119 insertions(+), 25 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 24034f1..d772c71 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 django-authopenid-0.9.6.tar.gz
+/1.0.1.tar.gz
diff --git a/django-authopenid.spec b/django-authopenid.spec
index 78ed5f4..816d6f6 100644
--- a/django-authopenid.spec
+++ b/django-authopenid.spec
@@ -1,15 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           django-authopenid
-Version:        0.9.6
-Release:        4%{?dist}
+Version:        1.0.1
+Release:        1%{?dist}
 Summary:        Django application to integrate Django authentication system with OpenID
 
 Group:          Development/Languages
 License:        BSD
-URL:            http://code.google.com/p/django-authopenid/
-Source0:        http://django-authopenid.googlecode.com/files/%{name}-%{version}.tar.gz
-Patch0:         django-authopenid-0.9.6-keyword.patch
+URL:            https://bitbucket.org/benoitc/django-authopenid
+Source0:        https://bitbucket.org/benoitc/django-authopenid/get/%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -40,7 +39,6 @@ project.
 
 %prep
 %setup -q
-%patch0 -p1
 
 
 %build
@@ -49,7 +47,7 @@ project.
 
 %install
 rm -rf %{buildroot}
-%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+%{__python} setup.py install --skip-build --root %{buildroot}
 
  
 %clean
@@ -61,14 +59,121 @@ rm -rf %{buildroot}
 %doc AUTHORS LICENSE NOTICE README THANKS
 %{python_sitelib}/django_authopenid
 %{python_sitelib}/django_authopenid-*.egg-info
+/usr/django_authopenid/__init__.py
+/usr/django_authopenid/__init__.pyc
+/usr/django_authopenid/__init__.pyo
+/usr/django_authopenid/admin.py
+/usr/django_authopenid/admin.pyc
+/usr/django_authopenid/admin.pyo
+/usr/django_authopenid/context_processors.py
+/usr/django_authopenid/context_processors.pyc
+/usr/django_authopenid/context_processors.pyo
+/usr/django_authopenid/forms.py
+/usr/django_authopenid/forms.pyc
+/usr/django_authopenid/forms.pyo
+/usr/django_authopenid/management/__init__.py
+/usr/django_authopenid/management/__init__.pyc
+/usr/django_authopenid/management/__init__.pyo
+/usr/django_authopenid/management/commands/__init__.py
+/usr/django_authopenid/management/commands/__init__.pyc
+/usr/django_authopenid/management/commands/__init__.pyo
+/usr/django_authopenid/management/commands/cleanupassociations.py
+/usr/django_authopenid/management/commands/cleanupassociations.pyc
+/usr/django_authopenid/management/commands/cleanupassociations.pyo
+/usr/django_authopenid/management/commands/cleanupnonces.py
+/usr/django_authopenid/management/commands/cleanupnonces.pyc
+/usr/django_authopenid/management/commands/cleanupnonces.pyo
+/usr/django_authopenid/middleware.py
+/usr/django_authopenid/middleware.pyc
+/usr/django_authopenid/middleware.pyo
+/usr/django_authopenid/models.py
+/usr/django_authopenid/models.pyc
+/usr/django_authopenid/models.pyo
+/usr/django_authopenid/openid_store.py
+/usr/django_authopenid/openid_store.pyc
+/usr/django_authopenid/openid_store.pyo
+/usr/django_authopenid/signals.py
+/usr/django_authopenid/signals.pyc
+/usr/django_authopenid/signals.pyo
+/usr/django_authopenid/templates/authopenid/yadis.xrdf
+/usr/django_authopenid/tests/__init__.py
+/usr/django_authopenid/tests/__init__.pyc
+/usr/django_authopenid/tests/__init__.pyo
+/usr/django_authopenid/tests/test_store.py
+/usr/django_authopenid/tests/test_store.pyc
+/usr/django_authopenid/tests/test_store.pyo
+/usr/django_authopenid/urls.py
+/usr/django_authopenid/urls.pyc
+/usr/django_authopenid/urls.pyo
+/usr/django_authopenid/utils/__init__.py
+/usr/django_authopenid/utils/__init__.pyc
+/usr/django_authopenid/utils/__init__.pyo
+/usr/django_authopenid/utils/importlib.py
+/usr/django_authopenid/utils/importlib.pyc
+/usr/django_authopenid/utils/importlib.pyo
+/usr/django_authopenid/utils/mimeparse.py
+/usr/django_authopenid/utils/mimeparse.pyc
+/usr/django_authopenid/utils/mimeparse.pyo
+/usr/django_authopenid/views.py
+/usr/django_authopenid/views.pyc
+/usr/django_authopenid/views.pyo
+%{python_sitelib}/example/__init__.py
+%{python_sitelib}/example/__init__.pyc
+%{python_sitelib}/example/__init__.pyo
+%{python_sitelib}/example/manage.py
+%{python_sitelib}/example/manage.pyc
+%{python_sitelib}/example/manage.pyo
+%{python_sitelib}/example/settings.py
+%{python_sitelib}/example/settings.pyc
+%{python_sitelib}/example/settings.pyo
+%{python_sitelib}/example/static/css/base.css
+%{python_sitelib}/example/static/css/openid.css
+%{python_sitelib}/example/static/demo.html
+%{python_sitelib}/example/static/images/aol.gif
+%{python_sitelib}/example/static/images/blogger.ico
+%{python_sitelib}/example/static/images/claimid.ico
+%{python_sitelib}/example/static/images/facebook.gif
+%{python_sitelib}/example/static/images/flickr.ico
+%{python_sitelib}/example/static/images/google.gif
+%{python_sitelib}/example/static/images/livejournal.ico
+%{python_sitelib}/example/static/images/myopenid.ico
+%{python_sitelib}/example/static/images/openid-inputicon.gif
+%{python_sitelib}/example/static/images/openid.gif
+%{python_sitelib}/example/static/images/technorati.ico
+%{python_sitelib}/example/static/images/verisign.ico
+%{python_sitelib}/example/static/images/vidoop.ico
+%{python_sitelib}/example/static/images/wordpress.ico
+%{python_sitelib}/example/static/images/yahoo.gif
+%{python_sitelib}/example/static/js/jquery-1.3.2.min.js
+%{python_sitelib}/example/static/js/openid-jquery.js
+%{python_sitelib}/example/templates/authopenid/associate.html
+%{python_sitelib}/example/templates/authopenid/associate_email.txt
+%{python_sitelib}/example/templates/authopenid/associate_email_subject.txt
+%{python_sitelib}/example/templates/authopenid/complete.html
+%{python_sitelib}/example/templates/authopenid/dissociate.html
+%{python_sitelib}/example/templates/authopenid/failure.html
+%{python_sitelib}/example/templates/authopenid/password_change_form.html
+%{python_sitelib}/example/templates/authopenid/signin.html
+%{python_sitelib}/example/templates/base.html
+%{python_sitelib}/example/templates/home.html
+%{python_sitelib}/example/templates/registration/activate.html
+%{python_sitelib}/example/templates/registration/activation_email.txt
+%{python_sitelib}/example/templates/registration/activation_email_subject.txt
+%{python_sitelib}/example/templates/registration/registration_complete.html
+%{python_sitelib}/example/templates/registration/registration_form.html
+%{python_sitelib}/example/urls.py
+%{python_sitelib}/example/urls.pyc
+%{python_sitelib}/example/urls.pyo
+%{python_sitelib}/example/views.py
+%{python_sitelib}/example/views.pyc
+%{python_sitelib}/example/views.pyo
+
 
 
-%changelog
-* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.6-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
-* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.6-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+%changelog
+* Sun Jul 17 2011 Keiran Smith <affix at affix.me> 1.0.1-1
+- Updated to Upstream Version 1.0.1
 
 * Wed Feb 18 2009 Ian Weller <ianweller at gmail.com> 0.9.6-2
 - Add patch from I. Vazquez (django-authopenid-0.9.6-keyword.patch)
diff --git a/sources b/sources
index 02d35b3..e6c8b9c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b15d22dd9d83a5c5fa8a0a640b40b3f4  django-authopenid-0.9.6.tar.gz
+2ec4db5c8b19a1a77fde557f2ad13252  1.0.1.tar.gz


More information about the scm-commits mailing list