Hello community,

here is the log from the commit of package xawtv for openSUSE:Factory:NonFree 
checked in at 2012-08-24 21:40:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory:NonFree/xawtv (Old)
 and      /work/SRC/openSUSE:Factory:NonFree/.xawtv.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xawtv", Maintainer is "mma...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory:NonFree/xawtv/xawtv.changes      2012-06-12 
22:10:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.xawtv.new/xawtv.changes 2012-08-24 
21:40:57.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Jun 16 10:53:07 UTC 2012 - bwiedem...@suse.com
+
+- patch to read config as it can contain keyboard events for vdr
+  (fixes bnc#735032)
+
+-------------------------------------------------------------------

New:
----
  xawtv-read-config.patch

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

Other differences:
------------------
++++++ xawtv.spec ++++++
--- /var/tmp/diff_new_pack.l2xQwd/_old  2012-08-24 21:41:00.000000000 +0200
+++ /var/tmp/diff_new_pack.l2xQwd/_new  2012-08-24 21:41:00.000000000 +0200
@@ -32,6 +32,7 @@
 Patch1:         v4l-conf_non-position-independent-executable_fix.patch
 # PATCH-FIX-UPSTREAM no-copy-dt-needed-entries.patch asterios.dra...@gmail.com 
-- Fix linking with --no-copy-dt-needed-entries
 Patch2:         no-copy-dt-needed-entries.patch
+Patch3:         xawtv-read-config.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  Mesa-devel
@@ -139,6 +140,7 @@
 %patch0 -p1
 %patch1
 %patch2
+%patch3 -p1
 
 %build
 autoreconf -fi

++++++ xawtv-read-config.patch ++++++
Index: xawtv-3.102/x11/xawtv.c
===================================================================
--- xawtv-3.102.orig/x11/xawtv.c
+++ xawtv-3.102/x11/xawtv.c
@@ -1766,7 +1766,7 @@ main(int argc, char *argv[])
     audio_init();
 
     /* build channel list */
-    if (args.readconfig &&(f_drv & CAN_TUNE)) {
+    if (args.readconfig) {
        if (debug)
            fprintf(stderr,"main: parse channels from config file ...\n");
        parse_config();
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to