Update to 7.0.1
This commit is contained in:
parent
ba1153fc11
commit
a499e2fdc1
1
.gitignore
vendored
1
.gitignore
vendored
@ -74,3 +74,4 @@
|
||||
/harfbuzz-5.3.1.tar.xz
|
||||
/harfbuzz-6.0.0.tar.xz
|
||||
/harfbuzz-7.0.0.tar.xz
|
||||
/harfbuzz-7.0.1.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference harfbuzz-7.0.0/configure.ac harfbuzz-7.0.0-new/configure.ac
|
||||
--- harfbuzz-7.0.0/configure.ac 2023-02-11 22:53:55.000000000 +0100
|
||||
+++ harfbuzz-7.0.0-new/configure.ac 2023-02-15 11:25:34.615026542 +0100
|
||||
diff -rupN --no-dereference harfbuzz-7.0.1/configure.ac harfbuzz-7.0.1-new/configure.ac
|
||||
--- harfbuzz-7.0.1/configure.ac 2023-02-20 14:57:07.000000000 +0100
|
||||
+++ harfbuzz-7.0.1-new/configure.ac 2023-02-21 22:29:21.462087491 +0100
|
||||
@@ -417,6 +417,30 @@ AM_CONDITIONAL(HAVE_CORETEXT, $have_core
|
||||
|
||||
dnl ===========================================================================
|
||||
@ -38,9 +38,9 @@ diff -rupN --no-dereference harfbuzz-7.0.0/configure.ac harfbuzz-7.0.0-new/confi
|
||||
Introspection: ${have_introspection}
|
||||
+ Enable delay loading: ${enable_delay_load}
|
||||
])
|
||||
diff -rupN --no-dereference harfbuzz-7.0.0/src/Makefile.am harfbuzz-7.0.0-new/src/Makefile.am
|
||||
--- harfbuzz-7.0.0/src/Makefile.am 2023-02-11 22:53:55.000000000 +0100
|
||||
+++ harfbuzz-7.0.0-new/src/Makefile.am 2023-02-15 11:25:34.616026528 +0100
|
||||
diff -rupN --no-dereference harfbuzz-7.0.1/src/Makefile.am harfbuzz-7.0.1-new/src/Makefile.am
|
||||
--- harfbuzz-7.0.1/src/Makefile.am 2023-02-20 14:57:07.000000000 +0100
|
||||
+++ harfbuzz-7.0.1-new/src/Makefile.am 2023-02-21 22:29:21.462087491 +0100
|
||||
@@ -53,8 +53,23 @@ HB_HAS_GLIB_DEF = undef HB_HAS_GLIB
|
||||
endif
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference harfbuzz-7.0.0/src/gen-def.py harfbuzz-7.0.0-new/src/gen-def.py
|
||||
--- harfbuzz-7.0.0/src/gen-def.py 2023-02-11 22:53:55.000000000 +0100
|
||||
+++ harfbuzz-7.0.0-new/src/gen-def.py 2023-02-15 11:25:35.153019171 +0100
|
||||
diff -rupN --no-dereference harfbuzz-7.0.1/src/gen-def.py harfbuzz-7.0.1-new/src/gen-def.py
|
||||
--- harfbuzz-7.0.1/src/gen-def.py 2023-02-20 14:57:07.000000000 +0100
|
||||
+++ harfbuzz-7.0.1-new/src/gen-def.py 2023-02-21 22:29:21.711087280 +0100
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python3
|
||||
+#!/usr/bin/python3
|
||||
|
@ -1,7 +1,7 @@
|
||||
%{?mingw_package_header}
|
||||
|
||||
Name: mingw-harfbuzz
|
||||
Version: 7.0.0
|
||||
Version: 7.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows Harfbuzz library
|
||||
|
||||
@ -155,6 +155,9 @@ find %{buildroot} -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 21 2023 Sandro Mani <manisandro@gmail.com> - 7.0.1-1
|
||||
- Update to 7.0.1
|
||||
|
||||
* Wed Feb 15 2023 Sandro Mani <manisandro@gmail.com> - 7.0.0-1
|
||||
- Update to 7.0.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (harfbuzz-7.0.0.tar.xz) = cc9a8b271f5884ad17d2d095a608fb3d9a7534544597da83f6dfb44feb7305989344cef0174b2cff6ec60e657560404633c45b5e8fd210ec6c549656aeecb19c
|
||||
SHA512 (harfbuzz-7.0.1.tar.xz) = 2f2fe4604c062549bf5975cde4022bb137fc04f05ef99fcb566411408cfd136371eae2139b943f70bd17eb758690cbd5183acd552bc901d13c634da11eea404c
|
||||
|
Loading…
Reference in New Issue
Block a user