Hello community, here is the log from the commit of package asl for openSUSE:Factory checked in at 2019-03-19 10:01:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/asl (Old) and /work/SRC/openSUSE:Factory/.asl.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "asl" Tue Mar 19 10:01:24 2019 rev:29 rq:686122 version:1.42_bld144 Changes: -------- --- /work/SRC/openSUSE:Factory/asl/asl.changes 2019-03-06 15:51:47.800431086 +0100 +++ /work/SRC/openSUSE:Factory/.asl.new.28833/asl.changes 2019-03-19 10:01:25.959888472 +0100 @@ -1,0 +2,5 @@ +Tue Mar 12 12:44:00 UTC 2019 - <[email protected]> + +- add #define PRIInteg32 "d" to sysdefs for s390x to fix build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ asl.spec ++++++ --- /var/tmp/diff_new_pack.cCT5Q8/_old 2019-03-19 10:01:27.563886800 +0100 +++ /var/tmp/diff_new_pack.cCT5Q8/_new 2019-03-19 10:01:27.563886800 +0100 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -22,7 +22,7 @@ Summary: Macro Assembler AS License: GPL-2.0-or-later Group: Development/Languages/Other -URL: http://john.ccac.rwth-aachen.de:8000/as/ +Url: http://john.ccac.rwth-aachen.de:8000/as/ Source: http://john.ccac.rwth-aachen.de:8000/ftp/as/source/c_version/asl-current-142-bld115.tar.bz2 Patch0: asl-buildfixes.patch Patch2: asl-ppc64.patch ++++++ asl-buildfixes.patch ++++++ --- /var/tmp/diff_new_pack.cCT5Q8/_old 2019-03-19 10:01:27.583886779 +0100 +++ /var/tmp/diff_new_pack.cCT5Q8/_new 2019-03-19 10:01:27.583886779 +0100 @@ -172,7 +172,7 @@ /* VAX platforms */ #ifdef __vax__ -@@ -1190,7 +1252,101 @@ typedef unsigned long long Card64; +@@ -1190,7 +1252,102 @@ typedef unsigned long long Card64; #define LOCALE_NLS #endif @@ -261,6 +261,7 @@ +typedef unsigned short Card16; +#define HAS16 +typedef signed int Integ32; ++#define PRIInteg32 "d" +typedef unsigned int Card32; +typedef signed long Integ64; +typedef unsigned long Card64;
