Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2022-12-13 18:54:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vlc (Old)
 and      /work/SRC/openSUSE:Factory/.vlc.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vlc"

Tue Dec 13 18:54:47 2022 rev:132 rq:1042354 version:3.0.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2022-11-27 12:53:10.543257970 
+0100
+++ /work/SRC/openSUSE:Factory/.vlc.new.1835/vlc.changes        2022-12-13 
18:54:56.243033574 +0100
@@ -1,0 +2,6 @@
+Mon Dec 12 11:00:12 UTC 2022 - Hans-Peter Jansen <h...@urpla.net>
+
+- Do not apply vlc.a52.patch if liba52 is < 0.8.0
+- Avoid ugly _FORTIFY_SOURCE redefinition warnings
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vlc.spec ++++++
--- /var/tmp/diff_new_pack.WbpKer/_old  2022-12-13 18:54:57.171038526 +0100
+++ /var/tmp/diff_new_pack.WbpKer/_new  2022-12-13 18:54:57.175038547 +0100
@@ -401,7 +401,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
 %patch4 -p1
 %if 0%{?suse_version} > 1320 && 0%{?suse_version} < 1550 && 0%{?sle_version} < 
150200
@@ -409,6 +408,11 @@
 %endif
 %patch103 -p1
 
+# a52_init() < 0.8.0 doesn't take any arguments
+if pkg-config --max-version 0.8 liba52; then
+%patch0 -p1
+fi
+
 ### And LUA 5.3.1 has some more API changes
 if pkg-config --atleast-version 5.3.1 lua; then
 %patch2 -p1
@@ -511,6 +515,11 @@
 ### ONLY REMOVE THIS IF YOU KNOW WHAT YOU ARE DOING!
 sed -i 's/^#define.*VLC_COMPILE_HOST.*/#define VLC_COMPILE_HOST "obs-build"/' 
config.h
 
+# avoid ugly warnings
+if echo "%{optflags}" | grep -q -- '-D_FORTIFY_SOURCE'; then
+    sed -i '/#define _FORTIFY_SOURCE/d' config.h
+fi
+
 %make_build
 
 %install

Reply via email to