diff --git a/python-pygatt.spec b/python-pygatt.spec index 9a54072..120b4dc 100644 --- a/python-pygatt.spec +++ b/python-pygatt.spec @@ -2,7 +2,7 @@ Name: python-pygatt Version: 3.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Python Module for Bluetooth LE Generic Attribute Profile License: ASL 2.0 @@ -12,8 +12,10 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python2-setuptools +BuildRequires: python2-nose BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-nose Requires: bluez @@ -77,6 +79,9 @@ pygatt wraps BlueZ's 'gatttool' command-line utility with a Pythonic API. %{python3_sitelib}/*.egg-info %changelog +* Mon Jan 23 2017 Fabian Affolter - 3.0.0-3 +- Fix BR + * Tue Jan 17 2017 Fabian Affolter - 3.0.0-2 - Change source URL - Update requirements