diff --git a/Django-1.6.1.tar.gz b/Django-1.6.1.tar.gz new file mode 100644 index 0000000..2950381 --- /dev/null +++ b/Django-1.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf011874f54a16e7452e0fe1e7f4ec144b95b47ecf31766c9f1f8cf438f09c06 +size 6608178 diff --git a/Django-1.6.tar.gz b/Django-1.6.tar.gz deleted file mode 100644 index dbccf4a..0000000 --- a/Django-1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b784ddbba1f4a798348dd042ca48fc7a7810dce69a98979175f0a5eaa485dbda -size 6664851 diff --git a/python-Django.changes b/python-Django.changes index abc0c43..681c772 100644 --- a/python-Django.changes +++ b/python-Django.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Feb 4 14:33:40 UTC 2014 - mcihar@suse.cz + +- Update to version 1.6.1: + - Most bug fixes are minor; you can find a complete list in the Django 1.6.1 + release notes. + ------------------------------------------------------------------- Tue Nov 19 10:06:23 UTC 2013 - speilicke@suse.com diff --git a/python-Django.spec b/python-Django.spec index 6f521b3..766e130 100644 --- a/python-Django.spec +++ b/python-Django.spec @@ -1,7 +1,7 @@ # # spec file for package python-Django # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-Django -Version: 1.6 +Version: 1.6.1 Release: 0 Summary: A high-level Python Web framework License: BSD-3-Clause @@ -65,7 +65,9 @@ ln -s %{_bindir}/django-admin.py-%{py_ver} %{buildroot}%{_bindir}/django-admin.p exit 0 %post -update-alternatives --install %{_bindir}/django-admin.py django-admin.py %{_bindir}/django-admin.py-%{py_ver} 20 +update-alternatives \ + --install %{_bindir}/django-admin.py django-admin.py %{_bindir}/django-admin.py-%{py_ver} 20 \ + --slave %{_sysconfdir}/bash_completion.d/django_bash_completion.sh django_bash_completion.sh %{_sysconfdir}/bash_completion.d/django_bash_completion-%{py_ver}.sh %preun if [ $1 -eq 0 ] ; then