[pyusb] 1.0.0b2

Jon Ciesla limb at fedoraproject.org
Fri Feb 13 17:26:41 UTC 2015


commit c9a6a873fda62e47a44574b5171748c3a5838f6b
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Fri Feb 13 11:24:33 2015 -0600

    1.0.0b2

 .gitignore |    1 +
 pyusb.spec |    7 +++++--
 sources    |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 961c636..8eca237 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/pyusb.spec b/pyusb.spec
index 19a97f0..e404807 100644
--- a/pyusb.spec
+++ b/pyusb.spec
@@ -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 at gmail.com> - 1.0.0-0.11.b2
+- Latest upstream, BZ 1192561.
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.0-0.10.b1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 722a0e1..4d7c457 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ba5d0a3ab1b758a0a0cb1dfa56e64e91  pyusb-1.0.0b1.zip
+9dce41d2163ab1a1d0c471c78af89467  pyusb-1.0.0b2.zip


More information about the scm-commits mailing list