Changelog for
balsa-debuginfo-2.5.3-1.2.x86_64.rpm :
* Wed Mar 08 2017 zaitorAATTopensuse.org- Update to version 2.5.3: + More bugfixes and ports.
* Sat Oct 08 2016 zaitorAATTopensuse.org- Fix build for Leap 42.1 and 42.2, via tweaking conditional for compface/compface-devel BuildRequires.
* Tue Jun 02 2015 zaitorAATTopensuse.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 dimstarAATTopensuse.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 BuilfRequires and call to autoreconf, as we no longer carry any patches.
* Tue Dec 16 2014 zaitorAATTopensuse.org- Make comface-devel BuildRequires only for releases newer than 13.2, the split never made it into release.
* Thu Oct 09 2014 dimstarAATTopensuse.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 zaitorAATTopensuse.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 dimstarAATTopensuse.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 dimstarAATTopensuse.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 zaitorAATTopensuse.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 dimstarAATTopensuse.org- Update to version 2.4.13: + Fix long-line POP3 bug. + Bugs fixed: bgo#684124. + Updated translations.
* Wed Apr 25 2012 vuntzAATTopensuse.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 srAATTLatn translation to srAATTlatin: fixed upstream.
* Thu Jan 12 2012 dimstarAATTopensuse.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 dimstarAATTopensuse.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-tuxAATTgmx.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.
* Tue Jun 14 2011 vuntzAATTopensuse.org- Update to version 2.4.10: + Preserve identity order. + Trivial gtkhtml-3.15 support. + Improve interaction with unique. + Bugs fixed: bgo#636801, bgo#636805, bgo#647695.- Drop balsa-fix-scrollkeeper.patch: fixed upstream.- Drop balsa-mail-handler.patch: fixed upstream.- Drop balsa-new-autotools.patch: fixed upstream.- Drop balsa-message-searchbar-off.patch: fixed upstream.- Remove call to autoreconf as we don\'t have any patch anymore.
* Fri Apr 15 2011 sbrabecAATTsuse.cz- Do not open message boxes with search bar (bgo#647695).
* Mon Mar 21 2011 sbrabecAATTsuse.cz- Support touchscreen version of balsa.- Fixed URL.- Added desktop file integration patch (bgo#645444).- Fixed libnotify for 11.3 and older.
* Sat Feb 12 2011 vuntzAATTopensuse.org- Call relevant macros in %post/%postun: + %desktop_database_post/postun because the package ships at least one desktop file. + %icon_theme_cache_post/postun because the package ships themed icons.- Pass %{?no_lang_C} to %find_lang so that english documentation can be packaged with the program, and not in the lang subpackage.- Change Requires of lang subpackage to Recommends, since the english documentation is not there anymore.
* Wed Dec 08 2010 vuntzAATTopensuse.org- Cleanup previous changes to packages.- Add explicit intltool BuildRequires.- Add balsa-fix-scrollkeeper.patch to not have to manually remove the scrollkeeper files.- Drop manpage_url_syntax.patch, as it\'s actually not needed.
* Mon Nov 22 2010 nmo.marquesAATTgmail.com- Update BuildRequires to use the pkgconfig() way: + Old ones: NetworkManager-devel, gconf2-devel, glib2-devel, gmime-2_4-devel, gnome-icon-theme-devel, gtk2-devel, gtksourceview-devel, gtkspell-devel, libcanberra-devel, libgnome-devel, libgnomeui-devel, libgnome-keyring-devel/gnome-keyring-devel, libnotify-devel, libunique-devel, libwebkit-devel, libxml2-devel, sqlite-devel. + New pkgconfig() ones: enchant, gconf-2.0, glib-2.0, gmime-2.4, gnome-icon-theme, gnome-keyring-1, gtk+-2.0, gtksourceview-2.0, gtkspell-2.0, libbonobo-2.0, libcanberra-gtk, libgnome-2.0, libgnomeui-2.0, libnm-glib, libnotify, libxml-2.0, sqlite3, unique-1.0, webkit-1.0.- Add manpage_url_syntax.patch to fix man page syntax issue.
* Sat Nov 20 2010 nmo.marquesAATTgmail.com- Update to version 2.4.9: + Compile against new GTK, libnotify libs.- Remove scrollkeeper files: we don\'t need them.
* Sun Aug 22 2010 dimstarAATTopensuse.org- Update to version 2.4.8: + QUOTA and MYRIGHTS IMAP extension support. + bug fixes: bgo#625695, bgo#620221, bgo#623910, bgo#623740, bgo#618979, bgo#579479, bgo#613998 + various memory leaks plugged.
* Sun Feb 14 2010 vuntzAATTopensuse.org- Update to version 2.4.7: + infinite loop (deb#568298). + avoid crashes when manually verifing GPG signature. + new user pref to control quoting text.- Replace --without-gtkhtml --with-webkit configure options with - -with-html-widget=webkit.
* Thu Jan 28 2010 vuntzAATTopensuse.org- Update to version 2.4.6: + add forgotten part of filter comparison patch. + fix occasional IMAP failures on compressed connections.- Pass --without-gtkhtml to configure to explicitly disable gtkhtml, and avoid a bug in the configure script.
* Mon Jan 25 2010 vuntzAATTopensuse.org- Update to version 2.4.5: + Update menus only if necessary. + Fix build.
* Sun Jan 24 2010 vuntzAATTopensuse.org- Update to version 2.4.3: + IMAP compression (COMPRESS=DEFLATE) when supported by server + Making opening attachment easier by saving them in a directory + Downloadable images when using Webkit html widget + Faster opening of the compose window. + Text searching enabled in the WebKit html viewer. + Options to hide toolbars and other parts of the UI (useful on netbooks etc). + For laptop/wifi users: not trying to reach POP3 servers while disconnected, and instead checking immediately on reconnection.
* Mon Jan 04 2010 vuntzAATTopensuse.org- Change gnome-keyring-devel BuildRequires to libgnome-keyring-devel on 11.3 and later, following the module split upstream.- Change the way we rename srAATTLatn locale to srAATTlatin, so we don\'t have to call autoreconf.- Do not manually change the CFLAGS: it\'s not needed anymore.
* Sun Dec 06 2009 dimstarAATTopensuse.org- Update to version 2.4.2: + searching in HTML parts. + improved webkit support. + NetworkManager events intercepted to reconnect to IMAP servers. + compatibility with recent openssl. + compatibility with gtk version >= 2.18 + improved Mac OS X integration. + bug fixes. + Better translations.- Add NetworkManager-devel BuildRequires.- Removed docbook_4, perl-XML-Parser BuildRequires.- Remove traces of balsa-gnome-icon-theme.patch, it\'s included upstream.- Clean spec file using spec-cleaner.
* Fri Oct 23 2009 sbrabecAATTsuse.cz- Fallback to gnome-icon-theme, do not expect that system theme will do it (bgo#596309).
* Wed Aug 19 2009 beineriAATTopensuse.org- Add an already translated GenericName to .desktop file.
* Mon Aug 10 2009 sbrabecAATTsuse.cz- Updated to version 2.4.1:
* Continuing cleanup work: removing obsolete library calls.
* partial workaround for the deadlock in xcb library code.
* experimental use of libcanberra for sound.
* many small bugfixes.
* Fri Jul 17 2009 cooloAATTnovell.com- build with large file support
* Tue Jun 30 2009 sbrabecAATTsuse.cz- Updated to version 2.4.0:
* GMime-2.4, GLib-2.16, and Gtk-2.14 required.
* Prefers libunique over BonoboActivation.
* VCALENDAR and VEVENT handling.
* deprecation cleanup.
* message threading improvements and fixes.
* Use GIO library when available.
* Improve GMail IMAP compatibility.
* porting to most recent GTK versions.
* documentation ported to gnome-doc format.
* partial translations of the manual to German and Spanish.
* gnome-keyring is used if available (experimental).
* initial experimental support for WebKit.
* Bug fixes.
* Mon Feb 16 2009 sbrabecAATTsuse.cz- Added support for translation-update-upstream (FATE#301344).
* Wed Feb 11 2009 roAATTsuse.de- use srAATTlatin instead of srAATTLatn
* Mon Oct 13 2008 sbrabecAATTsuse.cz- Updated to version 2.3.25:
* composing format=flowed messages with spaces pasted in works better.
* allow to explicitly specify a GPG key id for an identity.- Latest GTK+ deprecated GLib wrapper functions => removed GTK_DISABLE_DEPRECATED.
* Tue Jul 15 2008 sbrabecAATTsuse.cz- Updated to version 2.3.25:
* GMail compatibility.
* notification in GNOME panel are optional now.
* wrapping of flowed text improved.
* lots of various bug fixes.
* Support for accessing files over gnome-vfs (smb, ssh mounts, etc.)
* maildir tree scanning fixes.
* Rudimentary support for sending text/html messages.
* UIDPLUS IMAP extension support.
* Mon Apr 07 2008 sbrabecAATTsuse.cz- Updated to version 2.3.23:
* Suppport for IMAP MULTIAPPEND extension for faster uploading of message batches to and from IMAP servers.
* improved scanning of mailbox trees.
* GtkSourceView2 support.
* Mon Jan 14 2008 sbrabecAATTsuse.cz- Updated to version 2.3.22:
* new address edition widget in the compose window.
* compose window displays languages available for spell checking.
* more new icons.
* migration from GnomeUI to GtkUIManager
* Rubrica address book support.
* Several bugs fixed.
* Tue Dec 04 2007 sbrabecAATTsuse.cz- Reduced BuildRequires.
* Thu Nov 01 2007 sbrabecAATTsuse.cz- Build feature complete with gtksourceview18.
* Thu Sep 20 2007 sbrabecAATTsuse.cz- Updated to version 2.3.20:
* fix buffer overflow (#474366)
* avoid sending messages twice under certain conditions
* more build fixes
* reflow improvements
* Build problems against steaming-hot GNOME fixed
* Make BINARY and ESEARCH IMAP extensions usage more robust
* Thu Sep 20 2007 sbrabecAATTsuse.cz- Fixed IMAP4 stack overflow (#326732, GNOME#474366).
* Mon Aug 06 2007 mawAATTsuse.de- Split out a -lang subpackage.
* Fri Aug 03 2007 mawAATTsuse.de- Build without gtksourceview support (#297259).
* Fri Jul 27 2007 mawAATTsuse.de- Add dont-disable-deprecated.patch.
* Mon Jul 09 2007 sbrabecAATTsuse.cz- Updated to version 2.3.17:
* APOP server signature verification and few other capabilitites
* supports GtkPrint, LDAP referrals, IMAP BINARY
* few more performance fixes and new features
* number of bug fixes
* Thu May 10 2007 pgajdosAATTsuse.cz- fixed warning of new gcc: comparsion with string literal- string-literal-send2.patch
* Wed May 09 2007 pgajdosAATTsuse.cz- removed gnome-icon-theme from BuildRequires and Requires [#247450]
* Tue Feb 20 2007 mvanerAATTsuse.cz- Comparison with string literal (bug #229781) - string-literal-send.patch
* Mon Dec 18 2006 sbrabecAATTsuse.cz- Prefix changed to /usr.- Spec file cleanup.
* Fri Oct 20 2006 sbrabecAATTsuse.cz- Updated to version 2.3.13:
* nicer icons.
* do not reference freed memory in mbox driver.
* assure messages are properly signed after identity change.
* Ctrl-N goes over unread messages in all mailboxes.
* Redone Preference Manager.
* support better slow LDAP servers.
* use better real estate when displaying message counts.
* local mailbox opening acceleration.
* composed message saving and postponing UI improvements.
* fix mailbox locking regressions.
* GtkSpell improvements.
* bug fixes
* Sun Aug 06 2006 ajAATTsuse.de- Fix build.
* Wed Jun 14 2006 schwabAATTsuse.de- Fix syntax error in configure script.
* Wed Jan 25 2006 mlsAATTsuse.de- converted neededforbuild to BuildRequires
* Tue Jan 17 2006 sbrabecAATTsuse.cz- Updated to version 2.3.8.- Enabled GtkSpell and Compface.
* Sat Jan 14 2006 kukukAATTsuse.de- Add gpgme-devel to nfb
* Tue Nov 08 2005 sbrabecAATTsuse.cz- Use sqlite3.
* Sun Sep 25 2005 roAATTsuse.de- added LDAP_DEPRECATED to CFLAGS
* Mon Aug 29 2005 roAATTsuse.de- added \"--ignore-theme-index\" to gtk-update-icon-cache call
* Fri Jul 15 2005 sbrabecAATTsuse.cz- Updated to version 2.3.4.
* Tue Mar 01 2005 sbrabecAATTsuse.cz- Fixed for latest gmime.
* Tue Feb 01 2005 sbrabecAATTsuse.cz- Turned on sqlite support.
* Tue Feb 01 2005 roAATTsuse.de- do not define GNOME_DISABLE_DEPRECATED- do not define GTK_DISABLE_DEPRECATED
* Wed Jan 19 2005 roAATTsuse.de- do not define -DGNOME_VFS_DISABLE_DEPRECATED
* Thu Jan 06 2005 sbrabecAATTsuse.cz- Updated to version 2.2.6.
* Tue Nov 23 2004 roAATTsuse.de- added db-devel to neededforbuild (for <= 9.0)- fix build with heimdal for (<= 9.2)
* Sun Nov 21 2004 roAATTsuse.de- run autoreconf and fix build with mit-kerberos
* Fri Nov 19 2004 roAATTsuse.de- postfix is in neededforbuild, so skip sendmail
* Thu Nov 18 2004 roAATTsuse.de- use kerberos-devel-packages (might need more work)
* Tue Oct 26 2004 roAATTsuse.de- locale rename: no -> nb
* Tue Oct 12 2004 sbrabecAATTsuse.cz- Use gnutls instead of openssl (#44438).
* Fri Sep 03 2004 sbrabecAATTsuse.cz- Updated to version 2.2.4.
* Sun Jul 25 2004 roAATTsuse.de- added libgpg-error to neededforbuild
* Mon May 24 2004 roAATTsuse.de- don\'t DEPRECATE gtk and gnome- re-generate Balsa-Stubs.c
* Thu Mar 25 2004 mmjAATTsuse.de- Add postfix to # neededforbuild
* Thu Feb 05 2004 sbrabecAATTsuse.cz- Updated to version 2.0.16.
* Sat Jan 10 2004 adrianAATTsuse.de- build as user
* Tue Aug 12 2003 adrianAATTsuse.de- add Categories
* Thu Aug 07 2003 sbrabecAATTsuse.cz- Updated to version 2.0.13.- Turned on all optional features.
* Wed Jul 30 2003 hhetterAATTsuse.de- build with libesmtp support
* Mon Jul 14 2003 sbrabecAATTsuse.cz- GNOME prefix change to /opt/gnome.
* Thu Jun 05 2003 ltinklAATTsuse.cz- updated to version 2.0.11
* considerably improved GPG support
* text wrapping improvements
* charset encoding validation and conversion improvements
* minor LDAP fixes (large directories, non-US-ASCII characters)
* Mon Feb 17 2003 sbrabecAATTsuse.cz- Updated to version 2.0.8.
* Tue Feb 11 2003 sbrabecAATTsuse.cz- Update to version 2.0.7 (GNOME 2).
* Mon Nov 11 2002 roAATTsuse.de- changed neededforbuild
to
* Fri Nov 01 2002 pmladekAATTsuse.cz- fixed to use new aspell (pspell was merged into new aspell)- removed CPP, CXX hacks from configure.ac
* Wed Oct 09 2002 tcrhakAATTsuse.cz- added alsa and alsa-devel to neededforbuild- replaced LIBOBJS by AC_LIBOBJ in libmutt/configure.in
* Wed Oct 02 2002 nadvornikAATTsuse.cz- removed libPropList from neededforbuild
* Tue Aug 13 2002 hhetterAATTsuse.de- fix neededforbuild
* Mon Aug 05 2002 prehakAATTsuse.cz- update to version 1.2.4- added openssl and openssl-devel to neededforbuild
* Thu Jun 20 2002 roAATTsuse.de- use \"-a -f\" for automake
* Wed Apr 03 2002 tcrhakAATTsuse.cz- build with new automake/autoconf
* Fri Mar 15 2002 tcrhakAATTsuse.cz- added dirs to filelist: %{prefix}/share/gnome/help/balsa %{prefix}/share/sounds/balsa
* Thu Jan 31 2002 roAATTsuse.de- changed neededforbuild to
* Fri Nov 30 2001 roAATTsuse.de- changed neededforbuild to
* Tue Nov 20 2001 roAATTsuse.de- added freetype2 to neededforbuild
* Mon Nov 19 2001 roAATTsuse.de- up to 1.2.3- build with automake 1.5
* Fri Aug 17 2001 adostalAATTsuse.cz- update to version 1.1.7- create pspell patch and ia64 patch- fixed specfile (neededforbuild, build, install)
* Fri Aug 10 2001 roAATTsuse.de- fixed specfile to build
* Tue Jun 26 2001 roAATTsuse.de- fix to build with new autoconf and c++-ed pspell
* Wed May 23 2001 pblahaAATTsuse.cz- fix cast warning on ia64
* Thu Mar 29 2001 pblahaAATTsuse.cz- fix compilation with pspell
* Sun Feb 25 2001 eggerAATTsuse.de- Remove unnecessary dependencies from #neededforbuild, especially imlib-config.
* Tue Jan 30 2001 roAATTsuse.de- changed neededforbuild to
* Mon Jan 01 2001 eggerAATTsuse.de- Cleaned up specfile.- Recompressed with bzip2.
* Wed Nov 15 2000 roAATTsuse.de- fixed neededforbuild for libPropList
* Wed Nov 15 2000 hhetterAATTsuse.de- update to version 1.0.0
* Mon Nov 06 2000 roAATTsuse.de- fixed typos
* Wed Nov 01 2000 eggerAATTsuse.de- Updated specfile to new long packagenames.- Reworked specfile.- Probably needs some more work; I\'m taking care of that.
* Tue Sep 19 2000 eggerAATTsuse.de- Tweaked #neededforbuild again.
* Tue Sep 19 2000 eggerAATTsuse.de- Updated to version 0.9.5- Tweaked specfile.- Buildproofed on i386.
* Fri Sep 15 2000 roAATTsuse.de- fixed to compile
* Tue Sep 05 2000 eggerAATTsuse.de- Updated to version 0.9.4.
* Tue Aug 29 2000 eggerAATTsuse.de- Updated to version 0.9.3.
* Wed Jul 12 2000 smidAATTsuse.cz- man page location changed (bugzilla #3099)
* Thu Jul 06 2000 pthomasAATTsuse.de- use absolute path for man page symlink
* Fri Jun 09 2000 smidAATTsuse.cz- upgrade to 0.8.0
* Thu Apr 13 2000 smidAATTsuse.cz- upgrade to 0.6.0
* Mon Sep 13 1999 bsAATTsuse.de- ran old prepare_spec on spec file to switch to new prepare_spec.
* Wed Jul 14 1999 keAATTsuse.de- use libungif instead of libgif.- use proplst and proplstd instead of wmaker.
* Tue Jul 13 1999 bsAATTsuse.de- use gtk and glib instead of gtkn and glibn
* Fri Feb 19 1999 keAATTsuse.de- use sysconfdir=/etc/opt/gnome.
* Fri Feb 19 1999 roAATTsuse.de- added esound and audiofil to neededforbuild
* Fri Feb 12 1999 keAATTsuse.de- #neededforbuild indent.- rebuilt orbit\'s files.
* Thu Jan 28 1999 keAATTsuse.de- New package: initial version 0.4.9 (recommeded and prepared by ray).