diff --git a/post-build-checks-1.0.tar.bz2 b/post-build-checks-1.0.tar.bz2 index c662f5e..e238b0a 100644 --- a/post-build-checks-1.0.tar.bz2 +++ b/post-build-checks-1.0.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:81daf42d1cc376aea2c843069e811c12da67d57da97b0df70bd9479d283f603c -size 33584 +oid sha256:21bb4b040e415aebb9139488b2f265c3cecae128990852b822d2b4d7e2faeeb4 +size 33642 diff --git a/post-build-checks.changes b/post-build-checks.changes index b182b53..f86540d 100644 --- a/post-build-checks.changes +++ b/post-build-checks.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 20 08:18:17 CET 2009 - coolo@suse.de + +- don't make the sequence point gcc warnings fatal, but let security + team review them case by case + ------------------------------------------------------------------- Tue Oct 28 09:57:02 CET 2008 - lnussel@suse.de diff --git a/post-build-checks.spec b/post-build-checks.spec index eb758cc..690d5be 100644 --- a/post-build-checks.spec +++ b/post-build-checks.spec @@ -1,7 +1,7 @@ # # spec file for package post-build-checks (Version 1.0) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ Group: Development/Tools/Building AutoReqProv: on Summary: post checks for build after rpms have been created Version: 1.0 -Release: 53 +Release: 55 PreReq: aaa_base permissions sed Source0: %{name}-%{version}.tar.bz2 BuildArch: noarch @@ -79,9 +79,12 @@ fi /usr/lib/build %changelog +* Fri Feb 20 2009 coolo@suse.de +- don't make the sequence point gcc warnings fatal, but let security + team review them case by case * Tue Oct 28 2008 lnussel@suse.de - remove suid check. replaced by rpmlint script -* Tue Oct 28 2008 meissner@suse.de +* Mon Oct 27 2008 meissner@suse.de - added warning checks for: array subscript over/underflow, void return not expected warnings. bnc#240922,bnc#439283 * Thu Oct 23 2008 lnussel@suse.de