Hello community, here is the log from the commit of package python-Jinja2 for openSUSE:Factory checked in at Mon Sep 26 10:11:59 CEST 2011.
-------- --- python-Jinja2/python-Jinja2.changes 2011-09-20 14:59:48.000000000 +0200 +++ /mounts/work_src_done/STABLE/python-Jinja2/python-Jinja2.changes 2011-09-22 14:02:15.000000000 +0200 @@ -1,0 +2,12 @@ +Thu Sep 22 12:00:51 UTC 2011 - sasc...@suse.de + +- Split of 'vim' and 'emacs' sub-packages that contain syntax highlighting + support for both editors + +------------------------------------------------------------------- +Thu Sep 22 09:13:19 UTC 2011 - sasc...@suse.de + +- Set license to BSD-3-Clause (SPDX style) +- Require python-distribute instead of python-setuptools + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Jinja2.spec ++++++ --- /var/tmp/diff_new_pack.6FP6pn/_old 2011-09-26 10:11:55.000000000 +0200 +++ /var/tmp/diff_new_pack.6FP6pn/_new 2011-09-26 10:11:55.000000000 +0200 @@ -19,15 +19,15 @@ Name: python-Jinja2 Version: 2.6 -Release: 1 +Release: 0 Url: http://jinja.pocoo.org/ Summary: A fast and easy to use template engine written in pure Python -License: BSD +License: BSD-3-Clause Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/J/Jinja2/Jinja2-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-setuptools +BuildRequires: python-distribute %if 0%{?suse_version} %py_requires %if 0%{?suse_version} > 1010 @@ -56,6 +56,23 @@ </ul> {% endblock %} +%package vim +Summary: Jinja2 syntax files for Vim +Group: Productivity/Text/Editors +Requires: %{name} = %{version} + +%description vim +Vim syntax highlighting scheme for Jinja2 templates. + +%package emacs +Summary: Jinja2 syntax files for Emacs +License: GPL-2.0+ +Group: Productivity/Text/Editors +Requires: %{name} = %{version} + +%description emacs +Emacs syntax highlighting scheme for Jinja2 templates. + %prep %setup -q -n Jinja2-%{version} @@ -65,13 +82,23 @@ %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} +install -Dm644 ext/Vim/jinja.vim %{buildroot}%{_datadir}/vim/site/syntax/jinja.vim # Install VIM syntax file +install -Dm644 ext/jinja.el %{buildroot}%{_datadir}/emacs/site-lisp/jinja.el # Install Emacs syntax file %if 0%{?suse_version} > 1010 %fdupes %{buildroot}%{_prefix} %endif %files %defattr(-,root,root,-) -%doc AUTHORS CHANGES LICENSE artwork examples ext +%doc AUTHORS CHANGES LICENSE artwork examples ext/JinjaTemplates.tmbundle.tar.gz %{python_sitelib}/* +%files vim +%defattr(-,root,root,-) +%{_datadir}/vim + +%files emacs +%defattr(-,root,root,-) +%{_datadir}/emacs/site-lisp/jinja.el + %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org