[pyserial] New upstream version 2.7

Paul Komkoff stingray at fedoraproject.org
Sun Mar 8 16:47:45 UTC 2015


commit 97e8b8c035d346dfc59da31afc67ddeb874e80e5
Author: Paul P. Komkoff <i at stingr.net>
Date:   Sun Mar 8 19:47:30 2015 +0300

    New upstream version 2.7

 .gitignore           |  1 +
 pyserial-speed.patch | 42 ------------------------------------------
 pyserial.spec        |  9 +++++----
 sources              |  2 +-
 4 files changed, 7 insertions(+), 47 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dee9e95..15396dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 pyserial-2.4.tar.gz
 /pyserial-2.5.tar.gz
 /pyserial-2.6.tar.gz
+/pyserial-2.7.tar.gz
diff --git a/pyserial.spec b/pyserial.spec
index 38a3e12..0388a22 100644
--- a/pyserial.spec
+++ b/pyserial.spec
@@ -1,9 +1,8 @@
 Summary: Python serial port access library
 Name: pyserial
-Version: 2.6
-Release: 9%{?dist}
+Version: 2.7
+Release: 1%{?dist}
 Source0: http://easynews.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
-Patch0: pyserial-speed.patch
 License: Python
 Group: Development/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -31,7 +30,6 @@ the appropriate backend.
 %prep
 export UNZIP="-aa"
 %setup -q
-%patch0 -p1
 rm -rf %{py3dir}
 cp -a . %{py3dir}
 
@@ -62,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python3_sitelib}/*
 
 %changelog
+* Sun Mar 08 2015 Paul Komkoff <i at stingr.net> 2.7-1
+- new upstream version
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.6-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 3fb37dd..2cfe460 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cde799970b7c1ce1f7d6e9ceebe64c98  pyserial-2.6.tar.gz
+794506184df83ef2290de0d18803dd11  pyserial-2.7.tar.gz


More information about the scm-commits mailing list