Hello community, here is the log from the commit of package motion for openSUSE:Factory checked in at 2020-07-20 20:58:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/motion (Old) and /work/SRC/openSUSE:Factory/.motion.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "motion" Mon Jul 20 20:58:42 2020 rev:8 rq:821181 version:4.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/motion/motion.changes 2019-02-14 14:32:25.691678097 +0100 +++ /work/SRC/openSUSE:Factory/.motion.new.3592/motion.changes 2020-07-20 20:59:50.368999804 +0200 @@ -1,0 +2,49 @@ +Thu Jul 9 10:29:34 UTC 2020 - Stefan BrĂ¼ns <[email protected]> + +- Update to 4.3.1 + * Fixes + + Compiler errors with GCC 10 + + Overrides to CFLAGS + + Add maintainer mode + + Segfault when invalid camera directory specified + + MariaDB initializations + + Updated guide +- Update to 4.3.0 + * Fixes + + Use default for non ASCII characters in drawing + + Removed poll requirement for MHD + + Implement revised configure and automake + + Updated testing for travis + + Revise MMAL to handle revisions from upstream. + + Fix movie start times + + Set the FPS on v4l2 devices + + Consolidate the JPEG code processing + + Fix substream processing for non modulo 16 + + Ignore invalid data sent from rtsp cameras. + + Adjust the netcam handler wait and processing + + Answer incorrect web requests. + + Implement a delay upon excessive reconnect attempts + + Fix filetype specified for snapshots + + Guide updates + + Fix vbr calculation for high frame rates + * Enhancements + + Updated translations + + Implement revised directory structure + + Implement optional decoder and encoders + + Allow for distros that use videoio.h + + Revise and enhance the sample service file + + Output to the log the resulting ext pipe command + * New Configuration Options + + netcam_decoder +- Update to 4.2.2 + * Fixes + + Webcontrol quit/end + + Add stream_motion option + + Generic tracking option + + Delay stream when starting + + Hostname for IPV6 + + Multiple source streams when using passthrough + + Guide update +- Cleanup spec file + +------------------------------------------------------------------- Old: ---- release-4.2.1.tar.gz New: ---- release-4.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ motion.spec ++++++ --- /var/tmp/diff_new_pack.iaeZjF/_old 2020-07-20 20:59:53.137002608 +0200 +++ /var/tmp/diff_new_pack.iaeZjF/_new 2020-07-20 20:59:53.141002613 +0200 @@ -1,7 +1,7 @@ # # spec file for package motion # -# Copyright (c) 2019 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,24 +16,18 @@ # -#Compat macro for new _fillupdir macro introduced in Nov 2017 -%if ! %{defined _fillupdir} - %define _fillupdir /var/adm/fillup-templates -%endif - %define spooldir /var/spool/motion Name: motion -Version: 4.2.1 +Version: 4.3.1 Release: 0 Summary: A motion detection system License: GPL-2.0-or-later Group: Hardware/Camera -Url: https://motion-project.github.io/ +URL: https://motion-project.github.io/ Source0: https://github.com/Motion-Project/motion/archive/release-%{version}.tar.gz Source1: motion-service Source2: motion-sysconfig -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf BuildRequires: automake BuildRequires: libjpeg-devel @@ -47,10 +41,8 @@ BuildRequires: pkgconfig(libwebp) BuildRequires: pkgconfig(sqlite3) %{?systemd_requires} -%if %{suse_version} > 1320 BuildRequires: group(video) Requires(pre): group(video) -%endif Requires(pre): pwdutils Requires(pre): %fillup_prereq @@ -67,15 +59,22 @@ %build autoreconf -i -f -%configure --without-optimizecpu --without-mysql --without-pgsql -make %{?_smp_mflags} +%configure \ + --without-optimizecpu \ + --without-mariadb \ + --without-mysql \ + --without-pgsql +%make_build %install -%makeinstall +%make_install + # We keep the main configuration file mv %{buildroot}%{_sysconfdir}/%{name}/motion-dist.conf %{buildroot}%{_sysconfdir}/%{name}/motion.conf rm %{buildroot}%{_sysconfdir}/%{name}/camera*-dist.conf +install -m 0644 -D -t %{buildroot}%{_datadir}/%{name}/examples data/*.{conf,service} + #We change the PID file path to match the one in the startup script sed -i 's|/var/run/motion/motion.pid|/var/run/motion.pid|g' %{buildroot}%{_sysconfdir}/%{name}/motion.conf #We remove SQL directives in the configuration file, as we don't use them @@ -91,13 +90,10 @@ mkdir -p %{buildroot}%{_fillupdir} cp %{SOURCE2} %{buildroot}%{_fillupdir}/sysconfig.%{name} -rm %{buildroot}/%{_datadir}/%{name}/examples/motion.init-Debian -rm %{buildroot}/%{_datadir}/%{name}/examples/motion.init-FreeBSD.sh - mkdir -p %{buildroot}%{_sbindir} ln -s service %{buildroot}%{_sbindir}/rcmotion -mkdir -p %{buildroot}/var/spool/%{name} +mkdir -p %{buildroot}/%{spooldir} rm -rf %{buildroot}/usr/share/doc/motion/ @@ -119,8 +115,8 @@ %service_del_preun motion.service %files -%defattr (-,root,root,-) -%doc CHANGELOG COPYING CREDITS README.md mask1.png motion_guide.html normal.jpg outputmotion1.jpg outputnormal1.jpg +%doc doc/CHANGELOG doc/CREDITS README.md doc/*.png doc/*.html doc/*.jpg +%license doc/COPYING %dir %{_sysconfdir}/%{name} %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/examples ++++++ release-4.2.1.tar.gz -> release-4.3.1.tar.gz ++++++ ++++ 202418 lines of diff (skipped)
