Hello community, here is the log from the commit of package balsa for openSUSE:Factory checked in at 2018-07-03 23:34:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/balsa (Old) and /work/SRC/openSUSE:Factory/.balsa.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "balsa" Tue Jul 3 23:34:59 2018 rev:69 rq:620416 version:2.5.6 Changes: -------- --- /work/SRC/openSUSE:Factory/balsa/balsa.changes 2018-04-20 17:26:11.609668161 +0200 +++ /work/SRC/openSUSE:Factory/.balsa.new/balsa.changes 2018-07-03 23:35:58.656269131 +0200 @@ -1,0 +2,13 @@ +Thu Jun 28 18:41:24 UTC 2018 - [email protected] + +- Update to version 2.5.6: + + Fix scroll on click issue. + + Display time stamps of date-only RFC 5545 iCalendar events. + + Disable reply-to-group when the message is not from an + RFC-2369-compliant mail list. + + Mitigate EFail vulnerability for Webkit2. +- Fix a typo that breaks build in released version: + + Add balsa-2.5.6-fix-build-breaker-typo.patch (picked from + upstream). + +------------------------------------------------------------------- Old: ---- balsa-2.5.5.tar.bz2 New: ---- balsa-2.5.6-fix-build-breaker-typo.patch balsa-2.5.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ balsa.spec ++++++ --- /var/tmp/diff_new_pack.xV8Azc/_old 2018-07-03 23:35:59.232268308 +0200 +++ /var/tmp/diff_new_pack.xV8Azc/_new 2018-07-03 23:35:59.236268302 +0200 @@ -17,14 +17,15 @@ Name: balsa -Version: 2.5.5 +Version: 2.5.6 Release: 0 Summary: The GNOME Mail Program License: GPL-2.0-or-later Group: Productivity/Networking/Email/Clients URL: http://pawsa.fedorapeople.org/balsa/ Source0: http://pawsa.fedorapeople.org/balsa/%{name}-%{version}.tar.bz2 - +# PATCH-FIX-UPSTREAM balsa-2.5.6-fix-build-breaker-typo.patch -- picked from upstream +Patch0: balsa-2.5.6-fix-build-breaker-typo.patch BuildRequires: compface-devel BuildRequires: fdupes BuildRequires: gpgme-devel @@ -70,6 +71,7 @@ %prep %setup -q +%patch0 -p1 %build %configure\ ++++++ balsa-2.5.6-fix-build-breaker-typo.patch ++++++ >From 55aac754214ac586105d0e74667e7a6359935ac6 Mon Sep 17 00:00:00 2001 From: Peter Bloomfield <[email protected]> Date: Tue, 5 Jun 2018 12:02:34 -0400 Subject: [PATCH] address-book-rubrica: Fix a typo * libbalsa/address-book-rubrica.c (extract_net): Fix a typo that broke the build. --- ChangeLog | 5 +++++ libbalsa/address-book-rubrica.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libbalsa/address-book-rubrica.c b/libbalsa/address-book-rubrica.c index 6b7b1b267..3b35750b5 100644 --- a/libbalsa/address-book-rubrica.c +++ b/libbalsa/address-book-rubrica.c @@ -684,7 +684,7 @@ extract_net(xmlNodePtr entry, GList ** mail_addrs) if (!xmlStrcmp(entry->name, CXMLCHARP("Uri")) && g_strcmp0(uri_type = xml_node_get_attr(entry, CXMLCHARP("type")), "email") == 0 - && (mail_addr = xml_node_get_text(entry) != NULL)) + && (mail_addr = xml_node_get_text(entry)) != NULL) *mail_addrs = g_list_prepend(*mail_addrs, mail_addr); g_free(uri_type); -- 2.17.1 ++++++ balsa-2.5.5.tar.bz2 -> balsa-2.5.6.tar.bz2 ++++++ ++++ 22299 lines of diff (skipped)
