Hello community,

here is the log from the commit of package maildir-utils for openSUSE:Factory 
checked in at 2020-04-22 20:52:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maildir-utils (Old)
 and      /work/SRC/openSUSE:Factory/.maildir-utils.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "maildir-utils"

Wed Apr 22 20:52:11 2020 rev:11 rq:795668 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/maildir-utils/maildir-utils.changes      
2019-04-08 20:53:45.162577896 +0200
+++ /work/SRC/openSUSE:Factory/.maildir-utils.new.2738/maildir-utils.changes    
2020-04-22 20:52:13.123301362 +0200
@@ -1,0 +2,43 @@
+Mon Apr 20 07:05:10 UTC 2020 - Michael Vetter <[email protected]>
+
+- Update to 1.4.1:
+  * ~/.mu -> ~/.cache/mu
+  * remove mentions of --rebuild
+  * properly close config group
+
+-------------------------------------------------------------------
+Sun Apr 19 16:34:32 UTC 2020 - Alexander Graul <[email protected]>
+
+-Update to 1.4:
+  mu:
+  * Defaults to XDG Base Directory Specification
+  * New subcommand `mu init` to initialize database -- takes
+    `--my-address` and `--maildir` parameters, `mu index` does not
+    accept them anymore
+  * New subcommand `mu info` to display information about the database
+  * Contacts are now saved in the database instead of in a separate
+    file
+  * `--xbatchsize` and `--autoupgrade` (for `mu index`) are removed,
+    both are implicit now
+  mu4e:
+  * Does not use `mu4e-maildir` and `mu4e-user-mail-address-list`
+    variables anymore, uses information from `mu init`
+  * Performance improvements related to contacts handling
+  * Added gnus' calendar-invitation handling
+  * Added support for custom headers
+  * Added experimental "Account Setup Handler"
+  * Org-mode support is enabled by default
+  * Speedbar support is disabled by default
+  * Messaged-id are added to draft messages (can be found with
+    `mu4e-headers-skip-duplicates` enabled)
+  * Bookmarks are simple plists now (`make-mu4e-bookmark` was updated)
+  * Specific bookmarks can be hidden from main menu
+  * `mu4e-maildir-shortcuts` are simple plists now (old format is still
+    recognized)
+  * Replying to mailing lists has been improved
+  * Shows unread/all counts for bookmarks in main menu (on by default)
+  * `mu4e-attachment-dir` is also used for composing messages
+  * `mu4e` <-> `mu` communication uses s-expressions now (includes a
+    REPL for testing)
+
+-------------------------------------------------------------------

Old:
----
  mu-1.2.0.tar.xz

New:
----
  mu-1.4.1.tar.xz

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

Other differences:
------------------
++++++ maildir-utils.spec ++++++
--- /var/tmp/diff_new_pack.M3fsHj/_old  2020-04-22 20:52:14.775304596 +0200
+++ /var/tmp/diff_new_pack.M3fsHj/_new  2020-04-22 20:52:14.779304604 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package maildir-utils
 #
-# 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
@@ -12,28 +12,28 @@
 # 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:           maildir-utils
-Version:        1.2
+Version:        1.4.1
 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/%{version}/mu-%{version}.0.tar.xz
+URL:            https://www.djcbsoftware.nl/code/mu/
+Source:         
https://github.com/djcb/mu/releases/download/%{version}/mu-%{version}.tar.xz
 BuildRequires:  autoconf
 BuildRequires:  automake >= 1.14
 BuildRequires:  emacs-nox >= 24.4
+# Optional: for outputting of messages in json
+BuildRequires:  json-glib-devel
 BuildRequires:  libtool
 BuildRequires:  libxapian-devel
 BuildRequires:  makeinfo
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gmime-3.0) >= 3.0
-# Optional: for outputting of messages in json
-BuildRequires:  json-glib-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Set of utilities to index and search Maildirs. Upstream name is mu.
@@ -49,15 +49,15 @@
 mu4e is an emacs-based e-mail client. It is based on the mu e-mail 
indexer/searcher.
 
 %prep
-%setup -q -n mu-%{version}.0
+%setup -q -n mu-%{version}
 
 %build
 autoreconf -i
 %configure
 
 #bsc#1111950: build individually for now. to have reproducible.
-make -C lib %{?_smp_mflags}
-make
+%make_build -C lib
+%make_build
 
 %install
 %make_install
@@ -69,18 +69,17 @@
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/mu4e.info.gz
 
 %files
-%defattr(-,root,root)
-%doc ChangeLog README COPYING
+%doc ChangeLog README
+%license COPYING
 %dir %{_datadir}/doc/mu
 %{_bindir}/mu
 %{_datadir}/doc/mu/NEWS.org
 %{_mandir}/man?/*%{ext_man}
 
 %files -n mu4e
-%defattr(-,root,root)
 %{_datadir}/doc/mu/mu4e-about.org
 %dir %{_datadir}/emacs/site-lisp/mu4e/
 %{_datadir}/emacs/site-lisp/mu4e/*.{el,elc}
-%{_infodir}/mu4e.info%{ext_info}
+%{_infodir}/mu4e.info%{?ext_info}
 
 %changelog

++++++ mu-1.2.0.tar.xz -> mu-1.4.1.tar.xz ++++++
++++ 88216 lines of diff (skipped)


Reply via email to