Hello community,

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

Package is "build-compare", Maintainer is "co...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/build-compare/build-compare.changes      
2011-09-23 01:52:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.build-compare.new/build-compare.changes 
2012-01-11 15:36:33.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Jan  9 13:15:33 UTC 2012 - a...@suse.de
+
+- Compare rpmlint.log if it exists.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ build-compare.spec ++++++
--- /var/tmp/diff_new_pack.pQeHOq/_old  2012-01-11 15:36:38.000000000 +0100
+++ /var/tmp/diff_new_pack.pQeHOq/_new  2012-01-11 15:36:38.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package build-compare
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 License:        GPL-2.0+
 Group:          Development/Tools/Building
 Summary:        Build Result Compare Script
-Version:        2011.04.19
+Version:        2012.01.09
 Release:        6
 Source1:        COPYING
 Source2:        same-build-result.sh

++++++ same-build-result.sh ++++++
--- /var/tmp/diff_new_pack.pQeHOq/_old  2012-01-11 15:36:38.000000000 +0100
+++ /var/tmp/diff_new_pack.pQeHOq/_new  2012-01-11 15:36:38.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright (c) 2009, 2010 SUSE Linux Product GmbH, Germany.
+# Copyright (c) 2009, 2010, 2012 SUSE Linux Product GmbH, Germany.
 # Licensed under GPL v2, see COPYING file for details.
 #
 # Written by Adrian Schroeter <adr...@suse.de>
@@ -85,6 +85,16 @@
   exit 1
 fi
 
+# Compare rpmlint.log files
+RPMLINTDIR=$NEWDIRS/../OTHER
+if [ -e $OLDDIR/rpmlint.log && -e $RPMLINTDIR/rpmlint.log ]; then
+  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
+    exit 1
+  fi
+fi
+
 if test $SUCCESS -eq 0; then
   exit 1
 fi

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to