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