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-03-02 18:20:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vlc (Old)
 and      /work/SRC/openSUSE:Factory/.vlc.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vlc"

Wed Mar  2 18:20:25 2022 rev:119 rq:958285 version:3.0.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2021-06-24 18:22:22.140902559 
+0200
+++ /work/SRC/openSUSE:Factory/.vlc.new.1958/vlc.changes        2022-03-02 
18:20:40.132655026 +0100
@@ -1,0 +2,13 @@
+Wed Feb 23 14:05:28 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org>
+
+- BuildRequires pkgconfig(smbclient) instead of smbclient-devel:
+  smbclient-devel was merged into samba-devel, and we do not want
+  to care for actual package names.
+
+-------------------------------------------------------------------
+Tue Feb 22 16:32:49 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Guard --enable-libplacebo configure parameter with is_opensuse:
+  the buildrequires is also guarded the same way.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vlc.spec ++++++
--- /var/tmp/diff_new_pack.D5w8Ua/_old  2022-03-02 18:20:40.988655056 +0100
+++ /var/tmp/diff_new_pack.D5w8Ua/_new  2022-03-02 18:20:40.996655056 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vlc
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -93,7 +93,6 @@
 BuildRequires:  librsvg-devel >= 2.9.0
 BuildRequires:  libsamplerate-devel
 BuildRequires:  libshout-devel >= 2.1
-BuildRequires:  libsmbclient-devel
 BuildRequires:  libssh2-devel
 BuildRequires:  libtheora-devel >= 1.0
 BuildRequires:  libtool
@@ -109,6 +108,7 @@
 BuildRequires:  posix_cc
 BuildRequires:  schroedinger-devel >= 1.0.10
 BuildRequires:  pkgconfig(libudev) >= 142
+BuildRequires:  pkgconfig(smbclient)
 %if 0%{?is_opensuse}
 BuildRequires:  pkgconfig(libplacebo)
 %endif
@@ -298,6 +298,7 @@
 installed as a dependency.
 
 
+
 # we can't use %%lang_package, as we need a different dependency
 # boo#1012556
 # but the package name has to stay vlc-lang, as otherise the software centers
@@ -455,7 +456,9 @@
    --enable-libass                      \
    --enable-libcddb                     \
    --enable-libmpeg2                    \
+%if 0%{?is_opensuse}
    --enable-libplacebo                  \
+%endif
    --enable-lirc                        \
    --enable-live555                     \
    --enable-lua                         \

Reply via email to