build-compare/build-compare.changes

75 lines
2.5 KiB
Plaintext

-------------------------------------------------------------------
Wed Jul 15 13:31:30 CEST 2009 - coolo@novell.com
- overwrite duplicated files in zip files
-------------------------------------------------------------------
Tue Jul 14 11:46:04 CEST 2009 - coolo@novell.com
- support .jar and .zip files
- fix support of gzipped files
-------------------------------------------------------------------
Mon May 4 15:19:04 CEST 2009 - coolo@suse.de
- compare content of *.tar too
-------------------------------------------------------------------
Mon May 4 14:17:07 CEST 2009 - coolo@suse.de
- if objdump fails, fall back to hexdump (bnc#489965)
-------------------------------------------------------------------
Mon May 4 14:10:24 CEST 2009 - coolo@suse.de
- ignore dates in mo files (bnc#489198)
-------------------------------------------------------------------
Tue Apr 28 13:47:36 CEST 2009 - mmarek@suse.cz
- rpm-check.sh: add option --check-all to check all packaged files
(useful for debugging)
-------------------------------------------------------------------
Sun Feb 8 21:48:27 CET 2009 - coolo@suse.de
- fix handling of hardlinks to compressed files
-------------------------------------------------------------------
Sat Feb 7 21:05:30 CET 2009 - coolo@suse.de
- fix handling of -32bit and -64bit
-------------------------------------------------------------------
Sat Feb 7 14:58:48 CET 2009 - coolo@suse.de
- fix command line order
-------------------------------------------------------------------
Fri Feb 6 19:25:20 CET 2009 - coolo@suse.de
- use --no-show-raw-insn for objdump -d
-------------------------------------------------------------------
Fri Feb 6 18:18:15 CET 2009 - coolo@suse.de
- hopefully fixed shell quoting for rpm command line
-------------------------------------------------------------------
Thu Feb 5 17:34:29 CET 2009 - coolo@suse.de
- fix 2 bugs
- don't ignore source rpms - changed sources should output
changed source rpms, no matter if they create the same binaries
(think of changed copyright header in spec files)
-------------------------------------------------------------------
Tue Jan 27 14:27:19 CET 2009 - adrian@suse.de
- Create initial package based on the work of Matz and Coolo
This package provides script for the main build script to be able
to check if a new build has the same result than the former one.
The Build Service is able to skip the new build than.
- changes in source rpms are currently ignored, is that okay ?