From a813318d20b985188d687241fea893ba5304726a02cb945f52d855c30166f21e Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 21 Mar 2017 11:19:29 +0000 Subject: [PATCH 1/3] - Handle /usr/share/vdr/locale/ OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=234 --- build-compare.changes | 5 +++++ build-compare.spec | 2 +- pkg-diff.sh | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/build-compare.changes b/build-compare.changes index 6957bc8..bed9814 100644 --- a/build-compare.changes +++ b/build-compare.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 21 11:17:26 UTC 2017 - olaf@aepfle.de + +- Handle /usr/share/vdr/locale/ + ------------------------------------------------------------------- Sun Feb 12 08:41:01 UTC 2017 - olaf@aepfle.de diff --git a/build-compare.spec b/build-compare.spec index 9b8cdc9..657ced8 100644 --- a/build-compare.spec +++ b/build-compare.spec @@ -21,7 +21,7 @@ Summary: Build Result Compare Script License: GPL-2.0+ Group: Development/Tools/Building Url: https://github.com/openSUSE/build-compare -Version: 20170212T094342.98f72fb +Version: 20170321T121736.2a834db Release: 0 Source1: COPYING Source2: same-build-result.sh diff --git a/pkg-diff.sh b/pkg-diff.sh index edf6900..a07e818 100644 --- a/pkg-diff.sh +++ b/pkg-diff.sh @@ -536,7 +536,7 @@ check_single_file() return 0 fi ;; - /usr/share/locale/*/LC_MESSAGES/*.mo|/usr/share/locale-bundle/*/LC_MESSAGES/*.mo) + /usr/share/locale/*/LC_MESSAGES/*.mo|/usr/share/locale-bundle/*/LC_MESSAGES/*.mo|/usr/share/vdr/locale/*/LC_MESSAGES/*.mo) for f in old/$file new/$file; do sed -i -e "s,POT-Creation-Date: ....-..-.. ..:..+....,POT-Creation-Date: 1970-01-01 00:00+0000," $f done From 13785bfbeb41e239de7058ca4a4d28c87d8f9158c60b39f569524549ff6ba685 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 22 Mar 2017 19:08:25 +0000 Subject: [PATCH 2/3] - Handle _kf5_htmldir, it HAD to be different... OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=235 --- build-compare.changes | 5 +++++ build-compare.spec | 2 +- pkg-diff.sh | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/build-compare.changes b/build-compare.changes index bed9814..74e6fde 100644 --- a/build-compare.changes +++ b/build-compare.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 22 19:05:36 UTC 2017 - olaf@aepfle.de + +- Handle _kf5_htmldir, it HAD to be different... + ------------------------------------------------------------------- Tue Mar 21 11:17:26 UTC 2017 - olaf@aepfle.de diff --git a/build-compare.spec b/build-compare.spec index 657ced8..a1afb42 100644 --- a/build-compare.spec +++ b/build-compare.spec @@ -21,7 +21,7 @@ Summary: Build Result Compare Script License: GPL-2.0+ Group: Development/Tools/Building Url: https://github.com/openSUSE/build-compare -Version: 20170321T121736.2a834db +Version: 20170322T200611.65b0e6b Release: 0 Source1: COPYING Source2: same-build-result.sh diff --git a/pkg-diff.sh b/pkg-diff.sh index a07e818..8a3885d 100644 --- a/pkg-diff.sh +++ b/pkg-diff.sh @@ -549,6 +549,7 @@ check_single_file() done strip_numbered_anchors ;; + /usr/share/doc/HTML/*/*/index.cache|/usr/share/doc//HTML/*/*/*/index.cache|\ /usr/share/doc/kde/HTML/*/*/index.cache|/usr/share/doc/kde/HTML/*/*/*/index.cache|\ /usr/share/gtk-doc/html/*/*.html|/usr/share/gtk-doc/html/*/*.devhelp2) # various kde and gtk packages From ca41c23878647fc9db94b8c3930c312a27725f71cfe7035cd89edf7312393236 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Fri, 31 Mar 2017 13:46:52 +0000 Subject: [PATCH 3/3] - Handle timestamp and checksum in xen.efi OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=236 --- build-compare.changes | 5 +++++ build-compare.spec | 2 +- pkg-diff.sh | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/build-compare.changes b/build-compare.changes index 74e6fde..ec56918 100644 --- a/build-compare.changes +++ b/build-compare.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 31 13:44:11 UTC 2017 - olaf@aepfle.de + +- Handle timestamp and checksum in xen.efi + ------------------------------------------------------------------- Wed Mar 22 19:05:36 UTC 2017 - olaf@aepfle.de diff --git a/build-compare.spec b/build-compare.spec index a1afb42..dbe15a0 100644 --- a/build-compare.spec +++ b/build-compare.spec @@ -21,7 +21,7 @@ Summary: Build Result Compare Script License: GPL-2.0+ Group: Development/Tools/Building Url: https://github.com/openSUSE/build-compare -Version: 20170322T200611.65b0e6b +Version: 20170331T154431.96db83e Release: 0 Source1: COPYING Source2: same-build-result.sh diff --git a/pkg-diff.sh b/pkg-diff.sh index 8a3885d..a33f3f9 100644 --- a/pkg-diff.sh +++ b/pkg-diff.sh @@ -478,6 +478,11 @@ check_single_file() fi done return $ret;; + */xen*.efi) + # PE32+ executable (EFI application) x86-64 (stripped to external PDB), for MS Windows + perl -e "open fh, '+<', 'old/$file'; seek fh, 0x80 + 0x08, SEEK_SET; print fh 'time'; seek fh, 0x80 + 0x58, SEEK_SET; print fh 'chck';" + perl -e "open fh, '+<', 'new/$file'; seek fh, 0x80 + 0x08, SEEK_SET; print fh 'time'; seek fh, 0x80 + 0x58, SEEK_SET; print fh 'chck';" + ;; *.pyc|*.pyo) perl -e "open fh, '+<', 'old/$file'; seek fh, 4, SEEK_SET; print fh '0000';" perl -e "open fh, '+<', 'new/$file'; seek fh, 4, SEEK_SET; print fh '0000';"