From 465d481f1098676e105e71202632669b6db84cf8 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Jun 14 2016 13:18:11 +0000 Subject: 1.0.0 final. --- diff --git a/.gitignore b/.gitignore index 8eca237..79b6d99 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ pyusb-0.4.1.tar.gz /pyusb-1.0.0a3.tar.gz /pyusb-1.0.0b1.zip /pyusb-1.0.0b2.zip +/pyusb-1.0.0.zip diff --git a/pyusb.spec b/pyusb.spec index 1659f1a..b68398a 100644 --- a/pyusb.spec +++ b/pyusb.spec @@ -5,15 +5,14 @@ %{!?python_sitearch: %define python_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %endif -%global alphatag b2 Name: pyusb Version: 1.0.0 -Release: 0.14.%{alphatag}%{?dist} +Release: 1%{?dist} Summary: Python bindings for libusb Group: Development/Languages License: BSD URL: http://pyusb.sourceforge.net/ -Source0: Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}%{alphatag}.zip +Source0: Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.zip BuildRequires: python2-devel %if 0%{?with_python3} BuildRequires: python3-devel @@ -36,7 +35,7 @@ methods to support most USB operations. %endif # with_python3 %prep -%setup -q -n %{name}-%{version}%{alphatag} +%setup -q -n %{name}-%{version} %if 0%{?with_python3} rm -rf %{py3dir} @@ -77,6 +76,9 @@ pushd %{py3dir} %endif # with_python3 %changelog +* Tue Jun 14 2016 Jon Ciesla - 1.0.0-1 +- Latest upstream, BZ 1192561. + * Thu Feb 04 2016 Fedora Release Engineering - 1.0.0-0.14.b2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 4d7c457..23a9eca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9dce41d2163ab1a1d0c471c78af89467 pyusb-1.0.0b2.zip +5756194738106ef03d75efcedc823460 pyusb-1.0.0.zip