rpms/django-authopenid/EL-4 django-authopenid-0.9.6-keyword.patch, NONE, 1.1 django-authopenid.spec, 1.1, 1.2 import.log, 1.1, 1.2

Ian Weller ianweller at fedoraproject.org
Thu Feb 19 02:44:41 UTC 2009


Author: ianweller

Update of /cvs/pkgs/rpms/django-authopenid/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6500/EL-4

Modified Files:
	django-authopenid.spec import.log 
Added Files:
	django-authopenid-0.9.6-keyword.patch 
Log Message:
import django-authopenid-0.9.6-2 in EL-4

django-authopenid-0.9.6-keyword.patch:

--- NEW FILE django-authopenid-0.9.6-keyword.patch ---
diff -up django-authopenid-0.9.6/setup.py.keyword django-authopenid-0.9.6/setup.py
--- django-authopenid-0.9.6/setup.py.keyword	2009-02-17 22:34:22.000000000 -0500
+++ django-authopenid-0.9.6/setup.py	2009-02-17 22:34:44.000000000 -0500
@@ -32,8 +32,6 @@ setup(
     ],
     packages = ['django_authopenid'],
     package_data = { 'django_authopenid': [ 'templates/*.*', 'templates/authopenid/*'] },
-    
-    zip_safe = False,
 
     setup_requires = [
         'setuptools>=0.6b1',


Index: django-authopenid.spec
===================================================================
RCS file: /cvs/pkgs/rpms/django-authopenid/EL-4/django-authopenid.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- django-authopenid.spec	19 Feb 2009 02:13:45 -0000	1.1
+++ django-authopenid.spec	19 Feb 2009 02:44:11 -0000	1.2
@@ -2,13 +2,14 @@
 
 Name:           django-authopenid
 Version:        0.9.6
-Release:        1%{?dist}
+Release:        2%{?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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -39,6 +40,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 
 %build
@@ -62,5 +64,8 @@
 
 
 %changelog
+* 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)
+
 * Sun Feb 15 2009 Ian Weller <ianweller at gmail.com> 0.9.6-1
 - Initial package build


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/django-authopenid/EL-4/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	19 Feb 2009 02:13:45 -0000	1.1
+++ import.log	19 Feb 2009 02:44:11 -0000	1.2
@@ -1 +1,2 @@
 django-authopenid-0_9_6-1_fc10:EL-4:django-authopenid-0.9.6-1.fc10.src.rpm:1235009544
+django-authopenid-0_9_6-2_fc10:EL-4:django-authopenid-0.9.6-2.fc10.src.rpm:1235011431




More information about the fedora-extras-commits mailing list