diff --git a/build-compare.changes b/build-compare.changes index 7de2cda..9a33352 100644 --- a/build-compare.changes +++ b/build-compare.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 4 10:21:44 UTC 2017 - olaf@aepfle.de + +- Treat .egg files as zip + ------------------------------------------------------------------- Wed Nov 8 06:04:42 UTC 2017 - olaf@aepfle.de diff --git a/build-compare.spec b/build-compare.spec index 04e8f11..8029208 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: 20171108T070456.b855319 +Version: 20171204T112209.f06fbac Release: 0 Source1: COPYING Source2: same-build-result.sh diff --git a/pkg-diff.sh b/pkg-diff.sh index aa0bd18..5988ea7 100644 --- a/pkg-diff.sh +++ b/pkg-diff.sh @@ -548,7 +548,7 @@ check_single_file() done return $ret ;; - *.zip|*.jar|*.war) + *.zip|*.egg|*.jar|*.war) for dir in old new ; do ( cd $dir