diff --git a/python-Pygments.changes b/python-Pygments.changes index 72aac7f..870bb0b 100644 --- a/python-Pygments.changes +++ b/python-Pygments.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 24 13:49:17 UTC 2012 - bwiedemann@suse.com + +- fix Obsoletes + ------------------------------------------------------------------- Fri Sep 23 07:23:34 UTC 2011 - saschpe@suse.de diff --git a/python-Pygments.spec b/python-Pygments.spec index a2006a8..4914b4a 100644 --- a/python-Pygments.spec +++ b/python-Pygments.spec @@ -1,7 +1,7 @@ # # spec file for package python-Pygments # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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 @@ -38,7 +38,7 @@ BuildArch: noarch %endif Provides: python-pygments = %{version} #TODO: Change to '<' after version update: -Obsoletes: python-pygments <= %{version} +Obsoletes: python-pygments < %{version} %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %description