From 5e60f8b705e508918c62eff27cc46bfce5f5c9f05d6f80685954f0b6e76ea438 Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Mon, 12 Dec 2011 09:05:02 +0000 Subject: [PATCH 1/2] remove %debug_package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pmw?expand=0&rev=5 --- python-pmw.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-pmw.spec b/python-pmw.spec index b26c2e4..b6eda11 100644 --- a/python-pmw.spec +++ b/python-pmw.spec @@ -15,6 +15,8 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: python-pmw Version: 1.3.2 Release: 0 From 7e153064b53b30fe1c10eeda0abad1f132e096d521f9c1b24090af4182810399 Mon Sep 17 00:00:00 2001 From: David Hall Date: Tue, 25 Sep 2012 02:24:28 +0000 Subject: [PATCH 2/2] - require python-tk OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pmw?expand=0&rev=6 --- python-pmw.changes | 5 +++++ python-pmw.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-pmw.changes b/python-pmw.changes index b5382bb..7477c74 100644 --- a/python-pmw.changes +++ b/python-pmw.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 25 02:24:02 UTC 2012 - dhall@wustl.edu + +- require python-tk + ------------------------------------------------------------------- Tue Aug 16 09:51:31 UTC 2011 - saschpe@suse.de diff --git a/python-pmw.spec b/python-pmw.spec index b6eda11..c64677f 100644 --- a/python-pmw.spec +++ b/python-pmw.spec @@ -1,7 +1,7 @@ # # spec file for package python-pmw # -# 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 @@ -16,7 +16,6 @@ # - Name: python-pmw Version: 1.3.2 Release: 0 @@ -28,6 +27,7 @@ Source: %{name}-%{version}.tar.bz2 Patch0: 1-extra-test.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel +Requires: python-tk %if 0%{?suse_version} %py_requires %if 0%{?suse_version} > 1010