This commit is contained in:
Peter Robinson 2015-11-10 15:00:34 +00:00
parent dc188cc00a
commit 51790ad68b

View File

@ -1,7 +1,7 @@
Summary: Python serial port access library
Name: pyserial
Version: 2.7
Release: 3%{?dist}
Release: 4%{?dist}
Source0: http://easynews.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
License: Python
Group: Development/Libraries
@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/miniterm-%{python3_version}.py
%changelog
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7-4
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
* Mon Nov 02 2015 Michal Cyprian <mcyprian@redhat.com> - 2.7-3
- Resolve python3 dependency problem, make miniterm.py python2 script, add
python3 version of the script