From f43b33136a5dc09e67a8d419b2def9c266c8ac1f Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:04:00 +0100 Subject: [PATCH] update to 1.8.1 [release 1.8.1-1mamba;Thu May 14 2015] --- python-django.spec | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/python-django.spec b/python-django.spec index 20274af..87841e1 100644 --- a/python-django.spec +++ b/python-django.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f1-2) Name: python-django -Version: 1.5.8 +Version: 1.8.1 Release: 1mamba Summary: A high-level Python Web framework Group: System/Libraries/Python @@ -19,8 +19,6 @@ BuildRequires: python-Sphinx BuildRequires: python-Jinja2 Requires: python >= %python_version Requires: python-simplejson -Provides: python-Django -Obsoletes: python-Django BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -74,8 +72,8 @@ find %{buildroot} -name "*.po" | xargs rm -f %{python_sitearch}/django/*.py* %dir %{python_sitearch}/django/bin %{python_sitearch}/django/bin/*.py* -%dir %{python_sitearch}/django/bin/profiling -%{python_sitearch}/django/bin/profiling/*.py* +%dir %{python27_sitearch}/django/apps +%{python27_sitearch}/django/apps/* %dir %{python_sitearch}/django/conf %{python_sitearch}/django/conf/*.py* %dir %{python_sitearch}/django/conf/project_template @@ -92,15 +90,15 @@ find %{buildroot} -name "*.po" | xargs rm -f %{python_sitearch}/django/forms %{python_sitearch}/django/http %{python_sitearch}/django/middleware -%{python_sitearch}/django/shortcuts +#%{python_sitearch}/django/shortcuts %{python_sitearch}/django/template %{python_sitearch}/django/templatetags %{python_sitearch}/django/test %{python_sitearch}/django/utils %{python_sitearch}/django/views -%{_mandir}/man1/daily_cleanup.1* +#%{_mandir}/man1/daily_cleanup.1* %{_mandir}/man1/django-admin.1* -%{_mandir}/man1/gather_profile_stats.1* +#%{_mandir}/man1/gather_profile_stats.1* %doc AUTHORS LICENSE %files doc @@ -108,6 +106,12 @@ find %{buildroot} -name "*.po" | xargs rm -f %doc docs/_build/html/* %changelog +* Thu May 14 2015 Silvan Calarco 1.8.1-1mamba +- update to 1.8.1 + +* Mon Aug 11 2014 Automatic Build System 1.6.5-1mamba +- automatic version update by autodist + * Sat Aug 09 2014 Silvan Calarco 1.5.8-1mamba - update to 1.5.8