Update to 2.8.2
This commit is contained in:
parent
484dcc75a6
commit
9db39ca8a5
1
.gitignore
vendored
1
.gitignore
vendored
@ -52,3 +52,4 @@
|
||||
/harfbuzz-2.7.4.tar.xz
|
||||
/harfbuzz-2.8.0.tar.xz
|
||||
/harfbuzz-2.8.1.tar.xz
|
||||
/harfbuzz-2.8.2.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference harfbuzz-2.8.1/configure.ac harfbuzz-2.8.1-new/configure.ac
|
||||
--- harfbuzz-2.8.1/configure.ac 2021-05-04 02:09:38.000000000 +0200
|
||||
+++ harfbuzz-2.8.1-new/configure.ac 2021-05-05 09:12:35.645043010 +0200
|
||||
diff -rupN --no-dereference harfbuzz-2.8.2/configure.ac harfbuzz-2.8.2-new/configure.ac
|
||||
--- harfbuzz-2.8.2/configure.ac 2021-07-08 23:05:00.000000000 +0200
|
||||
+++ harfbuzz-2.8.2-new/configure.ac 2021-07-12 23:23:43.533148599 +0200
|
||||
@@ -417,6 +417,30 @@ AM_CONDITIONAL(HAVE_CORETEXT, $have_core
|
||||
|
||||
dnl ===========================================================================
|
||||
@ -38,9 +38,9 @@ diff -rupN --no-dereference harfbuzz-2.8.1/configure.ac harfbuzz-2.8.1-new/confi
|
||||
Introspection: ${have_introspection}
|
||||
+ Enable delay loading: ${enable_delay_load}
|
||||
])
|
||||
diff -rupN --no-dereference harfbuzz-2.8.1/src/Makefile.am harfbuzz-2.8.1-new/src/Makefile.am
|
||||
--- harfbuzz-2.8.1/src/Makefile.am 2021-05-04 02:09:38.000000000 +0200
|
||||
+++ harfbuzz-2.8.1-new/src/Makefile.am 2021-05-05 09:12:35.645043010 +0200
|
||||
diff -rupN --no-dereference harfbuzz-2.8.2/src/Makefile.am harfbuzz-2.8.2-new/src/Makefile.am
|
||||
--- harfbuzz-2.8.2/src/Makefile.am 2021-07-08 23:05:00.000000000 +0200
|
||||
+++ harfbuzz-2.8.2-new/src/Makefile.am 2021-07-12 23:23:43.533148599 +0200
|
||||
@@ -50,8 +50,23 @@ HBHEADERS += $(HB_GLIB_headers)
|
||||
endif
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference harfbuzz-2.8.1/src/gen-def.py harfbuzz-2.8.1-new/src/gen-def.py
|
||||
--- harfbuzz-2.8.1/src/gen-def.py 2021-05-04 02:09:38.000000000 +0200
|
||||
+++ harfbuzz-2.8.1-new/src/gen-def.py 2021-05-05 09:12:35.801043013 +0200
|
||||
diff -rupN --no-dereference harfbuzz-2.8.2/src/gen-def.py harfbuzz-2.8.2-new/src/gen-def.py
|
||||
--- harfbuzz-2.8.2/src/gen-def.py 2021-07-08 23:05:00.000000000 +0200
|
||||
+++ harfbuzz-2.8.2-new/src/gen-def.py 2021-07-12 23:23:43.682149165 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python3
|
||||
+#!/usr/bin/python3
|
||||
|
@ -1,8 +1,8 @@
|
||||
%{?mingw_package_header}
|
||||
|
||||
Name: mingw-harfbuzz
|
||||
Version: 2.8.1
|
||||
Release: 2%{?dist}
|
||||
Version: 2.8.2
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows Harfbuzz library
|
||||
|
||||
License: MIT
|
||||
@ -144,6 +144,9 @@ find %{buildroot} -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 12 2021 Sandro Mani <manisandro@gmail.com> - 2.8.2-1
|
||||
- Update to 2.8.2
|
||||
|
||||
* Sat May 22 2021 Sandro Mani <manisandro@gmail.com> - 2.8.1-2
|
||||
- Rebuild (icu)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (harfbuzz-2.8.1.tar.xz) = c969ec1677f2f023c05698a226c96b23a815db732f1561d486b25b07c3663ea8192e49ee1253b7b623b43d713b9230df3265a47da6fd65378256ecada90c6ae4
|
||||
SHA512 (harfbuzz-2.8.2.tar.xz) = 47f672967ba9e9a1ea21164b9780cbaaad2f4f619811e84d1b6bdb598e5ad60c96e08fadd270460a4ce8e2fb4603fcdd881ba55f2826abc2a4ab439efdc856dc
|
||||
|
Loading…
Reference in New Issue
Block a user