commit claws-mail for openSUSE:Factory
Hello community, here is the log from the commit of package claws-mail for openSUSE:Factory checked in at 2015-08-01 11:37:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/claws-mail (Old) and /work/SRC/openSUSE:Factory/.claws-mail.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "claws-mail" Changes: -------- --- /work/SRC/openSUSE:Factory/claws-mail/claws-mail.changes 2014-11-10 17:28:19.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.claws-mail.new/claws-mail.changes 2015-08-01 11:37:39.000000000 +0200 @@ -1,0 +2,56 @@ +Thu Jul 23 21:34:20 UTC 2015 - kieltux@gmail.com + +- Update to version 3.12.0: + + New plugin: ManageSieve. Manage sieve filters on a server using + the ManageSieve protocol. + + Filtering/Processing: + - Increase range for age matcher condition. + - 'mark_as_spam' now only marks as spam, it does not do an + additional move. + + Compose window: + - From line gets its own label with mnemonic. + - More intuitive right-click behaviour in attachments list. + + QuickSearch: 'Cc' added to the mixed search: + From/To/Cc/Subject/Tag. + + Folder list: Added 'Mark all read recursively' to context menu. + + Support for Mac-cyrillic encoding. + + IMAP: Support for SCRAM-SHA-1 authentication mechanism. + + PGP plugins: Display validity of signatures. + + Bogofilter plugin: 3rd spam handling option, 'Only mark as + spam'. + + RSSyl plugin: Per-feed support for HTTP basic auth. + + Several layout improvements to preferences pages. + + Updated user manual. + + Updated man page. + + Bugs fixed: claws#1769, claws#1901, claws#2435, claws#2577, + claws#2601, claws#2965, claws#2981, claws#3211, claws#3321, + claws#3345, claws#3349, claws#3351, claws#3354, claws#3364, + claws#3365, claws#3380, claws#3389, claws#3407, claws#3419, + claws#3421, claws#3432, claws#3438, claws#3466, deb#771360, + deb#771737, deb#779824. + + CVE fixed: CVE 2010-5109. + + Misc bugs fixed: + - Fix LDAP access using TLS protocol. + - claws-mail.desktop installation. + - Compose window Subject mnemonic. + - Archiver plguin: compatibility with libarchive 2.8.x. + - Remove draft when cancelling a message written with an + external editor. + - Remove superfluous dynamic link against libarchive. + - Fix labels referring to 'SSL' instead of 'TLS'. + - Allow single-click to select mailboxes in the mailbox order + dialog. + - tbird2claws.py: set encoding to UTF-8. + + Updated translations. +- Dropped fix_categories_and_recover_keywords_in_desktop_file.patch + as fixed in upstream +- Dropped recover_desktop_file_installation.patch: fixed upstream. +- Dropped recover_desktop_file_installation_part2.patch: fixed + upstream. +- Set pkgconfig(libgdata) BuildRequires: conditionally for 1330 and + newer as the needed version is an unstable branch. Due to this, + conditionally pass --enable-gdata-plugin to configure. As a + result, libgdata is not beeing built for any current version of + openSUSE. + +------------------------------------------------------------------- Old: ---- claws-mail-3.11.1.tar.xz fix_categories_and_recover_keywords_in_desktop_file.patch recover_desktop_file_installation.patch recover_desktop_file_installation_part2.patch New: ---- claws-mail-3.12.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ claws-mail.spec ++++++ --- /var/tmp/diff_new_pack.RfJNvd/_old 2015-08-01 11:37:40.000000000 +0200 +++ /var/tmp/diff_new_pack.RfJNvd/_new 2015-08-01 11:37:40.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package claws-mail # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,18 +22,15 @@ %endif Name: claws-mail -Version: 3.11.1 +Version: 3.12.0 Release: 0 Url: http://www.claws-mail.org/ Summary: A lightweight and highly configurable email client License: GPL-3.0+ Group: Productivity/Networking/Email/Clients -Source0: http://sourceforge.net/projects/claws-mail/files/Claws%20Mail/%{version}/claws-mail-%{version}.tar.xz -# Recover desktop file installation -Patch0: recover_desktop_file_installation.patch -Patch1: recover_desktop_file_installation_part2.patch -# Fix categories and recover keywords in desktop file -Patch2: fix_categories_and_recover_keywords_in_desktop_file.patch +# Both sourceforge and project url fails, so just have source manually. +#Source: http://www.claws-mail.org/download.php?file=releases/claws-mail-3.12.0.tar.x... +Source0: claws-mail-%{version}.tar.xz BuildRequires: NetworkManager-devel BuildRequires: compface BuildRequires: db-devel @@ -65,7 +62,10 @@ BuildRequires: pkgconfig(dbus-1) >= 0.60 BuildRequires: pkgconfig(dbus-glib-1) >= 0.60 BuildRequires: pkgconfig(gnutls) >= 2.2 -BuildRequires: pkgconfig(libgdata) >= 0.6 +# Set version to 1330 as the branch it needs is a unstable release +%if 0%{?suse_version} > 1330 +BuildRequires: pkgconfig(libgdata) >= 0.17.1 +%endif BuildRequires: pkgconfig(libnotify) BuildRequires: pkgconfig(libsoup-2.4) BuildRequires: pkgconfig(sm) @@ -128,9 +128,6 @@ %lang_package %prep %setup -q -%patch0 -%patch1 -p1 -%patch2 -p1 %build %configure \ @@ -152,7 +149,9 @@ --enable-clamd-plugin \ --enable-fancy-plugin \ --enable-fetchinfo-plugin \ +%if 0%{?suse_version} > 1330 --enable-gdata-plugin \ +%endif --enable-mailmbox-plugin \ --enable-newmail-plugin \ --enable-notification-plugin \ ++++++ claws-mail-3.11.1.tar.xz -> claws-mail-3.12.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/claws-mail/claws-mail-3.11.1.tar.xz /work/SRC/openSUSE:Factory/.claws-mail.new/claws-mail-3.12.0.tar.xz differ: char 26, line 1
participants (1)
-
root@hilbert.suse.de