1.0.0b2
This commit is contained in:
parent
ff736d461c
commit
c9a6a873fd
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user