commit ec2c36bf373e0cb4cdd31e94b36567f6c4198c91
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Fri Mar 22 09:24:10 2019 +0300
Update to 4.2.2.
.gitignore | 1 +
ffmpeg35_buildfix.patch | 21 ---------------------
motion.spec | 24 +++++++++++++-----------
sources | 2 +-
4 files changed, 15 insertions(+), 33 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1510af4..0d94cbb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ motion-3.3.0.tar.gz
/motion-release-4.0.1.tar.gz
/motion-release-4.1.tar.gz
/motion-release-4.1.1.tar.gz
+/motion-release-4.2.2.tar.gz
diff --git a/motion.spec b/motion.spec
index 4debd53..467447d 100644
--- a/motion.spec
+++ b/motion.spec
@@ -21,27 +21,26 @@
# tar -pczf motion-3.3.0.tar.gz motion-3.3.0/
#v-
-%global nextver 4.1.1
Name: motion
-Version: %{nextver}
-Release: 7%{?dist}
+Version: 4.2.2
+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-%{nextver}.tar.g...
+Source0:
https://github.com/Motion-Project/motion/archive/release-%{version}.tar.g...
Source1: motion.service
Source2: motion.tmpfiles
-Patch0: ffmpeg35_buildfix.patch
BuildRequires: libjpeg-devel
-Buildrequires: zlib-devel
-Buildrequires: ffmpeg-devel
-Buildrequires: pkgconfig(sqlite3)
+BuildRequires: zlib-devel
+BuildRequires: ffmpeg-devel
+BuildRequires: pkgconfig(sqlite3)
BuildRequires: autoconf
-Buildrequires: automake
-Buildrequires: libtool
+BuildRequires: automake
+BuildRequires: libtool
BuildRequires: systemd-units
+BuildRequires: libmicrohttpd-devel
# libmysqlclient-dev (>= 5.5.17-4),
# libpq-dev,
# libsdl1.2-dev,
@@ -63,7 +62,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-%{nextver}
+%autosetup -p1 -n %{name}-release-%{version}
autoreconf -v
%build
@@ -131,6 +130,9 @@ find /var/motion -user root -group root -exec chown motion:video
'{}' ';'
%{_tmpfilesdir}/%{name}.conf
%changelog
+* Fri Mar 22 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 4.2.2-1
+- Update to 4.2.2
+
* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> -
4.1.1-7
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index c090708..cc32b5d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c3d89988f57ad5e4ea2c661a5c2a1fb2 motion-release-4.1.1.tar.gz
+6986e44b6bf294a2d4f07f85595275e0 motion-release-4.2.2.tar.gz