Update to 4.4.1
This commit is contained in:
parent
e7f054d920
commit
0675e7444c
1
.gitignore
vendored
1
.gitignore
vendored
@ -67,3 +67,4 @@
|
||||
/harfbuzz-4.2.0.tar.xz
|
||||
/harfbuzz-4.2.1.tar.xz
|
||||
/harfbuzz-4.3.0.tar.xz
|
||||
/harfbuzz-4.4.1.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference harfbuzz-4.2.0/configure.ac harfbuzz-4.2.0-new/configure.ac
|
||||
--- harfbuzz-4.2.0/configure.ac 2022-03-30 15:09:42.000000000 +0200
|
||||
+++ harfbuzz-4.2.0-new/configure.ac 2022-04-05 10:59:42.036937899 +0200
|
||||
diff -rupN --no-dereference harfbuzz-4.4.1/configure.ac harfbuzz-4.4.1-new/configure.ac
|
||||
--- harfbuzz-4.4.1/configure.ac 2022-06-29 07:31:05.000000000 +0200
|
||||
+++ harfbuzz-4.4.1-new/configure.ac 2022-06-30 09:01:51.318012085 +0200
|
||||
@@ -421,6 +421,30 @@ AM_CONDITIONAL(HAVE_CORETEXT, $have_core
|
||||
|
||||
dnl ===========================================================================
|
||||
@ -32,15 +32,15 @@ diff -rupN --no-dereference harfbuzz-4.2.0/configure.ac harfbuzz-4.2.0-new/confi
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
src/Makefile
|
||||
@@ -485,4 +509,5 @@ Other features:
|
||||
@@ -487,4 +511,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-4.2.0/src/Makefile.am harfbuzz-4.2.0-new/src/Makefile.am
|
||||
--- harfbuzz-4.2.0/src/Makefile.am 2022-03-30 15:09:42.000000000 +0200
|
||||
+++ harfbuzz-4.2.0-new/src/Makefile.am 2022-04-05 10:59:42.037937833 +0200
|
||||
diff -rupN --no-dereference harfbuzz-4.4.1/src/Makefile.am harfbuzz-4.4.1-new/src/Makefile.am
|
||||
--- harfbuzz-4.4.1/src/Makefile.am 2022-06-29 07:31:05.000000000 +0200
|
||||
+++ harfbuzz-4.4.1-new/src/Makefile.am 2022-06-30 09:01:51.318012085 +0200
|
||||
@@ -50,8 +50,23 @@ HBHEADERS += $(HB_GLIB_headers)
|
||||
endif
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference harfbuzz-4.2.0/src/gen-def.py harfbuzz-4.2.0-new/src/gen-def.py
|
||||
--- harfbuzz-4.2.0/src/gen-def.py 2022-03-30 15:09:42.000000000 +0200
|
||||
+++ harfbuzz-4.2.0-new/src/gen-def.py 2022-04-05 10:59:42.334918512 +0200
|
||||
diff -rupN --no-dereference harfbuzz-4.4.1/src/gen-def.py harfbuzz-4.4.1-new/src/gen-def.py
|
||||
--- harfbuzz-4.4.1/src/gen-def.py 2022-06-29 07:31:05.000000000 +0200
|
||||
+++ harfbuzz-4.4.1-new/src/gen-def.py 2022-06-30 09:01:51.530012086 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python3
|
||||
+#!/usr/bin/python3
|
||||
|
@ -1,7 +1,7 @@
|
||||
%{?mingw_package_header}
|
||||
|
||||
Name: mingw-harfbuzz
|
||||
Version: 4.3.0
|
||||
Version: 4.4.1
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows Harfbuzz library
|
||||
|
||||
@ -144,6 +144,9 @@ find %{buildroot} -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 30 2022 Sandro Mani <manisandro@gmail.com> - 4.4.1-1
|
||||
- Update to 4.4.1
|
||||
|
||||
* Tue May 24 2022 Sandro Mani <manisandro@gmail.com> - 4.3.0-1
|
||||
- Update to 4.3.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (harfbuzz-4.3.0.tar.xz) = b258bd253b694732c22ebfc980c21d4e2c6f59beb55279bda9988c950038295635613509b9f998a7f06a99642509af6e8ef6a370a3839a918d3ac67faa8af336
|
||||
SHA512 (harfbuzz-4.4.1.tar.xz) = abf82316123299a4065dddebad624483d0eaf7c7cbb977bbaafe9e56627687af7119c484653f1e2be15324315420f80e5a30d4d42a746b244c5cb16f918fe265
|
||||
|
Loading…
Reference in New Issue
Block a user