diff --git a/db/zm_update-1.30.3.sql b/db/zm_update-1.30.3.sql new file mode 100644 index 000000000..d3a0c740d --- /dev/null +++ b/db/zm_update-1.30.3.sql @@ -0,0 +1,5 @@ +-- +-- This updates a 1.30.2 database to 1.30.3 +-- +-- No changes required +-- diff --git a/distros/redhat/zoneminder.spec b/distros/redhat/zoneminder.spec index 0984ba4f9..ba5e814f8 100644 --- a/distros/redhat/zoneminder.spec +++ b/distros/redhat/zoneminder.spec @@ -28,8 +28,8 @@ %global _hardened_build 1 Name: zoneminder -Version: 1.30.2 -Release: 2%{?dist} +Version: 1.30.3 +Release: 1%{?dist} Summary: A camera monitoring and analysis tool Group: System Environment/Daemons # jscalendar is LGPL (any version): http://www.dynarch.com/projects/calendar/ @@ -338,6 +338,9 @@ rm -rf %{_docdir}/%{name}-%{version} %dir %attr(755,%{zmuid_final},%{zmgid_final}) %{_localstatedir}/run/zoneminder %changelog +* Tue May 02 2017 Andrew Bauer - 1.30.3-1 +- 1.30.3 release + * Thu Mar 30 2017 Andrew Bauer - 1.30.2-2 - 1.30.2 release diff --git a/version b/version index d1eaa3ba0..b0f33908d 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.30.2 +1.30.3 diff --git a/version.enc b/version.enc new file mode 100644 index 000000000..46cec4186 Binary files /dev/null and b/version.enc differ