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 Jul 27 18:43:35 CEST 2009. -------- --- build-compare/build-compare.changes 2009-07-23 15:30:49.000000000 +0200 +++ build-compare/build-compare.changes 2009-07-27 10:38:24.000000000 +0200 @@ -1,0 +2,12 @@ +Mon Jul 27 10:36:49 CEST 2009 - aj@suse.de + +- Fail rpm-check if unrpm does not exist (noticed with package + build). + +------------------------------------------------------------------- +Sun Jul 26 21:06:06 CEST 2009 - aj@suse.de + +- Fix problem found with building gettext-tools: tar packages + directories. + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ build-compare.spec ++++++ --- /var/tmp/diff_new_pack.fp0m3P/_old 2009-07-27 18:42:57.000000000 +0200 +++ /var/tmp/diff_new_pack.fp0m3P/_new 2009-07-27 18:42:57.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package build-compare (Version 2009.07.23) +# spec file for package build-compare (Version 2009.07.27) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -23,7 +23,7 @@ Group: Development/Tools/Building AutoReqProv: on Summary: Build Result Compare Script -Version: 2009.07.23 +Version: 2009.07.27 Release: 1 Source: same-build-result.sh Source1: rpm-check.sh ++++++ rpm-check.sh ++++++ --- /var/tmp/diff_new_pack.fp0m3P/_old 2009-07-27 18:42:57.000000000 +0200 +++ /var/tmp/diff_new_pack.fp0m3P/_new 2009-07-27 18:42:57.000000000 +0200 @@ -8,6 +8,11 @@ RPM="rpm -qp --nodigest --nosignature" +if [ ! -e /usr/bin/unrpm ] ; then + echo "unrpm is not installed - comparison not possible" + exit 1 +fi + check_all= case $1 in -a | --check-all) @@ -266,7 +271,8 @@ fi fi done - return $ret;; + return $ret + ;; *.zip|*.jar) cd old unjar_l ./$file > flist @@ -409,6 +415,10 @@ return 1 fi ;; + *directory) + # tar might package directories - ignore them here + return 0 + ;; *) if ! diff_two_files; then return 1 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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