Update to 1.2.6

This commit is contained in:
Erik van Pienbroek 2016-04-09 22:35:23 +02:00
parent 48eff240cb
commit 90ab6aed8d
4 changed files with 13 additions and 9 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@
/harfbuzz-1.0.2.tar.bz2
/harfbuzz-1.0.3.tar.bz2
/harfbuzz-1.1.2.tar.bz2
/harfbuzz-1.2.6.tar.bz2

View File

@ -37,9 +37,9 @@
Introspection: ${have_introspection}
+ Enable delay loading: ${enable_delay_load}
])
--- harfbuzz-1.1.2/src/Makefile.am.orig 2015-11-27 01:24:17.545771865 +0100
+++ harfbuzz-1.1.2/src/Makefile.am 2015-12-31 16:08:07.869821859 +0100
@@ -149,14 +149,29 @@
--- harfbuzz-1.2.6/src/Makefile.am.orig 2016-03-15 23:14:32.000000000 +0100
+++ harfbuzz-1.2.6/src/Makefile.am 2016-04-09 22:32:19.462635695 +0200
@@ -51,14 +51,29 @@
endif
if HAVE_FREETYPE
@ -67,10 +67,10 @@
# in a year or two, or otherwise work around it...
#HBDEPS += $(FREETYPE_DEPS)
+HBCFLAGS += $(FREETYPE_CFLAGS)
HBSOURCES += hb-ft.cc
HBHEADERS += hb-ft.h
HBSOURCES += $(HB_FT_sources)
HBHEADERS += $(HB_FT_headers)
endif
@@ -226,9 +226,9 @@
@@ -120,9 +135,9 @@
libharfbuzz_la_SOURCES = $(HBSOURCES) $(HBHEADERS) $(HBNODISTHEADERS)
libharfbuzz_la_CPPFLAGS = $(HBCFLAGS)

View File

@ -1,8 +1,8 @@
%{?mingw_package_header}
Name: mingw-harfbuzz
Version: 1.1.2
Release: 2%{?dist}
Version: 1.2.6
Release: 1%{?dist}
Summary: MinGW Windows Harfbuzz library
License: MIT
@ -128,6 +128,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
%changelog
* Sat Apr 9 2016 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.2.6-1
- Update to 1.2.6
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
e6210d3cfd4064d95621fc16913268ed harfbuzz-1.1.2.tar.bz2
9f4b6831c86135faef011e991f59f77f harfbuzz-1.2.6.tar.bz2