Update to 2.6.1
This commit is contained in:
parent
959ae9daa2
commit
bc742f6eec
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@
|
||||
/harfbuzz-2.5.2.tar.xz
|
||||
/harfbuzz-2.5.3.tar.xz
|
||||
/harfbuzz-2.6.0.tar.xz
|
||||
/harfbuzz-2.6.1.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference harfbuzz-2.6.0/configure.ac harfbuzz-2.6.0-new/configure.ac
|
||||
--- harfbuzz-2.6.0/configure.ac 2019-08-14 06:14:18.000000000 +0200
|
||||
+++ harfbuzz-2.6.0-new/configure.ac 2019-08-19 11:01:45.952281199 +0200
|
||||
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
|
||||
@@ -484,6 +484,30 @@ fi
|
||||
|
||||
dnl ===========================================================================
|
||||
@ -38,9 +38,9 @@ diff -rupN --no-dereference harfbuzz-2.6.0/configure.ac harfbuzz-2.6.0-new/confi
|
||||
Introspection: ${have_introspection}
|
||||
+ Enable delay loading: ${enable_delay_load}
|
||||
])
|
||||
diff -rupN --no-dereference harfbuzz-2.6.0/src/Makefile.am harfbuzz-2.6.0-new/src/Makefile.am
|
||||
--- harfbuzz-2.6.0/src/Makefile.am 2019-07-26 02:49:55.000000000 +0200
|
||||
+++ harfbuzz-2.6.0-new/src/Makefile.am 2019-08-19 11:01:45.953281197 +0200
|
||||
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
|
||||
@@ -48,14 +48,29 @@ HBHEADERS += $(HB_GLIB_headers)
|
||||
endif
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference harfbuzz-2.6.0/src/gen-def.py harfbuzz-2.6.0-new/src/gen-def.py
|
||||
--- harfbuzz-2.6.0/src/gen-def.py 2019-05-06 21:14:20.000000000 +0200
|
||||
+++ harfbuzz-2.6.0-new/src/gen-def.py 2019-08-19 11:01:46.035281080 +0200
|
||||
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
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python
|
||||
+#!/usr/bin/python3
|
||||
|
@ -1,7 +1,7 @@
|
||||
%{?mingw_package_header}
|
||||
|
||||
Name: mingw-harfbuzz
|
||||
Version: 2.6.0
|
||||
Version: 2.6.1
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows Harfbuzz library
|
||||
|
||||
@ -142,6 +142,9 @@ find %{buildroot} -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 26 2019 Sandro Mani <manisandro@gmail.com> - 2.6.1-1
|
||||
- Update to 2.6.1
|
||||
|
||||
* Mon Aug 19 2019 Sandro Mani <manisandro@gmail.com> - 2.6.0-1
|
||||
- Update to 2.6.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (harfbuzz-2.6.0.tar.xz) = ab055183ae248710f7baee7ef45ac1a6cbd3522eb1e26b78248ac7bc9e421f5495b8fbbd19a339a26bd119f33624eb8742c15c2053407fbb74cce8dcf6c4b3a2
|
||||
SHA512 (harfbuzz-2.6.1.tar.xz) = cea531ab9db0ae1b188ac56c3ea6e0344192c4321b97d4425f4a53e6bb34c88463a7453fd69fcadccb8574506c1fb5505422019e41a7938a04e7823e3f484c06
|
||||
|
Loading…
Reference in New Issue
Block a user