Hello community, here is the log from the commit of package smolt for openSUSE:Factory checked in at Mon Sep 26 10:20:06 CEST 2011.
-------- --- smolt/smolt.changes 2011-09-18 14:32:38.000000000 +0200 +++ /mounts/work_src_done/STABLE/smolt/smolt.changes 2011-09-23 10:41:36.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Sep 23 08:40:11 UTC 2011 - [email protected] + +- Added patch to fix bnc#714543 read_memory() aware of kernel 3x series + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- smolt-read_memory-kernel3-patch.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ smolt.spec ++++++ --- /var/tmp/diff_new_pack.nILi0a/_old 2011-09-26 10:20:01.000000000 +0200 +++ /var/tmp/diff_new_pack.nILi0a/_new 2011-09-26 10:20:01.000000000 +0200 @@ -29,7 +29,10 @@ Patch1: smolt-1.1.1.1-desktop_file.patch Patch2: smolt-1.4.2.2-make_install.patch Patch3: smolt-pci_ids-path.patch +#Patch upstream for FSF address Patch4: GPL-patch.diff +#Patch for all kernel 3x bnc#714543 +Patch5: smolt-read_memory-kernel3-patch.patch BuildRequires: fdupes BuildRequires: gettext BuildRequires: python-devel @@ -76,11 +79,12 @@ %patch2 %patch3 -p1 %patch4 +%patch5 cp %{SOURCE1} . %build cd client/ -make +%__make %{?_smp_flags} %install pushd client ++++++ smolt-read_memory-kernel3-patch.patch ++++++ --- client/smolt.py 2011-09-22 12:44:29.655605332 +0200 +++ client/smolt.py 2011-09-22 10:51:40.642890001 +0200 @@ -1347,7 +1347,7 @@ def read_memory(): un = os.uname() kernel = un[2] - if kernel[:3] == "2.6": + if kernel[:3] >= "2.6": return read_memory_2_6() if kernel[:3] == "2.4": return read_memory_2_4() ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
