Update to 2.7.2
This commit is contained in:
parent
5cb3a85536
commit
455183df2c
1
.gitignore
vendored
1
.gitignore
vendored
@ -48,3 +48,4 @@
|
||||
/harfbuzz-2.6.7.tar.xz
|
||||
/harfbuzz-2.6.8.tar.xz
|
||||
/harfbuzz-2.7.1.tar.xz
|
||||
/harfbuzz-2.7.2.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference harfbuzz-2.7.1/configure.ac harfbuzz-2.7.1-new/configure.ac
|
||||
--- harfbuzz-2.7.1/configure.ac 2020-08-13 18:26:05.000000000 +0200
|
||||
+++ harfbuzz-2.7.1-new/configure.ac 2020-08-21 15:18:48.504983303 +0200
|
||||
diff -rupN --no-dereference harfbuzz-2.7.2/configure.ac harfbuzz-2.7.2-new/configure.ac
|
||||
--- harfbuzz-2.7.2/configure.ac 2020-08-29 00:29:24.000000000 +0200
|
||||
+++ harfbuzz-2.7.2-new/configure.ac 2020-09-02 10:52:56.710159341 +0200
|
||||
@@ -475,6 +475,30 @@ fi
|
||||
|
||||
dnl ===========================================================================
|
||||
@ -38,9 +38,9 @@ diff -rupN --no-dereference harfbuzz-2.7.1/configure.ac harfbuzz-2.7.1-new/confi
|
||||
Introspection: ${have_introspection}
|
||||
+ Enable delay loading: ${enable_delay_load}
|
||||
])
|
||||
diff -rupN --no-dereference harfbuzz-2.7.1/src/Makefile.am harfbuzz-2.7.1-new/src/Makefile.am
|
||||
--- harfbuzz-2.7.1/src/Makefile.am 2020-08-13 18:26:05.000000000 +0200
|
||||
+++ harfbuzz-2.7.1-new/src/Makefile.am 2020-08-21 15:18:48.505983867 +0200
|
||||
diff -rupN --no-dereference harfbuzz-2.7.2/src/Makefile.am harfbuzz-2.7.2-new/src/Makefile.am
|
||||
--- harfbuzz-2.7.2/src/Makefile.am 2020-08-28 19:47:18.000000000 +0200
|
||||
+++ harfbuzz-2.7.2-new/src/Makefile.am 2020-09-02 10:52:56.710159341 +0200
|
||||
@@ -50,8 +50,23 @@ HBHEADERS += $(HB_GLIB_headers)
|
||||
endif
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference harfbuzz-2.7.1/src/gen-def.py harfbuzz-2.7.1-new/src/gen-def.py
|
||||
--- harfbuzz-2.7.1/src/gen-def.py 2020-08-11 10:44:44.000000000 +0200
|
||||
+++ harfbuzz-2.7.1-new/src/gen-def.py 2020-08-21 15:18:48.673077973 +0200
|
||||
diff -rupN --no-dereference harfbuzz-2.7.2/src/gen-def.py harfbuzz-2.7.2-new/src/gen-def.py
|
||||
--- harfbuzz-2.7.2/src/gen-def.py 2020-07-11 14:36:59.000000000 +0200
|
||||
+++ harfbuzz-2.7.2-new/src/gen-def.py 2020-09-02 10:52:56.881157855 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python3
|
||||
+#!/usr/bin/python3
|
||||
|
@ -1,7 +1,7 @@
|
||||
%{?mingw_package_header}
|
||||
|
||||
Name: mingw-harfbuzz
|
||||
Version: 2.7.1
|
||||
Version: 2.7.2
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows Harfbuzz library
|
||||
|
||||
@ -142,6 +142,9 @@ find %{buildroot} -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 02 2020 Sandro Mani <manisandro@gmail.com> - 2.7.2-1
|
||||
- Update to 2.7.2
|
||||
|
||||
* Fri Aug 21 2020 Sandro Mani <manisandro@gmail.com> - 2.7.1-1
|
||||
- Update to 2.7.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (harfbuzz-2.7.1.tar.xz) = 9a89e44b228c334b1bdeff9b712a0d8122b23a89e76b7d9877c37103f11f90b2924b79bf89450879ec9870d84c0cccdcc967646924e049b1ff2013b0817c61a9
|
||||
SHA512 (harfbuzz-2.7.2.tar.xz) = 6600e3868df2da37644fe683839ffce129144332b6949795e71004318159582bd2c03da8510b6577b117a66aff155f8559de144dc2ffb010a59ccd7509d66399
|
||||
|
Loading…
Reference in New Issue
Block a user