Mailinglist Archive: opensuse-commit (914 mails)

< Previous Next >
commit zvbi for openSUSE:Factory

Hello community,

here is the log from the commit of package zvbi for openSUSE:Factory
checked in at Tue Jun 7 09:19:42 CEST 2011.



--------
--- zvbi/zvbi.changes 2008-09-11 13:56:33.000000000 +0200
+++ /mounts/work_src_done/STABLE/zvbi/zvbi.changes 2011-06-06
22:07:32.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jun 6 08:12:49 UTC 2011 - aj@xxxxxxx
+
+- Add missing includes for <sys/stat.h>
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
fix-headers.patch

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

Other differences:
------------------
++++++ zvbi.spec ++++++
--- /var/tmp/diff_new_pack.xgRMhB/_old 2011-06-07 09:19:15.000000000 +0200
+++ /var/tmp/diff_new_pack.xgRMhB/_new 2011-06-07 09:19:15.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package zvbi (Version 0.2.33)
+# spec file for package zvbi
#
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,9 +25,10 @@
Group: Development/Libraries/Other
AutoReqProv: on
Version: 0.2.33
-Release: 1
+Release: 11
Summary: Linux "VBI proxy"
Source: %{name}-%{version}.tar.bz2
+Patch1: fix-headers.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build

%description
@@ -44,7 +45,7 @@
--------
Edgar Toernig <froese@xxxxxx>
Michael H. Schimek <mschimek@xxxxxxxxxxxxxxxxxxxxx>
- I�aki Garc�a Etxebarria <garetxe@xxxxxxxxxxxxxxxxxxxxx>
+ Iñaki García Etxebarria <garetxe@xxxxxxxxxxxxxxxxxxxxx>

%package -n libzvbi0
License: LGPL v2.0 or later
@@ -67,7 +68,7 @@
--------
Edgar Toernig <froese@xxxxxx>
Michael H. Schimek <mschimek@xxxxxxxxxxxxxxxxxxxxx>
- I�aki Garc�a Etxebarria <garetxe@xxxxxxxxxxxxxxxxxxxxx>
+ Iñaki García Etxebarria <garetxe@xxxxxxxxxxxxxxxxxxxxx>

%package devel
License: GPL v2 or later
@@ -85,10 +86,11 @@
--------
Edgar Toernig <froese@xxxxxx>
Michael H. Schimek <mschimek@xxxxxxxxxxxxxxxxxxxxx>
- I�aki Garc�a Etxebarria <garetxe@xxxxxxxxxxxxxxxxxxxxx>
+ Iñaki García Etxebarria <garetxe@xxxxxxxxxxxxxxxxxxxxx>

%prep
%setup -q
+%patch1

%build
ACLOCAL="aclocal -I m4" autoreconf -fi

++++++ fix-headers.patch ++++++
Index: src/io-dvb.c
===================================================================
--- src/io-dvb.c.orig
+++ src/io-dvb.c
@@ -29,6 +29,7 @@
#include <errno.h>
#include <sys/select.h>
#include <sys/ioctl.h>
+#include <sys/stat.h>

#ifndef HAVE_S64_U64
/* Linux 2.6.x asm/types.h defines __s64 and __u64 only
Index: src/io-v4l.c
===================================================================
--- src/io-v4l.c.orig
+++ src/io-v4l.c
@@ -43,6 +43,7 @@ static const char rcsid [] =
#include <sys/time.h> /* timeval */
#include <sys/types.h> /* fd_set, uid_t */
#include <sys/ioctl.h> /* for (_)videodev.h */
+#include <sys/stat.h>
#include <pthread.h>

#include "videodev.h"
Index: contrib/ntsc-cc.c
===================================================================
--- contrib/ntsc-cc.c.orig
+++ contrib/ntsc-cc.c
@@ -34,6 +34,7 @@
#include <locale.h>
#include <sys/ioctl.h>
#include <sys/types.h>
+#include <sys/stat.h>
#include <sys/time.h>
#ifdef HAVE_GETOPT_LONG
# include <getopt.h>

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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages