From 1fb26c2175f78fa7683f275946c067e2bad41b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 03:44:59 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-vcstool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-vcstool.spec b/python-vcstool.spec index 3c9da37..89d83be 100644 --- a/python-vcstool.spec +++ b/python-vcstool.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 0.2.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool to invoke vcs commands on multiple repositories License: ASL 2.0 @@ -209,6 +209,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers %changelog +* Tue May 26 2020 Miro HronĨok - 0.2.8-2 +- Rebuilt for Python 3.9 + * Sun May 10 2020 Scott K Logan - 0.2.8-1 - Update to 0.2.8 (rhbz#1833742)