Hello community,

here is the log from the commit of package build-compare for openSUSE:Factory 
checked in at 2012-01-12 17:12:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/build-compare (Old)
 and      /work/SRC/openSUSE:Factory/.build-compare.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "build-compare", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/build-compare/build-compare.changes      
2012-01-11 15:36:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.build-compare.new/build-compare.changes 
2012-01-12 17:12:42.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Jan 12 12:59:31 UTC 2012 - [email protected]
+
+- Fix syntax in same-build-result.sh.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ same-build-result.sh ++++++
--- /var/tmp/diff_new_pack.g0ZchA/_old  2012-01-12 17:12:54.000000000 +0100
+++ /var/tmp/diff_new_pack.g0ZchA/_new  2012-01-12 17:12:54.000000000 +0100
@@ -86,8 +86,10 @@
 fi
 
 # Compare rpmlint.log files
-RPMLINTDIR=$NEWDIRS/../OTHER
-if [ -e $OLDDIR/rpmlint.log && -e $RPMLINTDIR/rpmlint.log ]; then
+RPMLINTDIR=/home/abuild/rpmbuild/OTHER
+
+if test -e $OLDDIR/rpmlint.log -a -e $RPMLINTDIR/rpmlint.log; then
+  echo "comparing $OLDDIR/rpmlint.log and $RPMLINTDIR/rpmlint.log"
   if ! cmp -s $OLDDIR/rpmlint.log $RPMLINTDIR/rpmlint.log; then
     echo "rpmlint.log files differ:"
     diff -u $OLDDIR/rpmlint.log $RPMLINTDIR/rpmlint.log|head -n 20

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

Reply via email to