Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 80902955c9 | |||
| f6abca5f9c | |||
| ca04547598 | |||
| a77935c496 |
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 09:43:48 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 4.7.1
|
||||
* Fix for newer versions of FFmpeg
|
||||
* Fix compiler warnings on calloc.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 9 17:30:01 UTC 2025 - Manu Maier <mmanu84@outlook.de>
|
||||
|
||||
- Update to 4.7.0
|
||||
* Fix zombie reaping for Motion processes
|
||||
* Fix network camera processing for non compliant codec
|
||||
* Fix v4l2M2M encoding
|
||||
* Fix fps conversion specifier
|
||||
* Allow for large date time and event numbers
|
||||
* Remove outdated MMAL camera code
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 21 15:14:14 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package motion
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%define spooldir /var/spool/motion
|
||||
|
||||
Name: motion
|
||||
Version: 4.6.0
|
||||
Version: 4.7.1
|
||||
Release: 0
|
||||
Summary: A motion detection system
|
||||
License: GPL-2.0-or-later
|
||||
@@ -31,10 +31,10 @@ Source2: motion-sysconfig
|
||||
Patch0: harden_motion.service.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: group(video)
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: group(video)
|
||||
BuildRequires: pkgconfig(libavcodec)
|
||||
BuildRequires: pkgconfig(libavdevice)
|
||||
BuildRequires: pkgconfig(libavformat)
|
||||
@@ -83,7 +83,6 @@ sed -i 's|; pid_file value|pid_file /var/run/motion.pid|' %{buildroot}%{_sysconf
|
||||
|
||||
sed -i 's|; target_dir value|target_dir %{spooldir}|' %{buildroot}%{_sysconfdir}/%{name}/motion.conf
|
||||
|
||||
|
||||
install -m 0644 -D -t %{buildroot}%{_datadir}/%{name}/examples data/*.{conf,service}
|
||||
|
||||
mkdir -p %{buildroot}%{_unitdir}
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9268df31a5ebeaf8daca4747cdcd01c86e223625b6f971e9bcec98edf35ec06f
|
||||
size 857255
|
||||
3
release-4.7.1.tar.gz
Normal file
3
release-4.7.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c11f68c7cea949227e57797b932f01432d8942ef5323c75063d19b951d0d4194
|
||||
size 822351
|
||||
Reference in New Issue
Block a user