Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package notmuch for openSUSE:Factory checked in at 2023-08-07 15:29:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/notmuch (Old) and /work/SRC/openSUSE:Factory/.notmuch.new.22712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "notmuch" Mon Aug 7 15:29:11 2023 rev:43 rq:1102631 version:0.37 Changes: -------- --- /work/SRC/openSUSE:Factory/notmuch/notmuch.changes 2022-12-04 14:59:24.780636213 +0100 +++ /work/SRC/openSUSE:Factory/.notmuch.new.22712/notmuch.changes 2023-08-07 15:29:24.808432804 +0200 @@ -1,0 +2,10 @@ +Mon Aug 7 06:49:24 UTC 2023 - Jan Engelhardt <jeng...@inai.de> + +- Remove rhetorics and history lesson from description. + +------------------------------------------------------------------- +Mon Aug 7 06:20:42 UTC 2023 - Dan Äermák <dcer...@suse.com> + +- Fix libnotmuch pkg description, fixes boo#1020067 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ notmuch.spec ++++++ --- /var/tmp/diff_new_pack.tbLfZE/_old 2023-08-07 15:29:25.880439384 +0200 +++ /var/tmp/diff_new_pack.tbLfZE/_new 2023-08-07 15:29:25.908439555 +0200 @@ -1,7 +1,7 @@ # # spec file for package notmuch # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -73,33 +73,14 @@ %endif %description -Because dealing with your mail can be so much better. - -"Not much mail" is what Notmuch thinks about your email collection. Even if -you receive 12000 messages per month or have on the order of millions of -messages that you've been saving for decades. Regardless, Notmuch will be -able to quickly search all of it. It's just plain not much mail. - -"Not much mail" is also what you should have in your inbox at any time. -Notmuch gives you what you need, (tags and fast search), so that you can -keep your inbox tamed and focus on what really matters in your life, (which -is surely not email). - -Notmuch is an answer to Sup. Sup is a very good email program written by -William Morgan (and others) and is the direct inspiration for Notmuch. -Notmuch began as an effort to rewrite performance-critical pieces of Sup in -C rather than ruby. From there, it grew into a separate project. One -significant contribution Notmuch makes compared to Sup is the separation of -the indexer/searcher from the user interface. (Notmuch provides a library -interface so that its indexing/searching/tagging features can be integrated -into any email program.) - -Notmuch is not much of an email program. It doesn't receive messages (no -POP or IMAP support). It doesn't send messages (no mail composer, no -network code at all). And for what it does do (email search) that work is -provided by an external library, Xapian. So if Notmuch provides no user -interface and Xapian does all the heavy lifting, then what's left here? Not -much. +A global-search and tag-based email system that can be used from a terminal or +from within a text editor. Notmuch provides a library interface so that its +indexing/searching/tagging features can be integrated elsewhere. + +Notmuch is not much of an email program. It does not receive messages +(no POP or IMAP support), it does not send messages (no mail +composer, no network code at all). It does email search, for which it +uses the Xapian library. %package devel Summary: Development files for %{name} @@ -120,7 +101,9 @@ Summary: A shared library for %{name} %description -n libnotmuch%{libversion} -The libnotmuch3 package contains shared libraries for %{name}. +A global-search and tag-based email system which uses Xapian for indexing. + +The libnotmuch%{libversion} package contains shared libraries for %{name}. %if %{with python3} %package -n python3-%{name}