Hello community,

here is the log from the commit of package mono-debugger for openSUSE:Factory 
checked in at 2012-11-28 11:13:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mono-debugger (Old)
 and      /work/SRC/openSUSE:Factory/.mono-debugger.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mono-debugger", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mono-debugger/mono-debugger.changes      
2012-04-12 09:41:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mono-debugger.new/mono-debugger.changes 
2012-11-28 11:13:59.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Nov 17 12:04:34 CET 2012 - [email protected]
+
+- fix check-build.sh for kernel > 3.0 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mono-debugger.spec ++++++
--- /var/tmp/diff_new_pack.HXCFVN/_old  2012-11-28 11:14:02.000000000 +0100
+++ /var/tmp/diff_new_pack.HXCFVN/_new  2012-11-28 11:14:02.000000000 +0100
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           mono-debugger
-License:        GPL-2.0+ ; LGPL-2.0+ ; MIT
-Group:          Development/Languages/Mono
 Summary:        Mono Debugger
+License:        GPL-2.0+ and LGPL-2.0+ and MIT
+Group:          Development/Languages/Mono
 Url:            http://www.mono-project.com/Debugger
 Version:        2.10
-Release:        1
+Release:        0
 Source0:        %{name}-%{version}.tar.bz2
 Patch1:         mono-debugger-glib.patch
 ExclusiveArch:  %ix86 x86_64

++++++ check-build.sh ++++++
--- /var/tmp/diff_new_pack.HXCFVN/_old  2012-11-28 11:14:02.000000000 +0100
+++ /var/tmp/diff_new_pack.HXCFVN/_new  2012-11-28 11:14:02.000000000 +0100
@@ -4,7 +4,9 @@
 # Mono needs a 2.6.13 kernel on x86-64 machines, it definitly fails with 2.6.5.
 # get kernel version
 OFS="$IFS" ; IFS=".-" ; version=(`uname -r`) ; IFS="$OIFS"
-if test ${version[0]} -lt 2 -o ${version[1]} -lt 6 -o ${version[2]} -lt 13 ; 
then
+if test ${version[0]} -gt 2 ; then
+        : # okay
+elif test ${version[0]} -lt 2 -o ${version[1]} -lt 6 -o ${version[2]} -lt 13 ; 
then
         echo "FATAL: kernel too old, need kernel >= 2.6.13 for this package" 
1>&2
         exit 1                                                                 
  
 fi                                                                             
  

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to