Hello community, here is the log from the commit of package post-build-checks for openSUSE:Factory checked in at Thu Jun 23 13:15:36 CEST 2011.
-------- --- post-build-checks/post-build-checks.changes 2011-03-25 01:30:24.000000000 +0100 +++ /mounts/work_src_done/STABLE/post-build-checks/post-build-checks.changes 2011-06-22 22:59:46.000000000 +0200 @@ -1,0 +2,11 @@ +Wed Jun 22 22:59:31 CEST 2011 - [email protected] + +- fix strict-aliasing compiler check with gcc 4.6 + +------------------------------------------------------------------- +Tue Jun 21 08:31:44 CEST 2011 - [email protected] + +- re-enable fatal checks in 04-check-filelist as the deadline has + passed + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ post-build-checks.spec ++++++ --- /var/tmp/diff_new_pack.1yhweB/_old 2011-06-23 13:14:56.000000000 +0200 +++ /var/tmp/diff_new_pack.1yhweB/_new 2011-06-23 13:14:56.000000000 +0200 @@ -24,7 +24,7 @@ AutoReqProv: on Summary: post checks for build after rpms have been created Version: 1.0 -Release: 90 +Release: 93 PreReq: aaa_base permissions sed Url: http://gitorious.org/opensuse/post-build-checks # ++++++ post-build-checks-1.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/post-build-checks-1.0/checks/04-check-filelist new/post-build-checks-1.0/checks/04-check-filelist --- old/post-build-checks-1.0/checks/04-check-filelist 2011-03-25 01:28:36.000000000 +0100 +++ new/post-build-checks-1.0/checks/04-check-filelist 2011-06-21 08:30:46.000000000 +0200 @@ -12,8 +12,4 @@ [ $? = 0 ] || ret=1 done -if [ "$ret" -ne 0 ]; then - echo "*** This failure will be made fatal at Dec 8, please fix your package ***" -fi -#exit $ret -exit 0 +exit $ret diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/post-build-checks-1.0/tests/xx16.c new/post-build-checks-1.0/tests/xx16.c --- old/post-build-checks-1.0/tests/xx16.c 2011-03-25 01:28:36.000000000 +0100 +++ new/post-build-checks-1.0/tests/xx16.c 2011-06-22 23:35:56.000000000 +0200 @@ -1,9 +1,7 @@ -struct s { - char *p; -}; - -void -func(struct s *ptr) -{ - *(void **)&ptr->p = 0; /* { dg-warning "type-punned pointer" } */ +int foo() +{ + int i; + *(long*)&i = 0; /* { dg-warning "type-punn" } */ + return i; } + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/post-build-checks-1.0/tests/xx4.BROKEN.C new/post-build-checks-1.0/tests/xx4.BROKEN.C --- old/post-build-checks-1.0/tests/xx4.BROKEN.C 1970-01-01 01:00:00.000000000 +0100 +++ new/post-build-checks-1.0/tests/xx4.BROKEN.C 2011-03-25 01:28:36.000000000 +0100 @@ -0,0 +1,5 @@ +#include <stdio.h> +int main(int argc, char **argv) { + printf("hallo %s\n"); + return 0; +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/post-build-checks-1.0/tests/xx4.c new/post-build-checks-1.0/tests/xx4.c --- old/post-build-checks-1.0/tests/xx4.c 2011-03-25 01:28:36.000000000 +0100 +++ new/post-build-checks-1.0/tests/xx4.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,5 +0,0 @@ -#include <stdio.h> -int main(int argc, char **argv) { - printf("hallo %s\n"); - return 0; -} ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
