From eaad64e770df43d65c2e685d6b9f05d75c774573 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Aug 29 2016 20:59:42 +0000 Subject: * Mon Aug 29 2016 Dominika Krejci 0.6.2-1 - Update to 0.6.2 (rhbz#1308352) --- diff --git a/python-rpi-gpio.spec b/python-rpi-gpio.spec index 20f78ad..928c302 100644 --- a/python-rpi-gpio.spec +++ b/python-rpi-gpio.spec @@ -1,13 +1,12 @@ %global srcname RPi.GPIO -%global sum A class to control the GPIO on a Raspberry Pi %global __provides_exclude_from ^(%{python2_sitearch}/.*\\.so)$ %global __provides_exclude_from ^(%{python3_sitearch}/.*\\.so)$ Name: python-rpi-gpio -Version: 0.6.1 -Release: 2%{?dist} -Summary: %{sum} +Version: 0.6.2 +Release: 1%{?dist} +Summary: A class to control the GPIO on a Raspberry Pi License: MIT URL: http://sourceforge.net/p/raspberry-gpio-python/wiki/Home/ @@ -15,25 +14,26 @@ Source0: http://sourceforge.net/projects/raspberry-gpio-python/files/RPi. BuildRequires: python2-devel BuildRequires: python3-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools +BuildRequires: python3-setuptools %description Python library for GPIO access on a Raspberry Pi. %package -n python2-%{srcname} -Summary: %{sum} +Summary: %{summary} %{?python_provide:%python_provide python2-%{srcname}} %description -n python2-%{srcname} -Python library for GPIO access on a Raspberry Pi. +Python 2 library for GPIO access on a Raspberry Pi. %package -n python3-%{srcname} -Summary: %{sum} +Summary: %{summary} %{?python_provide:%python_provide python3-%{srcname}} %description -n python3-%{srcname} -Python library for GPIO access on a Raspberry Pi. +Python 3 library for GPIO access on a Raspberry Pi. %prep %autosetup -n %{srcname}-%{version} @@ -57,6 +57,9 @@ Python library for GPIO access on a Raspberry Pi. %{python3_sitearch}/RPi* %changelog +* Mon Aug 29 2016 Dominika Krejci 0.6.2-1 +- Update to 0.6.2 + * Tue Jul 19 2016 Fedora Release Engineering - 0.6.1-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index 2748d2d..32367d4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -254d0443a436eb241367c487274e7197 RPi.GPIO-0.6.1.tar.gz +1dae4a0d43074970f0c457b19f3197ec RPi.GPIO-0.6.2.tar.gz