1.0.2
This commit is contained in:
parent
05ae6b5457
commit
771c6c5f8e
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ pyusb-0.4.1.tar.gz
|
||||
/pyusb-1.0.0b1.zip
|
||||
/pyusb-1.0.0b2.zip
|
||||
/pyusb-1.0.0.zip
|
||||
/pyusb-1.0.2.tar.gz
|
||||
|
||||
11
pyusb.spec
11
pyusb.spec
@ -1,10 +1,10 @@
|
||||
Name: pyusb
|
||||
Version: 1.0.0
|
||||
Release: 10%{?dist}
|
||||
Version: 1.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Python bindings for libusb
|
||||
License: BSD
|
||||
URL: http://pyusb.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.zip
|
||||
URL: https://github.com/pyusb/pyusb/
|
||||
Source0: https://github.com/pyusb/pyusb/archive/pyusb-%{version}.tar.gz
|
||||
BuildRequires: libusb-devel
|
||||
BuildArch: noarch
|
||||
|
||||
@ -56,6 +56,9 @@ sed -i -e 's/\r//g' README.rst
|
||||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 10 2018 Gwyn Ciesla <limburgher@gmail.com> - 1.0.2-1
|
||||
- 1.0.2
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user