Hello community,

here is the log from the commit of package smlnj for openSUSE:Factory checked 
in at 2015-05-29 10:39:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/smlnj (Old)
 and      /work/SRC/openSUSE:Factory/.smlnj.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "smlnj"

Changes:
--------
--- /work/SRC/openSUSE:Factory/smlnj/smlnj.changes      2012-03-29 
07:48:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.smlnj.new/smlnj.changes 2015-05-29 
10:39:04.000000000 +0200
@@ -1,0 +2,5 @@
+Wed May 20 16:13:16 UTC 2015 - [email protected]
+
+- Add smlnj-linux-4.0.patch: Fix build with Linux kernel 4.x.
+
+-------------------------------------------------------------------

New:
----
  smlnj-linux-4.0.patch

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

Other differences:
------------------
++++++ smlnj.spec ++++++
--- /var/tmp/diff_new_pack.GIm6dU/_old  2015-05-29 10:39:06.000000000 +0200
+++ /var/tmp/diff_new_pack.GIm6dU/_new  2015-05-29 10:39:06.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package smlnj
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
 Url:            http://www.smlnj.org/
 Source:         smlnj-%{version}.tar.bz2
 Source1:        pack_new_version.sh
+Patch0:         smlnj-linux-4.0.patch
 Patch2:         MLRISC.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %{ix86} ppc
@@ -36,6 +37,7 @@
 %prep
 %setup -q
 tar -xzf config.tgz
+%patch0 -p1
 mkdir base
 cd base
 tar -xzf ../runtime.tgz

++++++ smlnj-linux-4.0.patch ++++++
Index: smlnj-110.74/config/_arch-n-opsys
===================================================================
--- smlnj-110.74.orig/config/_arch-n-opsys
+++ smlnj-110.74/config/_arch-n-opsys
@@ -95,6 +95,7 @@ case `uname -s` in
          2.5.*) ;;
          2.6.*) ;;
          3.*) ;;
+         4.*) ;;
          *) exit 1 ;;
        esac
        ;;

Reply via email to