]> git.pld-linux.org Git - packages/python-django.git/commitdiff
- added urlfield size patch (based on trunk django version)
authorMarcin Gajda <m.gajda@functional-software.com>
Wed, 24 Jan 2007 10:22:05 +0000 (10:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel++

Changed files:
    python-django.spec -> 1.14

python-django.spec

index a03f9d8260e075dcf408a3bd0586c5da6f359a73..803c4ea58b19ea07f7a2cf68f00a98ef0d335343 100644 (file)
@@ -4,11 +4,12 @@ Summary:      The web framework for perfectionists with deadlines
 Summary(pl):   Szkielet WWW dla perfekcjonistów z ograniczeniami czasowymi
 Name:          python-django
 Version:       0.95.1
-Release:       1
+Release:       2
 License:       BSD
 Group:         Development/Languages/Python
 Source0:       http://media.djangoproject.com/releases/0.95/Django-%{version}.tar.gz
 # Source0-md5: 07f09d8429916481e09e84fd01e97355
+Patch0:     %{name}-urlfield-size.patch
 URL:           http://www.djangoproject.com/
 BuildRequires: python-devel
 BuildRequires: python-setuptools >= 0.6-0.c1
@@ -27,6 +28,7 @@ wspieraj
 
 %prep
 %setup -q -n %{module}-%{version}
+%patch0 -p1
 
 %build
 python ./setup.py build
This page took 0.079539 seconds and 4 git commands to generate.