[xawtv] Bump version to 3.98

mchehab mchehab at fedoraproject.org
Fri Jan 28 13:23:15 UTC 2011


commit 3ff71a48d06edce77ccb01df78bd0cc15e029ca7
Author: Mauro Carvalho Chehab <mchehab at redhat.com>
Date:   Thu Jan 27 22:42:03 2011 -0200

    Bump version to 3.98
    
    Several patches from Fedora were applied upstream, so we can just remove
    them. The other patches are:
        - xawtv-3.95-strip.patch:
    	Fedora-specific customization;
        - xawtv-3.95-libv4l2.patch:
    	libv4l2 patch (we prefer to keep this out-of-tree for now,
    	since pure-xawtv is useful for some tests. Maybe later,
    	we may have a separate driver for V4L2 and for libv4l2.
        - xawtv-3.95-font.patch
    	Not sure if this is fedora-specific, or if it is related to
    	pure upstream changes at Xorg fonts;
        - xawtv-3.95-vbi-compile-fix.patch
    	Seems to be either uneeded or Fedora-specific. Upstream compiles
    	fine without this change on RHEL6.
    
    Signed-off-by: Mauro Carvalho Chehab <mchehab at redhat.com>

 sources                         |    2 +-
 xawtv-3.95-bpl.patch            |   85 -----------------
 xawtv-3.95-curses-utf8.patch    |   65 -------------
 xawtv-3.95-fixes.patch          |   72 ---------------
 xawtv-3.95-gcc4.patch           |   79 ----------------
 xawtv-3.95-man.patch            |  190 ---------------------------------------
 xawtv-3.95-no-dga.patch         |  120 ------------------------
 xawtv-3.95-no-double-exit.patch |   23 -----
 xawtv-3.95-open.patch           |   42 ---------
 xawtv-3.95-oss.patch            |   19 ----
 xawtv-3.95-pagesize.patch       |   41 ---------
 xawtv-3.95-region.patch         |   22 -----
 xawtv-3.95-scantv.patch         |   87 ------------------
 xawtv-3.95-v4l2-old-drop.patch  |   19 ----
 xawtv.spec                      |   38 ++------
 15 files changed, 9 insertions(+), 895 deletions(-)
---
diff --git a/sources b/sources
index 024e5c3..27c4847 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ad25e03f7e128b318e392cb09f52207d  xawtv-3.95.tar.gz
+395ce8d61e46080df87aa6f6b3412296  xawtv-3.98.tar.bz2
diff --git a/xawtv.spec b/xawtv.spec
index 8ad3e06..845cfa8 100644
--- a/xawtv.spec
+++ b/xawtv.spec
@@ -2,30 +2,17 @@
 
 Summary: TV applications for video4linux compliant devices
 Name: xawtv
-Version: 3.95
-Release: 14%{?dist}
+Version: 3.98
+Release: 1%{?dist}
 Group: Applications/Multimedia
 License: GPLv2+
-URL: http://bytesex.org/xawtv/
+URL: http://git.linuxtv.org/xawtv3.git
 
-Source0: http://dl.bytesex.org/releases/xawtv/%{name}-%{version}.tar.gz
+Source0: http://linuxtv.org/downloads/xawtv/%{name}-%{version}.tar.bz2
 Source1: xawtv.desktop
 
 Patch0: xawtv-3.95-strip.patch
-Patch1: xawtv-3.95-curses-utf8.patch
-Patch2: xawtv-3.95-gcc4.patch
 Patch3: xawtv-3.95-font.patch
-Patch4: xawtv-3.95-region.patch
-Patch5: xawtv-3.95-pagesize.patch
-Patch6: xawtv-3.95-open.patch
-Patch7: xawtv-3.95-man.patch
-Patch8: xawtv-3.95-oss.patch
-Patch9: xawtv-3.95-scantv.patch
-Patch10: xawtv-3.95-fixes.patch
-Patch11: xawtv-3.95-no-dga.patch
-Patch12: xawtv-3.95-bpl.patch
-Patch13: xawtv-3.95-v4l2-old-drop.patch
-Patch14: xawtv-3.95-no-double-exit.patch
 Patch15: xawtv-3.95-vbi-compile-fix.patch
 
 #  add libv4l2 layer...
@@ -62,20 +49,7 @@ Xawtv also includes a grabber driver for vic.
 %prep
 %setup -q
 %patch0 -p1 -b .strip
-%patch1 -p1 -b .curses-utf8
-%patch2 -p1 -b .gcc4
 %patch3 -p1 -b .font
-%patch4 -p1 -b .region
-%patch5 -p1 -b .pagesize
-%patch6 -p1 -b .open
-%patch7 -p1 -b .man
-%patch8 -p1 -b .oss
-%patch9 -p1 -b .scantv
-%patch10 -p1 -b .fixes
-%patch11 -p1 -b .no-dga
-%patch12 -p1 -b .bpl
-%patch13 -p1 -b .v4l2-old-drop
-%patch14 -p1
 %patch15 -p1
 %{!?_without_libv4l:%patch100 -p1 -b .libv4l}
 
@@ -168,6 +142,10 @@ rm -fr $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jan 27 2011 Mauro Carvalho Chehab <mchehab at redhat.com> 3.97-1
+- Update to Xawtv version 3.97
+- Removes V4L1 support and adds some new stuff
+
 * Wed Nov 17 2010 Hans de Goede <hdegoede at redhat.com> 3.95-14
 - Protect the exit code from being called twice. This fixes a double
   free error when the user tries to exit twice when xawtv is stuck (#608344)


More information about the scm-commits mailing list