- Upgrade to 2.3

- Updated the source URL to match with the guidelines
This commit is contained in:
Robert Scheck 2008-01-07 23:33:29 +00:00
parent c144fc737d
commit b7045d486c
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
pexpect-2.1.tar.gz pexpect-2.3.tar.gz

View File

@ -2,12 +2,12 @@
Summary: Pure Python Expect-like module Summary: Pure Python Expect-like module
Name: pexpect Name: pexpect
Version: 2.1 Version: 2.3
Release: 5%{?dist} Release: 1%{?dist}
License: MIT License: MIT
Group: Development/Languages Group: Development/Languages
URL: http://pexpect.sourceforge.net/ URL: http://pexpect.sourceforge.net/
Source: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires: python-devel BuildRequires: python-devel
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -50,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/* %{python_sitelib}/*
%changelog %changelog
* Tue Jan 08 2008 Robert Scheck <robert@fedoraproject.org> 2.3-1
- Upgrade to 2.3
- Updated the source URL to match with the guidelines
* Wed Aug 29 2007 Robert Scheck <robert@fedoraproject.org> 2.1-5 * Wed Aug 29 2007 Robert Scheck <robert@fedoraproject.org> 2.1-5
- Rebuilt (and some minor spec file tweaks) - Rebuilt (and some minor spec file tweaks)

View File

@ -1 +1 @@
fd3d67ac085332f074cd665424dcd631 pexpect-2.1.tar.gz bf107cf54e67bc6dec5bea1f3e6a65c3 pexpect-2.3.tar.gz