Hello community,

here is the log from the commit of package sdcc for openSUSE:Factory checked in 
at 2015-11-26 17:01:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sdcc (Old)
 and      /work/SRC/openSUSE:Factory/.sdcc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sdcc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sdcc/sdcc.changes        2015-08-27 
08:57:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sdcc.new/sdcc.changes   2015-11-26 
17:01:28.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Oct 30 20:01:08 UTC 2015 - tobias.johannes.klausm...@mni.thm.de
+
+- Build additional libraries sdcc can link against
+- Add patch sdcc_enable_additional_target_libs.patch
+
+-------------------------------------------------------------------

New:
----
  sdcc_enable_additional_target_libs.patch

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

Other differences:
------------------
++++++ sdcc.spec ++++++
--- /var/tmp/diff_new_pack.K7Cgv8/_old  2015-11-26 17:01:29.000000000 +0100
+++ /var/tmp/diff_new_pack.K7Cgv8/_new  2015-11-26 17:01:29.000000000 +0100
@@ -26,6 +26,7 @@
 Source:         
http://downloads.sourceforge.net/%{name}/%{name}-src-%{version}.tar.bz2
 Source1:        %{name}-rpmlintrc
 Patch1:         sdcc_add_ppc64le_suse_support.patch
+Patch2:         sdcc_enable_additional_target_libs.patch
 BuildRequires:  bison
 BuildRequires:  boost-devel
 BuildRequires:  fdupes
@@ -91,6 +92,7 @@
 %setup -q
 rm support/regression/tests/bug3304184.c
 %patch1 -p1
+%patch2 -p1
 
 %build
 CFLAGS="%{optflags} -fno-strict-aliasing" \

++++++ sdcc_enable_additional_target_libs.patch ++++++
From: Tobias Klausmann <tobias.johannes.klausm...@mni.thm.de>
Subject: Enable additional target libs
Date: Fri, 30 Oct 2015 20:46:23 +0100

This is required for contiki:
https://github.com/contiki-os/contiki/wiki/8051-Requirements

Signed-off-by: Tobias Klausmann <tobias.johannes.klausm...@mni.thm.de>
---
 device/lib/incl.mk     |    2 +-
 device/lib/Makefile.in |    2 +-
 2 file changed, 2 insertion(+), 2 deletion(-)

Index: sdcc-3.5.0/device/lib/incl.mk
===================================================================
--- a/device/lib/incl.mk
+++ b/device/lib/incl.mk
@@ -101,4 +101,4 @@
   assert.c \
   time.c
 
-MODELS = small medium large
+MODELS = small medium large huge
Index: sdcc-3.5.0/device/lib/Makefile.in
===================================================================
--- a/device/lib/Makefile.in
+++ b/device/lib/Makefile.in
@@ -186,7 +186,7 @@
 endif
 
 ifeq ($(OPT_DISABLE_MCS51), 0)
-TARGETS        += models small-mcs51-stack-auto
+TARGETS        += models model-mcs51-stack-auto
 endif
 
 ifeq ($(OPT_DISABLE_PIC14), 0)

Reply via email to