Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package Radicale for openSUSE:Factory checked in at 2022-06-30 13:18:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/Radicale (Old)
and /work/SRC/openSUSE:Factory/.Radicale.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Radicale"
Thu Jun 30 13:18:26 2022 rev:8 rq:985937 version:3.1.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/Radicale/Radicale.changes 2022-05-02 16:25:42.604847581 +0200
+++ /work/SRC/openSUSE:Factory/.Radicale.new.1548/Radicale.changes 2022-06-30 13:18:32.981541811 +0200
@@ -1,0 +2,11 @@
+Wed Jun 22 18:47:02 UTC 2022 - ��kos Sz��ts <szotsaki(a)gmail.com>
+
+- Add python passlib as a recommendation as it is needed for
+ htpasswd authentication
+
+-------------------------------------------------------------------
+Mon Jun 13 10:37:57 UTC 2022 - Jan Engelhardt <jengelh(a)inai.de>
+
+- Trim filler wording from descriptions.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Radicale.spec ++++++
--- /var/tmp/diff_new_pack.CDQpTx/_old 2022-06-30 13:18:33.493542195 +0200
+++ /var/tmp/diff_new_pack.CDQpTx/_new 2022-06-30 13:18:33.501542202 +0200
@@ -54,25 +54,25 @@
Requires: python3-vobject >= %{vo_min_ver}
Recommends: apache2-utils
Recommends: python3-bcrypt
+Recommends: python3-passlib
Recommends: python3-systemd
BuildArch: noarch
%sysusers_requires
%description
-Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts) server, that:
+Radicale is a server for CalDAV (calendars, to-do lists) and CardDAV (contacts).
* Shares calendars and contact lists through CalDAV, CardDAV and HTTP.
* Supports events, todos, journal entries and business cards.
-* Works out-of-the-box, no complicated setup or configuration required.
+* Works out-of-the-box, no setup or configuration required.
* Can limit access by authentication.
* Can secure connections with TLS.
* Works with many CalDAV and CardDAV clients.
-* Stores all data on the file system in a simple folder structure.
+* Stores all data on the file system in a directory structure.
* Can be extended with plugins.
-* Is GPLv3-licensed free software.
%prep
-%setup -q
+%autosetup
%build
%python3_build