Update to 3.1.0
This commit is contained in:
parent
36326d06fc
commit
12f1da23fc
1
.gitignore
vendored
1
.gitignore
vendored
@ -55,3 +55,4 @@
|
||||
/harfbuzz-2.8.2.tar.xz
|
||||
/harfbuzz-2.9.0.tar.xz
|
||||
/harfbuzz-3.0.0.tar.xz
|
||||
/harfbuzz-3.1.0.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference harfbuzz-3.0.0/configure.ac harfbuzz-3.0.0-new/configure.ac
|
||||
--- harfbuzz-3.0.0/configure.ac 2021-09-17 21:37:04.000000000 +0200
|
||||
+++ harfbuzz-3.0.0-new/configure.ac 2021-09-21 12:07:40.788495594 +0200
|
||||
diff -rupN --no-dereference harfbuzz-3.1.0/configure.ac harfbuzz-3.1.0-new/configure.ac
|
||||
--- harfbuzz-3.1.0/configure.ac 2021-11-03 22:37:53.000000000 +0100
|
||||
+++ harfbuzz-3.1.0-new/configure.ac 2021-11-08 08:39:41.703815079 +0100
|
||||
@@ -417,6 +417,30 @@ AM_CONDITIONAL(HAVE_CORETEXT, $have_core
|
||||
|
||||
dnl ===========================================================================
|
||||
@ -38,9 +38,9 @@ diff -rupN --no-dereference harfbuzz-3.0.0/configure.ac harfbuzz-3.0.0-new/confi
|
||||
Introspection: ${have_introspection}
|
||||
+ Enable delay loading: ${enable_delay_load}
|
||||
])
|
||||
diff -rupN --no-dereference harfbuzz-3.0.0/src/Makefile.am harfbuzz-3.0.0-new/src/Makefile.am
|
||||
--- harfbuzz-3.0.0/src/Makefile.am 2021-09-17 21:37:04.000000000 +0200
|
||||
+++ harfbuzz-3.0.0-new/src/Makefile.am 2021-09-21 12:07:40.788495594 +0200
|
||||
diff -rupN --no-dereference harfbuzz-3.1.0/src/Makefile.am harfbuzz-3.1.0-new/src/Makefile.am
|
||||
--- harfbuzz-3.1.0/src/Makefile.am 2021-11-03 22:37:53.000000000 +0100
|
||||
+++ harfbuzz-3.1.0-new/src/Makefile.am 2021-11-08 08:39:41.704815089 +0100
|
||||
@@ -50,8 +50,23 @@ HBHEADERS += $(HB_GLIB_headers)
|
||||
endif
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference harfbuzz-3.0.0/src/gen-def.py harfbuzz-3.0.0-new/src/gen-def.py
|
||||
--- harfbuzz-3.0.0/src/gen-def.py 2021-09-17 21:37:04.000000000 +0200
|
||||
+++ harfbuzz-3.0.0-new/src/gen-def.py 2021-09-21 12:07:40.954524009 +0200
|
||||
diff -rupN --no-dereference harfbuzz-3.1.0/src/gen-def.py harfbuzz-3.1.0-new/src/gen-def.py
|
||||
--- harfbuzz-3.1.0/src/gen-def.py 2021-11-03 22:37:53.000000000 +0100
|
||||
+++ harfbuzz-3.1.0-new/src/gen-def.py 2021-11-08 08:39:41.884817013 +0100
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python3
|
||||
+#!/usr/bin/python3
|
||||
|
@ -1,7 +1,7 @@
|
||||
%{?mingw_package_header}
|
||||
|
||||
Name: mingw-harfbuzz
|
||||
Version: 3.0.0
|
||||
Version: 3.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows Harfbuzz library
|
||||
|
||||
@ -144,6 +144,9 @@ find %{buildroot} -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 08 2021 Sandro Mani <manisandro@gmail.com> - 3.1.0-1
|
||||
- Update to 3.1.0
|
||||
|
||||
* Tue Sep 21 2021 Sandro Mani <manisandro@gmail.com> - 3.0.0-1
|
||||
- Update to 3.0.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (harfbuzz-3.0.0.tar.xz) = 056d55fded90b36e48790fc2c562126041bb7397bb35baaa8ac366e3472180a4f76dc7adb095339c36ce89e7a3d23f940335762da780e3df1c221de325f932ac
|
||||
SHA512 (harfbuzz-3.1.0.tar.xz) = b91a4d504b4867244a949604905393750c965797ce6c7f7d11013214b39f6dfe1f9bd735a6b514dd231023c0c7055c33d7c1554b1fdc075f845d39478f1c284c
|
||||
|
Loading…
Reference in New Issue
Block a user