[python-pexpect: 18/35] - Bump and rebuild for python 2.5 on devel. - Add BR: python-devel as it provides a header necessary

Andrew McNabb amcnabb at fedoraproject.org
Wed Nov 21 14:25:17 UTC 2012


commit 661dcf067bedb2f0589a4fb66ce3ea6543598429
Author: Toshio くらとみ <toshio at fedoraproject.org>
Date:   Sun Dec 10 05:25:39 2006 +0000

    - Bump and rebuild for python 2.5 on devel.
    - Add BR: python-devel as it provides a header necessary for python modules
        on python 2.5.

 pexpect.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/pexpect.spec b/pexpect.spec
index fa2a882..d07c339 100644
--- a/pexpect.spec
+++ b/pexpect.spec
@@ -3,14 +3,14 @@
 Summary: Expect module for Python
 Name: pexpect
 Version: 2.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 License: MIT
 Group: Development/Languages
 URL: http://pexpect.sf.net
 Source: http://dl.sf.net/pexpect/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: python
+BuildRequires: python-devel
 BuildArch: noarch
 
 %description
@@ -52,6 +52,11 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Sat Dec 09 2006 Toshio Kuratomi <toshio at tiki-lounge.com> - 2.1-3
+- Bump and rebuild for python 2.5 on devel.
+- Add BR: python-devel as it provides a header necessary for python modules
+  on python 2.5.
+
 * Fri Sep 01 2006 Toshio Kuratomi <toshio at tiki-lounge.com> - 2.1-2
 - Remove pyver define as it's not needed with the automatic python(abi).
 - Stop ghosting .pyos.


More information about the scm-commits mailing list