commit cxxtools for openSUSE:Factory
Hello community, here is the log from the commit of package cxxtools for openSUSE:Factory checked in at 2017-01-17 14:35:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cxxtools (Old) and /work/SRC/openSUSE:Factory/.cxxtools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "cxxtools" Changes: -------- --- /work/SRC/openSUSE:Factory/cxxtools/cxxtools.changes 2015-05-15 07:42:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.cxxtools.new/cxxtools.changes 2017-01-17 14:35:08.555824892 +0100 @@ -1,0 +2,10 @@ +Wed Jan 11 11:53:07 UTC 2017 - dmueller@suse.com + +- set atomictype to pthread for aarch64 + +------------------------------------------------------------------- +Fri Dec 30 13:59:56 UTC 2016 - bg@suse.com + +- set atomictype on s390x to pthread + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cxxtools.spec ++++++ --- /var/tmp/diff_new_pack.T46zhu/_old 2017-01-17 14:35:09.087749483 +0100 +++ /var/tmp/diff_new_pack.T46zhu/_new 2017-01-17 14:35:09.091748916 +0100 @@ -1,7 +1,7 @@ # # spec file for package cxxtools # -# Copyright (c) 2014 SUSE LINUX Products 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 @@ -158,6 +158,9 @@ %configure \ --disable-static \ --with-iconvstream=yes \ +%ifarch aarch64 s390x + --with-atomictype=pthread \ +%endif --with-pic make %{?_smp_mflags}
participants (1)
-
root@hilbertn.suse.de