Hello community,

here is the log from the commit of package freetype2 for openSUSE:Factory 
checked in at 2019-10-22 15:37:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/freetype2 (Old)
 and      /work/SRC/openSUSE:Factory/.freetype2.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "freetype2"

Tue Oct 22 15:37:51 2019 rev:87 rq:736855 version:2.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/freetype2/freetype2.changes      2019-07-08 
14:58:58.590348720 +0200
+++ /work/SRC/openSUSE:Factory/.freetype2.new.2352/freetype2.changes    
2019-10-22 15:37:52.469198974 +0200
@@ -1,0 +2,7 @@
+Wed Oct  9 17:06:32 UTC 2019 - Cristian Rodríguez <[email protected]>
+
+- Use the compiler default C std, since 2012 gcc defaults
+  have changed, we now only need to get rid of ANSIFLAGS, override
+  that variable instead.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ freetype2.spec ++++++
--- /var/tmp/diff_new_pack.mZNylV/_old  2019-10-22 15:37:53.261199877 +0200
+++ /var/tmp/diff_new_pack.mZNylV/_new  2019-10-22 15:37:53.265199880 +0200
@@ -94,14 +94,14 @@
 %autopatch -p1
 
 %build
-export CFLAGS="%{optflags} -std=gnu99 -D_GNU_SOURCE $(getconf LFS_CFLAGS)"
+export CFLAGS="%{optflags} -D_GNU_SOURCE $(getconf LFS_CFLAGS)"
 %configure \
        --with-bzip2 \
        --with-png \
        --with-zlib \
     --enable-freetype-config \
        --disable-static
-make %{?_smp_mflags}
+make %{?_smp_mflags} ANSIFLAGS=
 
 %install
 %make_install











Reply via email to