Update to 3.1.2
This commit is contained in:
parent
c9a4616205
commit
58ea742d24
1
.gitignore
vendored
1
.gitignore
vendored
@ -57,3 +57,4 @@
|
||||
/harfbuzz-3.0.0.tar.xz
|
||||
/harfbuzz-3.1.0.tar.xz
|
||||
/harfbuzz-3.1.1.tar.xz
|
||||
/harfbuzz-3.1.2.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference harfbuzz-3.1.1/configure.ac harfbuzz-3.1.1-new/configure.ac
|
||||
--- harfbuzz-3.1.1/configure.ac 2021-11-08 06:00:48.000000000 +0100
|
||||
+++ harfbuzz-3.1.1-new/configure.ac 2021-11-09 13:13:41.552025644 +0100
|
||||
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
|
||||
@@ -417,6 +417,30 @@ AM_CONDITIONAL(HAVE_CORETEXT, $have_core
|
||||
|
||||
dnl ===========================================================================
|
||||
@ -38,9 +38,9 @@ diff -rupN --no-dereference harfbuzz-3.1.1/configure.ac harfbuzz-3.1.1-new/confi
|
||||
Introspection: ${have_introspection}
|
||||
+ Enable delay loading: ${enable_delay_load}
|
||||
])
|
||||
diff -rupN --no-dereference harfbuzz-3.1.1/src/Makefile.am harfbuzz-3.1.1-new/src/Makefile.am
|
||||
--- harfbuzz-3.1.1/src/Makefile.am 2021-11-08 06:00:48.000000000 +0100
|
||||
+++ harfbuzz-3.1.1-new/src/Makefile.am 2021-11-09 13:13:41.552025644 +0100
|
||||
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
|
||||
@@ -50,8 +50,23 @@ HBHEADERS += $(HB_GLIB_headers)
|
||||
endif
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference harfbuzz-3.1.1/src/gen-def.py harfbuzz-3.1.1-new/src/gen-def.py
|
||||
--- harfbuzz-3.1.1/src/gen-def.py 2021-11-08 06:00:48.000000000 +0100
|
||||
+++ harfbuzz-3.1.1-new/src/gen-def.py 2021-11-09 13:13:41.713028306 +0100
|
||||
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
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python3
|
||||
+#!/usr/bin/python3
|
||||
|
@ -1,7 +1,7 @@
|
||||
%{?mingw_package_header}
|
||||
|
||||
Name: mingw-harfbuzz
|
||||
Version: 3.1.1
|
||||
Version: 3.1.2
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows Harfbuzz library
|
||||
|
||||
@ -144,6 +144,9 @@ find %{buildroot} -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Dec 02 2021 Sandro Mani <manisandro@gmail.com> - 3.1.2-1
|
||||
- Update to 3.1.2
|
||||
|
||||
* Tue Nov 09 2021 Sandro Mani <manisandro@gmail.com> - 3.1.1-1
|
||||
- Update to 3.1.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (harfbuzz-3.1.1.tar.xz) = 08a1566ac155a6cd37b8a341168229826ab5cc84db13b42cba461ff533ba3d404970edbee6068b472c06c05720aa388235d44ca730f688344eb8b51a3d556b22
|
||||
SHA512 (harfbuzz-3.1.2.tar.xz) = a8532a28839681f0d51f36c18a63537d1dba3b26f4effd03762fe498ccda5f0b014708add9a516dc4c38305597259ba0a02350825381af40c8b7d17504a50351
|
||||
|
Loading…
Reference in New Issue
Block a user