[zoneminder/f27: 3/3] Merge branch 'master' into f27
by Andrew Bauer
commit 63ffc12485a19da9b41f86ce461e0c94ceaf205e
Merge: a627b2c 5d0dceb
Author: Andrew Bauer <zonexpertconsulting(a)outlook.com>
Date: Sat Oct 13 14:14:21 2018 -0500
Merge branch 'master' into f27
.gitignore | 1 +
sources | 2 +-
zoneminder.spec | 9 ++++++++-
3 files changed, 10 insertions(+), 2 deletions(-)
---
6 years, 1 month
[zoneminder/f28: 3/3] Merge branch 'master' into f28
by Andrew Bauer
commit 40ff3fe13ab00b9803519bf04304d85177e74520
Merge: d56ddcc 5d0dceb
Author: Andrew Bauer <zonexpertconsulting(a)outlook.com>
Date: Sat Oct 13 14:12:55 2018 -0500
Merge branch 'master' into f28
.gitignore | 1 +
sources | 2 +-
zoneminder.spec | 9 ++++++++-
3 files changed, 10 insertions(+), 2 deletions(-)
---
6 years, 1 month
[zoneminder/f29: 3/3] Merge branch 'master' into f29
by Andrew Bauer
commit af2b48782d6bf2bc3583a992f50e5394364673bd
Merge: 144e273 5d0dceb
Author: Andrew Bauer <zonexpertconsulting(a)outlook.com>
Date: Sat Oct 13 14:09:32 2018 -0500
Merge branch 'master' into f29
.gitignore | 1 +
sources | 2 +-
zoneminder.spec | 8 ++++++--
3 files changed, 8 insertions(+), 3 deletions(-)
---
6 years, 1 month
[zoneminder] 1.32.2 release Bug fix release
by Andrew Bauer
commit 5d0dceb346d4dfdf7f7b7fffd9e182fb75633015
Author: Andrew Bauer <zonexpertconsulting(a)outlook.com>
Date: Sat Oct 13 14:00:29 2018 -0500
1.32.2 release
Bug fix release
.gitignore | 1 +
sources | 2 +-
zoneminder.spec | 8 ++++++--
3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d0d9942..b1b289e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/crud-3.1.0-zm.tar.gz
/zoneminder-1.32.0.tar.gz
/zoneminder-1.32.1.tar.gz
+/zoneminder-1.32.2.tar.gz
diff --git a/sources b/sources
index 56949e4..3e5d212 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
9ac5569ffaf82e4339d97af7fbe0d392 cakephp-enum-behavior-1.0-zm.tar.gz
86ae07e6ee1cd06ee6f608a85a5da808 crud-3.1.0-zm.tar.gz
-7c2a358a1a22b13f0bd5e346eab4b84a zoneminder-1.32.1.tar.gz
+3c288ac549f5e7798f0452b13f22f80a zoneminder-1.32.2.tar.gz
diff --git a/zoneminder.spec b/zoneminder.spec
index 96292f9..de1d408 100644
--- a/zoneminder.spec
+++ b/zoneminder.spec
@@ -25,8 +25,8 @@
%global _hardened_build 1
Name: zoneminder
-Version: 1.32.1
-Release: 2%{?dist}
+Version: 1.32.2
+Release: 1%{?dist}
Summary: A camera monitoring and analysis tool
Group: System Environment/Daemons
# Mootools is inder the MIT license: http://mootools.net/
@@ -320,6 +320,10 @@ EOF
%dir %attr(755,%{zmuid_final},%{zmgid_final}) %{_localstatedir}/run/zoneminder
%changelog
+* Sat Oct 13 2018 Andrew Bauer <zonexpertconsulting(a)outlook.com> - 1.32.2-1
+- 1.32.2 release
+- Bug fix release
+
* Thu Oct 04 2018 Sérgio Basto <sergio(a)serjux.com> - 1.32.1-2
- Mass rebuild for x264 and/or x265
6 years, 1 month