From 3edad5fcac042d094e02ca3b7c640bc4d6bb4bc7 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:48:25 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- fonttools.spec => python-fonttools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename fonttools.spec => python-fonttools.spec (93%) diff --git a/fonttools.spec b/python-fonttools.spec similarity index 93% rename from fonttools.spec rename to python-fonttools.spec index 4c99eb6..90596b1 100644 --- a/fonttools.spec +++ b/python-fonttools.spec @@ -1,6 +1,6 @@ Name: fonttools Version: 3.29.0 -Release: 3 +Release: 4 Summary: Tools to manipulate font files License: MIT URL: https://github.com/fonttools/fonttools/ @@ -62,6 +62,9 @@ rm -rf *.egg-info %{python3_sitelib}/fonttools-%{version}-py3.?.egg-info %changelog +* Tue Oct 26 2021 chenchen - 3.29.0-4 +- change the spec file name to be the same as the repo name + * Thu Oct 22 2020 huanghaitao - 3.29.0-3 - Disable python2 module