Hello community,

here is the log from the commit of package syslinux for openSUSE:Factory 
checked in at 2016-04-01 13:00:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2016-02-17 
12:25:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.syslinux.new/syslinux.changes   2016-04-01 
13:00:52.000000000 +0200
@@ -1,0 +2,10 @@
+Wed Mar 16 13:56:48 CET 2016 - snw...@suse.de
+
+- syslinux-4.04-align.diff: fix section alignment (bsc#948445)
+
+-------------------------------------------------------------------
+Tue Feb 16 09:41:32 CET 2016 - snw...@suse.de
+
+- create also s390x package (bsc#964471)
+
+-------------------------------------------------------------------

New:
----
  baselibs.conf
  syslinux-4.04-align.diff

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

Other differences:
------------------
++++++ syslinux.spec ++++++
--- /var/tmp/diff_new_pack.zHmSJh/_old  2016-04-01 13:00:53.000000000 +0200
+++ /var/tmp/diff_new_pack.zHmSJh/_new  2016-04-01 13:00:53.000000000 +0200
@@ -37,6 +37,7 @@
 Source:         
https://www.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{version}.tar.bz2
 Source1:        isolinux-config
 Source2:        README.gfxboot
+Source3:        baselibs.conf
 Patch0:         %{name}-%{version}-iso9660.diff
 Patch1:         %{name}-%{version}-cwd.diff
 Patch2:         %{name}-%{version}-noinitrd.diff
@@ -54,6 +55,7 @@
 Patch15:        %{name}-%{version}-cache_fix.diff
 Patch16:        %{name}-%{version}-mtime.diff
 Patch17:        %{name}-%{version}-miniacc.diff
+Patch18:        %{name}-%{version}-align.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -87,6 +89,7 @@
 %patch15 -p1
 %patch16 -p1
 %patch17
+%patch18
 
 %build
 cp %{SOURCE2} .

++++++ baselibs.conf ++++++
arch x86_64 targets s390x:64bit

targetname <name>-x86_64

arch x86_64 package syslinux
        conflicts "syslinux"
        +.*
        -/usr/bin/syslinux
        -/usr/bin/extlinux 
        -/usr/bin/gethostip
        -/usr/bin/isohybrid
        -/usr/bin/memdiskfind
++++++ syslinux-4.04-align.diff ++++++
--- core/syslinux.ld
+++ core/syslinux.ld
@@ -263,7 +263,7 @@
                __text_end = .;
        }
 
-       . = ALIGN(16);
+       . = ALIGN(32);
 
        __rodata_vma = .;
        __rodata_lma = __rodata_vma + __text_lma - __text_vma;

Reply via email to