Hello community,

here is the log from the commit of package asl for openSUSE:Factory checked in 
at 2019-03-06 15:51:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/asl (Old)
 and      /work/SRC/openSUSE:Factory/.asl.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "asl"

Wed Mar  6 15:51:23 2019 rev:28 rq:682058 version:1.42_bld144

Changes:
--------
--- /work/SRC/openSUSE:Factory/asl/asl.changes  2018-05-29 10:42:46.417245114 
+0200
+++ /work/SRC/openSUSE:Factory/.asl.new.28833/asl.changes       2019-03-06 
15:51:47.800431086 +0100
@@ -1,0 +2,6 @@
+Wed Mar  6 09:12:14 UTC 2019 - Martin Pluskal <mplus...@suse.com>
+
+- Update to version 142-bld115
+  * No changelog available
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ asl.spec ++++++
--- /var/tmp/diff_new_pack.hKZHy3/_old  2019-03-06 15:51:48.580430929 +0100
+++ /var/tmp/diff_new_pack.hKZHy3/_new  2019-03-06 15:51:48.584430929 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package asl
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           asl
-Version:        1.42_bld115
+Version:        1.42_bld144
 Release:        0
 Summary:        Macro Assembler AS
 License:        GPL-2.0-or-later
@@ -41,13 +41,13 @@
 %patch2 -p1
 
 %build
-make %{?_smp_mflags} CC="gcc" LD="gcc" CFLAGS="%{optflags} 
-fno-strict-aliasing"
+make %{?_smp_mflags} CFLAGS="%{optflags} -fno-strict-aliasing"
 
 %check
 make %{?_smp_mflags} test
 
 %install
-make install PREFIX=%{buildroot}
+%make_install PREFIX=%{buildroot}
 
 %files
 %license COPYING

++++++ asl-buildfixes.patch ++++++
--- /var/tmp/diff_new_pack.hKZHy3/_old  2019-03-06 15:51:48.600430925 +0100
+++ /var/tmp/diff_new_pack.hKZHy3/_new  2019-03-06 15:51:48.604430924 +0100
@@ -185,7 +185,7 @@
 +
 
+/*---------------------------------------------------------------------------*/
 +/* Intel ia64 with Linux and GCC:                                            
*/
-+   
++
 +
 +#ifdef __linux__
 +#define ARCHSYSNAME "unknown-linux"
@@ -216,7 +216,7 @@
 +
 
+/*---------------------------------------------------------------------------*/
 +/* IBM S/390 with Linux and GCC:                                             
*/
-+   
++
 +
 +#ifdef __linux__
 +#define ARCHSYSNAME "unknown-linux"
@@ -243,7 +243,7 @@
 +
 
+/*---------------------------------------------------------------------------*/
 +/* IBM zSeries (S/390 G7) with Linux and GCC: */
-+ 
++
 +#ifdef __s390x__
 +
 +#define ARCHPRNAME "IBM zSeries"

++++++ asl-ppc64.patch ++++++
--- /var/tmp/diff_new_pack.hKZHy3/_old  2019-03-06 15:51:48.616430922 +0100
+++ /var/tmp/diff_new_pack.hKZHy3/_new  2019-03-06 15:51:48.616430922 +0100
@@ -2,7 +2,7 @@
 ===================================================================
 --- asl-current.orig/sysdefs.h
 +++ asl-current/sysdefs.h
-@@ -668,8 +668,8 @@ typedef unsigned short Card16;
+@@ -738,8 +738,8 @@ typedef unsigned short Card16;
  #define HAS16
  typedef signed int Integ32;
  typedef unsigned int Card32;


Reply via email to