From 90fadcf1bb913120f1eb65b21318127ba74288f0687715ed89e261ca9e5df3f3 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 14 Jan 2013 09:00:38 +0000 Subject: [PATCH] - Drop requires on "python(abi)", RPM does that automatically - No need to buildrequire python3-2to3 anymore, it moved into python3-devel OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyVirtualDisplay?expand=0&rev=4 --- python-PyVirtualDisplay.spec | 3 ++- python3-PyVirtualDisplay.changes | 7 +++++++ python3-PyVirtualDisplay.spec | 5 ++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/python-PyVirtualDisplay.spec b/python-PyVirtualDisplay.spec index 9fee6b2..faf3940 100644 --- a/python-PyVirtualDisplay.spec +++ b/python-PyVirtualDisplay.spec @@ -11,10 +11,11 @@ # 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-PyVirtualDisplay Version: 0.1.1 Release: 0 diff --git a/python3-PyVirtualDisplay.changes b/python3-PyVirtualDisplay.changes index 0586ad4..152b23b 100644 --- a/python3-PyVirtualDisplay.changes +++ b/python3-PyVirtualDisplay.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jan 14 08:45:51 UTC 2013 - saschpe@suse.de + +- Drop requires on "python(abi)", RPM does that automatically +- No need to buildrequire python3-2to3 anymore, it moved into + python3-devel + ------------------------------------------------------------------- Fri Jan 11 21:24:15 UTC 2013 - p.drouand@gmail.com diff --git a/python3-PyVirtualDisplay.spec b/python3-PyVirtualDisplay.spec index 4215c3b..461e1f6 100644 --- a/python3-PyVirtualDisplay.spec +++ b/python3-PyVirtualDisplay.spec @@ -11,10 +11,11 @@ # 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: python3-PyVirtualDisplay Version: 0.1.1 Release: 0 @@ -25,11 +26,9 @@ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/P/PyVirtualDisplay/PyVirtualDisplay-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python3 -BuildRequires: python3-2to3 BuildRequires: python3-devel BuildRequires: python3-distribute Requires: xorg-x11-Xvnc -Requires: python(abi) = %{py3_ver} BuildArch: noarch %description