Hello community,

here is the log from the commit of package v4l-utils for openSUSE:Factory 
checked in at 2012-06-01 07:24:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/v4l-utils (Old)
 and      /work/SRC/openSUSE:Factory/.v4l-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "v4l-utils", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/v4l-utils/v4l-utils.changes      2012-04-23 
16:13:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.v4l-utils.new/v4l-utils.changes 2012-06-01 
07:24:54.000000000 +0200
@@ -1,0 +2,6 @@
+Wed May 30 18:24:41 UTC 2012 - asterios.dra...@gmail.com
+
+- Added a patch (libdvbv5-Add-missing-includes.patch) in order to fix
+  compilation due to missing includes.
+
+-------------------------------------------------------------------

New:
----
  libdvbv5-Add-missing-includes.patch

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

Other differences:
------------------
++++++ v4l-utils.spec ++++++
--- /var/tmp/diff_new_pack.uigqXR/_old  2012-06-01 07:24:55.000000000 +0200
+++ /var/tmp/diff_new_pack.uigqXR/_new  2012-06-01 07:24:55.000000000 +0200
@@ -28,6 +28,8 @@
 Source100:      baselibs.conf
 # PATCH-FIX-OPENSUSE disable_rds_compilation.patch asterios.dra...@gmail.com 
-- Disable compilation of utils/rds (it isn't installed anyway) as it fails to 
compile with i2c-dev.h from i2c-tools (needs the one from linux-glibc-devel)
 Patch0:         disable_rds_compilation.patch
+# PATCH-FIX-UPSTREAM libdvbv5-Add-missing-includes.patch 
asterios.dra...@gmail.com -- Fix compilation due to missing includes (taken 
from Fedora)
+Patch1:         libdvbv5-Add-missing-includes.patch
 # Only needed to patch broken images in the upstream tarball
 BuildRequires:  ImageMagick
 BuildRequires:  kernel-headers
@@ -139,6 +141,7 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 
 %build
 make CFLAGS="%{optflags} -fno-strict-aliasing" CXXFLAGS="%{optflags}" 
%{?_smp_mflags}

++++++ libdvbv5-Add-missing-includes.patch ++++++
>From 9475926b6e50f60ac56175915cf82dd4f97d00ae Mon Sep 17 00:00:00 2001
From: Gregor Jasny <gja...@googlemail.com>
Date: Tue, 15 May 2012 21:24:51 +0200
Subject: [PATCH 12/12] libdvbv5: Add missing includes

Signed-off-by: Gregor Jasny <gja...@googlemail.com>
---
 utils/dvb/dvb-v5-std.h |    1 +
 utils/dvb/dvb-v5.h     |    3 +++
 2 files changed, 4 insertions(+)

diff --git a/utils/dvb/dvb-v5-std.h b/utils/dvb/dvb-v5-std.h
index 6403ad2..166bf55 100644
--- a/utils/dvb/dvb-v5-std.h
+++ b/utils/dvb/dvb-v5-std.h
@@ -20,6 +20,7 @@
  *     http://linuxtv.org/downloads/v4l-dvb-apis/FE_GET_SET_PROPERTY.html
  */
 
+#include <stddef.h>
 #include "dvb_frontend.h"
 
 const unsigned int sys_dvbt_props[] = {
diff --git a/utils/dvb/dvb-v5.h b/utils/dvb/dvb-v5.h
index 6ba6730..67cd725 100644
--- a/utils/dvb/dvb-v5.h
+++ b/utils/dvb/dvb-v5.h
@@ -3,7 +3,10 @@
  */
 #ifndef _DVB_V5_CONSTS_H
 #define _DVB_V5_CONSTS_H
+
+#include <stddef.h>
 #include "dvb_frontend.h"
+
 struct fe_caps_name {
        unsigned  idx;
        char *name;
-- 
1.7.10

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to