Hello community,

here is the log from the commit of package python-Django for openSUSE:Factory 
checked in at 2014-02-26 06:55:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Django (Old)
 and      /work/SRC/openSUSE:Factory/.python-Django.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Django"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Django/python-Django.changes      
2014-02-04 22:46:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-Django.new/python-Django.changes 
2014-02-26 06:55:18.000000000 +0100
@@ -1,0 +2,28 @@
+Fri Feb 14 09:32:07 UTC 2014 - speili...@suse.com
+
+- Fix update-alternatives
+
+-------------------------------------------------------------------
+Fri Feb  7 08:30:04 UTC 2014 - speili...@suse.com
+
+- Update to version 1.6.2:
+  + Prevented the base geometry object of a prepared geometry to be garbage
+    collected, which could lead to crash Django (#21662).
+  + Fixed a crash when executing the changepassword command when the user
+    object representation contained non-ASCII characters (#21627).
+  + The collectstatic command will raise an error rather than default to
+    using the current working directory if STATIC_ROOT is not set. Combined
+    with the --clear option, the previous behavior could wipe anything
+    below the current working directory (#21581).
+  + Fixed mail encoding on Python 3.3.3+ (#21093).
+  + Fixed an issue where when settings.DATABASES['default']['AUTOCOMMIT'] = 
False,
+    the connection wasn’t in autocommit mode but Django pretended it was.
+  + Fixed a regression in multiple-table inheritance exclude() queries 
(#21787).
+  + Added missing items to django.utils.timezone.__all__ (#21880).
+  + Fixed a field misalignment issue with select_related() and model 
inheritance (#21413).
+  + Fixed join promotion for negated AND conditions (#21748).
+  + Oracle database introspection now works with boolean and float fields 
(#19884).
+  + Fixed an issue where lazy objects weren’t actually marked as safe when
+    passed through mark_safe() and could end up being double-escaped (#21882).
+
+-------------------------------------------------------------------

Old:
----
  Django-1.6.1.tar.gz

New:
----
  Django-1.6.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Django.spec ++++++
--- /var/tmp/diff_new_pack.HuBOSr/_old  2014-02-26 06:55:20.000000000 +0100
+++ /var/tmp/diff_new_pack.HuBOSr/_new  2014-02-26 06:55:20.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python-Django
-Version:        1.6.1
+Version:        1.6.2
 Release:        0
 Summary:        A high-level Python Web framework
 License:        BSD-3-Clause
@@ -53,16 +53,14 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 install -D -m 0644 extras/django_bash_completion 
%{buildroot}%{_sysconfdir}/bash_completion.d/django_bash_completion-%{py_ver}.sh
-ln -s %{_sysconfdir}/bash_completion.d/django_bash_completion-%{py_ver}.sh 
%{buildroot}%{_sysconfdir}/bash_completion.d/django_bash_completion.sh
-ln -s %{_bindir}/django-admin.py-%{py_ver} 
%{buildroot}%{_bindir}/django-admin.py
-%fdupes %{buildroot}%{python_sitelib}
 
-%pre
-# Since /usr/bin/django-admin.py became ghosted to be used with 
update-alternatives, we have to get rid
-# of the old binary resulting from the non-update-alternativies-ified package:
-[[ ! -L %{_bindir}/django-admin.py ]] && rm -f %{_bindir}/django-admin.py
-[[ ! -L %{_sysconfdir}/bash_completion.d/django_bash_completion.sh ]] && rm -f 
%{_sysconfdir}/bash_completion.d/django_bash_completion.sh
-exit 0
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
+touch %{buildroot}%{_sysconfdir}/alternatives/django-admin.py
+ln -sf %{_sysconfdir}/alternatives/django-admin.py 
%{buildroot}/%{_bindir}/django-admin.py
+touch %{buildroot}%{_sysconfdir}/alternatives/django_bash_completion.sh
+ln -sf %{_sysconfdir}/alternatives/django_bash_completion.sh 
%{buildroot}%{_sysconfdir}/bash_completion.d/django_bash_completion.sh
+
+%fdupes %{buildroot}%{python_sitelib}
 
 %post
 update-alternatives \
@@ -77,14 +75,13 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS LICENSE README.rst
-%ghost %{_bindir}/django-admin.py
-%if 0%{?suse_version} >= 1230
-%ghost %{_sysconfdir}/alternatives/django-admin.py
-%endif
+%{_bindir}/django-admin.py
 %{_bindir}/django-admin.py-%{py_ver}
+%ghost %{_sysconfdir}/alternatives/django-admin.py
 %{python_sitelib}/django
 %{python_sitelib}/Django-%{version}-py%{py_ver}.egg-info
-%ghost %{_sysconfdir}/bash_completion.d/django_bash_completion.sh
+%{_sysconfdir}/bash_completion.d/django_bash_completion.sh
 %{_sysconfdir}/bash_completion.d/django_bash_completion-%{py_ver}.sh
+%ghost %{_sysconfdir}/alternatives/django_bash_completion.sh
 
 %changelog

++++++ Django-1.6.1.tar.gz -> Django-1.6.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-Django/Django-1.6.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-Django.new/Django-1.6.2.tar.gz differ: char 
5, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to