Mailinglist Archive: opensuse-commit (1117 mails)

< Previous Next >
commit build-compare for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 06 Feb 2009 20:32:37 +0100
  • Message-id: <20090206193238.1037967816B@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package build-compare for openSUSE:Factory
checked in at Fri Feb 6 20:32:37 CET 2009.


--------
--- build-compare/build-compare.changes 2009-02-06 14:29:35.000000000 +0100
+++ build-compare/build-compare.changes 2009-02-06 19:25:26.332943000 +0100
@@ -1,0 +2,10 @@
+Fri Feb 6 19:25:20 CET 2009 - coolo@xxxxxxx
+
+- use --no-show-raw-insn for objdump -d
+
+-------------------------------------------------------------------
+Fri Feb 6 18:18:15 CET 2009 - coolo@xxxxxxx
+
+- hopefully fixed shell quoting for rpm command line
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ build-compare.spec ++++++
--- /var/tmp/diff_new_pack.O27160/_old 2009-02-06 20:31:21.000000000 +0100
+++ /var/tmp/diff_new_pack.O27160/_new 2009-02-06 20:31:21.000000000 +0100
@@ -24,7 +24,7 @@
AutoReqProv: on
Summary: Build Result Compare Script
Version: 2009.01.27
-Release: 3
+Release: 4
Source: same-build-result.sh
Source1: rpm-check.sh
Source2: COPYING
@@ -54,6 +54,10 @@
/usr/lib/build

%changelog
+* Fri Feb 06 2009 coolo@xxxxxxx
+- use --no-show-raw-insn for objdump -d
+* Fri Feb 06 2009 coolo@xxxxxxx
+- hopefully fixed shell quoting for rpm command line
* Thu Feb 05 2009 coolo@xxxxxxx
- fix 2 bugs
- don't ignore source rpms - changed sources should output

++++++ rpm-check.sh ++++++
--- /var/tmp/diff_new_pack.O27160/_old 2009-02-06 20:31:21.000000000 +0100
+++ /var/tmp/diff_new_pack.O27160/_new 2009-02-06 20:31:21.000000000 +0100
@@ -187,9 +187,9 @@
ftype=`/usr/bin/file old/$file | cut -d: -f2-`
case $ftype in
*executable*|*LSB\ shared\ object*)
- objdump -d old/$file | filter_disasm > $file1
+ objdump -d --no-show-raw-insn old/$file | filter_disasm > $file1
sed -i -e "s,old/,," $file1
- objdump -d new/$file | filter_disasm > $file2
+ objdump -d --no-show-raw-insn new/$file | filter_disasm > $file2
sed -i -e "s,new/,," $file2
if ! diff -u $file1 $file2 > $dfile; then
echo "$file differs in assembler output"

++++++ same-build-result.sh ++++++
--- /var/tmp/diff_new_pack.O27160/_old 2009-02-06 20:31:21.000000000 +0100
+++ /var/tmp/diff_new_pack.O27160/_new 2009-02-06 20:31:21.000000000 +0100
@@ -51,7 +51,7 @@
OLDRPMS=($(find "$OLDDIR" -name \*rpm -a ! -name \*src.rpm|sort))
NEWRPMS=($(find $NEWDIRS -name \*rpm -a ! -name \*src.rpm|sort))

-rpmqp="rpm -qp --qf --nodigest --nosignature %{NAME}"
+rpmqp='rpm -qp --qf --nodigest --nosignature %{NAME}'
for opac in ${OLDRPMS[*]}; do
npac=${NEWRPMS[0]}
NEWRPMS=(${NEWRPMS[@]:1}) # shift


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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >