Update to 3.2.0
This commit is contained in:
parent
58ea742d24
commit
35a17f1897
1
.gitignore
vendored
1
.gitignore
vendored
@ -58,3 +58,4 @@
|
||||
/harfbuzz-3.1.0.tar.xz
|
||||
/harfbuzz-3.1.1.tar.xz
|
||||
/harfbuzz-3.1.2.tar.xz
|
||||
/harfbuzz-3.2.0.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference harfbuzz-3.1.2/configure.ac harfbuzz-3.1.2-new/configure.ac
|
||||
--- harfbuzz-3.1.2/configure.ac 2021-11-26 17:04:09.000000000 +0100
|
||||
+++ harfbuzz-3.1.2-new/configure.ac 2021-12-02 10:19:34.606798250 +0100
|
||||
diff -rupN --no-dereference harfbuzz-3.2.0/configure.ac harfbuzz-3.2.0-new/configure.ac
|
||||
--- harfbuzz-3.2.0/configure.ac 2021-12-12 03:52:02.000000000 +0100
|
||||
+++ harfbuzz-3.2.0-new/configure.ac 2021-12-15 20:31:16.799060732 +0100
|
||||
@@ -417,6 +417,30 @@ AM_CONDITIONAL(HAVE_CORETEXT, $have_core
|
||||
|
||||
dnl ===========================================================================
|
||||
@ -38,9 +38,9 @@ diff -rupN --no-dereference harfbuzz-3.1.2/configure.ac harfbuzz-3.1.2-new/confi
|
||||
Introspection: ${have_introspection}
|
||||
+ Enable delay loading: ${enable_delay_load}
|
||||
])
|
||||
diff -rupN --no-dereference harfbuzz-3.1.2/src/Makefile.am harfbuzz-3.1.2-new/src/Makefile.am
|
||||
--- harfbuzz-3.1.2/src/Makefile.am 2021-11-26 17:04:09.000000000 +0100
|
||||
+++ harfbuzz-3.1.2-new/src/Makefile.am 2021-12-02 10:19:34.606798250 +0100
|
||||
diff -rupN --no-dereference harfbuzz-3.2.0/src/Makefile.am harfbuzz-3.2.0-new/src/Makefile.am
|
||||
--- harfbuzz-3.2.0/src/Makefile.am 2021-12-12 03:52:02.000000000 +0100
|
||||
+++ harfbuzz-3.2.0-new/src/Makefile.am 2021-12-15 20:31:16.799060732 +0100
|
||||
@@ -50,8 +50,23 @@ HBHEADERS += $(HB_GLIB_headers)
|
||||
endif
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference harfbuzz-3.1.2/src/gen-def.py harfbuzz-3.1.2-new/src/gen-def.py
|
||||
--- harfbuzz-3.1.2/src/gen-def.py 2021-11-26 17:04:09.000000000 +0100
|
||||
+++ harfbuzz-3.1.2-new/src/gen-def.py 2021-12-02 10:19:34.779774881 +0100
|
||||
diff -rupN --no-dereference harfbuzz-3.2.0/src/gen-def.py harfbuzz-3.2.0-new/src/gen-def.py
|
||||
--- harfbuzz-3.2.0/src/gen-def.py 2021-12-12 03:52:02.000000000 +0100
|
||||
+++ harfbuzz-3.2.0-new/src/gen-def.py 2021-12-15 20:31:16.981055791 +0100
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python3
|
||||
+#!/usr/bin/python3
|
||||
|
@ -1,7 +1,7 @@
|
||||
%{?mingw_package_header}
|
||||
|
||||
Name: mingw-harfbuzz
|
||||
Version: 3.1.2
|
||||
Version: 3.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows Harfbuzz library
|
||||
|
||||
@ -144,6 +144,9 @@ find %{buildroot} -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Dec 15 2021 Sandro Mani <manisandro@gmail.com> - 3.2.0-1
|
||||
- Update to 3.2.0
|
||||
|
||||
* Thu Dec 02 2021 Sandro Mani <manisandro@gmail.com> - 3.1.2-1
|
||||
- Update to 3.1.2
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (harfbuzz-3.1.2.tar.xz) = a8532a28839681f0d51f36c18a63537d1dba3b26f4effd03762fe498ccda5f0b014708add9a516dc4c38305597259ba0a02350825381af40c8b7d17504a50351
|
||||
SHA512 (harfbuzz-3.2.0.tar.xz) = c9d88068d8017046842f444f02f31dbae109026ede943aaf265db5508de8b4b2be84203950f274a237f515bf7cbd361629d2032c6e8ee8f50354b430bba3a8ca
|
||||
|
Loading…
Reference in New Issue
Block a user