rpms/wesnoth/F-9 .cvsignore, 1.27, 1.28 sources, 1.29, 1.30 wesnoth.spec, 1.55, 1.56

Warren Togami 砥上勇 wtogami at fedoraproject.org
Sun Dec 28 20:33:18 UTC 2008


Author: wtogami

Update of /cvs/pkgs/rpms/wesnoth/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1851

Modified Files:
	.cvsignore sources wesnoth.spec 
Log Message:
- 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.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/wesnoth/F-9/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- .cvsignore	24 Nov 2008 22:50:01 -0000	1.27
+++ .cvsignore	28 Dec 2008 20:32:48 -0000	1.28
@@ -1 +1 @@
-wesnoth-1.4.6.tar.bz2
+wesnoth-1.4.7.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/wesnoth/F-9/sources,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- sources	24 Nov 2008 22:50:01 -0000	1.29
+++ sources	28 Dec 2008 20:32:48 -0000	1.30
@@ -1 +1 @@
-9e92234b29f062b3779750ba3cd0a71b  wesnoth-1.4.6.tar.bz2
+fdd341c3d66bf1bea2113c79db852d68  wesnoth-1.4.7.tar.bz2


Index: wesnoth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wesnoth/F-9/wesnoth.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- wesnoth.spec	24 Nov 2008 22:50:01 -0000	1.55
+++ wesnoth.spec	28 Dec 2008 20:32:48 -0000	1.56
@@ -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 @@
 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 @@
 %endif
 
 %changelog
-* Tue Nov 18 2008 Warren Togami <wtogami at redhat.com>
+* Sun Dec 28 2008 Warren Togami <wtogami at redhat.com> - 1.4.7-1
+- 1.4.7
+- Remove font requirement
+
+* Wed Dec 17 2008 Benjamin Kosnik  <bkoz at redhat.com> - 1.4.6-6
+- Rebuild for boost-1.37.0.
+
+* Sun Dec 14 2008 Warren Togami <wtogami at redhat.com> - 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 <limb at jcomserv.net> - 1.4.6-4
+- Rediffed fuzzy gcc43 patch.
+
+* Tue Nov 18 2008 Warren Togami <wtogami at redhat.com> 1.4.6-3
 - split into -data noarch subpackage to save mirror space
 
 * Mon Nov 17 2008 Jon Ciesla <limb at jcomserv.net> - 1.4.6-1




More information about the fedora-extras-commits mailing list