Hello community,

here is the log from the commit of package icingaweb2 for openSUSE:Factory 
checked in at 2020-06-09 00:10:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/icingaweb2 (Old)
 and      /work/SRC/openSUSE:Factory/.icingaweb2.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "icingaweb2"

Tue Jun  9 00:10:07 2020 rev:16 rq:812626 version:2.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/icingaweb2/icingaweb2.changes    2019-10-18 
14:37:26.047614244 +0200
+++ /work/SRC/openSUSE:Factory/.icingaweb2.new.3606/icingaweb2.changes  
2020-06-09 00:12:39.874900542 +0200
@@ -1,0 +2,60 @@
+Mon Jun  8 13:22:08 UTC 2020 - ecsos <ec...@opensuse.org>
+
+- Update to 2.8.0
+  * Icinga DB
+    It's happening. Yes. Our latest achievement is now available
+    for those who are willing to participate in this enormous
+    endeavour. Icinga Web 2 is also a crucial part of it and 
+    accompanies the first release of Icinga DB. If you like to 
+    participate, don't forget to update Icinga Web 2 as well.
+  * Support for PHP 7.4 and MySQL 8
+    We also made sure that you won't be disappointed by Icinga Web 2
+    if you're running PHP 7.4 or trying to access a MySQL database
+    with version 8+. These should pose no issues anymore now. But
+    if you still somehow managed to get issues please let us now 
+    and we'll fix it asap.
+    - Exceptions with MySQL 8 #3740
+    - Support for PHP 7.4 #4009
+  * Find What You Search For
+    It's been previously not possible to properly filter for range
+    values. This was especially true for custom variables where, 
+    if you searched for e.g. _host_interfaces>=20, you wouldn't 
+    find the correct results. If you often copy some values in our 
+    search fields you may also been a victim of extraneous spaces
+    which are now automatically trimmed.
+    - Filter: more/less than doesn't seem to working #3974
+    - Search object followed by a space finds no results #4002
+  * Don't Leave Your Little Sheep Unattended
+    It's time again to further restrict your users. It's now 
+    possible to completely block any access to contacts and 
+    contactgroups for specific roles. These won't ever see again
+    who's notified and who's not. Also, if you are using single
+    accounts for a group of people you can now disable password
+    changes for those.
+    - Prohibit access to contacts and contactgroups #3973
+    - Allow to forbid password changes on specific user accounts #3286
+  * In and Out, Access Control Done Right
+    While we have no burgers but cookies you are nevertheless
+    welcome to visit Icinga Web 2. And now you can also successfully
+    leave while being externally authenticated and unsuccessfully
+    enter while being unable to not add extraneous spaces to your
+    username.
+    - External logout not working from the navigation dashboard #3995
+    - Username with extraneous spaces are not invalid #4030
+
+-------------------------------------------------------------------
+Fri May 22 16:58:45 UTC 2020 - Lars Vogdt <l...@linux-schulserver.de>
+
+- update to 2.8.0~rc1
+  * fixed exceptions with MySQL 8 #3740
+  * fixed support for PHP 7.4 #4009
+  * Filter: more/less than doesn't seem to working #3974
+  * Search object followed by a space finds no results #4002
+  * Prohibit access to contacts and contactgroups #3973
+  * Allow to forbid password changes on specific user accounts #3286
+  * External logout not working from the navigation dashboard #3995
+  * Username with extraneous spaces are not invalid #4030
+- use /usr/share/bash-completion/completions/ instead of 
+  /etc/bash_completion.d/ for icingacli
+
+-------------------------------------------------------------------

Old:
----
  v2.7.3.tar.gz

New:
----
  icingaweb2-2.8.0.tar.gz

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

Other differences:
------------------
++++++ icingaweb2.spec ++++++
--- /var/tmp/diff_new_pack.QB4huN/_old  2020-06-09 00:12:40.898903684 +0200
+++ /var/tmp/diff_new_pack.QB4huN/_new  2020-06-09 00:12:40.898903684 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package icingaweb2
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2013-2017 Icinga Development Team | GPLv2+
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,13 +20,13 @@
 %define revision 1
 
 Name:           icingaweb2
-Version:        2.7.3
+Version:        2.8.0
 Release:        %{revision}%{?dist}
 Summary:        Icinga Web 2
 License:        GPL-2.0-or-later AND MIT AND BSD-3-Clause
 Group:          System/Monitoring
 URL:            https://icinga.com
-Source0:        https://github.com/Icinga/%{name}/archive/v%{version}.tar.gz
+Source0:        
https://github.com/Icinga/icingaweb2/archive/v%{version}/%{name}-%{version}.tar.gz
 Source90:       README.SUSE
 Source99:       %{name}-rpmlintrc
 BuildArch:      noarch
@@ -268,7 +268,7 @@
 
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}
 %if 0%{?use_selinux}
 mkdir selinux
 cp -p packages/selinux/icingaweb2.{fc,if,te} selinux
@@ -294,7 +294,7 @@
 rm -rf %{buildroot}
 mkdir -p 
%{buildroot}/{%{basedir}/{modules,library/vendor,public},%{bindir},%{configdir}/modules,%{logdir},%{phpdir},%{wwwconfigdir},%{_sysconfdir}/bash_completion.d,%{docsdir}}
 cp -prv application doc %{buildroot}/%{basedir}
-cp -pv etc/bash_completion.d/icingacli 
%{buildroot}/%{_sysconfdir}/bash_completion.d/icingacli
+install -Dm0644 etc/bash_completion.d/icingacli 
%{buildroot}%{_datadir}/bash-completion/completions/icingacli
 cp -prv modules/{monitoring,setup,doc,translation} 
%{buildroot}/%{basedir}/modules
 cp -prv library/Icinga %{buildroot}/%{phpdir}
 cp -prv library/vendor/{dompdf,HTMLPurifier*,JShrink,lessphp,Parsedown,Zend} 
%{buildroot}/%{basedir}/library/vendor
@@ -387,7 +387,7 @@
 %files -n icingacli
 %defattr(-,root,root)
 %{basedir}/application/clicommands
-%{_sysconfdir}/bash_completion.d/icingacli
+%{_datadir}/bash-completion/completions/icingacli
 %attr(0755,root,root) %{bindir}/icingacli
 
 %if 0%{?use_selinux}


Reply via email to