|
@@ -2,7 +2,7 @@
|
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
|
|
|
|
|
Name: python-markupsafe
|
|
|
-Version: 0.9.2
|
|
|
+Version: 0.12
|
|
|
Release: 1%{?_dist_release}
|
|
|
Summary: Implements a XML/HTML/XHTML Markup safe string for Python
|
|
|
|
|
@@ -20,6 +20,8 @@ BuildRequires: python3-devel python3-setuptools
|
|
|
BuildRequires: python-tools
|
|
|
%endif # if with_python3
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
+Distribution: Vine Linux
|
|
|
|
|
|
%description
|
|
|
A library for safe markup escaping.
|
|
@@ -93,6 +95,10 @@ popd
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Thu May 5 2011 IWAI, Masaharu <iwai@alib.jp> 0.12-1
|
|
|
+- new upstream release
|
|
|
+- add Vendor and Distribution tags
|
|
|
+
|
|
|
* Mon Aug 23 2010 Munehiro Yamamoto <munepi@vinelinux.org> - 0.9.2-1
|
|
|
- initial build based on Fedora development
|
|
|
|