Hello community,

here is the log from the commit of package inkscape for openSUSE:Factory 
checked in at 2012-09-23 21:05:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/inkscape (Old)
 and      /work/SRC/openSUSE:Factory/.inkscape.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "inkscape", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/inkscape/inkscape.changes        2012-09-14 
12:26:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.inkscape.new/inkscape.changes   2012-09-23 
21:05:23.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Sep 14 15:49:03 UTC 2012 - dmuel...@suse.com
+
+- Reduce memory usage during linking on ARM to let the build
+  succeed.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ inkscape.spec ++++++
--- /var/tmp/diff_new_pack.lECKNx/_old  2012-09-23 21:05:24.000000000 +0200
+++ /var/tmp/diff_new_pack.lECKNx/_new  2012-09-23 21:05:24.000000000 +0200
@@ -165,8 +165,13 @@
 %patch4 -p1
 
 %build
-export CFLAGS="%{optflags} -fno-strict-aliasing"
-export CXXFLAGS="%{optflags} -fno-strict-aliasing"
+RPM_OPT_FLAGS="%{optflags}"
+%ifarch %arm
+RPM_OPT_FLAGS="${RPM_OPT_FLAGS/-g/}"
+export LDFLAGS+="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
+%endif
+export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
 # We're building without perl support for now...
 %configure\
        --with-python\

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to