From 47fbb8c4e8fdaf3ea1aab67667a519571603a2f2 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 28 May 2014 00:51:05 +0200 Subject: [PATCH] Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 --- pyusb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.