Update to 2.1.0
This commit is contained in:
parent
96e13b6a32
commit
21e3540cad
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
||||
/harfbuzz-1.8.7.tar.bz2
|
||||
/harfbuzz-1.8.8.tar.bz2
|
||||
/harfbuzz-2.0.1.tar.bz2
|
||||
/harfbuzz-2.1.0.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN harfbuzz-2.0.1/configure.ac harfbuzz-2.0.1-new/configure.ac
|
||||
--- harfbuzz-2.0.1/configure.ac 2018-10-20 04:24:42.000000000 +0200
|
||||
+++ harfbuzz-2.0.1-new/configure.ac 2018-10-28 10:43:20.679631639 +0100
|
||||
diff -rupN harfbuzz-2.1.0/configure.ac harfbuzz-2.1.0-new/configure.ac
|
||||
--- harfbuzz-2.1.0/configure.ac 2018-10-30 23:24:53.000000000 +0100
|
||||
+++ harfbuzz-2.1.0-new/configure.ac 2018-11-05 13:17:37.460469867 +0100
|
||||
@@ -497,6 +497,30 @@ fi
|
||||
|
||||
dnl ===========================================================================
|
||||
@ -38,9 +38,9 @@ diff -rupN harfbuzz-2.0.1/configure.ac harfbuzz-2.0.1-new/configure.ac
|
||||
Introspection: ${have_introspection}
|
||||
+ Enable delay loading: ${enable_delay_load}
|
||||
])
|
||||
diff -rupN harfbuzz-2.0.1/src/Makefile.am harfbuzz-2.0.1-new/src/Makefile.am
|
||||
--- harfbuzz-2.0.1/src/Makefile.am 2018-10-19 19:17:02.000000000 +0200
|
||||
+++ harfbuzz-2.0.1-new/src/Makefile.am 2018-10-28 10:43:20.679631639 +0100
|
||||
diff -rupN harfbuzz-2.1.0/src/Makefile.am harfbuzz-2.1.0-new/src/Makefile.am
|
||||
--- harfbuzz-2.1.0/src/Makefile.am 2018-10-30 06:40:14.000000000 +0100
|
||||
+++ harfbuzz-2.1.0-new/src/Makefile.am 2018-11-05 13:17:37.461469865 +0100
|
||||
@@ -51,14 +51,29 @@ HBHEADERS += $(HB_GLIB_headers)
|
||||
endif
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN harfbuzz-2.0.1/src/gen-def.py harfbuzz-2.0.1-new/src/gen-def.py
|
||||
--- harfbuzz-2.0.1/src/gen-def.py 2018-10-01 19:49:23.000000000 +0200
|
||||
+++ harfbuzz-2.0.1-new/src/gen-def.py 2018-10-28 10:43:20.743631488 +0100
|
||||
diff -rupN harfbuzz-2.1.0/src/gen-def.py harfbuzz-2.1.0-new/src/gen-def.py
|
||||
--- harfbuzz-2.1.0/src/gen-def.py 2018-10-30 06:40:14.000000000 +0100
|
||||
+++ harfbuzz-2.1.0-new/src/gen-def.py 2018-11-05 13:17:37.554469712 +0100
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python
|
||||
+#!/usr/bin/python3
|
||||
|
@ -1,7 +1,7 @@
|
||||
%{?mingw_package_header}
|
||||
|
||||
Name: mingw-harfbuzz
|
||||
Version: 2.0.1
|
||||
Version: 2.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows Harfbuzz library
|
||||
|
||||
@ -142,6 +142,9 @@ find %{buildroot} -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 05 2018 Sandro Mani <manisandro@gmail.com> - 2.1.0-1
|
||||
- Update to 2.1.0
|
||||
|
||||
* Sun Oct 28 2018 Sandro Mani <manisandro@gmail.com> - 2.0.1-1
|
||||
- Update to 2.0.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (harfbuzz-2.0.1.tar.bz2) = 7bfd6194ca16251ae3382c9e06c5ac0d92613c0a67a4dd4a41227e53a217876aa509834b9265c6d6800fd7c1d703be40992435387c9f4611af6957c6c92ba94b
|
||||
SHA512 (harfbuzz-2.1.0.tar.bz2) = cf34ea5ace9f7ff0ef31768432bbbf3b66d909491cc571b4330c418df40be4fe57bf61bea60f94a4f76f25f687dd7f2401d46eae81c7b1d37f1e25295eb3d664
|
||||
|
Loading…
Reference in New Issue
Block a user