From 89686fec6517b2a3254ef2e6b395955275a803e02c80d2e55896b14a4ba5d601 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 30 Jun 2011 10:57:50 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/python-pyparsing revision 4.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyparsing?expand=0&rev=ad764093ba1c69edee92f8e7a6da78ee --- python-pyparsing.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pyparsing.spec b/python-pyparsing.spec index e991e87..1b3925f 100644 --- a/python-pyparsing.spec +++ b/python-pyparsing.spec @@ -11,13 +11,15 @@ # 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-pyparsing Version: 1.5.6 -Release: 0 +Release: 1 Url: http://pyparsing.wikispaces.com/ Summary: Grammar Parser Library for Python License: MIT License @@ -40,6 +42,7 @@ expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code. %package doc + Summary: Grammar Parser Library for Python - Documentation Group: Development/Libraries/Python Requires: %{name} = %{version} From d3552010b7a6b0e373e19592b9c59ed82101a0259f5becc68991653e7a709bf4 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Sun, 3 Jul 2011 09:41:12 +0000 Subject: [PATCH 2/2] - Add Provides/Obsoletes for python-parsing OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyparsing?expand=0&rev=7 --- python-pyparsing.changes | 5 +++++ python-pyparsing.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-pyparsing.changes b/python-pyparsing.changes index b2417cd..57f5a36 100644 --- a/python-pyparsing.changes +++ b/python-pyparsing.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 3 09:40:58 UTC 2011 - saschpe@gmx.de + +- Add Provides/Obsoletes for python-parsing + ------------------------------------------------------------------- Thu Jun 30 08:33:22 UTC 2011 - saschpe@suse.de diff --git a/python-pyparsing.spec b/python-pyparsing.spec index 1b3925f..cb01b68 100644 --- a/python-pyparsing.spec +++ b/python-pyparsing.spec @@ -33,6 +33,8 @@ BuildRequires: python-devel BuildArch: noarch %endif %endif +Provides: python-parsing = %{version} +Obsoletes: python-parsing < %{version} %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %description