diff --git a/.gitignore b/.gitignore index 86074f0..b0318c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /harfbuzz-0.6.0.tar.bz2 +/harfbuzz-0.9.2.tar.bz2 diff --git a/harfbuzz.spec b/harfbuzz.spec index f7d903b..786748a 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -1,6 +1,6 @@ Name: harfbuzz -Version: 0.6.0 -Release: 7%{?dist} +Version: 0.9.2 +Release: 1%{?dist} Summary: Text shaping library License: MIT @@ -40,7 +40,7 @@ make %{?_smp_mflags} V=1 %install -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" rm -f $RPM_BUILD_ROOT%{_libdir}/*.la @@ -50,17 +50,22 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %files -%doc COPYING README +%doc NEWS ChangeLog AUTHORS COPYING README %{_libdir}/*.so.* %files devel %{_bindir}/hb-view +%{_bindir}/hb-ot-shape-closure +%{_bindir}/hb-shape %{_includedir}/harfbuzz/ %{_libdir}/*.so %{_libdir}/pkgconfig/harfbuzz.pc %changelog +* Mon Aug 13 2012 Parag Nemade - 0.9.2-1 +- Update to 0.9.2 upstream release + * Thu Jul 19 2012 Fedora Release Engineering - 0.6.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index eb1a055..5a15594 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -993807eb81ad61e08d50f28b57baf405 harfbuzz-0.6.0.tar.bz2 +f1c1a2793b44b4d6613f58cc92caa366 harfbuzz-0.9.2.tar.bz2