From d768bc352ad7dbc16d847f09278bbc4e78740ca65d5d4b7ff6f60bbde046778c Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 24 Sep 2008 15:26:02 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pexpect?expand=0&rev=3 --- python-pexpect.changes | 5 +++++ python-pexpect.spec | 17 +++++++++++++---- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/python-pexpect.changes b/python-pexpect.changes index 4c0f736..c57280a 100644 --- a/python-pexpect.changes +++ b/python-pexpect.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 19 23:35:40 CEST 2008 - dmueller@suse.de + +- fix requires + ------------------------------------------------------------------- Fri Aug 01 15:09:21 CEST 2008 - bwalle@suse.de diff --git a/python-pexpect.spec b/python-pexpect.spec index 5883f1b..f7d8d04 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -2,9 +2,16 @@ # spec file for package python-pexpect (Version 2.3) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# 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/ # @@ -17,7 +24,7 @@ License: X11/MIT Group: Development/Libraries/Python AutoReqProv: on Version: 2.3 -Release: 1 +Release: 23 Summary: Pure Python Expect-like module Url: http://pexpect.sourceforge.net/ Source: pexpect-%{version}.tar.bz2 @@ -25,7 +32,7 @@ Patch: %{name}-%{version}.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build #BuildArchitectures: noarch #ExclusiveArch: %ix86 -Requires: python +%py_requires %description Pexpect is a pure Python module for spawning child applications; @@ -59,6 +66,8 @@ python ./setup.py install -O2 --prefix="/usr" --root=$RPM_BUILD_ROOT --record=%{ #%doc doc/ %changelog +* Sat Sep 20 2008 dmueller@suse.de +- fix requires * Fri Aug 01 2008 bwalle@suse.de - update to 2.3 (no upstream changelog available) * Thu Jan 25 2007 timlee@suse.de