commit 69d41e429e9d8e00258b5ddba7b97459a4d9bd2f
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Nov 24 19:38:18 2017 +0000
Update to 4.1 release
.gitignore | 1 +
motion.spec | 9 ++++++---
sources | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e3f9a7b..80cb558 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
motion-3.3.0.tar.gz
/motion-release-4.0.1.tar.gz
+/motion-release-4.1.tar.gz
diff --git a/motion.spec b/motion.spec
index 399d5b0..0d99666 100644
--- a/motion.spec
+++ b/motion.spec
@@ -21,10 +21,10 @@
# tar -pczf motion-3.3.0.tar.gz motion-3.3.0/
#v-
-%global nextver 4.0.1
+%global nextver 4.1
Name: motion
Version: %{nextver}
-Release: 6%{?dist}
+Release: 1%{?dist}
Summary: A motion detection system
Group: Applications/Multimedia
@@ -70,7 +70,7 @@ autoreconf
%configure \
--without-optimizecpu --with-ffmpeg --without-mysql --without-pgsql
-%make_build
+%make_build V=1
%install
%make_install
@@ -129,6 +129,9 @@ find /var/motion -user root -group root -exec chown motion:video
'{}' ';'
%{_tmpfilesdir}/%{name}.conf
%changelog
+* Fri Nov 24 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 4.1-1
+- Update to 4.1 release
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 4.0.1-6
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
diff --git a/sources b/sources
index dc46f4e..93ef663 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5c87f90c4118d8cf0fb14700db69118f motion-release-4.0.1.tar.gz
+c881dc80b2a6031b6e49005cda008f40 motion-release-4.1.tar.gz