diff --git a/.gitignore b/.gitignore index 5ac9548..712d12d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/noto-emoji-aac7cca.tar.gz +SOURCES/noto-emoji-9a5261d.tar.gz diff --git a/.google-noto-emoji-fonts.metadata b/.google-noto-emoji-fonts.metadata index 8f5f28c..c5f037a 100644 --- a/.google-noto-emoji-fonts.metadata +++ b/.google-noto-emoji-fonts.metadata @@ -1 +1 @@ -5e6a809412c3947debe432adea4bbaf7310d8af4 SOURCES/noto-emoji-aac7cca.tar.gz +09fc7c375808a9d0bb190fe2101472ddc5064df4 SOURCES/noto-emoji-9a5261d.tar.gz diff --git a/SOURCES/noto-emoji-use-system-pngquant.patch b/SOURCES/noto-emoji-use-system-pngquant.patch index f3dd7ff..4b41894 100644 --- a/SOURCES/noto-emoji-use-system-pngquant.patch +++ b/SOURCES/noto-emoji-use-system-pngquant.patch @@ -1,9 +1,10 @@ -diff -ru noto-emoji-d5e261484286d33a1fe8a02676f5907ecc02106f.orig/Makefile noto-emoji-d5e261484286d33a1fe8a02676f5907ecc02106f/Makefile ---- noto-emoji-d5e261484286d33a1fe8a02676f5907ecc02106f.orig/Makefile 2020-07-23 18:53:36.935321925 +0200 -+++ noto-emoji-d5e261484286d33a1fe8a02676f5907ecc02106f/Makefile 2020-07-23 19:05:20.380141144 +0200 -@@ -15,10 +15,10 @@ - EMOJI = NotoColorEmoji - font: $(EMOJI).ttf +Index: noto-emoji-c05b4b47c8250ccd232780cae46d66a8179e77ab/Makefile +=================================================================== +--- noto-emoji-c05b4b47c8250ccd232780cae46d66a8179e77ab.orig/Makefile ++++ noto-emoji-c05b4b47c8250ccd232780cae46d66a8179e77ab/Makefile +@@ -16,10 +16,10 @@ EMOJI = NotoColorEmoji + EMOJI_WINDOWS = NotoColorEmoji_WindowsCompatible + all: $(EMOJI).ttf $(EMOJI_WINDOWS).ttf -CFLAGS = -std=c99 -Wall -Wextra `pkg-config --cflags --libs cairo` +CFLAGS = $(OPT_CFLAGS) -Wextra `pkg-config --cflags --libs cairo` @@ -14,7 +15,7 @@ diff -ru noto-emoji-d5e261484286d33a1fe8a02676f5907ecc02106f.orig/Makefile noto- PYTHON = python3 PNGQUANTFLAGS = --speed 1 --skip-if-larger --quality 85-95 --force BODY_DIMENSIONS = 136x128 -@@ -87,9 +87,9 @@ +@@ -88,9 +88,9 @@ ifeq (,$(shell which $(ZOPFLIPNG))) endif endif diff --git a/SPECS/google-noto-emoji-fonts.spec b/SPECS/google-noto-emoji-fonts.spec index f676f97..4eed287 100644 --- a/SPECS/google-noto-emoji-fonts.spec +++ b/SPECS/google-noto-emoji-fonts.spec @@ -1,4 +1,4 @@ -%global commit0 aac7ccaa4d1dea4543453b96f7d6fc47066a57ff +%global commit0 9a5261d871451f9b5183c93483cbd68ed916b1e9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global fontname google-noto-emoji @@ -11,8 +11,8 @@ Name: %{fontname}-fonts -Version: 20200916 -Release: 4%{?dist} +Version: 20211102 +Release: 1%{?dist} Summary: Google “Noto Emoji” Black-and-White emoji font # In noto-emoji-fonts source @@ -112,6 +112,10 @@ install -m 0644 -p %{SOURCE3} %{buildroot}%{_datadir}/appdata %changelog +* Tue Nov 1 2022 Peng Wu - 20211102-1 +- Update to v2.034 +- Resolves: #2118299 + * Mon Aug 09 2021 Mohan Boddu - 20200916-4 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688