Hello community,

here is the log from the commit of package syslinux for openSUSE:Factory 
checked in at 2014-03-06 19:18:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syslinux (Old)
 and      /work/SRC/openSUSE:Factory/.syslinux.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "syslinux"

Changes:
--------
--- /work/SRC/openSUSE:Factory/syslinux/syslinux.changes        2013-12-19 
12:37:42.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.syslinux.new/syslinux.changes   2014-03-06 
19:18:17.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Mar  5 16:23:01 CET 2014 - snw...@suse.de
+
+- nostrip.diff: don't strip binaries
+
+-------------------------------------------------------------------

New:
----
  syslinux-4.04-nostrip.diff

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

Other differences:
------------------
++++++ syslinux.spec ++++++
--- /var/tmp/diff_new_pack.7HTUAK/_old  2014-03-06 19:18:18.000000000 +0100
+++ /var/tmp/diff_new_pack.7HTUAK/_new  2014-03-06 19:18:18.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package syslinux
 #
-# 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
@@ -47,6 +47,7 @@
 Patch10:        %{name}-%{version}-isohybrid_mbr.diff
 Patch11:        %{name}-%{version}-localboot.diff
 Patch12:        %{name}-%{version}-geometry.diff
+Patch13:        %{name}-%{version}-nostrip.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -75,10 +76,10 @@
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13 -p0
 
 %build
 cp %{SOURCE2} .
-export CFLAGS="$RPM_OPT_FLAGS"
 make spotless
 make
 

++++++ syslinux-4.04-nostrip.diff ++++++
--- utils/Makefile
+++ utils/Makefile
@@ -18,7 +18,7 @@
 include $(topdir)/MCONFIG
 
 CFLAGS   = $(GCCWARN) -Os -fomit-frame-pointer -D_FILE_OFFSET_BITS=64
-LDFLAGS  = -O2 -s
+LDFLAGS  = -O2 -g
 
 TARGETS         = mkdiskimage isohybrid gethostip memdiskfind
 TARGETS += isohybrid.pl  # about to be obsoleted
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to