This commit is contained in:
Jon Ciesla 2015-02-13 11:24:33 -06:00
parent ff736d461c
commit c9a6a873fd
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ pyusb-0.4.1.tar.gz
/pyusb-1.0.0a2.tar.gz
/pyusb-1.0.0a3.tar.gz
/pyusb-1.0.0b1.zip
/pyusb-1.0.0b2.zip

View File

@ -5,10 +5,10 @@
%{!?python_sitearch: %define python_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%endif
%global alphatag b1
%global alphatag b2
Name: pyusb
Version: 1.0.0
Release: 0.10.%{alphatag}%{?dist}
Release: 0.11.%{alphatag}%{?dist}
Summary: Python bindings for libusb
Group: Development/Languages
License: BSD
@ -77,6 +77,9 @@ pushd %{py3dir}
%endif # with_python3
%changelog
* Fri Feb 13 2015 Jon Ciesla <limburgher@gmail.com> - 1.0.0-0.11.b2
- Latest upstream, BZ 1192561.
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-0.10.b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

View File

@ -1 +1 @@
ba5d0a3ab1b758a0a0cb1dfa56e64e91 pyusb-1.0.0b1.zip
9dce41d2163ab1a1d0c471c78af89467 pyusb-1.0.0b2.zip