Update to 0.9.20 upstream release
This commit is contained in:
parent
4dc8fc0068
commit
d9bfedc308
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
|||||||
/harfbuzz-0.9.17.tar.bz2
|
/harfbuzz-0.9.17.tar.bz2
|
||||||
/harfbuzz-0.9.18.tar.bz2
|
/harfbuzz-0.9.18.tar.bz2
|
||||||
/harfbuzz-0.9.19.tar.bz2
|
/harfbuzz-0.9.19.tar.bz2
|
||||||
|
/harfbuzz-0.9.20.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: harfbuzz
|
Name: harfbuzz
|
||||||
Version: 0.9.19
|
Version: 0.9.20
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Text shaping library
|
Summary: Text shaping library
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -12,6 +12,7 @@ BuildRequires: freetype-devel
|
|||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: libicu-devel
|
BuildRequires: libicu-devel
|
||||||
BuildRequires: graphite2-devel
|
BuildRequires: graphite2-devel
|
||||||
|
BuildRequires: gtk-doc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
HarfBuzz is an implementation of the OpenType Layout engine.
|
HarfBuzz is an implementation of the OpenType Layout engine.
|
||||||
@ -64,6 +65,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
%{_libdir}/libharfbuzz.so.*
|
%{_libdir}/libharfbuzz.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
%doc %{_datadir}/gtk-doc
|
||||||
%{_bindir}/hb-view
|
%{_bindir}/hb-view
|
||||||
%{_bindir}/hb-ot-shape-closure
|
%{_bindir}/hb-ot-shape-closure
|
||||||
%{_bindir}/hb-shape
|
%{_bindir}/hb-shape
|
||||||
@ -77,6 +79,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
%{_libdir}/libharfbuzz-icu.so.*
|
%{_libdir}/libharfbuzz-icu.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 30 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.9.20-1
|
||||||
|
- Update to 0.9.20 upstream release
|
||||||
|
|
||||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.19-2
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.19-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user