From 91d10847cc9e715726a12036fadf225160b73188 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Fri, 13 Sep 2013 09:02:23 -0500 Subject: [PATCH] New upstream. --- .gitignore | 1 + pyusb.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index eff82ea..6de9c70 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ pyusb-0.4.1.tar.gz /pyusb-1.0.0-a1.tar.gz /pyusb-1.0.0a2.tar.gz +/pyusb-1.0.0a3.tar.gz diff --git a/pyusb.spec b/pyusb.spec index a6ed5b2..a722b34 100644 --- a/pyusb.spec +++ b/pyusb.spec @@ -1,9 +1,9 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -%global alphatag a2 +%global alphatag a3 Name: pyusb Version: 1.0.0 -Release: 0.6.%{alphatag}%{?dist} +Release: 0.7.%{alphatag}%{?dist} Summary: Python bindings for libusb Group: Development/Languages License: BSD @@ -41,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Sep 13 2013 Fedora Release Engineering - 1.0.0-0.7.a3 +- Latest upstream. + * Sun Aug 04 2013 Fedora Release Engineering - 1.0.0-0.6.a2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 09b6d25..9c3d254 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9136b3dc019272c62a5b6d4eb624f89f pyusb-1.0.0a2.tar.gz +e83e12621149a0d76410aa5cec35ad22 pyusb-1.0.0a3.tar.gz