From 95b6f03c3bae81149612b80291941e7d996e3637 Mon Sep 17 00:00:00 2001 From: Denis Silakov Date: Wed, 19 Aug 2015 20:45:56 +0300 Subject: [PATCH] Updated to 3.12.0 --- .abf.yml | 3 ++- ...ch => claws-mail-3.12.0-trashed-read.patch | 8 +++---- claws-mail.spec | 22 +++++++++++++++++-- 3 files changed, 26 insertions(+), 7 deletions(-) rename claws-mail-3.11.1-trashed-read.patch => claws-mail-3.12.0-trashed-read.patch (56%) diff --git a/.abf.yml b/.abf.yml index 1885963..c4cfa45 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,4 +1,5 @@ removed_sources: claws-mail-3.11.0.tar.xz: 1fc919e7d4357408a04131c4195878ea920de4f0 -sources: claws-mail-3.11.1.tar.xz: b0c07906043f7a3ec726c7a96d6dcfc3c148b9cc +sources: + claws-mail-3.12.0.tar.xz: f28f62de97a80d32bb875aef83f901c903fe324b diff --git a/claws-mail-3.11.1-trashed-read.patch b/claws-mail-3.12.0-trashed-read.patch similarity index 56% rename from claws-mail-3.11.1-trashed-read.patch rename to claws-mail-3.12.0-trashed-read.patch index 63867fa..58b1fc4 100644 --- a/claws-mail-3.11.1-trashed-read.patch +++ b/claws-mail-3.12.0-trashed-read.patch @@ -1,7 +1,7 @@ -diff -Naur claws-mail-3.11.1.orig/src/summaryview.c claws-mail-3.11.1/src/summaryview.c ---- claws-mail-3.11.1.orig/src/summaryview.c 2015-06-03 23:35:40.000000000 +0300 -+++ claws-mail-3.11.1/src/summaryview.c 2015-06-03 23:35:40.000000000 +0300 -@@ -4631,6 +4631,10 @@ +diff -Naur claws-mail-3.12.0.orig/src/summaryview.c claws-mail-3.12.0/src/summaryview.c +--- claws-mail-3.12.0.orig/src/summaryview.c 2015-08-19 16:06:45.000000000 +0300 ++++ claws-mail-3.12.0/src/summaryview.c 2015-08-19 16:06:45.000000000 +0300 +@@ -4639,6 +4639,10 @@ summary_msginfo_unset_flags(msginfo, MSG_DELETED, MSG_MOVE); } if (!prefs_common.immediate_exec) { diff --git a/claws-mail.spec b/claws-mail.spec index b4c6580..a39d651 100644 --- a/claws-mail.spec +++ b/claws-mail.spec @@ -6,7 +6,7 @@ Summary: The user-friendly, lightweight and fast GTK2 based email client Name: claws-mail -Version: 3.11.1 +Version: 3.12.0 Release: 1 Epoch: 1 License: GPLv3+ @@ -14,7 +14,7 @@ Group: Networking/Mail Url: http://www.claws-mail.org Source0: http://downloads.sourceforge.net/sylpheed-claws/%{name}-%{version}.tar.xz # from Debian -Patch0: claws-mail-3.11.1-trashed-read.patch +Patch0: claws-mail-3.12.0-trashed-read.patch BuildRequires: bison BuildRequires: flex BuildRequires: docbook-utils @@ -327,6 +327,24 @@ This Claws Mail plugin provides direct access to mbox folders. #---------------------------------------------------------------------------- +%package managesieve-plugin +Summary: ManageSieve plugin for %{name} +Group: Networking/Mail +Requires: %{name} >= %{EVRD} + +%description managesieve-plugin +The Claws Mail ManageSieve plugin provides an interface for managing Sieve +filters. Sieve filters are used for filtering mail on mail servers, usually +with an IMAP account. + +This plugin handles managing Sieve filters, editing them, and checking their +syntax. + +%files managesieve-plugin +%{_libdir}/%{name}/plugins/managesieve.so + +#---------------------------------------------------------------------------- + %package newmail-plugin Summary: This Claws Mail plugin can write a summary to a log file Group: Networking/Mail