Update to 2.6.2
This commit is contained in:
parent
bc742f6eec
commit
e7c5452592
1
.gitignore
vendored
1
.gitignore
vendored
@ -42,3 +42,4 @@
|
||||
/harfbuzz-2.5.3.tar.xz
|
||||
/harfbuzz-2.6.0.tar.xz
|
||||
/harfbuzz-2.6.1.tar.xz
|
||||
/harfbuzz-2.6.2.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference harfbuzz-2.6.1/configure.ac harfbuzz-2.6.1-new/configure.ac
|
||||
--- harfbuzz-2.6.1/configure.ac 2019-08-23 00:46:00.000000000 +0200
|
||||
+++ harfbuzz-2.6.1-new/configure.ac 2019-08-26 11:51:48.814470611 +0200
|
||||
diff -rupN --no-dereference harfbuzz-2.6.2/configure.ac harfbuzz-2.6.2-new/configure.ac
|
||||
--- harfbuzz-2.6.2/configure.ac 2019-09-30 21:34:21.000000000 +0200
|
||||
+++ harfbuzz-2.6.2-new/configure.ac 2019-10-01 11:03:18.335954546 +0200
|
||||
@@ -484,6 +484,30 @@ fi
|
||||
|
||||
dnl ===========================================================================
|
||||
@ -38,9 +38,9 @@ diff -rupN --no-dereference harfbuzz-2.6.1/configure.ac harfbuzz-2.6.1-new/confi
|
||||
Introspection: ${have_introspection}
|
||||
+ Enable delay loading: ${enable_delay_load}
|
||||
])
|
||||
diff -rupN --no-dereference harfbuzz-2.6.1/src/Makefile.am harfbuzz-2.6.1-new/src/Makefile.am
|
||||
--- harfbuzz-2.6.1/src/Makefile.am 2019-07-26 02:49:55.000000000 +0200
|
||||
+++ harfbuzz-2.6.1-new/src/Makefile.am 2019-08-26 11:51:48.814470611 +0200
|
||||
diff -rupN --no-dereference harfbuzz-2.6.2/src/Makefile.am harfbuzz-2.6.2-new/src/Makefile.am
|
||||
--- harfbuzz-2.6.2/src/Makefile.am 2019-09-04 17:28:40.000000000 +0200
|
||||
+++ harfbuzz-2.6.2-new/src/Makefile.am 2019-10-01 11:03:18.335954546 +0200
|
||||
@@ -48,14 +48,29 @@ HBHEADERS += $(HB_GLIB_headers)
|
||||
endif
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference harfbuzz-2.6.1/src/gen-def.py harfbuzz-2.6.1-new/src/gen-def.py
|
||||
--- harfbuzz-2.6.1/src/gen-def.py 2019-05-06 21:14:20.000000000 +0200
|
||||
+++ harfbuzz-2.6.1-new/src/gen-def.py 2019-08-26 11:51:48.896470762 +0200
|
||||
diff -rupN --no-dereference harfbuzz-2.6.2/src/gen-def.py harfbuzz-2.6.2-new/src/gen-def.py
|
||||
--- harfbuzz-2.6.2/src/gen-def.py 2019-05-06 21:14:20.000000000 +0200
|
||||
+++ harfbuzz-2.6.2-new/src/gen-def.py 2019-10-01 11:03:18.435954541 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python
|
||||
+#!/usr/bin/python3
|
||||
|
@ -1,7 +1,7 @@
|
||||
%{?mingw_package_header}
|
||||
|
||||
Name: mingw-harfbuzz
|
||||
Version: 2.6.1
|
||||
Version: 2.6.2
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows Harfbuzz library
|
||||
|
||||
@ -142,6 +142,9 @@ find %{buildroot} -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 01 2019 Sandro Mani <manisandro@gmail.com> - 2.6.2-1
|
||||
- Update to 2.6.2
|
||||
|
||||
* Mon Aug 26 2019 Sandro Mani <manisandro@gmail.com> - 2.6.1-1
|
||||
- Update to 2.6.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (harfbuzz-2.6.1.tar.xz) = cea531ab9db0ae1b188ac56c3ea6e0344192c4321b97d4425f4a53e6bb34c88463a7453fd69fcadccb8574506c1fb5505422019e41a7938a04e7823e3f484c06
|
||||
SHA512 (harfbuzz-2.6.2.tar.xz) = 0a98c2b49650d66cf11f3395504cba3b18aaca43482924d9b58babd2ccb986b74ed7478bef5c4c1937d7782b7b278504854eaa04a62b329df08d91d30fc879d5
|
||||
|
Loading…
Reference in New Issue
Block a user