Version: 2.6.0-bp152.1.74
            
  * Sun Apr 12 2020 Bjørn Lie <bjorn.lie@gmail.com> 
  - Update to version 2.6.0:
  + This release switches to gmime3 library for MIME processing.
- Replace pkgconfig(gmime-2.6) with pkgconfig(gmime-3.0)
  BuildRequires following upstreams port.
 
  * Sun Apr 12 2020 Bjørn Lie <bjorn.lie@gmail.com> 
  - Update to version 2.5.10:
  + Set message threading correctly on new mailboxes.
  + Display S/MIME and TLS certificate chains.
  + Improve handling of multipart/related message parts.
  + Display text/calendar parts using ical library.
  + Multiple bug fixes and code cleanups; remove obsolete command
    line options.
- Changes from version 2.5.9:
  + Fix HTML message layout issues.
- Add pkgconfig(libical) and pkgconfig(libsecret-1) BuildRequires:
  New dependencies.
 
  * Wed Oct 16 2019 Bjørn Lie <bjorn.lie@gmail.com> 
  - Update to version 2.5.8:
  + HTML email improvements; vcal attachment handling.
- Changes from version 2.5.7:
  + encryption, HTML email improvements; bug fixes.
- Drop conditional post(un) handling for obsolete versions of
  openSUSE.
- Drop balsa-2.5.6-fix-build-breaker-typo.patch: Fixed upstream.
- Drop update-desktop-files BuildRequires and macros as well as
  balsa-lang Recommends, no longer needed.
- Add pkgconfig(fribidi) BuildRequires: New dependency.
 
  * Sun Jul 08 2018 bjorn.lie@gmail.com 
  - Drop pkgconfig(libnm-glib) BuildRequires: Balsa switched from
  libnm-glib to GNetworkMonitor in version 2.5.2.
- Drop pkgconfig(libsecret-1) BuildRequires: Not used, as we are
  not passing --with-libsecret to configure (upstream default is
  not using it).
- Stop passing --enable-smime, --with-gtkspell and --with-ssl to
  configure, no longer recognized.
- Replace pkgconfig(gtkspell3-3.0) with pkgconfig(gspell-1)
  BuildRequires and pass --with-spell-checker=gspell to configure.
  This also allows for dropping conditionals for
  pkgconfig(enchant-2) and pkgconfig(enchant) BuildRequires.
- Replace openssl-devel with pkgconfig(openssl) BuildRequires,
  align with what configure checks for.
 
  * Thu Jun 28 2018 antoine.belvire@opensuse.org 
  - 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).
 
             
            
              Version: 2.5.5-bp150.2.6
            
  * Sat Apr 07 2018 bjorn.lie@gmail.com 
  - Update to version 2.5.5:
  + Crypto performance improvements.
  + Updates to match glib-2.56 API changes.
  + Fix use-after-free bugs.
  + Improve replying to HTML-only messages.
  + Low level networking re-done.
  + Multiple bugfixes.
- Drop balsa-build-ssl-1.1.patch: Fixed upstream.
- Run spec-cleaner, modernize spec.
- Add pkgconfig(gnutls) and python3-html2text BuildRequires: New
  dependencies.
- Drop conditional compface BuildRequires.
- Add conditional for pkgconfig(enchant) and new
  pkgconfig(enchant-2) BuildRequires.
 
  * Thu Jan 25 2018 jengelh@inai.de 
  - Replace untrue description.
 
  * Thu Jan 18 2018 zaitor@opensuse.org 
  - Clean up spec:
  + Drop old and unused pre_checkin.sh for TOUCHSCREEN_OPTIMIZATION
    and all conditionals related to it (base_name et al.).
  + Fixup compface BuildRequires to only be for non-openSUSE.
  + Drop translation-update-upstream BuildRequires and macro.
 
  * Sun Dec 03 2017 zaitor@opensuse.org 
  - Add balsa-build-ssl-1.1.patch: Fix build with new openssl 1.1.0.
 
  * Sun Aug 20 2017 zaitor@opensuse.org 
  - Drop obsolete pkgconfig(unique-1.0) BuildRequires: No longer
  needed, nor used.
 
  * Wed Mar 08 2017 zaitor@opensuse.org 
  - Update to version 2.5.3:
  + More bugfixes and ports.
 
  * Sat Oct 08 2016 zaitor@opensuse.org 
  - Fix build for Leap 42.1 and 42.2, via tweaking conditional for
  compface/compface-devel BuildRequires.
 
  * Tue Jun 02 2015 zaitor@opensuse.org 
  - Drop conditional pkgconfig(webkit2gtk-3.0) BuildRequires, as
  balsa now only supports webkit2gtk-4.0.
- Stop passing no longer recognized options:
  - -disable-scrollkeeper and --with-unique. Also remove a few
  obsolete conditionals.
 
  * Mon Jun 01 2015 dimstar@opensuse.org 
  - Update to version 2.5.2:
  + Silence some autoconf and automake complaints.
  + Clean up store-address dialog.
  + Do not use header bar in GtkMessageDialog, it does nothing.
  + Use headerbars.
  + Deprecation cleanups.
  + Abandon buttons with both an icon and text, and use a symbolic
    icon where we keep the icon.
  + Enable the request of Delivery Status Notifications.
  + Disable SSLv3, with an option in the code to override, and
    enable TLSv1.1 and 1.2.
  + balsa.appdata.xml: new appdata file.
  + Fix S/MIME sending and Outlook2007 reception (bgo#720423).
- Drop balsa-support-webkit2gtk-4.0.patch: fixed upstream.
- Drop libtool BuildRequires and call to autoreconf, as we no
  longer carry any patches.
 
  * Tue Dec 16 2014 zaitor@opensuse.org 
  - Make comface-devel BuildRequires only for releases newer than
  13.2, the split never made it into release.
 
  * Thu Oct 09 2014 dimstar@opensuse.org 
  - Starting with openSUSE 13.2, compface was split into a -devel and
  library package. Conditionally BuildRequires compface-devel
  (openSUSE >= 1320).
 
  * Tue Sep 09 2014 zaitor@opensuse.org 
  - Add balsa-support-webkit2gtk-4.0.patch: Support building with
  webkit2gtk3 (bgo#736493).
- Add conditional pkgconfig(webkit2gtk-4.0) BuildRequires for
  versions newer than 1310 as the above patch adds support for it.
- Add libtool BuildRequires and call to autoreconf, as above patch
  touches the build system.
 
  * Wed May 01 2013 dimstar@opensuse.org 
  - Update to version 2.5.1:
  + Mew message header widget.
  + WebkitGtk2 widget integration.
  + Ported to GNetworkMonitor.
  + Yet another documentation port.
  + Initial config assistant improvements.
- Change --with-html-widget=webkit configure parameter to
  - -with-html-widget=webkit2, to switch to WebKit2.
- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
  following upstreams port to the new documentation infrastructure.
- Drop balsa-gtksourceview.patch: fixed upstream.
 
  * Sat Apr 06 2013 dimstar@opensuse.org 
  - Update to version 2.5.0:
  + Making gtk3 build the official one.
- Rework BuildRequires for the large rewrite/port to GTK3:
  + Removed: pkgconfig(gconf-2.0), pkgconfig(gmime-2.4),
    pkgconfig(gnome-keyring-1), pkgconfig(gtk+-2.0),
    pkgconfig(gtksourceview-2.0), pkgconfig(gtkspell-2.0),
    pkgconfig(libbonobo-2.0), pkgconfig(libcanberra-gtk),
    pkgconfig(libgnome-2.0), pkgconfig(libgnomeui-2.0),
    pkgconfig(webkit-1.0)
  + Added: pkgconfig(gtk+-3.0), pkgconfig(gtksourceview-3.0),
    pkgconfig(gtkspell3-3.0), pkgconfig(libcanberra-gtk3),
    pkgconfig(libsecret-1), pkgconfig(webkitgtk-3.0).
- Add balsa-gtksourceview.patch: Fix build with gtksourceview 3.8.
 
  * Tue Feb 26 2013 zaitor@opensuse.org 
  - Update to version 2.4.14:
  + Drop legacy gnome-icons-theme dependency.
  + Updated translations.
- Remove pkgconfig(gnome-icon-theme) BuildRequires, following
  upstream changes.
 
  * Wed Oct 31 2012 dimstar@opensuse.org 
  - Update to version 2.4.13:
  + Fix long-line POP3 bug.
  + Bugs fixed: bgo#684124.
  + Updated translations.
 
  * Wed Apr 25 2012 vuntz@opensuse.org 
  - Update to version 2.4.12:
  + New crypto implementation.
  + Build with GMime 2.6.0.
  + Various other code changes.
  + Updated translations.
- Drop balsa-gmime-2_6.patch: fixed upstream.
- Remove libtool BuildRequires and call to bootstrap.sh as they
  were only needed for above patch.
- Remove hack to rename sr@Latn translation to sr@latin: fixed
  upstream.
 
  * Thu Jan 12 2012 dimstar@opensuse.org 
  - Build openSUSE > 12.1 against gmime 2.6: Conditionally change
  pkgconfig(gmime-2.4) BuildRequires to pkgconfig(gmime-2.6).
- Add balsa-gmime-2_6.patch: Allow building against gmime 2.6.
- Add libtool BuildRequires and call to bootstrap.sh as the patch
  above touches the build system.
 
  * Fri Nov 25 2011 dimstar@opensuse.org 
  - Update to version 2.4.11:
  + more userfrendly view of filters' conditions
  + Bugs fixed: bgo#659390
  + Updated translations.
- Drop balsa-fix-linking.patch: fixed upstream.
- Remove call to gnome-autogen.sh and gnome-common BuildRequires.
 
  * Wed Sep 21 2011 suse-tux@gmx.de 
  - Add balsa-fix-linking.patch: correctly link to the
  javascriptcoregtk library. This fixes the build.
- Add gnome-common BuildRequires and call to gnome-autogen.sh,
  needed for patch above.