Hello community, here is the log from the commit of package vlc for openSUSE:Factory checked in at 2018-02-19 12:59:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vlc (Old) and /work/SRC/openSUSE:Factory/.vlc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vlc" Mon Feb 19 12:59:01 2018 rev:78 rq:577715 version:3.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/vlc/vlc.changes 2018-02-16 21:37:58.481583469 +0100 +++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes 2018-02-19 12:59:03.358214265 +0100 @@ -1,0 +2,8 @@ +Sun Feb 18 10:01:28 UTC 2018 - [email protected] + +- Add vlc-allow-deprecated-fribidi.patch: Allow the usage of + deprecated fribidi functions. Disallowing deprecated stuff is + good during the dev phase, but once released, it is just becoming + a pain. + +------------------------------------------------------------------- New: ---- vlc-allow-deprecated-fribidi.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vlc.spec ++++++ --- /var/tmp/diff_new_pack.Kei5RP/_old 2018-02-19 12:59:04.710165507 +0100 +++ /var/tmp/diff_new_pack.Kei5RP/_new 2018-02-19 12:59:04.710165507 +0100 @@ -43,6 +43,8 @@ Source2: %{name}-rpmlintrc # PATCH-FIX-UPSTREAM vlc.a52.patch https://trac.videolan.org/vlc/ticket/3731 [email protected] -- Support new version of liba52 Patch0: vlc.a52.patch +# PATCH-FIX-UPSTREAM vlc-allow-deprecated-fribidi.patch [email protected] -- Allow usage of deprecated fribidi functions +Patch1: vlc-allow-deprecated-fribidi.patch # PATCH-FEATURE-OPENSUSE vlc-projectM-qt5.patch -- Build against projectM-qt5; openSUSE provides projectM as -qt and -qt5 variant Patch100: vlc-projectM-qt5.patch BuildRequires: Mesa-devel @@ -318,6 +320,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %patch100 -p1 ### And LUA 5.3.1 has some more API changes ++++++ vlc-allow-deprecated-fribidi.patch ++++++ Index: vlc-3.0.0/modules/text_renderer/freetype/text_layout.c =================================================================== --- vlc-3.0.0.orig/modules/text_renderer/freetype/text_layout.c +++ vlc-3.0.0/modules/text_renderer/freetype/text_layout.c @@ -52,7 +52,6 @@ /* RTL */ #if defined(HAVE_FRIBIDI) -# define FRIBIDI_NO_DEPRECATED 1 # include <fribidi.h> #endif
