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