Hello community,

here is the log from the commit of package automake for openSUSE:Factory 
checked in at 2017-03-05 17:49:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/automake (Old)
 and      /work/SRC/openSUSE:Factory/.automake.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "automake"

Sun Mar  5 17:49:56 2017 rev:44 rq:460256 version:1.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/automake/automake.changes        2016-07-09 
09:20:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.automake.new/automake.changes   2017-03-05 
17:49:57.387113897 +0100
@@ -1,0 +2,5 @@
+Fri Feb 10 07:34:09 UTC 2017 - b...@suse.com
+
+- use vendor suse instead of IBM on s390x
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ automake-testsuite.spec ++++++
--- /var/tmp/diff_new_pack.5kSaIk/_old  2017-03-05 17:49:58.063018232 +0100
+++ /var/tmp/diff_new_pack.5kSaIk/_new  2017-03-05 17:49:58.067017666 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package automake-testsuite
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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

automake.spec: same change

++++++ automake-SuSE.patch ++++++
--- /var/tmp/diff_new_pack.5kSaIk/_old  2017-03-05 17:49:58.123009741 +0100
+++ /var/tmp/diff_new_pack.5kSaIk/_new  2017-03-05 17:49:58.123009741 +0100
@@ -4,8 +4,8 @@
 
 Index: lib/config.guess
 ===================================================================
---- lib/config.guess.orig      2015-02-10 12:01:47.557016290 +0100
-+++ lib/config.guess   2015-02-10 12:05:32.791670816 +0100
+--- lib/config.guess.orig
++++ lib/config.guess
 @@ -153,6 +153,16 @@ Linux|GNU|GNU/*)
        ;;
  esac
@@ -290,7 +290,8 @@
 +      echo powerpcle-${VENDOR}-linux-${LIBC}
        exit ;;
      s390:Linux:*:* | s390x:Linux:*:*)
-       echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
+-      echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
++      echo ${UNAME_MACHINE}-${VENDOR}-linux-${LIBC}
        exit ;;
      sh64*:Linux:*:*)
 -      echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
@@ -447,3 +448,28 @@
        exit ;;
  esac
  
+Index: lib/config.sub
+===================================================================
+--- lib/config.sub.orig
++++ lib/config.sub
+@@ -1058,12 +1058,18 @@ case $basic_machine in
+       rtpc | rtpc-*)
+               basic_machine=romp-ibm
+               ;;
+-      s390 | s390-*)
++      s390)
+               basic_machine=s390-ibm
+               ;;
+-      s390x | s390x-*)
++      s390-*)
++              basic_machine=s390-`echo $basic_machine | sed 's/^[^-]*-//'`
++              ;;
++      s390x)
+               basic_machine=s390x-ibm
+               ;;
++      s390x-*)
++              basic_machine=s390x-`echo $basic_machine | sed 's/^[^-]*-//'`
++              ;;
+       sa29200)
+               basic_machine=a29k-amd
+               os=-udi


Reply via email to