SHA256
8
0
forked from pool/v4l-utils

Accepting request 799704 from home:StefanBruens:branches:devel:libraries:c_c++

- Update to 1.18.1:
  Fix GCC 10 / -fno-common
- Drop upstream gcc10.patch
- Avoid symbol name clash causing qv4l2 crash - v4l2_open is defined
  by the public libv4l2 and private libv4l2utils
  * Update use_system_v4l_for_qv4l.patch

OBS-URL: https://build.opensuse.org/request/show/799704
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=69
This commit is contained in:
2020-05-03 06:12:30 +00:00
committed by Git OBS Bridge
parent 046146c424
commit ecff9fc13d
8 changed files with 37 additions and 92 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat May 2 15:30:43 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to 1.18.1:
Fix GCC 10 / -fno-common
- Drop upstream gcc10.patch
-------------------------------------------------------------------
Sat May 2 15:21:47 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Avoid symbol name clash causing qv4l2 crash - v4l2_open is defined
by the public libv4l2 and private libv4l2utils
* Update use_system_v4l_for_qv4l.patch
-------------------------------------------------------------------
Mon Mar 2 12:14:12 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>