[v4l-utils/f20] Update to version 1.6.2

mchehab mchehab at fedoraproject.org
Sat Nov 22 09:52:21 UTC 2014


commit 63e34493c7632b7d9f8e803c3f70ff448ea1aa9b
Author: Mauro Carvalho Chehab <mchehab at osg.samsung.com>
Date:   Sat Nov 22 07:50:19 2014 -0200

    Update to version 1.6.2
    
    It contains several fixes:
    
    Hans Verkuil (5):
          v4l2-ctl: fix sliced vbi mode parsing
          v4l2-compliance: when streaming used at least 2 buffers.
          v4l2-compliance: add initial checks for VIDIOC_QUERY_EXT_CTRL
          v4l2-ctl: add support for U32 control type.
          v4l2-ctl: fix array handling
    
    Gregor Jasny (5):
          man: remove duplicate backslash from NAME section
          man: Use Unicode character for ellipsis and fall back to ...
          man: add generated files to .gitignore
          v4l2-compliance: Explicitely link against rt library
          v4l2-ctl: Explicitely link against rt library
    
    Hans Verkuil (1):
          qv4l2/v4l2-ctl: fix buffer overrun in vivid-tpg.
    
    Hans de Goede (2):
          rc_keymaps: allwinner: S/KEY_HOME/KEY_HOMEPAGE/
          v4lconvert: Fix decoding of jpeg data with no vertical sub-sampling
    
    Mauro Carvalho Chehab (4):
          libdvbv5: properly represent Satellite frequencies
          README: better document the package
          ir-keytable: fix a regression introduced by fe2aa5f767eba
         rc: Update the protocol name at RC6 tables
    
    Niels Ole Salscheider (1):
          qv4l2: Fix out-of-source build
    
    Patch1 is not needed anymore, as the fix got merged on version 1.6.1.
    
    Signed-off-by: Mauro Carvalho Chehab <mchehab at osg.samsung.com>

 .gitignore     |    1 +
 sources        |    2 +-
 v4l-utils.spec |    9 +++++----
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 15cbf55..e51c1df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /v4l-utils-1.2.1.tar.bz2
 /v4l-utils-1.4.0.tar.bz2
 /v4l-utils-1.6.0.tar.bz2
+/v4l-utils-1.6.2.tar.bz2
diff --git a/sources b/sources
index 0ad5f47..8ba1ca2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-921dab41b8d950fb7d1412e39f48703e  v4l-utils-1.6.0.tar.bz2
+9cb3c178f937954e65bf30920af433ef  v4l-utils-1.6.2.tar.bz2
diff --git a/v4l-utils.spec b/v4l-utils.spec
index 42e0be7..be5f49c 100644
--- a/v4l-utils.spec
+++ b/v4l-utils.spec
@@ -1,13 +1,12 @@
 Name:           v4l-utils
-Version:        1.6.0
-Release:        2%{?dist}
+Version:        1.6.2
+Release:        1%{?dist}
 Summary:        Utilities for video4linux and DVB devices
 Group:          Applications/System
 # libdvbv5, dvbv5 utils, ir-keytable and v4l2-sysfs-path are GPLv2 only
 License:        GPLv2+ and GPLv2
 URL:            http://www.linuxtv.org/downloads/v4l-utils/
 Source0:        http://linuxtv.org/downloads/v4l-utils/v4l-utils-%{version}.tar.bz2
-Patch1:         0001-v4lconvert-Fix-decoding-of-jpeg-data-with-no-vertica.patch
 BuildRequires:  libjpeg-devel qt4-devel kernel-headers desktop-file-utils
 BuildRequires:  alsa-lib-devel doxygen
 # For /lib/udev/rules.d ownership
@@ -98,7 +97,6 @@ files for developing applications that use libdvbv5.
 
 %prep
 %setup -q
-%patch1 -p1
 
 
 %build
@@ -192,6 +190,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sat Nov 22 2014 Mauro Carvalho Chehab <mchehab at osg.samsung.com> - 1.6.2-1
+- Update to version 1.6.2 with contains several bugfixes
+
 * Thu Nov 20 2014 Hans de Goede <hdegoede at redhat.com> - 1.6.0-2
 - Fix crash when decoding 1920x1080 jpeg to YUV420
 


More information about the scm-commits mailing list