From 5b1ae24f287d7f210486bf50f24cf86aac497938 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Tue, 18 Jul 2023 08:12:59 +0200 Subject: [PATCH] Update to 8.0.1 --- .gitignore | 1 + harfbuzz-enable-delayload-freetype.patch | 18 +++++++++--------- harfbuzz-python.patch | 6 +++--- mingw-harfbuzz.spec | 5 ++++- sources | 2 +- 5 files changed, 18 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 48b1408..936bf7a 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,4 @@ /harfbuzz-7.1.0.tar.xz /harfbuzz-7.2.0.tar.xz /harfbuzz-7.3.0.tar.xz +/harfbuzz-8.0.1.tar.xz diff --git a/harfbuzz-enable-delayload-freetype.patch b/harfbuzz-enable-delayload-freetype.patch index 9ea5ff4..8b6346d 100644 --- a/harfbuzz-enable-delayload-freetype.patch +++ b/harfbuzz-enable-delayload-freetype.patch @@ -1,7 +1,7 @@ -diff -rupN --no-dereference harfbuzz-7.3.0/configure.ac harfbuzz-7.3.0-new/configure.ac ---- harfbuzz-7.3.0/configure.ac 2023-05-09 23:21:30.000000000 +0200 -+++ harfbuzz-7.3.0-new/configure.ac 2023-05-11 07:05:56.821869470 +0200 -@@ -417,6 +417,30 @@ AM_CONDITIONAL(HAVE_CORETEXT, $have_core +diff -rupN --no-dereference harfbuzz-8.0.1/configure.ac harfbuzz-8.0.1-new/configure.ac +--- harfbuzz-8.0.1/configure.ac 2023-07-12 07:28:28.000000000 +0200 ++++ harfbuzz-8.0.1-new/configure.ac 2023-07-18 08:11:31.358239617 +0200 +@@ -439,6 +439,30 @@ AM_CONDITIONAL(HAVE_WASM, $have_wasm) dnl =========================================================================== @@ -32,15 +32,15 @@ diff -rupN --no-dereference harfbuzz-7.3.0/configure.ac harfbuzz-7.3.0-new/confi AC_CONFIG_FILES([ Makefile src/Makefile -@@ -483,4 +507,5 @@ Other features: +@@ -506,4 +530,5 @@ Other features: Documentation: ${enable_gtk_doc} GObject bindings: ${have_gobject} Introspection: ${have_introspection} + Enable delay loading: ${enable_delay_load} ]) -diff -rupN --no-dereference harfbuzz-7.3.0/src/Makefile.am harfbuzz-7.3.0-new/src/Makefile.am ---- harfbuzz-7.3.0/src/Makefile.am 2023-05-09 23:21:30.000000000 +0200 -+++ harfbuzz-7.3.0-new/src/Makefile.am 2023-05-11 07:05:56.822869473 +0200 +diff -rupN --no-dereference harfbuzz-8.0.1/src/Makefile.am harfbuzz-8.0.1-new/src/Makefile.am +--- harfbuzz-8.0.1/src/Makefile.am 2023-07-12 07:28:28.000000000 +0200 ++++ harfbuzz-8.0.1-new/src/Makefile.am 2023-07-18 08:11:31.359239659 +0200 @@ -53,8 +53,23 @@ HB_HAS_GLIB_DEF = undef HB_HAS_GLIB endif @@ -66,7 +66,7 @@ diff -rupN --no-dereference harfbuzz-7.3.0/src/Makefile.am harfbuzz-7.3.0-new/sr HBDEPS += $(FREETYPE_DEPS) HBSOURCES += $(HB_FT_sources) HBHEADERS += $(HB_FT_headers) -@@ -161,9 +176,9 @@ base_link_flags = $(AM_LDFLAGS) -lm -ver +@@ -171,9 +186,9 @@ base_link_flags = $(AM_LDFLAGS) -lm -ver libharfbuzz_la_LINK = $(chosen_linker) $(libharfbuzz_la_LDFLAGS) libharfbuzz_la_SOURCES = $(HBSOURCES) $(HBHEADERS) libharfbuzz_la_CPPFLAGS = $(HBCFLAGS) $(CODE_COVERAGE_CFLAGS) diff --git a/harfbuzz-python.patch b/harfbuzz-python.patch index 62d3869..1478494 100644 --- a/harfbuzz-python.patch +++ b/harfbuzz-python.patch @@ -1,6 +1,6 @@ -diff -rupN --no-dereference harfbuzz-7.3.0/src/gen-def.py harfbuzz-7.3.0-new/src/gen-def.py ---- harfbuzz-7.3.0/src/gen-def.py 2023-05-09 23:21:30.000000000 +0200 -+++ harfbuzz-7.3.0-new/src/gen-def.py 2023-05-11 07:05:57.092870287 +0200 +diff -rupN --no-dereference harfbuzz-8.0.1/src/gen-def.py harfbuzz-8.0.1-new/src/gen-def.py +--- harfbuzz-8.0.1/src/gen-def.py 2023-07-12 07:28:28.000000000 +0200 ++++ harfbuzz-8.0.1-new/src/gen-def.py 2023-07-18 08:11:31.594249408 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 diff --git a/mingw-harfbuzz.spec b/mingw-harfbuzz.spec index 513dac4..9c99001 100644 --- a/mingw-harfbuzz.spec +++ b/mingw-harfbuzz.spec @@ -1,7 +1,7 @@ %{?mingw_package_header} Name: mingw-harfbuzz -Version: 7.3.0 +Version: 8.0.1 Release: 1%{?dist} Summary: MinGW Windows Harfbuzz library @@ -155,6 +155,9 @@ find %{buildroot} -name "*.la" -delete %changelog +* Tue Jul 18 2023 Sandro Mani - 8.0.1-1 +- Update to 8.0.1 + * Thu May 11 2023 Sandro Mani - 7.3.0-1 - Update to 7.3.0 diff --git a/sources b/sources index cfced26..a3ce860 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (harfbuzz-7.3.0.tar.xz) = e1fb484e4117cedc72bd473ee91b2f6143533fb467ec9a64361f0c7ffd8b5a44ad2ea42daa948a2d5d85297ace4b640fcd24a8291b0d75a1d4ee468c629febe9 +SHA512 (harfbuzz-8.0.1.tar.xz) = e1292f059b07a5aa2f3fbf345b893209cac895c461b4abf30b8b76bcd03c79dd09f911450293403070e1a0bb08496a7f37693ba5a62a9d423dd6ba55e744444d