diff --git a/pyusb.spec b/pyusb.spec index 4dabc7c..a9c824f 100644 --- a/pyusb.spec +++ b/pyusb.spec @@ -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 - 1.0.0-0.9.b1 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 + * Mon Nov 11 2013 Jon Ciesla - 1.0.0-0.8.b1 - Latest upstream. - Add python3 support, spec cleanup, BZ 1022851.