commit nagstamon for openSUSE:Factory
Hello community, here is the log from the commit of package nagstamon for openSUSE:Factory checked in at 2016-10-31 09:56:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nagstamon (Old) and /work/SRC/openSUSE:Factory/.nagstamon.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "nagstamon" Changes: -------- --- /work/SRC/openSUSE:Factory/nagstamon/nagstamon.changes 2016-09-16 11:00:45.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.nagstamon.new/nagstamon.changes 2016-10-31 09:56:20.000000000 +0100 @@ -1,0 +2,19 @@ +Thu Oct 20 10:17:44 UTC 2016 - lars@linux-schulserver.de + +- update to 2.0.1: + Despite months of testing there were some bugs in the latest stable release, + which hopefully are gone now. This release tries to fix the following bugs: + + Major Centreon bug making it useless + + Wrong Icinga version check + + Thruk login problem + + EWMH initialization trouble + + Systrayicon left mouse click brought context menu + + DBus crashes + +------------------------------------------------------------------- +Wed Oct 19 11:09:49 UTC 2016 - lars@linux-schulserver.de + +- remove dependency on libqt5-qtmultimedia and build require + libqt5-qtmultimedia-devel instead + +------------------------------------------------------------------- Old: ---- Nagstamon-2.0.tar.bz2 New: ---- Nagstamon-2.0.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nagstamon.spec ++++++ --- /var/tmp/diff_new_pack.pA7gcD/_old 2016-10-31 09:56:22.000000000 +0100 +++ /var/tmp/diff_new_pack.pA7gcD/_new 2016-10-31 09:56:22.000000000 +0100 @@ -18,7 +18,7 @@ Name: nagstamon -Version: 2.0 +Version: 2.0.1 Release: 0 Summary: Nagios status monitor for the desktop License: GPL-2.0 @@ -40,18 +40,22 @@ Requires: python3-psutil Requires: python3-qt5 Requires: python3-requests -Requires: qt5-qtmultimedia Requires: qt5-qtsvg %endif # # openSUSE dependencies # %if 0%{?suse_version} +BuildRequires: libqt5-qtmultimedia-devel +BuildRequires: python-SecretStorage +BuildRequires: python3-beautifulsoup4 +BuildRequires: python3-psutil +BuildRequires: python3-pycrypto BuildRequires: python3-qt5 +BuildRequires: python3-qt5 +BuildRequires: python3-requests BuildRequires: python3-setuptools BuildRequires: update-desktop-files -Requires: libqt5-qtmultimedia -Requires: libqt5-qtsvg Requires: python-SecretStorage Requires: python3-beautifulsoup4 Requires: python3-psutil @@ -74,7 +78,7 @@ %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch -%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} +%{!?python3_sitelib: %global python3_sitelib %(python3 -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 @@ -97,13 +101,17 @@ --single-version-externally-managed \ -O1 \ --root=%{buildroot} \ - --install-lib=%{python_sitelib} \ + --install-lib=%{python3_sitelib} \ --prefix=%{_prefix} mv %{buildroot}/%{_bindir}/nagstamon.py %{buildroot}/%{_bindir}/nagstamon +if [ -d %buildroot/Nagstamon ]; then + mkdir -p %{buildroot}/%{python3_sitelib} + my Nagstamon %{buildroot}/%{python3_sitelib}/ +fi # desktop stuff chmod -x %{buildroot}%{_datadir}/pixmaps/nagstamon.svg -chmod -x %{buildroot}%{python_sitelib}/Nagstamon/resources/*.svg -for file in $(grep -wlr bin/env %{buildroot}%{python_sitelib}/Nagstamon/*); do +chmod -x %{buildroot}%{python3_sitelib}/Nagstamon/resources/*.svg +for file in $(grep -wlr bin/env %{buildroot}%{python3_sitelib}/Nagstamon/*); do chmod +x $file done # openSUSE @@ -138,9 +146,9 @@ %doc ChangeLog COPYRIGHT LICENSE %{_datadir}/pixmaps/nagstamon* %{_datadir}/applications/*nagstamon.desktop -%{python_sitelib}/Nagstamon/ +%{python3_sitelib}/Nagstamon/ %{_bindir}/nagstamon %{_mandir}/man1/nagstamon.1* -%{python_sitelib}/%{name}*.egg-info +%{python3_sitelib}/%{name}*.egg-info %changelog ++++++ Nagstamon-2.0.tar.bz2 -> Nagstamon-2.0.1.tar.bz2 ++++++ ++++ 3035 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de