commit build-compare for openSUSE:Factory
Hello community, here is the log from the commit of package build-compare for openSUSE:Factory checked in at Mon Feb 28 15:30:57 CET 2011. -------- --- build-compare/build-compare.changes 2010-10-28 11:49:54.000000000 +0200 +++ /mounts/work_src_done/STABLE/build-compare/build-compare.changes 2011-02-28 15:00:49.000000000 +0100 @@ -1,0 +2,11 @@ +Mon Feb 28 14:00:35 UTC 2011 - aj@suse.de + +- Increase version. + +------------------------------------------------------------------- +Mon Feb 28 13:51:29 UTC 2011 - mls@suse.de + +- Check also the first part of the release to e.g. handle rebuild of complete + distribution (bnc#674991). + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ build-compare.spec ++++++ --- /var/tmp/diff_new_pack.KN4VpA/_old 2011-02-28 15:27:50.000000000 +0100 +++ /var/tmp/diff_new_pack.KN4VpA/_new 2011-02-28 15:27:50.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package build-compare (Version 2009.10.14) +# spec file for package build-compare # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -23,8 +23,8 @@ Group: Development/Tools/Building AutoReqProv: on Summary: Build Result Compare Script -Version: 2009.10.14 -Release: 26 +Version: 2011.02.28 +Release: 1 Source1: COPYING Source2: same-build-result.sh Source3: rpm-check.sh ++++++ functions.sh ++++++ --- /var/tmp/diff_new_pack.KN4VpA/_old 2011-02-28 15:27:50.000000000 +0100 +++ /var/tmp/diff_new_pack.KN4VpA/_new 2011-02-28 15:27:50.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/bash # -# Copyright (c) 2009, 2010 SUSE Linux Product GmbH, Germany. +# Copyright (c) 2009, 2010, 2011 SUSE Linux Product GmbH, Germany. # Licensed under GPL v2, see COPYING file for details. # # Written by Michael Matz and Stephan Coolo @@ -89,6 +89,11 @@ release1=`$RPM --qf "%{RELEASE}" "$oldrpm"` release2=`$RPM --qf "%{RELEASE}" "$newrpm"` + # This might happen with a forced rebuild of factory + if [ "${release1%.*}" != "${release2%.*}" ] ; then + echo "release prefix mismatch" + return 1 + fi check_provides $oldrpm $release1 > $file1 check_provides $newrpm $release2 > $file2 ++++++ srpm-check.sh ++++++ --- /var/tmp/diff_new_pack.KN4VpA/_old 2011-02-28 15:27:50.000000000 +0100 +++ /var/tmp/diff_new_pack.KN4VpA/_new 2011-02-28 15:27:50.000000000 +0100 @@ -39,6 +39,7 @@ exit 0 ;; 1) + echo "RPM meta information is different" exit 1 ;; 2) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de