[python-django-socialregistration] Add support for Instagram

Stephen Gallagher sgallagh at fedoraproject.org
Thu Jan 24 18:44:17 UTC 2013


commit d131fbca6739f64a2e76ac865d2a5bff1d50b992
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Thu Jan 24 13:44:02 2013 -0500

    Add support for Instagram
    
    - Drop support for nonfunctional Facebook SDK
    - New upstream release 0.5.9

 .gitignore                            |    1 +
 python-django-socialregistration.spec |   11 ++++++++---
 sources                               |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8fbfa61..7bc13e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /django-socialregistration-0.5.5.tar.gz
+/django-socialregistration-0.5.9.tar.gz
diff --git a/python-django-socialregistration.spec b/python-django-socialregistration.spec
index 18bafd7..a9d8da0 100644
--- a/python-django-socialregistration.spec
+++ b/python-django-socialregistration.spec
@@ -1,6 +1,6 @@
 Name: python-django-socialregistration
-Version: 0.5.5
-Release: 4%{?dist}
+Version: 0.5.9
+Release: 1%{?dist}
 Summary: Django application enabling registration through a variety of APIs
 
 Group: Development/Languages
@@ -32,7 +32,7 @@ Supported methods currently are:
 
     OpenID
     OAuth
-    Facebook Connect
+    Instagram
 
 
 %prep
@@ -53,6 +53,11 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/django_socialregistration-%{version}*.egg-info
 
 %changelog
+* Thu Jan 24 2013 Stephen Gallagher <sgallagh at redhat.com> - 0.5.9-1
+- Add support for Instagram
+- Drop support for nonfunctional Facebook SDK
+- New upstream release 0.5.9
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.5-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 79496d7..9ceb312 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7ffbbd31b3af93accde5dd8e72dc8da8  django-socialregistration-0.5.5.tar.gz
+0c3dd8744e997d43d60e44f41e788240  django-socialregistration-0.5.9.tar.gz


More information about the scm-commits mailing list