Update to 7.2.0
This commit is contained in:
parent
c3e48f2138
commit
c56f41d245
1
.gitignore
vendored
1
.gitignore
vendored
@ -76,3 +76,4 @@
|
||||
/harfbuzz-7.0.0.tar.xz
|
||||
/harfbuzz-7.0.1.tar.xz
|
||||
/harfbuzz-7.1.0.tar.xz
|
||||
/harfbuzz-7.2.0.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference harfbuzz-7.1.0/configure.ac harfbuzz-7.1.0-new/configure.ac
|
||||
--- harfbuzz-7.1.0/configure.ac 2023-03-03 00:07:04.000000000 +0100
|
||||
+++ harfbuzz-7.1.0-new/configure.ac 2023-03-03 22:49:15.874808503 +0100
|
||||
diff -rupN --no-dereference harfbuzz-7.2.0/configure.ac harfbuzz-7.2.0-new/configure.ac
|
||||
--- harfbuzz-7.2.0/configure.ac 2023-04-27 00:48:52.000000000 +0200
|
||||
+++ harfbuzz-7.2.0-new/configure.ac 2023-04-28 09:57:15.991314411 +0200
|
||||
@@ -417,6 +417,30 @@ AM_CONDITIONAL(HAVE_CORETEXT, $have_core
|
||||
|
||||
dnl ===========================================================================
|
||||
@ -38,9 +38,9 @@ diff -rupN --no-dereference harfbuzz-7.1.0/configure.ac harfbuzz-7.1.0-new/confi
|
||||
Introspection: ${have_introspection}
|
||||
+ Enable delay loading: ${enable_delay_load}
|
||||
])
|
||||
diff -rupN --no-dereference harfbuzz-7.1.0/src/Makefile.am harfbuzz-7.1.0-new/src/Makefile.am
|
||||
--- harfbuzz-7.1.0/src/Makefile.am 2023-03-03 00:07:04.000000000 +0100
|
||||
+++ harfbuzz-7.1.0-new/src/Makefile.am 2023-03-03 22:49:15.874808503 +0100
|
||||
diff -rupN --no-dereference harfbuzz-7.2.0/src/Makefile.am harfbuzz-7.2.0-new/src/Makefile.am
|
||||
--- harfbuzz-7.2.0/src/Makefile.am 2023-04-27 00:48:52.000000000 +0200
|
||||
+++ harfbuzz-7.2.0-new/src/Makefile.am 2023-04-28 09:57:15.992314430 +0200
|
||||
@@ -53,8 +53,23 @@ HB_HAS_GLIB_DEF = undef HB_HAS_GLIB
|
||||
endif
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference harfbuzz-7.1.0/src/gen-def.py harfbuzz-7.1.0-new/src/gen-def.py
|
||||
--- harfbuzz-7.1.0/src/gen-def.py 2023-03-03 00:07:04.000000000 +0100
|
||||
+++ harfbuzz-7.1.0-new/src/gen-def.py 2023-03-03 22:49:16.117807047 +0100
|
||||
diff -rupN --no-dereference harfbuzz-7.2.0/src/gen-def.py harfbuzz-7.2.0-new/src/gen-def.py
|
||||
--- harfbuzz-7.2.0/src/gen-def.py 2023-04-27 00:48:52.000000000 +0200
|
||||
+++ harfbuzz-7.2.0-new/src/gen-def.py 2023-04-28 09:57:16.283319882 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python3
|
||||
+#!/usr/bin/python3
|
||||
|
@ -1,7 +1,7 @@
|
||||
%{?mingw_package_header}
|
||||
|
||||
Name: mingw-harfbuzz
|
||||
Version: 7.1.0
|
||||
Version: 7.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows Harfbuzz library
|
||||
|
||||
@ -155,6 +155,9 @@ find %{buildroot} -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Apr 28 2023 Sandro Mani <manisandro@gmail.com> - 7.2.0-1
|
||||
- Update to 7.2.0
|
||||
|
||||
* Fri Mar 03 2023 Sandro Mani <manisandro@gmail.com> - 7.1.0-1
|
||||
- Update to 7.1.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (harfbuzz-7.1.0.tar.xz) = 2f15bf14f927263c34201dba067ffac84133610121c58843c566d6f271f30f1dce44832a65bceb83828e25e9dd1a1d2a1610c5dbe2bef3ddbcecd7b5bcab8714
|
||||
SHA512 (harfbuzz-7.2.0.tar.xz) = c32ae887fa13da332a88885baa387fc472e501f5f682dcbdf5f038a25a18a75948a1313a94612ee44beae169fb1ddd66b883e7a2d236d0ad5b81476b5c4d3cb2
|
||||
|
Loading…
Reference in New Issue
Block a user