[claws-mail] 3.10.0-1

Andreas Bierfert awjb at fedoraproject.org
Mon May 26 18:55:10 UTC 2014


commit 4ad430f9247eb91357bd2d4fe2c07df67e391bdc
Author: Andreas Bierfert <andreas.bierfert at lowlatency.de>
Date:   Mon May 26 20:55:05 2014 +0200

    3.10.0-1
    
    - version upgrade (fixes rhbz: 569478,601982,977924,982533,990650,1011098,
      1010993,1035851,1036346,1063035,1070480,1071327,1076387,1078996,1079509,
      1079620,1081224,1085382,1090300,1096041,1096895 and similar crashes)
    - add libravatar plugin
    - add appdata file

 .gitignore      |    2 +-
 claws-mail.spec |   36 +++++++++++++++++++++++++++++++-----
 sources         |    2 +-
 3 files changed, 33 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 22d6072..974de7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/claws-mail-3.9.3.tar.bz2
+/claws-mail-3.10.0.tar.xz
diff --git a/claws-mail.spec b/claws-mail.spec
index a528831..1702f32 100644
--- a/claws-mail.spec
+++ b/claws-mail.spec
@@ -1,13 +1,16 @@
-%global pluginapi 3.9.3.0
+%global pluginapi 3.10.0.0
 
 Name:           claws-mail
-Version:        3.9.3
-Release:        4%{?dist}
+Version:        3.10.0
+Release:        1%{?dist}
 Summary:        Email client and news reader based on GTK+
 Group:          Applications/Internet
 License:        GPLv3+
 URL:            http://claws-mail.org
-Source0:        http://downloads.sourceforge.net/sylpheed-claws/%{name}-%{version}.tar.bz2
+Source0:        http://downloads.sourceforge.net/sylpheed-claws/%{name}-%{version}.tar.xz
+
+#http://git.claws-mail.org/?p=claws.git;a=blobdiff;f=src/prefs_account.c;h=91638003b5c06c9fcaa4b9beb6f4796181e9703c;hp=cae698d8a2347d7717cac49eca783573387318e0;hb=51af19b25efb00d4752de6e14fde0c32a7c79aaf;hpb=749c0585d081499613cdb289e9045ad3c2c0dcaa
+Patch0:         claws-mail-3.10.0-GCond.patch
 
 BuildRequires:  flex, bison
 BuildRequires:  glib2-devel >= 2.6.2
@@ -24,7 +27,7 @@ BuildRequires:  gpgme-devel >= 1.0.1
 BuildRequires:  desktop-file-utils startup-notification-devel
 BuildRequires:  pkgconfig
 BuildRequires:  gettext gettext-devel
-BuildRequires:  libetpan-devel >= 0.57
+BuildRequires:  libetpan-devel >= 1.4.1
 BuildRequires:  compface-devel
 BuildRequires:  perl-devel perl(ExtUtils::Embed)
 BuildRequires:  libtool
@@ -278,6 +281,15 @@ entered interactively into an embedded Python console or stored in scripts
 under ~/.claws-mail/python-scripts. The scripts are then accessible via the
 menu of the main window.
 
+%package plugins-libravatar
+Summary:        Libravatar plugin for Claws Mail
+Group:		Applications/Internet
+Requires:	claws-mail(plugin-api)%{?_isa} = %pluginapi
+
+%description plugins-libravatar
+This plugin allows showing the profile picture associated to email
+addresses provided by https://www.libravatar.org/. You can read
+more about what is this at http://wiki.libravatar.org/description/.
 
 %package plugins-rssyl
 Summary:        RSS plugin for Claws Mail
@@ -344,6 +356,8 @@ exporting of your meetings or all your calendars.
 %prep
 %setup -q
 
+%patch0 -p1 -b.GCond
+
 # guard for pluginapi
 SOURCEAPI=$(grep -A 1 VERSION_NUMERIC src/common/version.h | tr -d '\n' | perl -ne 's/[\\\s]//g; m/(\d+),(\d+),(\d+),(\d+)/; print("$1.$2.$3.$4");')
 [ "%pluginapi" == "$SOURCEAPI" ] || exit -1
@@ -455,6 +469,7 @@ fi
 %{_mandir}/man1/*
 %{_datadir}/applications/*
 %{_datadir}/icons/*
+%{_datadir}/appdata/claws-mail.appdata.xml
 
 %files devel
 %{_includedir}/claws-mail/
@@ -524,6 +539,9 @@ fi
 %files plugins-python
 %{_libdir}/claws-mail/plugins/python*
 
+%files plugins-libravatar
+%{_libdir}/claws-mail/plugins/libravatar*
+
 %files plugins-rssyl
 %{_libdir}/claws-mail/plugins/rssyl*
 
@@ -546,6 +564,14 @@ fi
 %{_libdir}/claws-mail/plugins/vcalendar*
 
 %changelog
+* Mon May 26 2014 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 3.10.0-1
+- version upgrade (fixes rhbz: 569478,601982,977924,982533,990650,1011098,
+  1010993,1035851,1036346,1063035,1070480,1071327,1076387,1078996,1079509,
+  1079620,1081224,1085382,1090300,1096041,1096895 and similar crashes)
+- add libravatar plugin
+- add appdata file
+
 * Sun May 18 2014 Peter Robinson <pbrobinson at fedoraproject.org> 3.9.3-4
 - No longer needs old gnome-libs v1 for gnome-config
 
diff --git a/sources b/sources
index b20a084..30dca4b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0158b5e6b6d6866f9a75fd288a4edf04  claws-mail-3.9.3.tar.bz2
+13a7f93143d6287752eef2987ff49b79  claws-mail-3.10.0.tar.xz


More information about the scm-commits mailing list