Hello community,

here is the log from the commit of package mediastreamer2 for openSUSE:Factory 
checked in at 2014-05-26 14:40:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mediastreamer2 (Old)
 and      /work/SRC/openSUSE:Factory/.mediastreamer2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mediastreamer2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mediastreamer2/mediastreamer2.changes    
2013-08-13 15:47:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mediastreamer2.new/mediastreamer2.changes       
2014-05-26 14:40:25.000000000 +0200
@@ -1,0 +2,7 @@
+Sun May 25 19:13:51 UTC 2014 - [email protected]
+
+- Use LFS_CFLAGS in 32 bit systems, a mediastreamer without 
+  large file support is not very pleasant..
+- Make the build verbose.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mediastreamer2.spec ++++++
--- /var/tmp/diff_new_pack.kzVj9f/_old  2014-05-26 14:40:27.000000000 +0200
+++ /var/tmp/diff_new_pack.kzVj9f/_new  2014-05-26 14:40:27.000000000 +0200
@@ -92,8 +92,8 @@
 %setup -q -n mediastreamer-%{version}
 
 %build
-export CFLAGS="%{optflags}"
-export CXXFLAGS="%{optflags}"
+export CFLAGS="%{optflags} $(getconf LFS_CFLAGS)"
+export CXXFLAGS="%{optflags} $(getconf LFS_CFLAGS)"
 %configure \
     --enable-shared \
 %if 0%{?packman_bs}
@@ -101,7 +101,7 @@
 %else
     --disable-video
 %endif
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %makeinstall

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to