Update to 5.3.1
This commit is contained in:
parent
e41838c7be
commit
2bb0df2906
1
.gitignore
vendored
1
.gitignore
vendored
@ -71,3 +71,4 @@
|
||||
/harfbuzz-5.0.1.tar.xz
|
||||
/harfbuzz-5.1.0.tar.xz
|
||||
/harfbuzz-5.2.0.tar.xz
|
||||
/harfbuzz-5.3.1.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference harfbuzz-5.2.0/configure.ac harfbuzz-5.2.0-new/configure.ac
|
||||
--- harfbuzz-5.2.0/configure.ac 2022-09-17 03:20:28.000000000 +0200
|
||||
+++ harfbuzz-5.2.0-new/configure.ac 2022-09-22 09:54:01.796262981 +0200
|
||||
diff -rupN --no-dereference harfbuzz-5.3.1/configure.ac harfbuzz-5.3.1-new/configure.ac
|
||||
--- harfbuzz-5.3.1/configure.ac 2022-10-19 22:07:54.000000000 +0200
|
||||
+++ harfbuzz-5.3.1-new/configure.ac 2022-10-20 14:18:02.457749659 +0200
|
||||
@@ -417,6 +417,30 @@ AM_CONDITIONAL(HAVE_CORETEXT, $have_core
|
||||
|
||||
dnl ===========================================================================
|
||||
@ -38,9 +38,9 @@ diff -rupN --no-dereference harfbuzz-5.2.0/configure.ac harfbuzz-5.2.0-new/confi
|
||||
Introspection: ${have_introspection}
|
||||
+ Enable delay loading: ${enable_delay_load}
|
||||
])
|
||||
diff -rupN --no-dereference harfbuzz-5.2.0/src/Makefile.am harfbuzz-5.2.0-new/src/Makefile.am
|
||||
--- harfbuzz-5.2.0/src/Makefile.am 2022-09-17 03:20:28.000000000 +0200
|
||||
+++ harfbuzz-5.2.0-new/src/Makefile.am 2022-09-22 09:54:01.796262981 +0200
|
||||
diff -rupN --no-dereference harfbuzz-5.3.1/src/Makefile.am harfbuzz-5.3.1-new/src/Makefile.am
|
||||
--- harfbuzz-5.3.1/src/Makefile.am 2022-10-19 22:07:54.000000000 +0200
|
||||
+++ harfbuzz-5.3.1-new/src/Makefile.am 2022-10-20 14:18:02.458749659 +0200
|
||||
@@ -50,8 +50,23 @@ HBHEADERS += $(HB_GLIB_headers)
|
||||
endif
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference harfbuzz-5.2.0/src/gen-def.py harfbuzz-5.2.0-new/src/gen-def.py
|
||||
--- harfbuzz-5.2.0/src/gen-def.py 2022-09-17 03:20:28.000000000 +0200
|
||||
+++ harfbuzz-5.2.0-new/src/gen-def.py 2022-09-22 09:54:02.018262462 +0200
|
||||
diff -rupN --no-dereference harfbuzz-5.3.1/src/gen-def.py harfbuzz-5.3.1-new/src/gen-def.py
|
||||
--- harfbuzz-5.3.1/src/gen-def.py 2022-10-19 22:07:54.000000000 +0200
|
||||
+++ harfbuzz-5.3.1-new/src/gen-def.py 2022-10-20 14:18:02.726749643 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python3
|
||||
+#!/usr/bin/python3
|
||||
|
@ -1,7 +1,7 @@
|
||||
%{?mingw_package_header}
|
||||
|
||||
Name: mingw-harfbuzz
|
||||
Version: 5.2.0
|
||||
Version: 5.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows Harfbuzz library
|
||||
|
||||
@ -145,6 +145,9 @@ find %{buildroot} -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 20 2022 Sandro Mani <manisandro@gmail.com> - 5.3.1-1
|
||||
- Update to 5.3.1
|
||||
|
||||
* Thu Sep 22 2022 Sandro Mani <manisandro@gmail.com> - 5.2.0-1
|
||||
- Update to 5.2.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (harfbuzz-5.2.0.tar.xz) = 3c95ae9916dfc283714b936988726c0b391f634e22a62d148c201104178ee229c48e49cc82961d728a5c8bc8af06978eb172b35acb552c969bc2385892380d30
|
||||
SHA512 (harfbuzz-5.3.1.tar.xz) = 6b0aef2b7445f4a71c324b545414114507d8077dc186366f25140dcd3bedeee67868cfc65c0eef59ed950381a4c101a541900be4995f645377c11754b027b501
|
||||
|
Loading…
Reference in New Issue
Block a user