[vlc/f32] Rebuilt for live555
by Nicolas Chauvet
Summary of changes:
8d03619... Rebuilt for live555 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 7 months
[motion/f32] (2 commits) ...Update to 4.3.1.
by Vasiliy Glazov
Summary of changes:
c894c38... - Rebuild for ffmpeg-4.3 git (*)
07a0fa4... Update to 4.3.1. (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 7 months
[motion] Update to 4.3.1.
by Vasiliy Glazov
commit 07a0fa4ae3ebfaf3ba091c9af232dcb0088dd152
Author: vascom <vascom2(a)gmail.com>
Date: Mon Apr 13 13:52:26 2020 +0300
Update to 4.3.1.
.gitignore | 1 +
motion-fno-common-fix.patch | 36 ------------------------------------
motion.spec | 12 +++++++-----
sources | 2 +-
4 files changed, 9 insertions(+), 42 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 32668c7..9c780ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ motion-3.3.0.tar.gz
/motion-release-4.1.1.tar.gz
/motion-release-4.2.2.tar.gz
/motion-release-4.3.0.tar.gz
+/motion-release-4.3.1.tar.gz
diff --git a/motion.spec b/motion.spec
index c295921..c857255 100644
--- a/motion.spec
+++ b/motion.spec
@@ -25,16 +25,15 @@
%global build_ldflags %{build_ldflags} -flto
Name: motion
-Version: 4.3.0
-Release: 3%{?dist}
+Version: 4.3.1
+Release: 1%{?dist}
Summary: A motion detection system
License: GPLv2+
URL: https://motion-project.github.io/
-Source0: https://github.com/Motion-Project/motion/archive/Release-%{version}.tar.g...
+Source0: https://github.com/Motion-Project/motion/archive/release-%{version}.tar.g...
Source1: motion.service
Source2: motion.tmpfiles
-Patch0: motion-fno-common-fix.patch
BuildRequires: libjpeg-devel
BuildRequires: zlib-devel
@@ -68,7 +67,7 @@ with a rather small footprint. This version is built with ffmpeg support but
without MySQL and PostgreSQL support.
%prep
-%autosetup -p1 -n %{name}-Release-%{version}
+%autosetup -p1 -n %{name}-release-%{version}
autoreconf -fiv
%build
@@ -142,6 +141,9 @@ find /var/motion -user root -group root -exec chown motion:video '{}' ';'
%{_tmpfilesdir}/%{name}.conf
%changelog
+* Mon Apr 13 2020 Vasiliy N. Glazov <vascom2(a)gmail.com> - 4.3.1-1
+- Update to 4.3.1
+
* Sat Feb 22 2020 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 4.3.0-3
- Rebuild for ffmpeg-4.3 git
diff --git a/sources b/sources
index 47688bf..c67f02d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (motion-release-4.3.0.tar.gz) = 9d90a1603a498c6b2394ce6d3004bd1d5982708ecf184e722dade10e3a514fcb7a0a58520de492f18920630e3f8b3a6463aa3f1a51f142ddd88b9bf70bd41ded
+SHA512 (motion-release-4.3.1.tar.gz) = 17033dab055c4f1d9e2912a27d0a5b419d325b0781def98428a6117e38c62201b87199210071ba93d6c4dae514733b749e39cbc1befe6242f157d4583e07dcc6
4 years, 7 months