Hello community,

here is the log from the commit of package v4l-utils for openSUSE:Factory 
checked in at 2017-02-19 00:57:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2016-08-06 
20:36:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.v4l-utils.new/v4l-utils.changes 2017-02-19 
00:57:05.644761194 +0100
@@ -1,0 +2,15 @@
+Tue Feb 14 09:57:22 UTC 2017 - mplus...@suse.com
+
+- Update to version 1.12.2:
+  * libdvbv5: Link against libudev
+  * buildsystem: Add all files to dist target
+  * v4l2-ctl: Fix unneeded dot in "no hsync lock"
+  * man: Fix typos in dvbv5-scan dvbv5-zap pages
+  * libdvbv5: Improve vdr format output for DVB-T(2)
+  * dvb-fe-tool: add an option to set maximum number of stat samples
+  * libdvbv5: Fix dvb-format-convert segfault
+  * ir-ctl: `strndupa' undefined with --disable-nls
+- Some packaging cleanup
+- Recommend dtv-scan-tables-v5 by dvb-utils
+
+-------------------------------------------------------------------

Old:
----
  v4l-utils-1.10.1.tar.bz2
  v4l-utils-1.10.1.tar.bz2.asc

New:
----
  v4l-utils-1.12.2.tar.bz2
  v4l-utils-1.12.2.tar.bz2.asc

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

Other differences:
------------------
++++++ v4l-utils.spec ++++++
--- /var/tmp/diff_new_pack.rVYTTr/_old  2017-02-19 00:57:06.252675849 +0100
+++ /var/tmp/diff_new_pack.rVYTTr/_new  2017-02-19 00:57:06.256675288 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package v4l-utils
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -25,7 +25,7 @@
 %bcond_without qv4l2
 %endif
 Name:           v4l-utils
-Version:        1.10.1
+Version:        1.12.2
 Release:        0
 Summary:        Utilities for video4linux
 License:        GPL-2.0+ and GPL-2.0
@@ -35,25 +35,20 @@
 Source1:        
https://linuxtv.org/downloads/v4l-utils/%{name}-%{version}.tar.bz2.asc
 Source2:        %{name}.keyring
 Source100:      baselibs.conf
-BuildRequires:  alsa-devel
 BuildRequires:  doxygen
 BuildRequires:  kernel-headers
 BuildRequires:  libjpeg-devel
 BuildRequires:  pkgconfig
-BuildRequires:  udev
 BuildRequires:  update-desktop-files
 Requires:       libv4l = %{version}
-Requires:       udev
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} > 1310
-BuildRequires:  glu-devel
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5OpenGL)
 BuildRequires:  pkgconfig(Qt5Widgets)
-%else
-BuildRequires:  libqt4-devel
-%endif
+BuildRequires:  pkgconfig(alsa)
+BuildRequires:  pkgconfig(glu)
+BuildRequires:  pkgconfig(libudev)
+BuildRequires:  pkgconfig(udev)
 
 %description
 v4l-utils is a collection of various video4linux (V4L) utilities.
@@ -73,6 +68,7 @@
 Summary:        Utilities for DVB devices
 License:        GPL-2.0
 Group:          Hardware/TV
+Recommends:     dtv-scan-tables-v5
 
 %description -n dvb-utils
 dvb-utils is a collection of various DVB utilities.
@@ -178,6 +174,10 @@
 License:        GPL-2.0+
 Group:          Hardware/TV
 Requires:       libv4l = %{version}
+Requires(post): hicolor-icon-theme
+Requires(post): update-desktop-files
+Requires(postun): hicolor-icon-theme
+Requires(postun): update-desktop-files
 
 %description -n qv4l2
 qv4l2 is a test control and streaming test application for video4linux.
@@ -196,7 +196,7 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install --jobs=1
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %find_lang "%{name}"
@@ -220,17 +220,28 @@
 %post -n libv4lconvert%{so_ver} -p /sbin/ldconfig
 %postun -n libv4lconvert%{so_ver} -p /sbin/ldconfig
 
+%if %{with qv4l2}
+%post -n qv4l2
+%desktop_database_post
+%icon_theme_cache_post
+
+%postun -n qv4l2
+%desktop_database_postun
+%icon_theme_cache_postun
+%endif
+
 %files
 %defattr(-,root,root,-)
 %doc COPYING ChangeLog README TODO
 %dir %{_sysconfdir}/rc_keymaps/
 %config(noreplace) %{_sysconfdir}/rc_maps.cfg
-%{_udevdir}/rc_keymaps/
-%if 0%{?suse_version} <= 1310
-%dir %{_udevdir}/rules.d/
-%endif
-%{_udevdir}/rules.d/70-infrared.rules
+%{_udevdir}/rc_keymaps
+%{_udevrulesdir}/70-infrared.rules
 %{_bindir}/cx18-ctl
+%{_bindir}/cec-compliance
+%{_bindir}/cec-ctl
+%{_bindir}/cec-follower
+%{_bindir}/ir-ctl
 %{_bindir}/ir-keytable
 %{_bindir}/ivtv-ctl
 %{_bindir}/media-ctl
@@ -239,6 +250,10 @@
 %{_bindir}/v4l2-sysfs-path
 %{_mandir}/man1/ir-keytable.1%{ext_man}
 %{_mandir}/man1/v4l2-ctl.1%{ext_man}
+%{_mandir}/man1/cec-compliance.1%{ext_man}
+%{_mandir}/man1/cec-ctl.1%{ext_man}
+%{_mandir}/man1/cec-follower.1%{ext_man}
+%{_mandir}/man1/ir-ctl.1%{ext_man}
 
 %files lang -f "%{name}.lang"
 %defattr(-,root,root)

++++++ v4l-utils-1.10.1.tar.bz2 -> v4l-utils-1.12.2.tar.bz2 ++++++
++++ 75922 lines of diff (skipped)



Reply via email to