Update to 2.8.0
This commit is contained in:
parent
f77f8e510a
commit
a30402caa6
1
.gitignore
vendored
1
.gitignore
vendored
@ -50,3 +50,4 @@
|
|||||||
/harfbuzz-2.7.1.tar.xz
|
/harfbuzz-2.7.1.tar.xz
|
||||||
/harfbuzz-2.7.2.tar.xz
|
/harfbuzz-2.7.2.tar.xz
|
||||||
/harfbuzz-2.7.4.tar.xz
|
/harfbuzz-2.7.4.tar.xz
|
||||||
|
/harfbuzz-2.8.0.tar.xz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
diff -rupN --no-dereference harfbuzz-2.7.4/configure.ac harfbuzz-2.7.4-new/configure.ac
|
diff -rupN --no-dereference harfbuzz-2.8.0/configure.ac harfbuzz-2.8.0-new/configure.ac
|
||||||
--- harfbuzz-2.7.4/configure.ac 2020-12-27 01:01:18.000000000 +0100
|
--- harfbuzz-2.8.0/configure.ac 2021-03-16 18:32:44.000000000 +0100
|
||||||
+++ harfbuzz-2.7.4-new/configure.ac 2020-12-27 21:23:44.382470169 +0100
|
+++ harfbuzz-2.8.0-new/configure.ac 2021-03-24 10:19:19.681110368 +0100
|
||||||
@@ -456,6 +456,30 @@ fi
|
@@ -417,6 +417,30 @@ AM_CONDITIONAL(HAVE_CORETEXT, $have_core
|
||||||
|
|
||||||
dnl ===========================================================================
|
dnl ===========================================================================
|
||||||
|
|
||||||
@ -32,15 +32,15 @@ diff -rupN --no-dereference harfbuzz-2.7.4/configure.ac harfbuzz-2.7.4-new/confi
|
|||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
Makefile
|
Makefile
|
||||||
src/Makefile
|
src/Makefile
|
||||||
@@ -519,4 +543,5 @@ Other features:
|
@@ -480,4 +504,5 @@ Other features:
|
||||||
Documentation: ${enable_gtk_doc}
|
Documentation: ${enable_gtk_doc}
|
||||||
GObject bindings: ${have_gobject}
|
GObject bindings: ${have_gobject}
|
||||||
Introspection: ${have_introspection}
|
Introspection: ${have_introspection}
|
||||||
+ Enable delay loading: ${enable_delay_load}
|
+ Enable delay loading: ${enable_delay_load}
|
||||||
])
|
])
|
||||||
diff -rupN --no-dereference harfbuzz-2.7.4/src/Makefile.am harfbuzz-2.7.4-new/src/Makefile.am
|
diff -rupN --no-dereference harfbuzz-2.8.0/src/Makefile.am harfbuzz-2.8.0-new/src/Makefile.am
|
||||||
--- harfbuzz-2.7.4/src/Makefile.am 2020-12-27 01:01:18.000000000 +0100
|
--- harfbuzz-2.8.0/src/Makefile.am 2021-03-16 18:32:44.000000000 +0100
|
||||||
+++ harfbuzz-2.7.4-new/src/Makefile.am 2020-12-27 21:23:44.382470169 +0100
|
+++ harfbuzz-2.8.0-new/src/Makefile.am 2021-03-24 10:19:19.681110368 +0100
|
||||||
@@ -50,8 +50,23 @@ HBHEADERS += $(HB_GLIB_headers)
|
@@ -50,8 +50,23 @@ HBHEADERS += $(HB_GLIB_headers)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -rupN --no-dereference harfbuzz-2.7.4/src/gen-def.py harfbuzz-2.7.4-new/src/gen-def.py
|
diff -rupN --no-dereference harfbuzz-2.8.0/src/gen-def.py harfbuzz-2.8.0-new/src/gen-def.py
|
||||||
--- harfbuzz-2.7.4/src/gen-def.py 2020-12-27 01:01:18.000000000 +0100
|
--- harfbuzz-2.8.0/src/gen-def.py 2021-03-16 18:32:44.000000000 +0100
|
||||||
+++ harfbuzz-2.7.4-new/src/gen-def.py 2020-12-27 21:23:44.516469823 +0100
|
+++ harfbuzz-2.8.0-new/src/gen-def.py 2021-03-24 10:19:19.829110371 +0100
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,4 +1,4 @@
|
||||||
-#!/usr/bin/env python3
|
-#!/usr/bin/env python3
|
||||||
+#!/usr/bin/python3
|
+#!/usr/bin/python3
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%{?mingw_package_header}
|
%{?mingw_package_header}
|
||||||
|
|
||||||
Name: mingw-harfbuzz
|
Name: mingw-harfbuzz
|
||||||
Version: 2.7.4
|
Version: 2.8.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: MinGW Windows Harfbuzz library
|
Summary: MinGW Windows Harfbuzz library
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -143,6 +143,9 @@ find %{buildroot} -name "*.la" -delete
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 24 2021 Sandro Mani <manisandro@gmail.com> - 2.8.0-1
|
||||||
|
- Update to 2.8.0
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.4-2
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.4-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (harfbuzz-2.7.4.tar.xz) = d2af6a768c397c664f654cf36140e7b5696b3b983f637454604570c348247f7ffea135048d9b02cf6593cbde728567e31bf82a39df5ff38d680c78dff24d4cf0
|
SHA512 (harfbuzz-2.8.0.tar.xz) = 0ece78fa5c18be1fd693f40493ff3689a297ef4d5ad82f31054e8f42c1ba4e8b93afe1ed1ccb9eb9a0f165f8d1343c12c0606f1768a4f85bb041ae65018e6d83
|
||||||
|
Loading…
Reference in New Issue
Block a user