Hello community,

here is the log from the commit of package v4l-utils for openSUSE:Factory 
checked in at 2018-10-04 18:58:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/v4l-utils (Old)
 and      /work/SRC/openSUSE:Factory/.v4l-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "v4l-utils"

Thu Oct  4 18:58:04 2018 rev:33 rq:639365 version:1.14.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/v4l-utils/v4l-utils.changes      2018-06-08 
23:09:32.976881407 +0200
+++ /work/SRC/openSUSE:Factory/.v4l-utils.new/v4l-utils.changes 2018-10-04 
18:58:11.299423624 +0200
@@ -1,0 +2,5 @@
+Mon Oct  1 10:35:11 UTC 2018 - sch...@suse.de
+
+- sysmacros.patch: include <sys/sysmacros.h> for minor
+
+-------------------------------------------------------------------

New:
----
  sysmacros.patch

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

Other differences:
------------------
++++++ v4l-utils.spec ++++++
--- /var/tmp/diff_new_pack.BFFLkL/_old  2018-10-04 18:58:12.823421703 +0200
+++ /var/tmp/diff_new_pack.BFFLkL/_new  2018-10-04 18:58:12.823421703 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -35,6 +35,7 @@
 Source1:        
https://linuxtv.org/downloads/v4l-utils/%{name}-%{version}.tar.bz2.asc
 Source2:        %{name}.keyring
 Source100:      baselibs.conf
+Patch0:         sysmacros.patch
 BuildRequires:  doxygen
 BuildRequires:  kernel-headers
 BuildRequires:  libjpeg-devel
@@ -184,6 +185,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \

++++++ sysmacros.patch ++++++
Index: v4l-utils-1.14.1/lib/libv4lconvert/control/libv4lcontrol.c
===================================================================
--- v4l-utils-1.14.1.orig/lib/libv4lconvert/control/libv4lcontrol.c
+++ v4l-utils-1.14.1/lib/libv4lconvert/control/libv4lcontrol.c
@@ -19,6 +19,7 @@
 # Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA  02110-1335  USA
  */
 
+#include "config.h"
 #include <sys/types.h>
 #if defined(MAJOR_IN_SYSMACROS)
 #include <sys/sysmacros.h>
Index: v4l-utils-1.14.1/utils/v4l2-ctl/v4l2-ctl.cpp
===================================================================
--- v4l-utils-1.14.1.orig/utils/v4l2-ctl/v4l2-ctl.cpp
+++ v4l-utils-1.14.1/utils/v4l2-ctl/v4l2-ctl.cpp
@@ -20,6 +20,7 @@
     Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA  02110-1335  
USA
  */
 
+#include "config.h"
 #include <unistd.h>
 #include <stdlib.h>
 #include <stdio.h>
@@ -27,6 +28,9 @@
 #include <inttypes.h>
 #include <getopt.h>
 #include <sys/types.h>
+#if defined(MAJOR_IN_SYSMACROS)
+#include <sys/sysmacros.h>
+#endif
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <ctype.h>



Reply via email to