Mailinglist Archive: opensuse-commit (938 mails)
| < Previous | Next > |
commit build-compare for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 24 Sep 2010 00:01:33 +0200
- Message-id: <20100923220133.27F22202BF@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package build-compare for openSUSE:Factory
checked in at Fri Sep 24 00:01:33 CEST 2010.
--------
--- build-compare/build-compare.changes 2010-09-21 12:02:25.000000000 +0200
+++ /mounts/work_src_done/STABLE/build-compare/build-compare.changes
2010-09-22 15:24:40.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Sep 22 13:24:19 UTC 2010 - coolo@xxxxxxxxxx
+
+- ignore texlive's fmt files as discussed with werner
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ build-compare.spec ++++++
--- /var/tmp/diff_new_pack.LObLoI/_old 2010-09-24 00:01:09.000000000 +0200
+++ /var/tmp/diff_new_pack.LObLoI/_new 2010-09-24 00:01:09.000000000 +0200
@@ -24,7 +24,7 @@
AutoReqProv: on
Summary: Build Result Compare Script
Version: 2009.10.14
-Release: 22
+Release: 23
Source1: COPYING
Source2: same-build-result.sh
Source3: rpm-check.sh
++++++ rpm-check.sh ++++++
--- /var/tmp/diff_new_pack.LObLoI/_old 2010-09-24 00:01:09.000000000 +0200
+++ /var/tmp/diff_new_pack.LObLoI/_new 2010-09-24 00:01:09.000000000 +0200
@@ -279,8 +279,7 @@
# deprecated-list is randomly ordered, sort it for comparison
case $f in
*/deprecated-list.html)
- sort $f > ${f}.sort
- mv ${f}.sort $f
+ sort -o $f $f
;;
esac
done
@@ -294,8 +293,7 @@
*/fonts.scale|*/fonts.dir|*/encodings.dir)
for f in old/$file new/$file; do
# sort files before comparing
- sort $f > $f.tmp
- mv $f.tmp $f
+ sort -o $f $f
done
;;
/var/adm/perl-modules/*)
@@ -335,20 +333,9 @@
done
;;
/var/lib/texmf/web2c/*/*fmt)
- # same of these are gzip compressed
- for f in old/$file new/$file; do
- fftype=`/usr/bin/file $f | cut -d: -f2-`
- case $fftype in
- *gzip\ compressed\ data*)
- gunzip -cd $f > $f.tmp
- mv $f.tmp $f
- ;;
- *)
- ;;
- esac
- # date is of variable length, e.g. 2009.7.21
- sed -i -e 's|(format=[a-z]*tex 20..\.[0-9]*\.[0-9]*)|(format=luatex
2009.1.1)|' $f
- done
+ # binary dump of latex formats, we can ignore them for good
+ echo "difference in $file ignored."
+ return 0
;;
*/libtool)
for f in old/$file new/$file; do
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |