From 57a318e409a79cf7b1f24083991e09d1fb50623e Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Sat, 23 Jun 2018 08:56:01 +0530 Subject: [PATCH] Update to 3.28.0 version License corrected to MIT as upstream changed it since 3.21.0 release --- fonttools.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/fonttools.spec b/fonttools.spec index 8b57196..6b25348 100644 --- a/fonttools.spec +++ b/fonttools.spec @@ -7,10 +7,10 @@ contains a tool called “TTX” which converts TrueType/OpenType fonts to and \ from an XML-based format. Name: fonttools -Version: 3.27.1 -Release: 2%{?dist} +Version: 3.28.0 +Release: 1%{?dist} Summary: Tools to manipulate font files -License: BSD +License: MIT URL: https://github.com/%{name}/%{name}/ Source0: https://github.com/%{name}/%{name}/releases/download/%{version}/%{pypi_name}-%{version}.zip @@ -80,6 +80,10 @@ sed -i '1d' Lib/fontTools/mtiLib/__init__.py %{python3_sitelib}/%{name}-%{version}-py3.?.egg-info %changelog +* Sat Jun 23 2018 Parag Nemade - 3.28.0-1 +- Update to 3.28.0 version +- License corrected to MIT as upstream changed it since 3.21.0 release + * Tue Jun 19 2018 Miro Hrončok - 3.27.1-2 - Rebuilt for Python 3.7