Accepting request 197076 from home:dimstar:branches:GNOME:Factory
Update to 0.9.20 OBS-URL: https://build.opensuse.org/request/show/197076 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=34
This commit is contained in:
parent
41a405724f
commit
4dc5878355
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2da0f060d47f6ad9de8c8781bb21fa4b9eae8ea1cd1e956b814095baa002f35
|
||||
size 926632
|
3
harfbuzz-0.9.20.tar.bz2
Normal file
3
harfbuzz-0.9.20.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:83384fa03fbcf0c5d8203374bae2efef7dcac650f428d2216d8a6d2251dbbc67
|
||||
size 1030152
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 2 07:13:18 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.9.20:
|
||||
+ Misc substitute_closure() fixes.
|
||||
+ Build fixes.
|
||||
+ GObject and Introspection:
|
||||
- Added harfbuzz-gobject library (hb-gobject.h) that has type
|
||||
bindings for all HarfBuzz objects and enums. Enable using
|
||||
--with-gobject.
|
||||
- Added gobject-introspection boilerplate. Nothing useful
|
||||
right now.
|
||||
+ OpenType shaper:
|
||||
- Apply 'mark' in Myanmar shaper.
|
||||
- Don't apply 'dlig' by default.
|
||||
+ Uniscribe shaper:
|
||||
- Support user features.
|
||||
- Fix loading of fonts that are also installed on the system.
|
||||
- Fix shaping of Arabic Presentation Forms.
|
||||
- Fix build with wide chars.
|
||||
+ CoreText shaper:
|
||||
- Support user features
|
||||
+ Updated documentations.
|
||||
- Add missing post/postun scripts to -n libharfbuzz-icu0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 17 06:58:43 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: harfbuzz
|
||||
Version: 0.9.19
|
||||
Version: 0.9.20
|
||||
Release: 0
|
||||
Summary: An OpenType text shaping engine
|
||||
License: MIT
|
||||
@ -88,8 +88,10 @@ make %{?_smp_mflags}
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%post -n libharfbuzz0 -p /sbin/ldconfig
|
||||
%post -n libharfbuzz-icu0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libharfbuzz0 -p /sbin/ldconfig
|
||||
%postun -n libharfbuzz-icu0 -p /sbin/ldconfig
|
||||
|
||||
%files -n libharfbuzz0
|
||||
%defattr(-,root,root)
|
||||
@ -108,6 +110,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%docdir %{_datadir}/gtk-doc
|
||||
%{_datadir}/gtk-doc/html/harfbuzz/
|
||||
%{_includedir}/harfbuzz/
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/harfbuzz.pc
|
||||
|
Loading…
Reference in New Issue
Block a user