Update to 2.5.1
This commit is contained in:
parent
71e9a82873
commit
400c010a3d
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,3 +37,4 @@
|
||||
/harfbuzz-2.3.1.tar.bz2
|
||||
/harfbuzz-2.4.0.tar.bz2
|
||||
/harfbuzz-2.5.0.tar.xz
|
||||
/harfbuzz-2.5.1.tar.xz
|
||||
|
@ -1,7 +1,7 @@
|
||||
diff -rupN harfbuzz-2.5.0/configure.ac harfbuzz-2.5.0-new/configure.ac
|
||||
--- harfbuzz-2.5.0/configure.ac 2019-05-24 21:39:42.000000000 +0200
|
||||
+++ harfbuzz-2.5.0-new/configure.ac 2019-05-27 12:18:40.943007599 +0200
|
||||
@@ -478,6 +478,30 @@ fi
|
||||
diff -rupN harfbuzz-2.5.1/configure.ac harfbuzz-2.5.1-new/configure.ac
|
||||
--- harfbuzz-2.5.1/configure.ac 2019-06-01 07:56:56.000000000 +0200
|
||||
+++ harfbuzz-2.5.1-new/configure.ac 2019-06-03 13:49:38.656463527 +0200
|
||||
@@ -476,6 +476,30 @@ fi
|
||||
|
||||
dnl ===========================================================================
|
||||
|
||||
@ -32,15 +32,15 @@ diff -rupN harfbuzz-2.5.0/configure.ac harfbuzz-2.5.0-new/configure.ac
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
src/Makefile
|
||||
@@ -532,4 +556,5 @@ Other features:
|
||||
@@ -530,4 +554,5 @@ Other features:
|
||||
Documentation: ${enable_gtk_doc}
|
||||
GObject bindings: ${have_gobject}
|
||||
Introspection: ${have_introspection}
|
||||
+ Enable delay loading: ${enable_delay_load}
|
||||
])
|
||||
diff -rupN harfbuzz-2.5.0/src/Makefile.am harfbuzz-2.5.0-new/src/Makefile.am
|
||||
--- harfbuzz-2.5.0/src/Makefile.am 2019-05-24 02:34:19.000000000 +0200
|
||||
+++ harfbuzz-2.5.0-new/src/Makefile.am 2019-05-27 12:18:40.943007599 +0200
|
||||
diff -rupN harfbuzz-2.5.1/src/Makefile.am harfbuzz-2.5.1-new/src/Makefile.am
|
||||
--- harfbuzz-2.5.1/src/Makefile.am 2019-05-24 02:34:19.000000000 +0200
|
||||
+++ harfbuzz-2.5.1-new/src/Makefile.am 2019-06-03 13:49:38.656463527 +0200
|
||||
@@ -46,14 +46,29 @@ HBHEADERS += $(HB_GLIB_headers)
|
||||
endif
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN harfbuzz-2.5.0/src/gen-def.py harfbuzz-2.5.0-new/src/gen-def.py
|
||||
--- harfbuzz-2.5.0/src/gen-def.py 2019-05-06 21:14:20.000000000 +0200
|
||||
+++ harfbuzz-2.5.0-new/src/gen-def.py 2019-05-27 12:18:41.022006036 +0200
|
||||
diff -rupN harfbuzz-2.5.1/src/gen-def.py harfbuzz-2.5.1-new/src/gen-def.py
|
||||
--- harfbuzz-2.5.1/src/gen-def.py 2019-05-06 21:14:20.000000000 +0200
|
||||
+++ harfbuzz-2.5.1-new/src/gen-def.py 2019-06-03 13:49:38.726463447 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python
|
||||
+#!/usr/bin/python3
|
||||
|
@ -1,7 +1,7 @@
|
||||
%{?mingw_package_header}
|
||||
|
||||
Name: mingw-harfbuzz
|
||||
Version: 2.5.0
|
||||
Version: 2.5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows Harfbuzz library
|
||||
|
||||
@ -142,6 +142,9 @@ find %{buildroot} -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 03 2019 Sandro Mani <manisandro@gmail.com> - 2.5.1-1
|
||||
- Update to 2.5.1
|
||||
|
||||
* Mon May 27 2019 Sandro Mani <manisandro@gmail.com> - 2.5.0-1
|
||||
- Update to 2.5.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (harfbuzz-2.5.0.tar.xz) = 4b02c20b07f367cbc21d69c86c5d1c0fc403b76c40ed7e379796afa289487dfa4f9a5f769a2da794658c983dc947dfe3ed394ac647f67e86863ee4b774815428
|
||||
SHA512 (harfbuzz-2.5.1.tar.xz) = 402a97c37b81c13c420d25504d1983313f555bc1dec5a21d26ff219207bbf6ddedc0d35f8bb31e4a7fee6ed53efd93b008713dca0d42c3ab966c2afd1a2d3660
|
||||
|
Loading…
Reference in New Issue
Block a user