Hello community, here is the log from the commit of package dd_rescue for openSUSE:Factory checked in at 2014-02-13 06:53:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dd_rescue (Old) and /work/SRC/openSUSE:Factory/.dd_rescue.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dd_rescue" Changes: -------- --- /work/SRC/openSUSE:Factory/dd_rescue/dd_rescue.changes 2013-08-20 11:35:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.dd_rescue.new/dd_rescue.changes 2014-02-13 06:53:22.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Feb 11 14:00:38 UTC 2014 - [email protected] + +- disable SSE2 on i586 (bnc#860779) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dd_rescue.spec ++++++ --- /var/tmp/diff_new_pack.w3K9E7/_old 2014-02-13 06:53:23.000000000 +0100 +++ /var/tmp/diff_new_pack.w3K9E7/_new 2014-02-13 06:53:23.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package dd_rescue # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -54,7 +54,12 @@ sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/g" dd_rescue.c %build -make RPM_OPT_FLAGS="%{optflags}" LIBDIR=%{_libdir} %{?_smp_mflags} +flags="%{optflags}" +%ifarch i386 i486 i586 i686 +sed -i 's/SSE = "-msse2"/SSE = "-DNO_SSE2"/' Makefile +flags="%{optflags} -DNO_SSE2" +%endif +make RPM_OPT_FLAGS="$flags" LIBDIR=%{_libdir} %{?_smp_mflags} %install make install DESTDIR=%{buildroot} INSTALLDIR=%{buildroot}/%{_bindir} \ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
