Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
441006b6ba | ||
|
|
4e5455fbd3 | ||
|
|
899db9e08c |
2 changed files with 10 additions and 5 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (v4l-utils-1.16.5.tar.bz2) = cf8b887a1c24cad81b40178d934aa96d4904dfe3e56a93e44a084c5ef74837873be5f378484ca45c0782b865620a69d30f8f70f59e03ad542fdcf76a73dfaa15
|
||||
SHA512 (v4l-utils-1.18.0.tar.bz2) = 749c804671f039d907bf782cba5d1c23fff48066f3b6d4a0249fb9b65c493ee3945b544ee2a306dda79973da04f0301278ee88775f798aba590e5d0f15226d49
|
||||
|
|
|
|||
|
|
@ -1,14 +1,12 @@
|
|||
Name: v4l-utils
|
||||
Version: 1.16.5
|
||||
Release: 4%{?dist}
|
||||
Version: 1.18.0
|
||||
Release: 2%{?dist}
|
||||
Summary: Utilities for video4linux and DVB devices
|
||||
# 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: libdvbv5-fix-double-free-in-dvb_fe_open_fname.patch
|
||||
Patch2: libdvbv5-revert-leaks-double-free-dvb_fe_open_fname.patch
|
||||
|
||||
BuildRequires: alsa-lib-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
|
|
@ -155,6 +153,7 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/qv4l2.desktop
|
|||
%{_bindir}/v4l2-ctl
|
||||
%{_bindir}/v4l2-sysfs-path
|
||||
%{_mandir}/man1/*.1*
|
||||
%{_mandir}/man5/*.5*
|
||||
%exclude %{_mandir}/man1/qv4l2.1*
|
||||
%exclude %{_mandir}/man1/v4l2-compliance.1*
|
||||
|
||||
|
|
@ -201,6 +200,12 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/qv4l2.desktop
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Sep 22 2019 Mauro Carvalho Chehab <mchehab+samsung@kernel.org> 1.18.0-1
|
||||
- Updated to latest stable release
|
||||
|
||||
* Mon Sep 02 2019 Mauro Carvalho Chehab <mchehab+samsung@kernel.org> 1.16.7-1
|
||||
- Updated to new fix release with NIT parsing fix
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue