From 28d5966cf0871ea6eb4e0bd4ad9564cd59a2eb9b Mon Sep 17 00:00:00 2001 From: Peter Oliver Date: Tue, 7 Nov 2017 23:59:44 +0000 Subject: [PATCH] Prefer zopflipng to optipng, since it should yield smaller files. --- google-noto-emoji-fonts.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/google-noto-emoji-fonts.spec b/google-noto-emoji-fonts.spec index 2d9be14..e1ba406 100644 --- a/google-noto-emoji-fonts.spec +++ b/google-noto-emoji-fonts.spec @@ -9,7 +9,7 @@ Name: %{fontname}-fonts Version: 20170928 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Google “Noto Emoji” Black-and-White emoji font # In noto-emoji-fonts source @@ -36,7 +36,7 @@ BuildRequires: python-devel BuildRequires: fontpackages-devel BuildRequires: ImageMagick BuildRequires: pngquant -BuildRequires: optipng +BuildRequires: zopfli BuildRequires: cairo-devel Requires: fontpackages-filesystem @@ -95,6 +95,9 @@ install -m 0644 -p %{SOURCE3} %{buildroot}%{_datadir}/appdata %changelog +* Tue Nov 7 2017 Peter Oliver - 20170928-2 +- Prefer zopflipng to optipng, since it should yield smaller files. + * Thu Sep 28 2017 Mike FABIAN - 20170828-1 - Update to upstream snapshot tarball - split black-and-white and color fonts into different sub-packages.