Hello community,

here is the log from the commit of package maildir-utils for openSUSE:Factory 
checked in at 2019-04-08 20:53:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maildir-utils (Old)
 and      /work/SRC/openSUSE:Factory/.maildir-utils.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "maildir-utils"

Mon Apr  8 20:53:44 2019 rev:10 rq:692237 version:1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/maildir-utils/maildir-utils.changes      
2019-03-06 15:47:10.680454140 +0100
+++ /work/SRC/openSUSE:Factory/.maildir-utils.new.3908/maildir-utils.changes    
2019-04-08 20:53:45.162577896 +0200
@@ -1,0 +2,24 @@
+Mon Apr  8 08:54:19 UTC 2019 - [email protected]
+
+- Update to 1.2:
+  mu:
+  * Substantial (algorithmic) speed-up of message-threading
+  * The query-parser now generates better queries for wildcard
+    searches, by using the Xapian machinery for that (when available)
+    rather than tranforming into regexp queries
+  * The perl backend is hardly used and will be removed; for now we
+    just disable it in the build
+  * Allow outputing messages in json format, closely following the sexp
+    output. This adds an (optional) dependency on the Json-Glib library
+  mu4e:
+  * Bump the minimal required emacs version to 24.4. This was already
+    de-facto true, now it is enforced
+  * In mu4e-bookmarks, allow the `:query` element to take a function
+    (or lambda) to dynamically generate the query string.
+  * There is a new message-view for mu4e, based on the Gnus' article-view.
+    This bring a lot of (but not all) of the very rich Gnus article-mode
+    feature-set to mu4e, such as S/MIME-support, syntax-highlighting.
+    Enable it with: (setq mu4e-view-use-gnus t)
+  * Bug fixes
+
+-------------------------------------------------------------------

Old:
----
  mu-1.0.tar.xz

New:
----
  mu-1.2.0.tar.xz

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

Other differences:
------------------
++++++ maildir-utils.spec ++++++
--- /var/tmp/diff_new_pack.2lNM6u/_old  2019-04-08 20:53:45.870578415 +0200
+++ /var/tmp/diff_new_pack.2lNM6u/_new  2019-04-08 20:53:45.874578418 +0200
@@ -17,20 +17,22 @@
 
 
 Name:           maildir-utils
-Version:        1.0
+Version:        1.2
 Release:        0
 Summary:        Maildir indexer and searcher
 License:        GPL-3.0-or-later
 Group:          Productivity/Networking/Email/Utilities
 Url:            http://www.djcbsoftware.nl/code/mu/
-Source:         
https://github.com/djcb/mu/releases/download/v%{version}/mu-%{version}.tar.xz
+Source:         
https://github.com/djcb/mu/releases/download/%{version}/mu-%{version}.0.tar.xz
 BuildRequires:  autoconf
 BuildRequires:  automake >= 1.14
-BuildRequires:  emacs-nox >= 23
+BuildRequires:  emacs-nox >= 24.4
 BuildRequires:  libtool
 BuildRequires:  libxapian-devel
 BuildRequires:  makeinfo
-BuildRequires:  pkgconfig(gmime-2.6) >= 2.6.7
+BuildRequires:  pkgconfig(gmime-3.0) >= 3.0
+# Optional: for outputting of messages in json
+BuildRequires:  json-glib-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -47,7 +49,7 @@
 mu4e is an emacs-based e-mail client. It is based on the mu e-mail 
indexer/searcher.
 
 %prep
-%setup -q -n mu-%{version}
+%setup -q -n mu-%{version}.0
 
 %build
 autoreconf -i

++++++ mu-1.0.tar.xz -> mu-1.2.0.tar.xz ++++++
++++ 28291 lines of diff (skipped)


Reply via email to