Update to 7.3.0
This commit is contained in:
parent
96fc6d3f48
commit
b4653480ac
1
.gitignore
vendored
1
.gitignore
vendored
@ -77,3 +77,4 @@
|
||||
/harfbuzz-7.0.1.tar.xz
|
||||
/harfbuzz-7.1.0.tar.xz
|
||||
/harfbuzz-7.2.0.tar.xz
|
||||
/harfbuzz-7.3.0.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
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
|
||||
diff -rupN --no-dereference harfbuzz-7.3.0/configure.ac harfbuzz-7.3.0-new/configure.ac
|
||||
--- harfbuzz-7.3.0/configure.ac 2023-05-09 23:21:30.000000000 +0200
|
||||
+++ harfbuzz-7.3.0-new/configure.ac 2023-05-11 07:05:56.821869470 +0200
|
||||
@@ -417,6 +417,30 @@ AM_CONDITIONAL(HAVE_CORETEXT, $have_core
|
||||
|
||||
dnl ===========================================================================
|
||||
@ -38,9 +38,9 @@ diff -rupN --no-dereference harfbuzz-7.2.0/configure.ac harfbuzz-7.2.0-new/confi
|
||||
Introspection: ${have_introspection}
|
||||
+ Enable delay loading: ${enable_delay_load}
|
||||
])
|
||||
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
|
||||
diff -rupN --no-dereference harfbuzz-7.3.0/src/Makefile.am harfbuzz-7.3.0-new/src/Makefile.am
|
||||
--- harfbuzz-7.3.0/src/Makefile.am 2023-05-09 23:21:30.000000000 +0200
|
||||
+++ harfbuzz-7.3.0-new/src/Makefile.am 2023-05-11 07:05:56.822869473 +0200
|
||||
@@ -53,8 +53,23 @@ HB_HAS_GLIB_DEF = undef HB_HAS_GLIB
|
||||
endif
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
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
|
||||
diff -rupN --no-dereference harfbuzz-7.3.0/src/gen-def.py harfbuzz-7.3.0-new/src/gen-def.py
|
||||
--- harfbuzz-7.3.0/src/gen-def.py 2023-05-09 23:21:30.000000000 +0200
|
||||
+++ harfbuzz-7.3.0-new/src/gen-def.py 2023-05-11 07:05:57.092870287 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python3
|
||||
+#!/usr/bin/python3
|
||||
|
@ -1,7 +1,7 @@
|
||||
%{?mingw_package_header}
|
||||
|
||||
Name: mingw-harfbuzz
|
||||
Version: 7.2.0
|
||||
Version: 7.3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows Harfbuzz library
|
||||
|
||||
@ -155,6 +155,9 @@ find %{buildroot} -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu May 11 2023 Sandro Mani <manisandro@gmail.com> - 7.3.0-1
|
||||
- Update to 7.3.0
|
||||
|
||||
* Fri Apr 28 2023 Sandro Mani <manisandro@gmail.com> - 7.2.0-1
|
||||
- Update to 7.2.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (harfbuzz-7.2.0.tar.xz) = c32ae887fa13da332a88885baa387fc472e501f5f682dcbdf5f038a25a18a75948a1313a94612ee44beae169fb1ddd66b883e7a2d236d0ad5b81476b5c4d3cb2
|
||||
SHA512 (harfbuzz-7.3.0.tar.xz) = e1fb484e4117cedc72bd473ee91b2f6143533fb467ec9a64361f0c7ffd8b5a44ad2ea42daa948a2d5d85297ace4b640fcd24a8291b0d75a1d4ee468c629febe9
|
||||
|
Loading…
Reference in New Issue
Block a user