Update to 2.6.8
This commit is contained in:
parent
d46a370d63
commit
bf34c9ece1
1
.gitignore
vendored
1
.gitignore
vendored
@ -46,3 +46,4 @@
|
|||||||
/harfbuzz-2.6.4.tar.xz
|
/harfbuzz-2.6.4.tar.xz
|
||||||
/harfbuzz-2.6.6.tar.xz
|
/harfbuzz-2.6.6.tar.xz
|
||||||
/harfbuzz-2.6.7.tar.xz
|
/harfbuzz-2.6.7.tar.xz
|
||||||
|
/harfbuzz-2.6.8.tar.xz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -rupN --no-dereference harfbuzz-2.6.7/configure.ac harfbuzz-2.6.7-new/configure.ac
|
diff -rupN --no-dereference harfbuzz-2.6.8/configure.ac harfbuzz-2.6.8-new/configure.ac
|
||||||
--- harfbuzz-2.6.7/configure.ac 2020-06-03 08:58:51.000000000 +0200
|
--- harfbuzz-2.6.8/configure.ac 2020-06-22 11:08:02.000000000 +0200
|
||||||
+++ harfbuzz-2.6.7-new/configure.ac 2020-06-07 12:59:13.196650847 +0200
|
+++ harfbuzz-2.6.8-new/configure.ac 2020-06-23 09:39:51.396512692 +0200
|
||||||
@@ -484,6 +484,30 @@ fi
|
@@ -484,6 +484,30 @@ fi
|
||||||
|
|
||||||
dnl ===========================================================================
|
dnl ===========================================================================
|
||||||
@ -32,15 +32,15 @@ diff -rupN --no-dereference harfbuzz-2.6.7/configure.ac harfbuzz-2.6.7-new/confi
|
|||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
Makefile
|
Makefile
|
||||||
src/Makefile
|
src/Makefile
|
||||||
@@ -539,4 +563,5 @@ Other features:
|
@@ -550,4 +574,5 @@ Other features:
|
||||||
Documentation: ${enable_gtk_doc}
|
Documentation: ${enable_gtk_doc}
|
||||||
GObject bindings: ${have_gobject}
|
GObject bindings: ${have_gobject}
|
||||||
Introspection: ${have_introspection}
|
Introspection: ${have_introspection}
|
||||||
+ Enable delay loading: ${enable_delay_load}
|
+ Enable delay loading: ${enable_delay_load}
|
||||||
])
|
])
|
||||||
diff -rupN --no-dereference harfbuzz-2.6.7/src/Makefile.am harfbuzz-2.6.7-new/src/Makefile.am
|
diff -rupN --no-dereference harfbuzz-2.6.8/src/Makefile.am harfbuzz-2.6.8-new/src/Makefile.am
|
||||||
--- harfbuzz-2.6.7/src/Makefile.am 2020-06-03 08:28:41.000000000 +0200
|
--- harfbuzz-2.6.8/src/Makefile.am 2020-06-16 03:14:32.000000000 +0200
|
||||||
+++ harfbuzz-2.6.7-new/src/Makefile.am 2020-06-07 12:59:13.196650847 +0200
|
+++ harfbuzz-2.6.8-new/src/Makefile.am 2020-06-23 09:39:51.397512690 +0200
|
||||||
@@ -50,8 +50,23 @@ HBHEADERS += $(HB_GLIB_headers)
|
@@ -50,8 +50,23 @@ HBHEADERS += $(HB_GLIB_headers)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -rupN --no-dereference harfbuzz-2.6.7/src/gen-def.py harfbuzz-2.6.7-new/src/gen-def.py
|
diff -rupN --no-dereference harfbuzz-2.6.8/src/gen-def.py harfbuzz-2.6.8-new/src/gen-def.py
|
||||||
--- harfbuzz-2.6.7/src/gen-def.py 2020-05-28 21:30:56.000000000 +0200
|
--- harfbuzz-2.6.8/src/gen-def.py 2020-06-18 07:28:41.000000000 +0200
|
||||||
+++ harfbuzz-2.6.7-new/src/gen-def.py 2020-06-07 12:59:13.347645729 +0200
|
+++ harfbuzz-2.6.8-new/src/gen-def.py 2020-06-23 09:39:51.522512380 +0200
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,4 +1,4 @@
|
||||||
-#!/usr/bin/env python3
|
-#!/usr/bin/env python3
|
||||||
+#!/usr/bin/python3
|
+#!/usr/bin/python3
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%{?mingw_package_header}
|
%{?mingw_package_header}
|
||||||
|
|
||||||
Name: mingw-harfbuzz
|
Name: mingw-harfbuzz
|
||||||
Version: 2.6.7
|
Version: 2.6.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: MinGW Windows Harfbuzz library
|
Summary: MinGW Windows Harfbuzz library
|
||||||
|
|
||||||
@ -142,6 +142,9 @@ find %{buildroot} -name "*.la" -delete
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 23 2020 Sandro Mani <manisandro@gmail.com> - 2.6.8-1
|
||||||
|
- Update to 2.6.8
|
||||||
|
|
||||||
* Sun Jun 07 2020 Sandro Mani <manisandro@gmail.com> - 2.6.7-1
|
* Sun Jun 07 2020 Sandro Mani <manisandro@gmail.com> - 2.6.7-1
|
||||||
- Update to 2.6.7
|
- Update to 2.6.7
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (harfbuzz-2.6.7.tar.xz) = 6fdd6e0952a73e1949349aa5416ef8fb3fc351b15c95be4fe1f341b111159fe58113b73a334db2697f4e3aaef5a761bd8f1d8964514406cad40f9862768d59de
|
SHA512 (harfbuzz-2.6.8.tar.xz) = 651b23d7d4fab6fef472ee57db39bbaebc31c2f40ea3a482c1499ad1a7b549b86a2bccbe9da191c8e9ecdf464191dd3c9a7485546b51695ad8ab3c0329732d9d
|
||||||
|
Loading…
Reference in New Issue
Block a user