Hello community, here is the log from the commit of package znc for openSUSE:Factory checked in at 2020-05-07 14:53:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/znc (Old) and /work/SRC/openSUSE:Factory/.znc.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "znc" Thu May 7 14:53:49 2020 rev:22 rq:800723 version:1.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/znc/znc.changes 2019-09-30 16:01:36.992862526 +0200 +++ /work/SRC/openSUSE:Factory/.znc.new.2738/znc.changes 2020-05-07 14:53:55.378235959 +0200 @@ -1,0 +2,29 @@ +Wed May 6 13:33:46 UTC 2020 - Paolo Stivanin <[email protected]> + +- Update to 1.8.0: + * Output of various commands (e.g. /znc help) was switched from a table to a list + * Support IP while verifying SSL certificates (#1504) + * Make it more visible that admins have lots of privileges + * Fix null dereference on startup when reading invalid config (#1585) + * Don't show server passwords on ZNC startup (#1599) + * Fix build with newer OpenSSL (#1688) + * Fix in-source CMake build + * Fix echo-message for *status (#1705) + * controlpanel: Add already supported NoTrafficTimeout User variable to help output + * Support python 3.9 (#1702) + * modtcl: Added GetNetworkName (#1658) + * partyline: Module is removed (#1632) + * q: Module is removed (#786) + * route_replies: Handle more numerics (#1421) (#1659) (#1660) + * sasl: Fix sending of long authentication information (#942) + * shell: Unblock signals when spawning child processes (#1590) + * simple_away: Convert to UTC time (#1506) + * watch: Better support multiple clients (#1701) + * webadmin: Better wording for TrustPKI setting (#1670) (#1711) (#1713) + * Refactor the way how SSL certificate is checked to simplify + future socket-related refactors (#1697) + * Various improvements for translation CI + * Normalize variable name sUserName/sUsername (#1546) + * Make de-escaping less lenient (#1715) + +------------------------------------------------------------------- Old: ---- znc-1.7.5.tar.gz znc-1.7.5.tar.gz.sig New: ---- znc-1.8.0.tar.gz znc-1.8.0.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ znc.spec ++++++ --- /var/tmp/diff_new_pack.XkgCrh/_old 2020-05-07 14:53:56.698238274 +0200 +++ /var/tmp/diff_new_pack.XkgCrh/_new 2020-05-07 14:53:56.698238274 +0200 @@ -1,7 +1,7 @@ # # spec file for package znc # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: znc -Version: 1.7.5 +Version: 1.8.0 Release: 0 Summary: Advanced IRC Bouncer License: Apache-2.0 @@ -42,7 +42,6 @@ BuildRequires: pkgconfig(tcl) BuildRequires: pkgconfig(zlib) Requires(pre): shadow -Recommends: %{name}-lang %systemd_requires %description @@ -118,7 +117,7 @@ -DWANT_PYTHON=1 \ -DWANT_PYTHON_VERSION=python3 \ -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed" -%make_jobs +%cmake_build %install %cmake_install @@ -126,6 +125,7 @@ %{buildroot}%{_sbindir} ln -sv %{_sbindir}/service \ %{buildroot}%{_sbindir}/rc%{name} +%find_lang %{name} --all-name %pre getent group %{name} >/dev/null || groupadd -r %{name} @@ -166,9 +166,7 @@ %{_libdir}/%{name}/keepnick.so %{_libdir}/%{name}/kickrejoin.so %{_libdir}/%{name}/nickserv.so -%{_libdir}/%{name}/partyline.so %{_libdir}/%{name}/perform.so -%{_libdir}/%{name}/q.so %{_libdir}/%{name}/raw.so %{_libdir}/%{name}/sample.so %{_libdir}/%{name}/savebuff.so @@ -211,7 +209,12 @@ %files lang %license LICENSE -%{_datadir}/locale +%{_datadir}/locale/de_DE/LC_MESSAGES/znc* +%{_datadir}/locale/es_ES/LC_MESSAGES/znc* +%{_datadir}/locale/fr_FR/LC_MESSAGES/znc* +%{_datadir}/locale/it_IT/LC_MESSAGES/znc* +%{_datadir}/locale/pt_BR/LC_MESSAGES/znc* +%{_datadir}/locale/ru_RU/LC_MESSAGES/znc* %files perl %license LICENSE ++++++ znc-1.7.5.tar.gz -> znc-1.8.0.tar.gz ++++++ ++++ 54495 lines of diff (skipped)
