Hello community, here is the log from the commit of package charybdis for openSUSE:Factory checked in at 2019-08-27 10:22:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/charybdis (Old) and /work/SRC/openSUSE:Factory/.charybdis.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "charybdis" Tue Aug 27 10:22:10 2019 rev:6 rq:726002 version:4.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/charybdis/charybdis.changes 2017-01-11 12:05:34.497987508 +0100 +++ /work/SRC/openSUSE:Factory/.charybdis.new.7948/charybdis.changes 2019-08-27 10:22:34.515934815 +0200 @@ -1,0 +2,22 @@ +Mon Aug 26 04:44:49 UTC 2019 - Jan Engelhardt <[email protected]> + +- Update to upstream release 4.1.1 + * Implemented IRCv3.2 enhanced capability negotiation + ("CAP LS 302"). + * Implemented support for receiving and sending IRCv3 message + tags. + * Implemented IRCv3.2 capabilities: account-tag, echo-message, + invite-notify, sasl, server-time. + * Feature from ircd-seven: Implement a channel mode that + disallows kicking IRC operators (+M). + * DNS, ident, and blacklist lookups have been moved to a + dedicated daemon known as authd. Some cosmetic changes to + blacklist statistics and rejection notices have resulted. + * Support for WebSocket has been added. + * Added the ability to strip color codes from topics + unconditionally. + * SCTP is now supported for server and user connections. +- Remove charybdis-ratbox.diff, charybdis-werror.diff (no longer + needed), charybdis-repro.diff (solved differently upstream). + +------------------------------------------------------------------- Old: ---- charybdis-3.5.3.tar.gz charybdis-ratbox.diff charybdis-repro.diff charybdis-werror.diff New: ---- charybdis-4.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ charybdis.spec ++++++ --- /var/tmp/diff_new_pack.bL7bGD/_old 2019-08-27 10:22:34.935934787 +0200 +++ /var/tmp/diff_new_pack.bL7bGD/_new 2019-08-27 10:22:34.935934787 +0200 @@ -1,7 +1,7 @@ # # spec file for package charybdis # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,25 +12,21 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: charybdis -Version: 3.5.3 +Version: 4.1.1 Release: 0 Summary: Scalable IRCv3.2 compliant chat daemon -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Networking/IRC -Url: http://atheme.org/projects/charybdis.html +URL: https://github.com/charybdis-ircd/charybdis #Git-Clone: https://github.com/charybdis-ircd/charybdis Source: https://github.com/charybdis-ircd/charybdis/archive/%name-%version.tar.gz Source9: example.conf -Patch1: charybdis-ratbox.diff -Patch2: charybdis-werror.diff -Patch3: charybdis-repro.diff -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf BuildRequires: automake BuildRequires: bison @@ -53,8 +49,7 @@ network in the world. %prep -%setup -qn %name-%name-%version -%patch -P 1 -P 2 -P 3 -p1 +%autosetup -p1 -n %name-%name-%version %build autoreconf -fiv @@ -69,8 +64,6 @@ mv "$b/%_bindir"/* "$b/%_libexecdir/%name/" find "$b/%_libdir" -type f -name "*.la" -delete -# Unconflict with other ircds. -mv "$b/%_mandir/man8"/{ircd,charybdis-ircd}.8 # Move config file samples/documentation out of the way mv "$b/%_sysconfdir/%name"/*.conf "$b/%_datadir/%name/" # Place some config file that will make it run out of the box on localhost @@ -84,7 +77,7 @@ [Unit] Description=Charybdis Inter Relay Chat server [Service] - ExecStart=%_libexecdir/%name/ircd -foreground + ExecStart=%_libexecdir/%name/%name -foreground User=charybdis Group=charybdis [Install] @@ -116,19 +109,19 @@ %service_del_postun %name.service %files -%defattr(-,root,root) %attr(0750,root,charybdis) %dir %_sysconfdir/%name %attr(0640,root,charybdis) %config %_sysconfdir/%name/* %_sbindir/rc%name %_libexecdir/%name/ %_libdir/%name/ -%_libdir/libratbox-charybdis.so +%_libdir/libircd.so +%_libdir/librb.so %_datadir/%name/ -%_mandir/man8/*.8* %_prefix/lib/tmpfiles.d/ %_unitdir/*.service %attr(0750,charybdis,charybdis) %_localstatedir/log/%name/ %attr(0750,charybdis,charybdis) %_localstatedir/lib/%name/ -%doc LICENSE NEWS.md +%license LICENSE +%doc NEWS.md %changelog ++++++ charybdis-3.5.3.tar.gz -> charybdis-4.1.1.tar.gz ++++++ ++++ 518228 lines of diff (skipped)
