Hello community,

here is the log from the commit of package v4l-utils for openSUSE:Factory 
checked in at 2012-02-28 14:16:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-02-16 
16:24:42.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.v4l-utils.new/v4l-utils.changes 2012-02-28 
14:16:34.000000000 +0100
@@ -1,0 +2,16 @@
+Sun Feb 26 12:06:28 UTC 2012 - asterios.dra...@gmail.com
+
+- Update to v0.8.6
+  libv4l changes:
+  * Add support for libjpeg >= v7
+  * Add new matching algorithm for upside down table
+  * Add some more laptop models to the upside down devices table
+  * Retry with another frame on JPEG header decode errors
+  * Improved JL2005BCD support
+  * Set errno to EIO if getting 4 consecutive EAGAIN convert errors
+  * Make software autowhitebalance converge faster
+  * Add quirk support for forced tinyjpeg fallback
+- Spec file updates:
+  * Added libjpeg-devel in BuildRequires: as direct dependency.
+
+-------------------------------------------------------------------

Old:
----
  v4l-utils-0.8.5.tar.bz2

New:
----
  v4l-utils-0.8.6.tar.bz2

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

Other differences:
------------------
++++++ v4l-utils.spec ++++++
--- /var/tmp/diff_new_pack.pRx8uX/_old  2012-02-28 14:16:35.000000000 +0100
+++ /var/tmp/diff_new_pack.pRx8uX/_new  2012-02-28 14:16:35.000000000 +0100
@@ -16,25 +16,22 @@
 #
 
 
-
 Name:           v4l-utils
-Version:        0.8.5
-Release:        1
+Version:        0.8.6
+Release:        0
 Summary:        Utilities for video4linux and DVB devices
-
-# ir-keytable and v4l2-sysfs-path are GPLv2 only
 License:        GPL-2.0+ and GPL-2.0
-Url:            http://linuxtv.org/downloads/v4l-utils/
 Group:          Hardware/TV
+# ir-keytable and v4l2-sysfs-path are GPLv2 only
+Url:            http://linuxtv.org/downloads/v4l-utils/
 Source0:        
http://linuxtv.org/downloads/v4l-utils/%{name}-%{version}.tar.bz2
 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
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
 # Only needed to patch broken images in the upstream tarball
 BuildRequires:  ImageMagick
 BuildRequires:  kernel-headers
+BuildRequires:  libjpeg-devel
 BuildRequires:  libqt4-devel
 %if 0%{?suse_version} > 1130
 BuildRequires:  sysfsutils-devel
@@ -50,6 +47,7 @@
 %endif
 Requires:       libv4l = %{version}
 Requires:       udev
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 v4l-utils is a collection of various video4linux (V4L) and DVB utilities. The
@@ -57,10 +55,10 @@
 v4l2-sysfs-path.
 
 %package devel-tools
-# decode_tm6000 is GPLv2 only
-License:        GPL-2.0+ and GPL-2.0
 Summary:        Utilities for v4l2 / DVB driver development and debugging
+License:        GPL-2.0+ and GPL-2.0
 Group:          Hardware/TV
+# decode_tm6000 is GPLv2 only
 Requires:       libv4l = %{version}
 
 %description devel-tools
@@ -68,11 +66,11 @@
 v4l2-dbg.
 
 %package -n libv4l
-# Some of the decompression helpers are GPLv2, the rest is LGPLv2+
-License:        LGPL-2.1+ and GPL-2.0
 Summary:        Collection of video4linux support libraries
-Url:            http://hansdegoede.livejournal.com/3636.html
+License:        LGPL-2.1+ and GPL-2.0
 Group:          System/Libraries
+# Some of the decompression helpers are GPLv2, the rest is LGPLv2+
+Url:            http://hansdegoede.livejournal.com/3636.html
 
 %description -n libv4l
 libv4l is a collection of libraries which adds a thin abstraction layer on
@@ -82,8 +80,8 @@
 consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2.
 
 %package -n libv4l1-0
-License:        LGPL-2.1+
 Summary:        Video4linux support library
+License:        LGPL-2.1+
 Group:          System/Libraries
 Requires:       libv4l
 
@@ -95,8 +93,8 @@
 This package contains shared lib for packages that use libv4l1.so.0
 
 %package -n libv4l2-0
-License:        LGPL-2.1+
 Summary:        Video4linux support library
+License:        LGPL-2.1+
 Group:          System/Libraries
 Requires:       libv4l
 
@@ -107,8 +105,8 @@
 This package contains shared lib for packages that use libv4l2.so.0
 
 %package -n libv4lconvert0
-License:        LGPL-2.1+
 Summary:        Video4linux support library
+License:        LGPL-2.1+
 Group:          System/Libraries
 Requires:       libv4l
 
@@ -119,8 +117,8 @@
 This package contains shared lib for packages that use libv4lconvert.so.0
 
 %package -n libv4l-devel
-License:        LGPL-2.1+
 Summary:        Development files for libv4l
+License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
 Requires:       libv4l1-0 = %{version}
 Requires:       libv4l2-0 = %{version}
@@ -131,8 +129,8 @@
 developing applications that use libv4l.
 
 %package -n     qv4l2
-License:        GPL-2.0+
 Summary:        Video4linux test control and streaming test application
+License:        GPL-2.0+
 Group:          Hardware/TV
 Requires:       libv4l = %{version}
 

++++++ v4l-utils-0.8.5.tar.bz2 -> v4l-utils-0.8.6.tar.bz2 ++++++
++++ 1625 lines of diff (skipped)

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

Reply via email to