Hello community, here is the log from the commit of package coreutils for openSUSE:Factory checked in at 2015-03-29 20:14:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/coreutils (Old) and /work/SRC/openSUSE:Factory/.coreutils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "coreutils" Changes: -------- --- /work/SRC/openSUSE:Factory/coreutils/coreutils-testsuite.changes 2015-03-16 06:52:49.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.coreutils.new/coreutils-testsuite.changes 2015-03-29 20:14:14.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Mar 26 13:06:58 UTC 2015 - [email protected] + +- For openSUSE > 13.2 drop coreutils-build-timeout-as-pie.patch and + instead add a BuildRequire for gcc-PIE. + +------------------------------------------------------------------- coreutils.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ coreutils-testsuite.spec ++++++ --- /var/tmp/diff_new_pack.Rztfpz/_old 2015-03-29 20:14:16.000000000 +0200 +++ /var/tmp/diff_new_pack.Rztfpz/_new 2015-03-29 20:14:16.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package coreutils-testsuite # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -42,6 +42,9 @@ BuildRequires: makeinfo BuildRequires: perl BuildRequires: xz +%if %{suse_version} > 1320 +BuildRequires: gcc-PIE +%endif %if "%{name}" == "coreutils-testsuite" BuildRequires: acl BuildRequires: gdb @@ -174,7 +177,9 @@ %patch8 %patch16 # +%if %{suse_version} <= 1320 %patch100 +%endif %patch111 %patch112 %patch113 ++++++ coreutils.spec ++++++ --- /var/tmp/diff_new_pack.Rztfpz/_old 2015-03-29 20:14:16.000000000 +0200 +++ /var/tmp/diff_new_pack.Rztfpz/_new 2015-03-29 20:14:16.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package coreutils # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -42,6 +42,9 @@ BuildRequires: makeinfo BuildRequires: perl BuildRequires: xz +%if %{suse_version} > 1320 +BuildRequires: gcc-PIE +%endif %if "%{name}" == "coreutils-testsuite" BuildRequires: acl BuildRequires: gdb @@ -174,7 +177,9 @@ %patch8 %patch16 # +%if %{suse_version} <= 1320 %patch100 +%endif %patch111 %patch112 %patch113 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
