From 6033772f049e60294d3eb637fb43d93dd5aa964d6999e78d330dcf25413683b7 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 1 Sep 2011 12:59:56 +0000 Subject: [PATCH] - Removed reStructuredText markup from description OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Routes?expand=0&rev=2 --- python-Routes.changes | 5 +++++ python-Routes.spec | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/python-Routes.changes b/python-Routes.changes index 386b81e..aeba879 100644 --- a/python-Routes.changes +++ b/python-Routes.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 1 12:58:33 UTC 2011 - saschpe@suse.de + +- Removed reStructuredText markup from description + ------------------------------------------------------------------- Thu Sep 1 10:04:50 UTC 2011 - saschpe@suse.de diff --git a/python-Routes.spec b/python-Routes.spec index 734f8ff..4399710 100644 --- a/python-Routes.spec +++ b/python-Routes.spec @@ -38,9 +38,7 @@ Obsoletes: python-routes <= %{version} %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %description -A Routing package for Python that matches URL's to dicts and vice versa - -`Dev version available `_ +A Routing package for Python that matches URL's to dicts and vice versa. %prep %setup -q -n Routes-%{version}