From 170ac6eb5457f669433c4c5d5eab15d6835876cd Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Dec 28 2008 20:32:48 +0000 Subject: - 1.4.7 - No longer ship Wesnoth's redundant copy of fonts. We now symlink to the Fedora packaged fonts that wesnoth expects. dejavu-fonts (Latin) sazanami-fonts-gothic (Japanese) wqy-zenhei-fonts (Chinese) We do not explicitly require these fonts. Normally these fonts would be already installed by your system to use that language. --- diff --git a/.cvsignore b/.cvsignore index 73417e7..e99a7ab 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -wesnoth-1.4.6.tar.bz2 +wesnoth-1.4.7.tar.bz2 diff --git a/sources b/sources index 7d6bd5d..b8f1c18 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9e92234b29f062b3779750ba3cd0a71b wesnoth-1.4.6.tar.bz2 +fdd341c3d66bf1bea2113c79db852d68 wesnoth-1.4.7.tar.bz2 diff --git a/wesnoth.spec b/wesnoth.spec index c19f070..487ae2d 100644 --- a/wesnoth.spec +++ b/wesnoth.spec @@ -1,6 +1,5 @@ -%define _default_patch_fuzz 2 Name: wesnoth -Version: 1.4.6 +Version: 1.4.7 Release: 1%{?dist} Summary: Turn-based strategy game with a fantasy theme @@ -120,6 +119,15 @@ mkdir -p $RPM_BUILD_ROOT/%{_datadir}/pixmaps ln -sf ../wesnoth/icons/%{name}-icon.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps ln -sf ../wesnoth/icons/%{name}_editor-icon.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps +# Wesnoth ships its own fonts, replace with Fedora packaged versions +rm -f $RPM_BUILD_ROOT/%{_datadir}/%{name}/fonts/* +# dejavu-fonts +ln -s /usr/share/fonts/dejavu/DejaVuSans.ttf $RPM_BUILD_ROOT/%{_datadir}/%{name}/fonts/DejaVuSans.ttf +# sazanami-fonts-gothic +ln -s /usr/share/fonts/sazanami-fonts-gothic/sazanami-gothic.ttf $RPM_BUILD_ROOT/%{_datadir}/%{name}/fonts/sazanami-gothic.ttf +# wqy-zenhei-fonts +ln -s /usr/share/fonts/wqy-zenhei/wqy-zenhei.ttc $RPM_BUILD_ROOT/%{_datadir}/%{name}/fonts/wqy-zenhei-gb2312.ttf + %find_lang %{name}.\* @@ -234,7 +242,26 @@ fi %endif %changelog -* Tue Nov 18 2008 Warren Togami +* Sun Dec 28 2008 Warren Togami - 1.4.7-1 +- 1.4.7 +- Remove font requirement + +* Wed Dec 17 2008 Benjamin Kosnik - 1.4.6-6 +- Rebuild for boost-1.37.0. + +* Sun Dec 14 2008 Warren Togami - 1.4.6-5 +- No longer ship Wesnoth's redundant copy of fonts. + We now symlink to the Fedora packaged fonts that wesnoth expects. + dejavu-fonts (Latin) + sazanami-fonts-gothic (Japanese) + wqy-zenhei-fonts (Chinese) + We do not explicitly require these fonts. Normally these fonts would be + already installed by your system to use that language. + +* Wed Dec 10 2008 Jon Ciesla - 1.4.6-4 +- Rediffed fuzzy gcc43 patch. + +* Tue Nov 18 2008 Warren Togami 1.4.6-3 - split into -data noarch subpackage to save mirror space * Mon Nov 17 2008 Jon Ciesla - 1.4.6-1