diff --git a/.gitignore b/.gitignore index 893b122..e42e583 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ pyserial-2.4.tar.gz +/pyserial-2.5.tar.gz diff --git a/pyserial.spec b/pyserial.spec index 466526e..156ae57 100644 --- a/pyserial.spec +++ b/pyserial.spec @@ -2,8 +2,8 @@ Summary: Python serial port access library Name: pyserial -Version: 2.4 -Release: 2%{?dist} +Version: 2.5 +Release: 1%{?dist} Source0: http://easynews.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz License: Python Group: Development/Libraries @@ -38,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/* %changelog +* Fri Nov 19 2010 Paul P. Komkoff Jr - 2.5-1 +- new upstream version + * Wed Jul 21 2010 David Malcolm - 2.4-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild diff --git a/sources b/sources index 8107247..bc58fcd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eec19df59fd75ba5a136992897f8e468 pyserial-2.4.tar.gz +34340820710239bea2ceca7f43ef8cab pyserial-2.5.tar.gz