Update to 4.2.0
This commit is contained in:
parent
a602e68d61
commit
e79591b1f7
1
.gitignore
vendored
1
.gitignore
vendored
@ -64,3 +64,4 @@
|
||||
/harfbuzz-4.0.0.tar.xz
|
||||
/harfbuzz-4.0.1.tar.xz
|
||||
/harfbuzz-4.1.0.tar.xz
|
||||
/harfbuzz-4.2.0.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference harfbuzz-4.0.1/configure.ac harfbuzz-4.0.1-new/configure.ac
|
||||
--- harfbuzz-4.0.1/configure.ac 2022-03-11 19:20:12.000000000 +0100
|
||||
+++ harfbuzz-4.0.1-new/configure.ac 2022-03-14 23:30:34.785649520 +0100
|
||||
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
|
||||
@@ -421,6 +421,30 @@ AM_CONDITIONAL(HAVE_CORETEXT, $have_core
|
||||
|
||||
dnl ===========================================================================
|
||||
@ -38,9 +38,9 @@ diff -rupN --no-dereference harfbuzz-4.0.1/configure.ac harfbuzz-4.0.1-new/confi
|
||||
Introspection: ${have_introspection}
|
||||
+ Enable delay loading: ${enable_delay_load}
|
||||
])
|
||||
diff -rupN --no-dereference harfbuzz-4.0.1/src/Makefile.am harfbuzz-4.0.1-new/src/Makefile.am
|
||||
--- harfbuzz-4.0.1/src/Makefile.am 2022-03-11 19:20:12.000000000 +0100
|
||||
+++ harfbuzz-4.0.1-new/src/Makefile.am 2022-03-14 23:30:34.785649520 +0100
|
||||
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
|
||||
@@ -50,8 +50,23 @@ HBHEADERS += $(HB_GLIB_headers)
|
||||
endif
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference harfbuzz-4.0.1/src/gen-def.py harfbuzz-4.0.1-new/src/gen-def.py
|
||||
--- harfbuzz-4.0.1/src/gen-def.py 2022-03-11 19:20:12.000000000 +0100
|
||||
+++ harfbuzz-4.0.1-new/src/gen-def.py 2022-03-14 23:30:34.956648836 +0100
|
||||
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
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python3
|
||||
+#!/usr/bin/python3
|
||||
|
@ -1,7 +1,7 @@
|
||||
%{?mingw_package_header}
|
||||
|
||||
Name: mingw-harfbuzz
|
||||
Version: 4.1.0
|
||||
Version: 4.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows Harfbuzz library
|
||||
|
||||
@ -144,6 +144,9 @@ find %{buildroot} -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 05 2022 Sandro Mani <manisandro@gmail.com> - 4.2.0-1
|
||||
- Update to 4.2.0
|
||||
|
||||
* Mon Mar 28 2022 Sandro Mani <manisandro@gmail.com> - 4.1.0-1
|
||||
- Update to 4.1.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (harfbuzz-4.1.0.tar.xz) = 099855d2054077a50f4b8d7148dc1992046641b50416c69fe024c220c1902c7d445e53cb1a0b5d8fa23bed372d1396a195e9fb75893c38af73f1f9b475935a49
|
||||
SHA512 (harfbuzz-4.2.0.tar.xz) = d63be1c322762ef811a010e1dc5ef1d0a401fe9357251ad71e1d234ce4564b9857947170f2bdd63f974b96cafbf59a942d2061e4f273de4f62ef3bb940dcde02
|
||||
|
Loading…
Reference in New Issue
Block a user