Hello community, here is the log from the commit of package asl for openSUSE:Factory checked in at 2012-03-26 15:36:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/asl (Old) and /work/SRC/openSUSE:Factory/.asl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "asl", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/asl/asl.changes 2011-10-06 14:58:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.asl.new/asl.changes 2012-03-26 15:36:03.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Mar 15 11:55:19 UTC 2012 - [email protected] + +- fix ppc64 build + +------------------------------------------------------------------- New: ---- asl-ppc64.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ asl.spec ++++++ --- /var/tmp/diff_new_pack.P31OcR/_old 2012-03-26 15:36:06.000000000 +0200 +++ /var/tmp/diff_new_pack.P31OcR/_new 2012-03-26 15:36:06.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package asl # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,20 +15,23 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: asl -BuildRequires: gcc-c++ libpng texlive-latex xorg-x11 xorg-x11-devel +BuildRequires: gcc-c++ +BuildRequires: libpng +BuildRequires: texlive-latex +BuildRequires: xorg-x11 +BuildRequires: xorg-x11-devel Url: http://john.ccac.rwth-aachen.de:8000/as/ Version: 1.42_1.22 -Release: 1 -Group: Development/Languages/Other -License: GPL-2.0+ +Release: 0 Summary: Macro Assembler AS +License: GPL-2.0+ +Group: Development/Languages/Other Source: asl-current-142-1.22.tar.bz2 Patch: asl-buildfixes.patch Patch1: asl-sle10-compilefix.patch +Patch2: asl-ppc64.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -42,7 +45,6 @@ Alfred Arnold <[email protected]> %package doc -License: GPL-2.0+ Summary: Documentation for the AS macro assembler Group: Documentation/Other @@ -58,6 +60,7 @@ %setup -q -n asl-current %patch -p1 %patch1 -p1 +%patch2 -p1 %build make CC="%__cc" LD="%__cc" CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" ++++++ asl-ppc64.patch ++++++ Index: asl-current/sysdefs.h =================================================================== --- asl-current.orig/sysdefs.h +++ asl-current/sysdefs.h @@ -668,8 +668,8 @@ typedef unsigned short Card16; #define HAS16 typedef signed int Integ32; typedef unsigned int Card32; -typedef signed long Integ64; -typedef unsigned long Card64; +typedef signed long long Integ64; +typedef unsigned long long Card64; #define HAS64 #define LOCALE_NLS #endif -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
