[zoneminder] Begin working on 1.28.1.

Jason ティビツ tibbs at fedoraproject.org
Tue Mar 10 16:56:06 UTC 2015


commit 45a36809a079dbe6fd9324261ce84a793abeea17
Author: Jason Tibbitts <tibbs at math.uh.edu>
Date:   Tue Mar 10 11:55:51 2015 -0500

    Begin working on 1.28.1.

 .gitignore      | 3 +++
 sources         | 2 +-
 zoneminder.spec | 8 ++++----
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1ebc556..c289abc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,6 @@ ZoneMinder-1.24.2.tar.gz
 /zoneminder-20110324svn.tar.xz
 /ZoneMinder-1.24.4.tar.gz
 /ZoneMinder-1.25.0.tar.gz
+/v1.28.1.tar.gz
+*.rpm
+ZoneMinder-*/
diff --git a/sources b/sources
index c61a1cd..9ca0223 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 10f2160fe68294013efcd1473cd36f72  jscalendar-1.0.zip
-eaefa14befd482154970541252aa1a39  ZoneMinder-1.25.0.tar.gz
+e8b27b818e074e5739b2bad8c57671a1  v1.28.1.tar.gz
diff --git a/zoneminder.spec b/zoneminder.spec
index 1566cad..30b2690 100644
--- a/zoneminder.spec
+++ b/zoneminder.spec
@@ -4,16 +4,16 @@
 %define zmgid_final apache
 
 Name:       zoneminder
-Version:    1.25.0
-Release:    20%{?dist}
+Version:    1.28.1
+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/
 # Mootools is inder the MIT license: http://mootools.net/
-License:    GPLv2+ and LGPLv2+ and MIT 
+License:    GPLv2+ and LGPLv2+ and MIT
 URL:        http://www.zoneminder.com/
 
-Source:     http://www2.zoneminder.com/downloads/ZoneMinder-%{version}.tar.gz
+Source:     https://github.com/ZoneMinder/ZoneMinder/archive/v%{version}.tar.gz
 Source2:    zoneminder.conf
 Source3:    redalert.wav
 Source4:    README.Fedora


More information about the scm-commits mailing list