Hello community, here is the log from the commit of package hwinfo for openSUSE:Factory checked in at 2014-11-10 17:27:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hwinfo (Old) and /work/SRC/openSUSE:Factory/.hwinfo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hwinfo" Changes: -------- --- /work/SRC/openSUSE:Factory/hwinfo/hwinfo.changes 2014-10-14 07:10:30.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.hwinfo.new/hwinfo.changes 2014-11-10 17:28:00.000000000 +0100 @@ -1,0 +2,7 @@ +Fri Nov 7 08:25:50 CET 2014 - [email protected] + +- fix bashisms in getsysinfo script +- mark gen-hwcfg-disk.sh as shell, no bash script +- 21.8 + +------------------------------------------------------------------- Old: ---- hwinfo-21.7.tar.xz New: ---- hwinfo-21.8.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hwinfo.spec ++++++ --- /var/tmp/diff_new_pack.BHLuTT/_old 2014-11-10 17:28:01.000000000 +0100 +++ /var/tmp/diff_new_pack.BHLuTT/_new 2014-11-10 17:28:01.000000000 +0100 @@ -36,7 +36,7 @@ Group: Hardware/Other # Until migration to github this should be correct url Url: http://gitorious.org/opensuse/hwinfo -Version: 21.7 +Version: 21.8 Release: 0 Source: %{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ hwinfo-21.7.tar.xz -> hwinfo-21.8.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hwinfo-21.7/VERSION new/hwinfo-21.8/VERSION --- old/hwinfo-21.7/VERSION 2014-10-13 15:59:43.000000000 +0200 +++ new/hwinfo-21.8/VERSION 2014-11-07 08:20:34.000000000 +0100 @@ -1 +1 @@ -21.7 +21.8 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hwinfo-21.7/changelog new/hwinfo-21.8/changelog --- old/hwinfo-21.7/changelog 2014-10-13 15:59:43.000000000 +0200 +++ new/hwinfo-21.8/changelog 2014-11-07 08:20:34.000000000 +0100 @@ -1,3 +1,7 @@ +2014-11-07: 21.8 + - fix bashisms in getsysinfo script + - mark gen-hwcfg-disk.sh as shell, no bash script + 2014-10-13: 21.7 - added 'archive' Makefile target - updated git2log script diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hwinfo-21.7/gen-hwcfg-disk.sh new/hwinfo-21.8/gen-hwcfg-disk.sh --- old/hwinfo-21.7/gen-hwcfg-disk.sh 2014-10-13 15:59:43.000000000 +0200 +++ new/hwinfo-21.8/gen-hwcfg-disk.sh 2014-11-07 08:20:34.000000000 +0100 @@ -1,4 +1,4 @@ -#!/bin/bash +#! /bin/sh # # gen-hwcfg-disk.sh # diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hwinfo-21.7/getsysinfo new/hwinfo-21.8/getsysinfo --- old/hwinfo-21.7/getsysinfo 2014-10-13 15:59:43.000000000 +0200 +++ new/hwinfo-21.8/getsysinfo 2014-11-07 08:20:34.000000000 +0100 @@ -62,7 +62,9 @@ perl -nl -e 'print unless (split)[0] =~ /none|automount|:/' /proc/mounts >"$dir/$host/proc/mounts" mkdir -p "$dir/$host/var/log" -echo -e "\n------ dmesg start ------\n" >>"$dir/$host/var/log/boot.msg" +echo " +------ dmesg start ------ +" >>"$dir/$host/var/log/boot.msg" dmesg >>"$dir/$host/var/log/boot.msg" if [ -x /usr/bin/lshal ] ; then @@ -85,5 +87,5 @@ rm -rf "$dir" -echo -e "\nSystem data written to: /tmp/$file" - +echo " +System data written to: /tmp/$file" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
