This commit is contained in:
Kalev Lember 2014-05-28 00:51:05 +02:00
parent 6feb354f8b
commit 47fbb8c4e8

View File

@ -8,7 +8,7 @@
%global alphatag b1
Name: pyusb
Version: 1.0.0
Release: 0.8.%{alphatag}%{?dist}
Release: 0.9.%{alphatag}%{?dist}
Summary: Python bindings for libusb
Group: Development/Languages
License: BSD
@ -77,6 +77,9 @@ pushd %{py3dir}
%endif # with_python3
%changelog
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.0-0.9.b1
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
* Mon Nov 11 2013 Jon Ciesla <limburgher@gmail.com> - 1.0.0-0.8.b1
- Latest upstream.
- Add python3 support, spec cleanup, BZ 1022851.