Hello community,

here is the log from the commit of package kbd for openSUSE:Factory checked in 
at 2011-12-21 14:56:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kbd (Old)
 and      /work/SRC/openSUSE:Factory/.kbd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kbd", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kbd/kbd.changes  2011-12-02 09:27:05.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.kbd.new/kbd.changes     2011-12-21 
14:56:56.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Dec 20 17:35:35 CET 2011 - [email protected]
+
+- Enable resizecons on x86_64 (bnc#737631).
+
+-------------------------------------------------------------------

New:
----
  kbd-1.15.3-resizecons-enable-x86_64.patch

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

Other differences:
------------------
++++++ kbd.spec ++++++
--- /var/tmp/diff_new_pack.57D6ZZ/_old  2011-12-21 14:56:57.000000000 +0100
+++ /var/tmp/diff_new_pack.57D6ZZ/_new  2011-12-21 14:56:57.000000000 +0100
@@ -15,6 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:           kbd
 # git: git://git.altlinux.org/people/legion/packages/kbd.git
 Url:            ftp://ftp.altlinux.org/pub/people/legion/kbd/
@@ -54,6 +56,7 @@
 Patch8:         kbd-1.15.2-chvt-userwait.patch
 Patch9:         kbd-%{version}-po-es.patch
 Patch10:        kbd-1.15.3-loadkeys.diff
+Patch11:        kbd-1.15.3-resizecons-enable-x86_64.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         %fillup_prereq %insserv_prereq
 BuildRequires:  bison
@@ -90,6 +93,7 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 
 %build
 for i in `find data/keymaps/mac -type f` ; do
@@ -227,8 +231,10 @@
 #mkdir -p $RPM_BUILD_ROOT/etc/sysconfig
 #touch $RPM_BUILD_ROOT/etc/sysconfig/console
 %ifnarch %ix86
+%ifnarch x86_64
    rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/resizecons.8*
 %endif
+%endif
 %ifarch %sparc m68k
 rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/getkeycodes.8*
 rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/setkeycodes.8*
@@ -281,6 +287,9 @@
 %ifarch %ix86
 /bin/resizecons
 %endif
+%ifarch x86_64
+/bin/resizecons
+%endif
 /bin/setfont
 /bin/setleds
 /bin/setmetamode
@@ -313,6 +322,9 @@
 %ifarch %ix86
 %doc %{_mandir}/man8/resizecons.8.gz
 %endif
+%ifarch x86_64
+%doc %{_mandir}/man8/resizecons.8.gz
+%endif
 %doc %{_mandir}/man8/setfont.8.gz
 %doc %{_mandir}/man8/fbtest.8.gz
 %doc %{_mandir}/man8/kbdrate.8.gz

++++++ kbd-1.15.3-resizecons-enable-x86_64.patch ++++++
Index: kbd-1.15.3/configure.ac
===================================================================
--- kbd-1.15.3.orig/configure.ac
+++ kbd-1.15.3/configure.ac
@@ -59,7 +59,7 @@ esac
 AM_CONDITIONAL(KEYCODES_PROGS, test "$KEYCODES_PROGS" = "yes")
 
 case $host_cpu in
-       i?86*) RESIZECONS_PROGS=yes ;;
+       i?86*|x86_64) RESIZECONS_PROGS=yes ;;
        *)     RESIZECONS_PROGS=no ;;
 esac
 AM_CONDITIONAL(RESIZECONS_PROGS, test "$RESIZECONS_PROGS" = "yes")
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to