Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aerc for openSUSE:Factory checked in 
at 2023-04-29 17:28:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aerc (Old)
 and      /work/SRC/openSUSE:Factory/.aerc.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aerc"

Sat Apr 29 17:28:21 2023 rev:2 rq:1083580 version:0.15.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/aerc/aerc.changes        2023-03-27 
18:16:39.507226344 +0200
+++ /work/SRC/openSUSE:Factory/.aerc.new.1533/aerc.changes      2023-04-29 
17:28:31.358638151 +0200
@@ -1,0 +2,46 @@
+Fri Apr 28 22:38:53 UTC 2023 - Hannes Braun <apple.han...@gmail.com> - 0.15.1
+
+- Update to upstream version 0.15.1
+  * Fix embedded terminal partial refreshes.
+  * Fix maildir message updates after "mbsync".
+
+-------------------------------------------------------------------
+Thu Apr 27 13:32:12 UTC 2023 - Hannes Braun <apple.han...@gmail.com> - 0.15.0
+
+- Update to upstream version 0.15.0
+  * New column-based message list format with "index-columns".
+  * Add a "msglist_answered" style for answered messages.
+  * Compose "Format=Flowed" messages with "format-flowed=true" in aerc.conf.
+  * Add a trimSignature function to the templating engine.
+  * Change local domain name for SMTP with "smtp-domain=example.com" in
+    aerc.conf
+  * New column-based status line format with "status-columns".
+  * Inline user-defined styles can be inserted in UI templates via the
+    {{.Style "name" string}} function.
+  * Add the ability to run arbitrary commands over the socket. This can be
+    disabled using the disable-ipc setting.
+  * Allow configuring URL handlers via "x-scheme-handler/<scheme> [openers]" in
+    aerc.conf.
+  * Allow basic shell globbing in [openers] MIME types.
+  * Dynamic "msglist_*" styling based on email header values in stylesets.
+  * Add "mail-received", "aerc-startup", and "aerc-shutdown" hooks.
+  * Search/filter by flags with the "-H" flag.
+  * The built-in colorize filter theme is now configured in styleset files into
+    the [viewer] section.
+  * The standard Usenet signature delimiter "-- " is now prepended to
+    "signature-file" and "signature-cmd" if not already present.
+  * All aerc(1) commands now interpret aerc-templates(7) markup.
+  * running commands (like mailto: or mbox:) no longer prints a success message
+  * The built-in colorize filter now emits OSC 8 to mark URLs and emails. Set
+    "[general].enable-osc8 = true" in aerc.conf to enable it.
+  * [ui].index-format setting has been replaced by index-columns.
+  * [statusline].render-format has been replaced by status-columns.
+  * Removed support for [ui:subject...] contextual sections in aerc.conf.
+  * [triggers] setting has been replaced by [hooks].
+  * smtp-starttls setting in accounts.conf has been removed. All smtp://
+    transports now assume STARTTLS and will fail if the server does not support
+    it. To disable STARTTLS, use smtp+insecure://.
+- Remove "filters-install-location.patch: merged into upstream
+- Remove "fix-english-typos.patch": merged into upstream
+
+-------------------------------------------------------------------

Old:
----
  aerc-0.14.0.tar.gz
  filters-install-location.patch
  fix-english-typos.patch

New:
----
  aerc-0.15.1.tar.gz

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

Other differences:
------------------
++++++ aerc.spec ++++++
--- /var/tmp/diff_new_pack.CMLRBT/_old  2023-04-29 17:28:31.918640496 +0200
+++ /var/tmp/diff_new_pack.CMLRBT/_new  2023-04-29 17:28:31.942640596 +0200
@@ -17,20 +17,19 @@
 
 
 Name:           aerc
-Version:        0.14.0
+Version:        0.15.1
 Release:        0
 Summary:        An email client for your terminal
 License:        MIT
 Group:          Productivity/Networking/Email/Clients
 URL:            https://aerc-mail.org/
-Source:         %{name}-0.14.0.tar.gz
+Source:         %{name}-%{version}.tar.gz
 Patch0:         fix-script-interpreter.patch
-Patch1:         fix-english-typos.patch
-Patch2:         filters-install-location.patch
-BuildRequires:  scdoc
+BuildRequires:  gcc
 BuildRequires:  go
 BuildRequires:  make
 BuildRequires:  notmuch-devel
+BuildRequires:  scdoc
 
 %description
 aerc is an email client that runs in your terminal. It's highly
@@ -39,24 +38,16 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 %if "%{_arch}" == "ppc64"
-    %make_build PREFIX=%{_prefix} LIBEXECDIR=%{_libexecdir}/%{name}
+    %make_build CC=cc GOFLAGS=""
 %else
-    GOFLAGS="-buildmode=pie -tags=notmuch" %make_build PREFIX=%{_prefix} 
LIBEXECDIR=%{_libexecdir}/%{name}
+    %make_build CC=cc GOFLAGS="-buildmode=pie -tags=notmuch"
 %endif
-strip %{name}
-strip wrap
 
 %install
-%if "%{_arch}" == "ppc64"
-    %make_install PREFIX=%{_prefix} LIBEXECDIR=%{_libexecdir}/%{name}
-%else
-    GOFLAGS="-buildmode=pie -tags=notmuch" %make_install PREFIX=%{_prefix} 
LIBEXECDIR=%{_libexecdir}/%{name}
-%endif
+%make_install PREFIX=%{_prefix} LIBEXECDIR=%{_libexecdir}/%{name}
 
 %files
 %license LICENSE

++++++ aerc-0.14.0.tar.gz -> aerc-0.15.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/aerc/aerc-0.14.0.tar.gz 
/work/SRC/openSUSE:Factory/.aerc.new.1533/aerc-0.15.1.tar.gz differ: char 12, 
line 1

Reply via email to