From 9c9351e2950e6f9abfdc7ed0f0acd9311ddb77df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Dec 2016 18:20:37 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- python-pkgconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pkgconfig.spec b/python-pkgconfig.spec index 30db03c..415d5f7 100644 --- a/python-pkgconfig.spec +++ b/python-pkgconfig.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 1.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Python interface to the pkg-config command line tool License: MIT @@ -107,6 +107,9 @@ find -type f -name '*.py' -exec sed -i -e '1{\@^#!/usr/bin/env python@d}' {} ';' %{python3_sitelib}/%{srcname}/ %changelog +* Mon Dec 19 2016 Miro HronĨok - 1.2.2-2 +- Rebuild for Python 3.6 + * Sun Dec 04 2016 Igor Gnatenko - 1.2.2-1 - Update to 1.2.2