Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2014-04-09 13:01:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grub2 (Old)
 and      /work/SRC/openSUSE:Factory/.grub2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grub2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/grub2/grub2.changes      2014-03-04 
13:14:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2014-04-09 
13:01:03.000000000 +0200
@@ -1,0 +2,9 @@
+Sat Apr  5 14:27:45 UTC 2014 - arvidj...@gmail.com
+
+- rename grub2.chrp back into grub.chrp, otherwise it is not found by
+  grub tools
+- replace grub2-use-DejaVuSansMono-for-starfield-theme.patch with
+  grub2-use-Unifont-for-starfield-theme-terminal.patch - use Unifont
+  font for terminal window
+
+-------------------------------------------------------------------

Old:
----
  grub2-use-DejaVuSansMono-for-starfield-theme.patch

New:
----
  grub2-use-Unifont-for-starfield-theme-terminal.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ grub2.spec ++++++
--- /var/tmp/diff_new_pack.xVbv3q/_old  2014-04-09 13:01:04.000000000 +0200
+++ /var/tmp/diff_new_pack.xVbv3q/_new  2014-04-09 13:01:04.000000000 +0200
@@ -136,7 +136,7 @@
 Patch34:        grub2-secureboot-use-linuxefi-on-uefi-in-os-prober.patch
 Patch35:        grub2-linguas.sh-no-rsync.patch
 Patch36:        0001-look-for-DejaVu-also-in-usr-share-fonts-truetype.patch
-Patch37:        grub2-use-DejaVuSansMono-for-starfield-theme.patch
+Patch37:        grub2-use-Unifont-for-starfield-theme-terminal.patch
 Patch38:        
grub2-s390x-01-Changes-made-and-files-added-in-order-to-allow-s390x.patch
 # Btrfs snapshot booting related patches
 Patch101:       0002-btrfs-add-ability-to-boot-from-subvolumes.patch
@@ -473,6 +473,12 @@
 install -m 755 -D %{SOURCE6} $RPM_BUILD_ROOT%{_sbindir}/grub2-once
 install -m 755 -D %{SOURCE12} $RPM_BUILD_ROOT%{_libdir}/snapper/plugins/grub
 
+%ifarch ppc ppc64 ppc64le
+# Rename grub2.chrp back to grub.chrp so it is found by tools
+mv $RPM_BUILD_ROOT%{_libdir}/%{name}/%{grubarch}/%{name}.chrp \
+   $RPM_BUILD_ROOT%{_libdir}/%{name}/%{grubarch}/grub.chrp
+%endif
+
 %find_lang %{name}
 %fdupes %buildroot%{_bindir}
 
@@ -697,7 +703,8 @@
 %defattr(-,root,root,-)
 %dir %{_libdir}/%{name}/%{grubarch}
 %ifarch ppc ppc64 ppc64le
-%{_libdir}/%{name}/%{grubarch}/%{name}.chrp
+# This is intentionally "grub.chrp" and not "%{name}.chrp"
+%{_libdir}/%{name}/%{grubarch}/grub.chrp
 %{_libdir}/%{name}/%{grubarch}/bootinfo.txt
 %endif
 %ifnarch ppc ppc64 ppc64le s390x

++++++ grub2-use-Unifont-for-starfield-theme-terminal.patch ++++++
DejaVu Sans is proportional font and looks pretty bad in terminal
window. Use GNU Unifont instead.
Index: grub-2.02~beta2/themes/starfield/theme.txt
===================================================================
--- grub-2.02~beta2.orig/themes/starfield/theme.txt
+++ grub-2.02~beta2/themes/starfield/theme.txt
@@ -25,7 +25,7 @@ message-font: "DejaVu Sans Regular 12"
 message-color: "#000"
 message-bg-color: "#fff"
 terminal-box: "terminal_box_*.png"
-terminal-font: "DejaVu Sans Regular 12"
+terminal-font: "Gnu Unifont Mono Regular 16"
 desktop-image: "starfield.png"
 
 #help bar at the bottom
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to