From 2d986d0f630f5f4cba6fd1453c724e58e949fd4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 23 May 2020 20:21:21 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- file.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/file.spec b/file.spec index ea549dd..ac7878e 100644 --- a/file.spec +++ b/file.spec @@ -15,7 +15,7 @@ Summary: A utility for determining file types Name: file Version: 5.38 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz @@ -203,6 +203,9 @@ cd %{py3dir} %endif %changelog +* Sat May 23 2020 Miro Hrončok - 5.38-4 +- Rebuilt for Python 3.9 + * Wed Mar 11 2020 Vincent Mihalkovič - 5.38-3 - use python3-file-magic instead of python3-magic (#1793689)