Hello community, here is the log from the commit of package python-django-static for openSUSE:Factory checked in at 2012-03-20 11:32:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-django-static (Old) and /work/SRC/openSUSE:Factory/.python-django-static.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-static", Maintainer is "" Changes: -------- New Changes file: --- /dev/null 2012-03-17 10:42:43.883537212 +0100 +++ /work/SRC/openSUSE:Factory/.python-django-static.new/python-django-static.changes 2012-03-20 11:32:33.000000000 +0100 @@ -0,0 +1,106 @@ +------------------------------------------------------------------- +Wed Mar 14 10:36:28 UTC 2012 - sasc...@suse.de + +- Simplified macro usage +- Removed outdated %clean section +- Package README.rst +- Pick BSD-3-Clause as license (instead of just 'BSD') + +------------------------------------------------------------------- +Thu Oct 27 22:34:23 UTC 2011 - alexan...@exatati.com.br + +- Update to 1.5.5: + - Sorry, no changelog atm. + +------------------------------------------------------------------- +Tue Mar 22 16:15:01 UTC 2011 - alexan...@exatati.com.br + +- Update to 1.5.4. + +------------------------------------------------------------------- +Sun Mar 20 20:41:47 UTC 2011 - alexan...@exatati.com.br + +- Update to 1.5.3. + +------------------------------------------------------------------- +Fri Mar 11 19:27:34 UTC 2011 - alexan...@exatati.com.br + +- Update to 1.5.2; +- Regenerated spec file with py2pack. + +------------------------------------------------------------------- +Sun Jan 16 20:38:05 UTC 2011 - alexan...@exatati.com.br + +- Update to 1.5.1. + +------------------------------------------------------------------- +Tue Jan 11 01:57:57 UTC 2011 - alexan...@exatati.com.br + +- Update to 1.5.0. + +------------------------------------------------------------------- +Mon Jan 10 18:40:24 UTC 2011 - alexan...@exatati.com.br + +- Update to 1.4.1. + +------------------------------------------------------------------- +Wed Sep 15 02:06:53 UTC 2010 - alexan...@exatati.com.br + +- Update to 1.4.0; +- Bzip2 source file. + +------------------------------------------------------------------- +Thu Aug 5 03:54:37 UTC 2010 - alexan...@exatati.com.br + +- Update to 1.3.9. + +------------------------------------------------------------------- +Sat Jun 12 18:34:35 UTC 2010 - alexan...@exatati.com.br + +- Update to 1.3.8. + +------------------------------------------------------------------- +Mon May 31 19:07:39 UTC 2010 - alexan...@exatati.com.br + +- Update to 1.3.7. + +------------------------------------------------------------------- +Mon May 31 11:23:10 UTC 2010 - alexan...@exatati.com.br + +- Update to 1.3.6. + +------------------------------------------------------------------- +Sat May 8 12:15:57 UTC 2010 - alexan...@exatati.com.br + +- Update to 1.3.5. + +------------------------------------------------------------------- +Fri May 7 12:18:38 UTC 2010 - alexan...@exatati.com.br + +- Update to 1.3.4. + +------------------------------------------------------------------- +Wed Apr 28 11:49:39 UTC 2010 - alexan...@exatati.com.br + +- Updatet to 1.3.3. + +------------------------------------------------------------------- +Wed Mar 31 22:17:06 UTC 2010 - alexan...@exatati.com.br + +- Update to 1.3.2; +- Spec file cleaned with spec-cleaner. + +------------------------------------------------------------------- +Mon Feb 8 10:27:06 UTC 2010 - alexan...@exatati.com.br + +- Update to 1.3.1. + +------------------------------------------------------------------- +Mon Jan 25 16:51:23 UTC 2010 - alexan...@exatati.com.br + +- Update to 1.3. + +------------------------------------------------------------------- +Thu Dec 17 10:47:58 UTC 2009 - alexan...@exatati.com.br + +- Initial package (1.2.2) for openSUSE. New: ---- django-static-1.5.5.tar.bz2 python-django-static.changes python-django-static.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-django-static.spec ++++++ # # spec file for package python-django-static # # Copyright (c) 2012 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: python-django-static Version: 1.5.5 Release: 0 Url: http://github.com/peterbe/django-static Summary: Template tags for better serving static files from templates License: BSD-3-Clause Group: Development/Languages/Python Source: django-static-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel Requires: python-django %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %else BuildArch: noarch %endif %description Template tags for better serving static files from templates in Django. %prep %setup -q -n django-static-%{version} %build python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root,-) %doc README.md %{python_sitelib}/* %changelog -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org