Hello community,

here is the log from the commit of package nagstamon for openSUSE:Factory 
checked in at 2011-11-02 12:08:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nagstamon (Old)
 and      /work/SRC/openSUSE:Factory/.nagstamon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nagstamon", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nagstamon.new/nagstamon.changes 2011-11-02 
12:08:18.000000000 +0100
@@ -0,0 +1,72 @@
+-------------------------------------------------------------------
+Sun Oct 30 09:33:48 UTC 2011 - l...@linux-schulserver.de
+
+- cleanup specfile as suggested in rq 89595
+
+-------------------------------------------------------------------
+Fri Oct 28 07:52:41 UTC 2011 - cfarr...@suse.com
+
+- license update: GPL-2.0
+  SPDX format (http://www.spdx.org/licenses)
+
+-------------------------------------------------------------------
+Thu Oct 27 12:37:01 UTC 2011 - l...@linux-schulserver.de
+
+- update to 0.9.8:
+  + added customizable acknowledge/downtime/submit-result defaults
+  + added regexp filter for status information column
+  + added option to connect to hosts via its monitor hostname 
+    without HTTP overhead
+  + added ability to keep status detail popup open despite 
+    hovering away
+  + added option to change offset between popup window and systray 
+    icon to avoid partly hidden popup
+  + fixed some popup artefacts
+  + fixed various bugs with acknowledgement flags 
+    (persistent/sticky/notification), now they are actually working
+- build as noarch package on openSUSE > 11.2
+- recommend gnome-terminal, rdesktop, tightvnc on openSUSE (the 
+  default binaries used by nagstamon)
+- require python-egg on openSUSE (needed for module egg.trayicon)
+  and python-setuptools
+
+-------------------------------------------------------------------
+Wed Jul  6 10:01:07 UTC 2011 - l...@linux-schulserver.de
+
+- require python-setuptools on Fedora and fix the desktop file
+
+-------------------------------------------------------------------
+Sat Jun 11 09:49:56 UTC 2011 - l...@linux-schulserver.de
+
+- update to 0.9.7.1:
+  + fixed sf.net bug 3309166 which broke Centreon support
+
+-------------------------------------------------------------------
+Mon May 30 08:59:52 UTC 2011 - l...@linux-schulserver.de
+
+- update to 0.9.7:
+  + on some servers now context menu allows submitting check results 
+    for hosts and services
+  + added filter for services on acknowledged hosts
+  + added icons for "passiveonly" and "flapping" hosts and services
+  + fix for uneditable text entry fields in settings dialog - 
+    sf.net bug 3300873
+  + fix for not working filter "services on hosts in maintenance" - 
+    sf.net bug 3299790
+  + fix for soft state detection in Centreon - sf.net bug 3303861
+  + fix for not filtered services which should have been filtered - 
+    sf.net bug 3308008
+- specfile cleanup using spec-cleaner
+- use svg image for desktop icon
+
+-------------------------------------------------------------------
+Tue May 24 12:36:16 UTC 2011 - l...@linux-schulserver.de
+
+- enable build for Fedora and Mandriva
+- fix desktop icon
+
+-------------------------------------------------------------------
+Mon May 23 07:46:54 UTC 2011 - l...@linux-schulserver.de
+
+- initial version 0.9.6.1
+

New:
----
  nagstamon.changes
  nagstamon.desktop
  nagstamon.spec
  nagstamon_0.9.8.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nagstamon.spec ++++++
#
# spec file for package nagstamon
#
# Copyright (c) 2011 Lars Vogdt
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           nagstamon
Version:        0.9.8
Release:        1
License:        GPL-2.0
Summary:        Nagios status monitor for the desktop
Url:            http://nagstamon.ifw-dresden.de/
Group:          System/Monitoring
Source:         %{name}_%{version}.tar.bz2
Source1:        %{name}.desktop
BuildRequires:  python-devel
# openSUSE dependencies
%if 0%{?suse_version}
BuildRequires:  python-gtk
BuildRequires:  update-desktop-files
Requires:       python-gtk
%if 0%{?suse_version} > 1100
Requires:       python-egg
Requires:       python-distribute
%else
Requires:       python-gnome-extras
%endif
Recommends:     gnome-terminal
Recommends:     rdesktop
Recommends:     sox
Recommends:     tightvnc
%if 0%{?suse_version} > 1130
BuildArch:      noarch
%endif
%py_requires
%endif
# Fedora dependencies
%if 0%{?fedora_version}
BuildRequires:  desktop-file-utils
BuildRequires:  pygtk2
Requires:       pygtk2
Requires:       python-setuptools
%endif
# Mandriva dependencies
%if 0%{?mandriva_version}
BuildRequires:  desktop-file-utils
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
%endif
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}

%description
Nagstamon is a Nagios status monitor which takes place in systray or on desktop
(GNOME, KDE, Windows) as floating statusbar to inform you in realtime about the
status of your Nagios and derivatives monitored network. It allows to connect
to multiple Nagios, Icinga, Opsview, Op5, Check_MK/Multisite and Centreon
servers.

%prep
%setup -q -n Nagstamon
# currently we use our own desktop file
test -f Nagstamon/resources/nagstamon.desktop && rm 
Nagstamon/resources/nagstamon.desktop

%build
python setup.py build

%install
python setup.py install \
                                --root=%{buildroot} \
                                --install-lib=%{python_sitelib} \
                                --prefix=%{_prefix}
chmod +x %{buildroot}/%{python_sitelib}/Nagstamon/Server/Multisite.py
mv %{buildroot}/%{_bindir}/nagstamon.py %{buildroot}/%{_bindir}/nagstamon
# desktop stuff
mkdir -p %{buildroot}%{_datadir}/{applications,pixmaps}
cp Nagstamon/resources/nagstamon.svg 
%{buildroot}%{_datadir}/pixmaps/nagstamon.svg
chmod -x %{buildroot}%{_datadir}/pixmaps/nagstamon.svg
install -Dm644 %{SOURCE1} 
%{buildroot}/%{_datadir}/applications/nagstamon.desktop
# openSUSE
%if 0%{?suse_version}
%suse_update_desktop_file -i 
%{buildroot}/%{_datadir}/applications/nagstamon.desktop
%endif
# Fedora
%if 0%{?fedora_version}
desktop-file-install --dir %{buildroot}/%{_datadir}/applications \
    --vendor OBS \
    --delete-original \
    %{buildroot}/%{_datadir}/applications/nagstamon.desktop
%endif
# Mandriva
%if 0%{?mandriva_version}
desktop-file-install --vendor="OBS" \
  --dir=%{buildroot}%{_datadir}/applications \
  %{buildroot}/%{_datadir}/applications/nagstamon.desktop

%post
%{update_menus}

%postun
%{clean_menus}
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog COPYRIGHT LICENSE
%{_datadir}/pixmaps/nagstamon*
%{_datadir}/applications/*nagstamon.desktop
%{python_sitelib}/Nagstamon/
%{_bindir}/nagstamon
%{_mandir}/man1/nagstamon.1*
%if 0%{?suse_version} > 01020 || 0%{?fedora_version} || 0%{?mandriva_version} 
|| 0%{?rhel_version} > 505
%{python_sitelib}/%{name}*.egg-info
%endif

%changelog
++++++ nagstamon.desktop ++++++
[Desktop Entry]
Type=Application
Name=Nagstamon
Comment=Nagios status monitor
GenericName=Nagios status monitor for the desktop
Exec=nagstamon
Icon=nagstamon
Terminal=false
StartupNotify=true
Categories=System;Monitor;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to