rpms/claws-mail-plugins/F-12 .cvsignore, 1.21, 1.22 claws-mail-plugins.spec, 1.44, 1.45 sources, 1.21, 1.22 fancy-free.patch, 1.1, NONE

Andreas Bierfert awjb at fedoraproject.org
Tue Oct 13 17:29:04 UTC 2009


Author: awjb

Update of /cvs/pkgs/rpms/claws-mail-plugins/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10151/F-12

Modified Files:
	.cvsignore claws-mail-plugins.spec sources 
Removed Files:
	fancy-free.patch 
Log Message:
- version upgrade



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/claws-mail-plugins/F-12/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- .cvsignore	7 Jul 2009 04:42:02 -0000	1.21
+++ .cvsignore	13 Oct 2009 17:29:04 -0000	1.22
@@ -1 +1 @@
-claws-mail-extra-plugins-3.7.2.tar.bz2
+claws-mail-extra-plugins-3.7.3.tar.bz2


Index: claws-mail-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/claws-mail-plugins/F-12/claws-mail-plugins.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- claws-mail-plugins.spec	7 Aug 2009 06:37:35 -0000	1.44
+++ claws-mail-plugins.spec	13 Oct 2009 17:29:04 -0000	1.45
@@ -3,31 +3,31 @@
 %define archive		0.6.5
 %define attachwarner    0.2.17
 %define attremover	1.0.10
+%define bsfilter        1.0.2
 %define cachesaver	0.10.9
-%define fancy           0.9.7
+%define fancy           0.9.8
 %define fetchinfo	0.4.24
-%define gtkhtml2viewer  0.24
+%define gtkhtml2viewer  0.25
 %define mailmbox	1.14.3
 %define newmail		0.0.15
-%define notification	0.22
-%define perl		0.9.15
+%define notification	0.23
+%define perl		0.9.16
+%define python          0.2
 %define rssyl		0.25
 %define spamreport      0.3.9
 %define synce		0.7.5
-%define tnef            0.3.5
-%define vcalendar	2.0.5
+%define tnef            0.3.6
+%define vcalendar	2.0.6
 
 Name:           claws-mail-plugins
-Version:        3.7.2
-Release:        3%{?dist}
+Version:        3.7.3
+Release:        1%{?dist}
 Summary:        Additional plugins for claws-mail
 
 Group:          Applications/Internet
 License:        GPLv2 and GPLv3+ and MIT
 URL:            http://claws-mail.org
 Source0:        http://downloads.sourceforge.net/sylpheed-claws/claws-mail-extra-plugins-%{version}.tar.bz2
-# fix double free in fancy plugin (#515373) from upstream svn
-Patch0:         fancy-free.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  claws-mail-devel >= %{version}
@@ -49,11 +49,14 @@ BuildRequires:  enchant-devel
 BuildRequires:  webkitgtk-devel
 # fix #496149
 BuildRequires:  libnotify-devel
+BuildRequires:  python
+BuildRequires:  libcanberra-devel
 
 Requires:       %{name}-acpi-notifier = %{version}-%{release}
 Requires:       %{name}-archive = %{version}-%{release}
 Requires:       %{name}-att-remover = %{version}-%{release}
 Requires:       %{name}-attachwarner = %{version}-%{release}
+Requires:       %{name}-bsfilter = %{version}-%{release}
 Requires:       %{name}-cachesaver = %{version}-%{release}
 Obsoletes:      %{name}-etpan-privacy < %{version}-%{release}
 Requires:       %{name}-fancy = %{version}-%{release}
@@ -64,6 +67,7 @@ Requires:       %{name}-mailmbox = %{ver
 Requires:       %{name}-newmail = %{version}-%{release}
 Requires:       %{name}-notification = %{version}-%{release}
 Requires:       %{name}-perl = %{version}-%{release}
+Requires:       %{name}-python = %{version}-%{release}
 Requires:       %{name}-rssyl = %{version}-%{release}
 Requires:       %{name}-spam-report = %{version}-%{release}
 Requires:       %{name}-synce = %{version}-%{release}
@@ -126,6 +130,13 @@ Obsoletes:      sylpheed-claws-plugins-a
 Enables the removal of attachments from emails.When right-clicking a message,
 choose 'Remove attachments' from the submenu.
 
+%package bsfilter
+Summary:        Bayesian spam filtering for claws-mail
+Group:          Applications/Internet
+Requires:	claws-mail >= %{version}
+
+%description bsfilter
+Bayesian spam filtering for claws-mail using Bsfilter.
 
 %package cachesaver
 Summary:        A cache saving plugin
@@ -217,6 +228,17 @@ Obsoletes:      sylpheed-claws-plugins-p
 This plugin provides an extended filtering engine for the email client
 claws-mail. It allows for the use of full perl power in email filters.
 
+%package python
+Summary:        Python scripting access to claws-mail
+Group:          Applications/Internet
+Requires:	claws-mail >= %{version}
+
+%description python
+This plugin offers a Python scripting access to Claws Mail. Python code can be
+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 rssyl
 Summary:        RSS plugin for claws-mail
 Group:          Applications/Internet
@@ -270,7 +292,6 @@ exporting of your meetings or all your c
 
 %prep
 %setup -q -n claws-mail-extra-plugins-%{version}
-%patch0 -p1
 
 %build
 #acpi_notifier
@@ -292,6 +313,11 @@ cd ../att_remover-%{attremover}
 %configure --disable-static --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 
+# bsfilter
+cd ../bsfilter_plugin-%{bsfilter}
+%configure --disable-static --disable-dependency-tracking
+%{__make} %{?_smp_mflags}
+
 # cachesaver
 cd ../cachesaver-%{cachesaver}
 %configure --disable-static --disable-dependency-tracking
@@ -332,6 +358,12 @@ cd ../perl_plugin-%{perl}
 %configure --disable-static --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 
+#python
+cd ../python_plugin-%{python}
+%configure --disable-static --disable-dependency-tracking
+%{__make} %{?_smp_mflags}
+
+
 #rssyl
 cd ../rssyl-%{rssyl}
 %configure --disable-static --disable-dependency-tracking
@@ -384,6 +416,12 @@ cd att_remover-%{attremover}
 %{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
 cd -
 
+# bsfilter_plugin
+cd bsfilter_plugin-%{bsfilter}
+%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
+cd -
+%find_lang bsfilter_plugin
+
 # cachesaver
 cd cachesaver-%{cachesaver}
 %{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
@@ -427,6 +465,11 @@ cd perl_plugin-%{perl}
 %{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
 cd -
 
+#python
+cd python_plugin-%{python}
+%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
+cd -
+
 #rssyl
 cd rssyl-%{rssyl}
 %{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
@@ -508,6 +551,14 @@ rm -rf $RPM_BUILD_ROOT
 %doc att_remover-%{attremover}/README
 %{_libdir}/claws-mail/plugins/att_remover*
 
+%files bsfilter -f bsfilter_plugin.lang
+%defattr(-,root,root,-)
+%doc bsfilter_plugin-%{bsfilter}/AUTHORS
+%doc bsfilter_plugin-%{bsfilter}/ChangeLog
+%doc bsfilter_plugin-%{bsfilter}/COPYING
+%doc bsfilter_plugin-%{bsfilter}/README
+%{_libdir}/claws-mail/plugins/bsfilter*
+
 %files cachesaver
 %defattr(-,root,root,-)
 %doc cachesaver-%{cachesaver}/AUTHORS
@@ -569,6 +620,14 @@ rm -rf $RPM_BUILD_ROOT
 %doc perl_plugin-%{perl}/README
 %{_libdir}/claws-mail/plugins/perl_plugin.so
 
+%files python
+%defattr(-,root,root,-)
+%doc python_plugin-%{python}/AUTHORS
+%doc python_plugin-%{python}/ChangeLog
+%doc python_plugin-%{python}/COPYING
+%doc python_plugin-%{python}/README
+%{_libdir}/claws-mail/plugins/python_plugin*
+
 %files rssyl -f rssyl.lang
 %defattr(-,root,root,-)
 %doc rssyl-%{rssyl}/AUTHORS
@@ -609,6 +668,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/claws-mail/plugins/vcalendar/
 
 %changelog
+* Mon Oct 12 2009 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 3.7.3-1
+- version upgrade
+- new plugins bsfilter, python
+
 * Fri Aug 07 2009 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 3.7.2-3
 - fix crash in fancy plugin (#515373)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/claws-mail-plugins/F-12/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- sources	7 Jul 2009 04:42:02 -0000	1.21
+++ sources	13 Oct 2009 17:29:04 -0000	1.22
@@ -1 +1 @@
-0bdbbf69b2420e4bbb8d0ae85f9f85d6  claws-mail-extra-plugins-3.7.2.tar.bz2
+aa397973a01893c0ce1b96402020ab62  claws-mail-extra-plugins-3.7.3.tar.bz2


--- fancy-free.patch DELETED ---




More information about the scm-commits mailing list