Hello community, here is the log from the commit of package post-build-checks for openSUSE:Factory checked in at 2018-04-17 11:08:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/post-build-checks (Old) and /work/SRC/openSUSE:Factory/.post-build-checks.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "post-build-checks" Tue Apr 17 11:08:48 2018 rev:89 rq:595800 version:84.87+git20180412.b38aed4 Changes: -------- --- /work/SRC/openSUSE:Factory/post-build-checks/post-build-checks.changes 2018-01-29 14:54:07.727853204 +0100 +++ /work/SRC/openSUSE:Factory/.post-build-checks.new/post-build-checks.changes 2018-04-17 11:08:53.738661200 +0200 @@ -1,0 +2,6 @@ +Wed Apr 11 23:06:35 UTC 2018 - [email protected] + +- Update to version 84.87+git20180412.b38aed4: + * Mark test as broken due to GCC 8 and fortification. + +------------------------------------------------------------------- Old: ---- post-build-checks-84.87+git20171221.9eed556.tar.xz New: ---- post-build-checks-84.87+git20180412.b38aed4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ post-build-checks.spec ++++++ --- /var/tmp/diff_new_pack.uNA8sD/_old 2018-04-17 11:08:54.242637704 +0200 +++ /var/tmp/diff_new_pack.uNA8sD/_new 2018-04-17 11:08:54.246637517 +0200 @@ -16,13 +16,13 @@ # -%define version_unconverted 84.87+git20171221.9eed556 +%define version_unconverted 84.87+git20180412.b38aed4 Name: post-build-checks Summary: post checks for build after rpms have been created License: GPL-2.0+ Group: Development/Tools/Building -Version: 84.87+git20171221.9eed556 +Version: 84.87+git20180412.b38aed4 Release: 0 PreReq: aaa_base permissions sed Requires: aaa_base-malloccheck ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.uNA8sD/_old 2018-04-17 11:08:54.286635652 +0200 +++ /var/tmp/diff_new_pack.uNA8sD/_new 2018-04-17 11:08:54.286635652 +0200 @@ -1,5 +1,5 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/openSUSE/post-build-checks.git</param> - <param name="changesrevision">9eed55670d08c68a173571df8815cd42d88cf581</param></service> + <param name="changesrevision">0ef96b34d7349aed75193a3991b2b1ea8730e902</param></service> </servicedata> \ No newline at end of file ++++++ post-build-checks-84.87+git20171221.9eed556.tar.xz -> post-build-checks-84.87+git20180412.b38aed4.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/post-build-checks-84.87+git20171221.9eed556/tests/xx11.BROKEN.C new/post-build-checks-84.87+git20180412.b38aed4/tests/xx11.BROKEN.C --- old/post-build-checks-84.87+git20171221.9eed556/tests/xx11.BROKEN.C 1970-01-01 01:00:00.000000000 +0100 +++ new/post-build-checks-84.87+git20180412.b38aed4/tests/xx11.BROKEN.C 2018-04-12 01:05:17.000000000 +0200 @@ -0,0 +1,8 @@ +#include <string.h> + +char buf[6]; +int main(int argc, char **argv) { + strcpy(buf,"hello "); + strcat(buf,"world!"); + return 0; +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/post-build-checks-84.87+git20171221.9eed556/tests/xx11.c new/post-build-checks-84.87+git20180412.b38aed4/tests/xx11.c --- old/post-build-checks-84.87+git20171221.9eed556/tests/xx11.c 2017-12-21 21:08:24.000000000 +0100 +++ new/post-build-checks-84.87+git20180412.b38aed4/tests/xx11.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,8 +0,0 @@ -#include <string.h> - -char buf[6]; -int main(int argc, char **argv) { - strcpy(buf,"hello "); - strcat(buf,"world!"); - return 0; -}
