4 Commits

Author SHA256 Message Date
80902955c9 Accepting request 1313024 from graphics
Update to 4.7.1 (forwarded request 1313023 from krop)

OBS-URL: https://build.opensuse.org/request/show/1313024
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/motion?expand=0&rev=20
2025-10-23 14:35:41 +00:00
f6abca5f9c Update to 4.7.1
OBS-URL: https://build.opensuse.org/package/show/graphics/motion?expand=0&rev=42
2025-10-22 09:58:36 +00:00
ca04547598 Accepting request 1248067 from graphics
OBS-URL: https://build.opensuse.org/request/show/1248067
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/motion?expand=0&rev=19
2025-02-24 14:50:17 +00:00
a77935c496 - 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

OBS-URL: https://build.opensuse.org/package/show/graphics/motion?expand=0&rev=40
2025-02-24 10:06:16 +00:00
4 changed files with 24 additions and 7 deletions

View File

@@ -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>

View File

@@ -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}

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c11f68c7cea949227e57797b932f01432d8942ef5323c75063d19b951d0d4194
size 822351