Hello community,

here is the log from the commit of package mgetty for openSUSE:Factory checked 
in at 2013-03-11 07:24:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mgetty (Old)
 and      /work/SRC/openSUSE:Factory/.mgetty.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/mgetty/mgetty.changes    2013-01-11 
09:35:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mgetty.new/mgetty.changes       2013-03-11 
07:24:56.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Mar  5 11:33:38 UTC 2013 - [email protected]
+
+- lp64.patch: Add support for future LP64 platforms
+
+-------------------------------------------------------------------

New:
----
  lp64.patch

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

Other differences:
------------------
++++++ mgetty.spec ++++++
--- /var/tmp/diff_new_pack.Q6qAqu/_old  2013-03-11 07:24:58.000000000 +0100
+++ /var/tmp/diff_new_pack.Q6qAqu/_new  2013-03-11 07:24:58.000000000 +0100
@@ -44,6 +44,7 @@
 Patch6:         mgetty-1.1.36-no-date-time.patch
 Patch7:         bug646280.patch
 Patch8:         fixpie.patch
+Patch9:         lp64.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -94,6 +95,7 @@
 %patch6
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 
 %build
 ln -s policy.h-dist policy.h

++++++ lp64.patch ++++++
Index: mgetty-1.1.36/mgetty.h
===================================================================
--- mgetty-1.1.36.orig/mgetty.h
+++ mgetty-1.1.36/mgetty.h
@@ -198,7 +198,7 @@ typedef unsigned char uch;
  */
 #if defined(__alpha__) || defined(__sparc64__) || \
            defined(__ia64__) || defined(__s390x__) || defined(__x86_64__) || \
-           defined(__powerpc64__)
+           defined(__powerpc64__) || defined (_LP64)
 # define PTR_IS_LONG
 #endif
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to