Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package v4l-utils for openSUSE:Factory 
checked in at 2021-03-02 14:42:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/v4l-utils (Old)
 and      /work/SRC/openSUSE:Factory/.v4l-utils.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "v4l-utils"

Tue Mar  2 14:42:28 2021 rev:42 rq:874541 version:1.20.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/v4l-utils/v4l-utils.changes      2020-09-14 
12:00:59.391481665 +0200
+++ /work/SRC/openSUSE:Factory/.v4l-utils.new.2378/v4l-utils.changes    
2021-03-02 15:33:05.046056343 +0100
@@ -1,0 +2,8 @@
+Sun Feb 21 22:22:50 UTC 2021 - Asterios Dramis <asterios.dra...@gmail.com>
+
+- Force C++14 as the code is not C++17 ready. Fixes GCC 11 build
+  (boo#1181884).
+- Don't exclude /usr/lib/udev/systemd-udevd.service.d/50-rc_keymap.conf
+  for Leap 15.3.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ v4l-utils.spec ++++++
--- /var/tmp/diff_new_pack.LTKv6z/_old  2021-03-02 15:33:05.602056612 +0100
+++ /var/tmp/diff_new_pack.LTKv6z/_new  2021-03-02 15:33:05.606056614 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package v4l
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -187,6 +187,7 @@
 %patch2 -p1
 
 %build
+export CXXFLAGS="-std=c++14 %{optflags}"
 autoreconf -vfi
 %configure \
   --disable-static \
@@ -199,6 +200,7 @@
   --with-udevdir=%{_udevdir}
 
 %if "%{flavor}" == "qv4l2"
+export CXXFLAGS="-std=c++14 %{optflags}"
 %make_build -C utils/libmedia_dev
 %make_build -C utils/libv4l2util
 %make_build -C utils/qv4l2
@@ -241,7 +243,7 @@
 %dir %{_sysconfdir}/rc_keymaps/
 %config(noreplace) %{_sysconfdir}/rc_maps.cfg
 %{_udevdir}/rc_keymaps
-%if 0%{?suse_version} > 1500
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150200 && 0%{?is_opensuse}
 %dir %{_unitdir}/systemd-udevd.service.d
 %{_unitdir}/systemd-udevd.service.d/50-rc_keymap.conf
 %endif

Reply via email to