Update to 3.4.0
This commit is contained in:
parent
c57ada902a
commit
0b2ea4731c
1
.gitignore
vendored
1
.gitignore
vendored
@ -60,3 +60,4 @@
|
||||
/harfbuzz-3.1.2.tar.xz
|
||||
/harfbuzz-3.2.0.tar.xz
|
||||
/harfbuzz-3.3.2.tar.xz
|
||||
/harfbuzz-3.4.0.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference harfbuzz-3.3.2/configure.ac harfbuzz-3.3.2-new/configure.ac
|
||||
--- harfbuzz-3.3.2/configure.ac 2022-02-06 14:51:14.000000000 +0100
|
||||
+++ harfbuzz-3.3.2-new/configure.ac 2022-02-07 10:11:59.840186350 +0100
|
||||
diff -rupN --no-dereference harfbuzz-3.4.0/configure.ac harfbuzz-3.4.0-new/configure.ac
|
||||
--- harfbuzz-3.4.0/configure.ac 2022-02-12 23:31:41.000000000 +0100
|
||||
+++ harfbuzz-3.4.0-new/configure.ac 2022-02-14 10:06:22.695699267 +0100
|
||||
@@ -417,6 +417,30 @@ AM_CONDITIONAL(HAVE_CORETEXT, $have_core
|
||||
|
||||
dnl ===========================================================================
|
||||
@ -38,9 +38,9 @@ diff -rupN --no-dereference harfbuzz-3.3.2/configure.ac harfbuzz-3.3.2-new/confi
|
||||
Introspection: ${have_introspection}
|
||||
+ Enable delay loading: ${enable_delay_load}
|
||||
])
|
||||
diff -rupN --no-dereference harfbuzz-3.3.2/src/Makefile.am harfbuzz-3.3.2-new/src/Makefile.am
|
||||
--- harfbuzz-3.3.2/src/Makefile.am 2022-02-06 14:51:14.000000000 +0100
|
||||
+++ harfbuzz-3.3.2-new/src/Makefile.am 2022-02-07 10:11:59.840186350 +0100
|
||||
diff -rupN --no-dereference harfbuzz-3.4.0/src/Makefile.am harfbuzz-3.4.0-new/src/Makefile.am
|
||||
--- harfbuzz-3.4.0/src/Makefile.am 2022-02-12 23:31:41.000000000 +0100
|
||||
+++ harfbuzz-3.4.0-new/src/Makefile.am 2022-02-14 10:06:22.695699267 +0100
|
||||
@@ -50,8 +50,23 @@ HBHEADERS += $(HB_GLIB_headers)
|
||||
endif
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference harfbuzz-3.3.2/src/gen-def.py harfbuzz-3.3.2-new/src/gen-def.py
|
||||
--- harfbuzz-3.3.2/src/gen-def.py 2022-02-06 14:51:14.000000000 +0100
|
||||
+++ harfbuzz-3.3.2-new/src/gen-def.py 2022-02-07 10:12:00.027197220 +0100
|
||||
diff -rupN --no-dereference harfbuzz-3.4.0/src/gen-def.py harfbuzz-3.4.0-new/src/gen-def.py
|
||||
--- harfbuzz-3.4.0/src/gen-def.py 2022-02-12 23:31:41.000000000 +0100
|
||||
+++ harfbuzz-3.4.0-new/src/gen-def.py 2022-02-14 10:06:22.942716575 +0100
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python3
|
||||
+#!/usr/bin/python3
|
||||
|
@ -1,7 +1,7 @@
|
||||
%{?mingw_package_header}
|
||||
|
||||
Name: mingw-harfbuzz
|
||||
Version: 3.3.2
|
||||
Version: 3.4.0
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows Harfbuzz library
|
||||
|
||||
@ -144,6 +144,9 @@ find %{buildroot} -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 14 2022 Sandro Mani <manisandro@gmail.com> - 3.4.0-1
|
||||
- Update to 3.4.0
|
||||
|
||||
* Mon Feb 07 2022 Sandro Mani <manisandro@gmail.com> - 3.2.2-1
|
||||
- Update to 3.2.2
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (harfbuzz-3.3.2.tar.xz) = 0c960fa60050d480bfb69ebc1ebffffd16030a4db7b41b8b595f491fc9d17359a4bae825f873888c3db4d48a10a10690b17f556d23acbc3ae3bae0a524ca1461
|
||||
SHA512 (harfbuzz-3.4.0.tar.xz) = f300d041aa4af8f7957d5b352af399b9e411804a33ac710b3728247e23a02b867514537cc2b6fcf00746e71ac7a5a2a4b1392253bb5a888baa39b8a0193144c0
|
||||
|
Loading…
Reference in New Issue
Block a user