From 6fb6afd354a6e3c747648eb1cdda2083226467c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 10:46:00 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- libgpiod.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libgpiod.spec b/libgpiod.spec index 9cee28a..ba098d8 100644 --- a/libgpiod.spec +++ b/libgpiod.spec @@ -1,6 +1,6 @@ Name: libgpiod Version: 1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: C library and tools for interacting with linux GPIO char device License: LGPLv2+ @@ -95,6 +95,9 @@ find %{buildroot} -name '*.la' -delete %{_libdir}/%{name}*.so %changelog +* Tue Jun 19 2018 Miro HronĨok - 1.1-2 +- Rebuilt for Python 3.7 + * Thu May 17 2018 Peter Robinson 1.1-1 - Update to 1.1 release - New C++ and Python 3 bindings