[shinken/f18] update 1.2.3

david hannequin hvad at fedoraproject.org
Mon Feb 4 20:36:56 UTC 2013


commit b96ef10e8b734bd19930899aa1dace495e6df1b5
Author: hvad <david.hannequin at gmail.com>
Date:   Mon Feb 4 21:36:51 2013 +0100

    update 1.2.3

 .gitignore   |    1 +
 shinken.spec |   13 ++++++-------
 sources      |    2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6c9f377..63c2e8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /shinken-1.0.1.tar.gz
 /shinken-1.2.2.tar.gz
+/shinken-1.2.3.tar.gz
diff --git a/shinken.spec b/shinken.spec
index 63172a9..0d8396d 100644
--- a/shinken.spec
+++ b/shinken.spec
@@ -4,13 +4,12 @@
 
 Summary:        Python Monitoring tool
 Name:           shinken
-Version:        1.2.2
+Version:        1.2.3
 Release:        1%{?dist}
 URL:            http://www.%{name}-monitoring.org
 Source0:        http://www.%{name}-monitoring.org/pub/%{name}-%{version}.tar.gz
 Source1:        %{name}-commands.cfg
 License:        AGPLv3+
-Patch0:         %{name}-webui-menu.patch
 Requires:       python 
 Requires:       python-pyro 
 Requires:       python-simplejson 
@@ -92,7 +91,6 @@ Shinken receiver daemon
 %prep
 
 %setup -q
-%patch0 -p1 -b .patch
 
 # clean git files/
 find . -name '.gitignore' -exec rm -f {} \;
@@ -188,7 +186,6 @@ done
 
 
 chmod -x %{buildroot}%{python_sitelib}/%{name}/webui/htdocs/js/shinken-greeting.js
-chmod -x %{buildroot}%{python_sitelib}/%{name}/webui/plugins/login/htdocs/js/jQuery.dPassword.js
 chmod -x %{buildroot}%{python_sitelib}/%{name}/webui/plugins/system/views/log.tpl
 chmod -x %{buildroot}%{python_sitelib}/%{name}/webui/plugins/login/htdocs/css/login.css
 chmod -x %{buildroot}%{python_sitelib}/%{name}/webui/htdocs/js/jquery.js
@@ -201,7 +198,6 @@ chmod -x %{buildroot}%{python_sitelib}/%{name}/webui/htdocs/js/README.md
 chmod -x %{buildroot}%{python_sitelib}/%{name}/webui/htdocs/css/bootstrap.css
 chmod -x %{buildroot}%{python_sitelib}/%{name}/webui/plugins/dashboard/htdocs/css/shinken-currently.css
 chmod -x %{buildroot}%{python_sitelib}/%{name}/webui/plugins/impacts/views/impacts.tpl
-chmod -x %{buildroot}%{python_sitelib}/%{name}/webui/views/header_element.tpl.patch
 chmod -x %{buildroot}%{python_sitelib}/%{name}/webui/plugins/dashboard/htdocs/js/jquery.jclock.js
 chmod -x %{buildroot}%{python_sitelib}/%{name}/webui/views/widget.tpl
 chmod -x %{buildroot}%{python_sitelib}/%{name}/webui/views/pagination_element.tpl
@@ -509,9 +505,9 @@ fi
 %files
 %{python_sitelib}/%{name}
 %if %{with_systemd}
-%{python_sitelib}/Shinken-1.2.2-py2.7.egg-info
+%{python_sitelib}/Shinken-1.2.3-py2.7.egg-info
 %else
-%{python_sitelib}/Shinken-1.2.2-py2.6.egg-info
+%{python_sitelib}/Shinken-1.2.3-py2.6.egg-info
 %endif
 %{_sbindir}/%{name}-receiver*
 %{_sbindir}/%{name}-discovery
@@ -529,6 +525,9 @@ fi
 %attr(-,%{shinken_user} ,%{shinken_group}) %dir %{_localstatedir}/run/%{name}
 
 %changelog
+* Wed Jan 30 2013 David Hannequin <david.hannequin at gmail.com> - 1.2.3-1
+- update from upstream.
+
 * Sat Dec 15 2012 David Hannequin <david.hannequin at gmail.com> - 1.2.2-1
 - update from upstream,
 - delete eue module,
diff --git a/sources b/sources
index 0dbf501..ce24db6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1e46f5886660ff6f3a9571bee6bc53e8  shinken-1.2.2.tar.gz
+eeb011a8c3f0d016086ee69ecd50e984  shinken-1.2.3.tar.gz


More information about the scm-commits mailing list