From root@hilbert.suse.de Wed May 12 08:48:14 2010 From: root@hilbert.suse.de To: commit@lists.opensuse.org Subject: commit build-compare for openSUSE:Factory Date: Wed, 12 May 2010 10:54:47 +0200 Message-ID: <20100512085448.1386A20235@hilbert.suse.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7044974755629872316==" --===============7044974755629872316== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello community, here is the log from the commit of package build-compare for openSUSE:Factory checked in at Wed May 12 10:54:47 CEST 2010. -------- --- build-compare/build-compare.changes 2010-05-08 21:41:37.000000000 +0200 +++ /mounts/work_src_done/STABLE/build-compare/build-compare.changes 2010-05-= 11 14:52:35.000000000 +0200 @@ -1,0 +2,25 @@ +Tue May 11 12:51:51 UTC 2010 - aj(a)suse.de + +- Improve kde index.cache handling as suggested by Cristian Morales + Vega in bnc#604049. + +------------------------------------------------------------------- +Tue May 11 07:12:09 UTC 2010 - aj(a)suse.de + +- Handle deprecated-list.html generated by javadoc. +- Handle doxygen docu. +- Handle /etc/sendmail.cf as well. +- Improve texi2html regexp to handle qemu. + +------------------------------------------------------------------- +Mon May 10 12:27:16 UTC 2010 - aj(a)suse.de + +- Handle kde index.cache files (bnc#604049). +- Fix for handling of man pages and javadoc files. + +------------------------------------------------------------------- +Mon May 10 09:13:38 UTC 2010 - aj(a)suse.de + +- Handle kdelibs4 + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ build-compare.spec ++++++ --- /var/tmp/diff_new_pack.247Ojr/_old 2010-05-12 10:50:21.000000000 +0200 +++ /var/tmp/diff_new_pack.247Ojr/_new 2010-05-12 10:50:21.000000000 +0200 @@ -24,7 +24,7 @@ AutoReqProv: on Summary: Build Result Compare Script Version: 2009.10.14 -Release: 9 +Release: 10 Source: same-build-result.sh Source1: rpm-check.sh Source2: COPYING ++++++ rpm-check.sh ++++++ --- /var/tmp/diff_new_pack.247Ojr/_old 2010-05-12 10:50:21.000000000 +0200 +++ /var/tmp/diff_new_pack.247Ojr/_new 2010-05-12 10:50:21.000000000 +0200 @@ -333,22 +333,29 @@ done ;; /usr/share/doc/packages/*/*.html) - # texi2html output, e.g. in kvm, indent + # texi2html output, e.g. in kvm, indent, qemu for f in old/$file new/$file; do sed -i -e "s|^,^," $f + sed -i -e "s,^,^," $f sed -i -e 's|^$||' $f sed -i -e 's|||' $f # Gjdoc HtmlDoclet: sed -i -e 's%Generated by Gjdoc HtmlDoclet [0-9,.]*, part of GNU= Classpath Tools, on .*, 20.. [0-9]*:..:.. \(a\|p\)\.m\. GMT.%Generated b= y Gjdoc.%' $f sed -i -e 's%, on [A-Z][a-z]* [0-9]*, 20?? [0-9]*:??= :?? \(a|p\)\.m\. GMT.
%, on January 1, 2009 0:00:00 a.m.= GMT.%' $f + # deprecated-list is randomly ordered, sort it for comparison + case $f in + */deprecated-list.html) + sort $f > ${f}.sort + mv ${f}.sort $f + ;; + esac done ;; /usr/share/javadoc/*/gjdoc.properties) @@ -356,6 +363,12 @@ sed -i -e 's|^#[A-Z][a-z]\{2\} [A-Z][a-z]\{2\} [0-9]\{2\} ..:..:.. GMT 20.= .$|#Fri Jan 01 11:27:36 GMT 2009|' $f done ;; + /usr/share/doc/packages/*/html/*.html) + # doxygen docu, e.g. in libssh + for f in old/$file new/$file; do + sed -i -e 's|Generated on ... ... [0-9]* [0-9]*:[0-9][0-9]:[0-9][0-9] 20[0= -9][0-9] for |Generated on Mon May 10 20:45:00 2010 for |' $f + done + ;; */fonts.scale|*/fonts.dir|*/encodings.dir) for f in old/$file new/$file; do # sort files before comparing @@ -379,8 +392,10 @@ # .TH DIRMNGR-CLIENT 1 2010-02-27 "Dirmngr 1.0.3" "GNU Privacy Guard" # .TH ccmake 1 "March 06, 2010" "ccmake 2.8.1-rc3" # .TH QEMU-IMG 1 "2010-03-14" " " " " + # .TH kdecmake 1 "May 07, 2010" "cmake 2.8.1" for f in old/$file new/$file; do - sed -i -e 's|^\.TH \(.*\) \([0-9]\) \("20..-..-.."\|20..-..-..\|"[A-Z][a-z= ]* [0-9][0-9], 20[0-9][0-9]"\) |.TH \1 \2 "2000-01-01" |' $f + sed -i -e 's|^\.TH \(.*\) \([0-9]\) \("20..-..-.."\|20..-..-..\) |.TH \1 \= 2 "2000-01-01" |' $f + sed -i -e 's|^\.TH \(.*\) \([0-9]\) "[A-Z][a-z]* [0-9][0-9], 20[0-9][0-9]"= |.TH \1 \2 "2000-01-01" |' $f done ;; *.elc) @@ -410,13 +425,21 @@ sed -i -e 's|^# Libtool was configured on host [a-z0-9]*:$|Libtool was co= nfigured on host x42:|' $f done ;; - /etc/mail/*cf) + /etc/mail/*cf|/etc/sendmail.cf) # from sendmail package for f in old/$file new/$file; do # - ##### built by abuild(a)build33 on Thu May 6 11:21:17 UTC 2010 - sed -i -e 's|built by abuild@[a-z0-9]* on ... ... [0-9]* [0-9]*:[0-9][0-9= ]:[0-9][0-9] .* 20[0-9][0-9]|built by abuild(a)build42 on Thu May 6 11:21:17 = UTC 2010|'; $f + sed -i -e 's|built by abuild@[a-z0-9]* on ... ... [0-9]* [0-9]*:[0-9][0-9= ]:[0-9][0-9] .* 20[0-9][0-9]|built by abuild(a)build42 on Thu May 6 11:21:17 = UTC 2010|' $f done ;; + /usr/share/doc/kde/HTML/*/*/index.cache|/usr/share/doc/kde/HTML/*/*/*/i= ndex.cache) + # various kde packages + for f in old/$file new/$file; do + sed -i -e 's|||g' $f + sed -i -e 's|\.html#id[0-9]*">|.html#id424242">|g' $f + done + ;; + esac =20 ftype=3D`/usr/bin/file old/$file | cut -d: -f2-` ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --=20 To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org For additional commands, e-mail: opensuse-commit+help(a)opensuse.org --===============7044974755629872316==--