Hello community, here is the log from the commit of package fswebcam for openSUSE:Factory checked in at 2020-10-05 19:36:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fswebcam (Old) and /work/SRC/openSUSE:Factory/.fswebcam.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fswebcam" Mon Oct 5 19:36:36 2020 rev:4 rq:839038 version:20200725 Changes: -------- --- /work/SRC/openSUSE:Factory/fswebcam/fswebcam.changes 2020-01-03 17:36:55.791293986 +0100 +++ /work/SRC/openSUSE:Factory/.fswebcam.new.4249/fswebcam.changes 2020-10-05 19:36:41.545409294 +0200 @@ -1,0 +2,13 @@ +Tue Sep 29 09:05:09 UTC 2020 - Dirk Mueller <[email protected]> + +- update to 20200725: + - Return a non-zero if the capture fails. + - Add option to change camera timeout from default of 10 seconds. + (James McCormac) + - Add new Bayer palettes. (Eugen Hristev) + - Add WebP output support. + - Add option to dump raw frames to stdout. (Philipp Simon Schmidt) + - Add option to limit number of times to loop. + - Fix libgd 2.3.0+ issue where the font test always fails. (Ashley Dixon) + +------------------------------------------------------------------- Old: ---- _service fswebcam-20190307.obscpio fswebcam.obsinfo New: ---- fswebcam-20200725.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fswebcam.spec ++++++ --- /var/tmp/diff_new_pack.x8todK/_old 2020-10-05 19:36:42.625410349 +0200 +++ /var/tmp/diff_new_pack.x8todK/_new 2020-10-05 19:36:42.629410353 +0200 @@ -1,7 +1,7 @@ # # spec file for package fswebcam # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,13 +16,13 @@ # -Summary: Tiny and flexible webcam program -License: GPL-2.0-only Name: fswebcam -Version: 20190307 +Version: 20200725 Release: 0 -Source0: fswebcam-%{version}.tar.xz -Url: http://www.sanslogic.co.uk/fswebcam/ +Summary: Tiny and flexible webcam program +License: GPL-2.0-only +URL: https://www.sanslogic.co.uk/fswebcam/ +Source0: https://www.sanslogic.co.uk/fswebcam/files/%{name}-%{version}.tar.xz BuildRequires: gd-devel > 2 Requires: gd > 2 @@ -35,15 +35,15 @@ %build %configure -make %{?_smp_mflags} +%make_build %install -make DESTDIR="%{buildroot}" install +%make_install %files %license LICENSE %doc README CHANGELOG example.conf %{_bindir}/fswebcam -%{_mandir}/man1/fswebcam.1.gz +%{_mandir}/man1/fswebcam.1%{?ext_man} %changelog
