Hello community,

here is the log from the commit of package v4l-utils for openSUSE:Factory 
checked in at 2015-02-06 10:49:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/v4l-utils (Old)
 and      /work/SRC/openSUSE:Factory/.v4l-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "v4l-utils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/v4l-utils/v4l-utils.changes      2014-07-28 
16:11:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.v4l-utils.new/v4l-utils.changes 2015-02-06 
10:49:18.000000000 +0100
@@ -1,0 +2,9 @@
+Sun Feb  1 20:34:52 UTC 2015 - [email protected]
+
+- Update to version 1.6.2:
+  * Lots of changes: See ChangeLog for details.
+- Added doxygen build requirement.
+- Added new subpackages dvb-utils (split from v4l-utils), libdvbv5 and
+  libdvbv5-devel.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ v4l-utils.spec ++++++
--- /var/tmp/diff_new_pack.iL34bS/_old  2015-02-06 10:49:19.000000000 +0100
+++ /var/tmp/diff_new_pack.iL34bS/_new  2015-02-06 10:49:19.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package v4l-utils
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,9 +20,9 @@
 %define so_ver 0
 
 Name:           v4l-utils
-Version:        1.2.1
+Version:        1.6.2
 Release:        0
-Summary:        Utilities for video4linux and DVB devices
+Summary:        Utilities for video4linux
 License:        GPL-2.0+ and GPL-2.0
 Group:          Hardware/TV
 Url:            http://linuxtv.org/downloads/v4l-utils/
@@ -37,6 +37,7 @@
 %else
 BuildRequires:  update-desktop-files
 %endif
+BuildRequires:  doxygen
 BuildRequires:  kernel-headers
 BuildRequires:  libjpeg-devel
 BuildRequires:  libqt4-devel
@@ -50,7 +51,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-v4l-utils is a collection of various video4linux (V4L) and DVB utilities.
+v4l-utils is a collection of various video4linux (V4L) utilities.
 
 %package devel-tools
 Summary:        Utilities for v4l2 / DVB driver development and debugging
@@ -61,6 +62,35 @@
 %description devel-tools
 Utilities for v4l2 / DVB driver authors for development and debugging.
 
+%package -n dvb-utils
+Summary:        Utilities for DVB devices
+License:        GPL-2.0
+Group:          Hardware/TV
+
+%description -n dvb-utils
+dvb-utils is a collection of various DVB utilities.
+
+%package -n libdvbv5-%{so_ver}
+Summary:        Library that provides access to DVB adapter cards
+License:        GPL-2.0
+Group:          System/Libraries
+
+%description -n libdvbv5-%{so_ver}
+libdvbv5 is a library meant to be used by digital TV applications that need to
+talk with media hardware.
+
+This package contains shared lib for packages that use libdvbv5.
+
+%package -n libdvbv5-devel
+Summary:        Development files for libdvbv5
+License:        GPL-2.0
+Group:          Development/Libraries/C and C++
+Requires:       libdvbv5-%{so_ver} = %{version}
+
+%description -n libdvbv5-devel
+The libdvbv5-devel package contains libraries and header files for
+developing applications that use libdvbv5.
+
 %package -n libv4l
 Summary:        Collection of video4linux support libraries
 License:        LGPL-2.1+ and GPL-2.0
@@ -169,6 +199,10 @@
 %suse_update_desktop_file -N "QV4l2" -G "V4L2 Test Utility" -r qv4l2 Qt 
AudioVideo Video TV
 %endif
 
+%post -n libdvbv5-%{so_ver} -p /sbin/ldconfig
+
+%postun -n libdvbv5-%{so_ver} -p /sbin/ldconfig
+
 %post -n libv4l1-%{so_ver} -p /sbin/ldconfig
 
 %postun -n libv4l1-%{so_ver} -p /sbin/ldconfig
@@ -196,8 +230,6 @@
 %endif
 %{_udevdir}/rules.d/70-infrared.rules
 %{_bindir}/cx18-ctl
-%{_bindir}/dvb-*
-%{_bindir}/dvbv5-*
 %{_bindir}/ir-keytable
 %{_bindir}/ivtv-ctl
 %{_bindir}/media-ctl
@@ -213,6 +245,25 @@
 %{_bindir}/v4l2-compliance
 %{_sbindir}/v4l2-dbg
 
+%files -n dvb-utils
+%defattr(-,root,root,-)
+%doc COPYING ChangeLog README TODO
+%{_bindir}/dvb-*
+%{_bindir}/dvbv5-*
+%{_mandir}/man1/dvb-*1%{ext_man}
+%{_mandir}/man1/dvbv5-*1%{ext_man}
+
+%files -n libdvbv5-%{so_ver}
+%defattr(-,root,root,-)
+%{_libdir}/libdvbv5.so.%{so_ver}*
+
+%files -n libdvbv5-devel
+%defattr(-,root,root,-)
+%doc COPYING
+%{_includedir}/libdvbv5/
+%{_libdir}/libdvbv5.so
+%{_libdir}/pkgconfig/libdvbv5*.pc
+
 %files -n libv4l
 %defattr(-,root,root,-)
 %doc COPYING.libv4l ChangeLog README README.libv4l TODO
@@ -236,10 +287,10 @@
 
 %files -n libv4l-devel
 %defattr(-,root,root,-)
-%doc README.lib-multi-threading
+%doc COPYING.libv4l README.lib-multi-threading
 %{_includedir}/libv4l*.h
 %{_libdir}/libv4l*.so
-%{_libdir}/pkgconfig/*.pc
+%{_libdir}/pkgconfig/libv4l*.pc
 
 %files -n qv4l2
 %defattr(-,root,root,-)

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.iL34bS/_old  2015-02-06 10:49:19.000000000 +0100
+++ /var/tmp/diff_new_pack.iL34bS/_new  2015-02-06 10:49:19.000000000 +0100
@@ -1,3 +1,4 @@
+libdvbv5-0
 libv4l
 libv4l1-0
 libv4l2-0

++++++ v4l-utils-1.2.1.tar.bz2 -> v4l-utils-1.6.2.tar.bz2 ++++++
++++ 44699 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to