Hello community,

here is the log from the commit of package libgdiplus for openSUSE:Factory 
checked in at 2019-03-22 14:54:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgdiplus (Old)
 and      /work/SRC/openSUSE:Factory/.libgdiplus.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgdiplus"

Fri Mar 22 14:54:53 2019 rev:2 rq:687009 version:3.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgdiplus/libgdiplus.changes    2015-09-19 
06:53:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgdiplus.new.25356/libgdiplus.changes 
2019-03-22 14:55:01.658036980 +0100
@@ -1,0 +2,7 @@
+Wed Mar 20 15:51:46 UTC 2019 - Dominique Leuenberger <[email protected]>
+
+- Use / as sed command delimiter. Comma can actually show up in
+  optflags (think -Wl,…), which then breaks the sed command line
+  parsing.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libgdiplus.spec ++++++
--- /var/tmp/diff_new_pack.E8Zl1j/_old  2019-03-22 14:55:04.358035395 +0100
+++ /var/tmp/diff_new_pack.E8Zl1j/_new  2019-03-22 14:55:04.362035393 +0100
@@ -69,7 +69,7 @@
 %setup -q
 %patch -p1
 %patch1 -p1
-sed -i 's,-Wall,-Wall %{optflags},' src/Makefile.am
+sed -i 's/-Wall/-Wall %{optflags}/' src/Makefile.am
 
 %build
 autoreconf -fiv


Reply via email to