Mailinglist Archive: opensuse-commit (1092 mails)

< Previous Next >
commit claws-mail-extra-plugins
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 28 Feb 2008 01:52:31 +0100
  • Message-id: <20080228005231.ADDF4678168@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package claws-mail-extra-plugins
checked in at Thu Feb 28 01:52:31 CET 2008.

--------
--- claws-mail-extra-plugins/claws-mail-extra-plugins.changes 2007-10-19
11:08:28.000000000 +0200
+++
/mounts/work_src_done/STABLE/claws-mail-extra-plugins/claws-mail-extra-plugins.changes
2008-02-27 13:42:24.106820000 +0100
@@ -1,0 +2,5 @@
+Wed Feb 27 13:33:37 CET 2008 - anosek@xxxxxxx
+
+- updated to version 3.3.1, update is based on package from BS
+
+-------------------------------------------------------------------

Old:
----
claws-mail-extra-plugins-2.10.0.tar.bz2

New:
----
claws-mail-extra-plugins-3.3.1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ claws-mail-extra-plugins.spec ++++++
--- /var/tmp/diff_new_pack.r19955/_old 2008-02-28 01:52:14.000000000 +0100
+++ /var/tmp/diff_new_pack.r19955/_new 2008-02-28 01:52:14.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package claws-mail-extra-plugins (Version 2.10.0)
+# spec file for package claws-mail-extra-plugins (Version 3.3.1)
#
-# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -10,6 +10,7 @@

# norootforbuild

+
Name: claws-mail-extra-plugins
%define _prefix /usr
# the package synce-devel required by synce plugin was dropped on SUSE
@@ -21,8 +22,8 @@
%if %suse_version >= 1020
%define build_synce 0
%endif
-Version: 2.10.0
-Release: 42
+Version: 3.3.1
+Release: 1
Summary: Plugins for Claws Mail
Summary(de): Plugins f�r Claws Mail
License: GPL v2 or later
@@ -39,11 +40,7 @@
BuildRequires: gettext
BuildRequires: libgtkhtml-devel
BuildRequires: ghostscript-library
-%if %suse_version > 1030
-BuildRequires: libpoppler-devel libpoppler-glib-devel
-%else
-BuildRequires: poppler-devel poppler-glib
-%endif
+# BuildRequires: libytnef-devel
%if %suse_version <= 1000
BuildRequires: libjpeg-devel
BuildRequires: libgpg-error-devel
@@ -54,18 +51,31 @@
BuildRequires: libgnomecanvas-devel
BuildRequires: libgpg-error-devel
%endif
-BuildRequires: curl-devel
BuildRequires: db-devel
BuildRequires: perl >= 5.8
%if %build_synce
BuildRequires: synce-devel
%endif
-BuildRequires: claws-mail >= 2.7.1 claws-mail-devel >= 2.10.0
+BuildRequires: claws-mail-devel >= 3.0.1
%if %suse_version >= 1010
BuildRequires: gpgme-devel
%else
BuildRequires: gpgme
%endif
+%if %suse_version <= 1020 && %suse_version > 1000
+BuildRequires: mDNSResponder-lib
+%endif
+%if %suse_version >= 1030
+BuildRequires: libcurl-devel
+%else
+BuildRequires: curl-devel
+%endif
+%if %suse_version > 1030
+BuildRequires: libpoppler-glib-devel
+%else
+BuildRequires: poppler-devel
+BuildRequires: poppler-glib
+%endif

%description
Various plugins for Claws Mail.
@@ -94,9 +104,13 @@
# each plugin has its own src-dir
for i in $(find -maxdepth 1 -type d -not -name .)
do
+# we don't build tnef_parse plugin, it needs lybytnef which is not in our
distro
+if [ $(basename $i) = tnef_parse-0.2.2 ]; then
+ continue
+fi
pushd $i
%configure
-%{__make}
+%__make %{?jobs:-j%{jobs}}
popd
done

@@ -104,6 +118,10 @@
# install all plugins with documentation
for i in $(find -maxdepth 1 -type d -not -name .)
do
+# we don't build tnef_parse plugin, it needs lybytnef which is not in our
distro
+if [ $(basename $i) = tnef_parse-0.2.2 ]; then
+ continue
+fi
pushd $i
%makeinstall
docdir=%{buildroot}%{_docdir}/%{name}/$i
@@ -121,6 +139,7 @@
%find_lang rssyl plugins.lang
%find_lang vcalendar plugins.lang
%find_lang notification_plugin plugins.lang
+%find_lang spam_report plugins.lang

%clean
%__rm -rf %{buildroot}
@@ -131,37 +150,40 @@
%{_libdir}/claws-mail/plugins/*.so
%{_libdir}/claws-mail/plugins/*.deps
%{_includedir}/ical.h
+
%changelog
-* Fri Oct 19 2007 - ro@xxxxxxx
+* Wed Feb 27 2008 anosek@xxxxxxx
+- updated to version 3.3.1, update is based on package from BS
+* Fri Oct 19 2007 ro@xxxxxxx
- added libpoppler-devel to buildrequires
-* Thu Oct 11 2007 - sbrabec@xxxxxxx
+* Thu Oct 11 2007 sbrabec@xxxxxxx
- poppler devel package names prepended by "lib".
- Removed bogus dependency on mDNSResponder.
-* Mon Oct 08 2007 - sbrabec@xxxxxxx
+* Mon Oct 08 2007 sbrabec@xxxxxxx
- Use binding specific poppler devel package.
-* Wed Jul 25 2007 - anosek@xxxxxxx
+* Wed Jul 25 2007 anosek@xxxxxxx
- claws-mail-devel >= 2.10.0 needed for build
-* Wed Jul 04 2007 - suse-tux@xxxxxx
+* Wed Jul 04 2007 suse-tux@xxxxxx
- new upstream version 2.10.0
- modified patches so that they apply flawlessly
- added libjpeg-devel to the BuildRequires otherwise the build
fails on 10.0
-* Wed Jun 06 2007 - anosek@xxxxxxx
+* Wed Jun 06 2007 anosek@xxxxxxx
- updated to version 2.9.2
-* Thu May 24 2007 - ro@xxxxxxx
+* Thu May 24 2007 ro@xxxxxxx
- added claws-mail-devel to buildreq
-* Mon May 07 2007 - anosek@xxxxxxx
+* Mon May 07 2007 anosek@xxxxxxx
- updated to version 2.9.1
-* Mon Jan 29 2007 - anosek@xxxxxxx
+* Mon Jan 29 2007 anosek@xxxxxxx
- updated to version 2.7.1
-* Thu Jan 04 2007 - anosek@xxxxxxx
+* Thu Jan 04 2007 anosek@xxxxxxx
- fixed vcal_manager.c:1403: warning: control reaches end of
non-void function (warnings.diff)
-* Thu Dec 07 2006 - anosek@xxxxxxx
+* Thu Dec 07 2006 anosek@xxxxxxx
- updated to version 2.6.1
-* Thu Nov 16 2006 - anosek@xxxxxxx
+* Thu Nov 16 2006 anosek@xxxxxxx
- disabled synce plugin, because required synce package was dropped
-* Wed Oct 11 2006 - anosek@xxxxxxx
+* Wed Oct 11 2006 anosek@xxxxxxx
- initial version 2.5.2
- spec file based on version from BuildService
by Marcus Huewe <marcus@xxxxxxxxxxxxxx>

++++++ claws-mail-extra-plugins-2.10.0.tar.bz2 ->
claws-mail-extra-plugins-3.3.1.tar.bz2 ++++++
++++ 1799177 lines of diff (skipped)

++++++ claws-mail-extra-plugins-prototypes.diff ++++++
--- /var/tmp/diff_new_pack.r19955/_old 2008-02-28 01:52:24.000000000 +0100
+++ /var/tmp/diff_new_pack.r19955/_new 2008-02-28 01:52:24.000000000 +0100
@@ -1,6 +1,6 @@
---- vcalendar-1.96/libical/libical/icalcomponent.c.old 2007-07-04
03:07:58.000000000 +0200
-+++ vcalendar-1.96/libical/libical/icalcomponent.c 2007-07-04
03:08:11.000000000 +0200
-@@ -42,6 +42,7 @@
+--- vcalendar-1.101/libical/libical/icalcomponent.c.old 2008-02-26
16:49:00.000000000 +0100
++++ vcalendar-1.101/libical/libical/icalcomponent.c 2008-02-26
16:49:30.000000000 +0100
+@@ -43,6 +43,7 @@
#include <errno.h>
#include <assert.h>
#include <stdio.h> /* for fprintf */
@@ -8,13 +8,3 @@

#define MAX_TMP 1024

---- vcalendar-1.96/libical/libical/icalerror.c.old 2007-07-04
03:07:40.000000000 +0200
-+++ vcalendar-1.96/libical/libical/icalerror.c 2007-07-04 03:06:35.000000000
+0200
-@@ -30,6 +30,7 @@
- #endif
-
- #include "icalerror.h"
-+#include <string.h>
-
- icalerrorenum icalerrno;
-

++++++ claws-mail-extra-plugins-warnings.diff ++++++
--- /var/tmp/diff_new_pack.r19955/_old 2008-02-28 01:52:24.000000000 +0100
+++ /var/tmp/diff_new_pack.r19955/_new 2008-02-28 01:52:24.000000000 +0100
@@ -1,16 +1,16 @@
---- vcalendar-1.96/libical/libical/icalcomponent.c 2007-02-27
18:30:54.273161571 +0100
-+++ vcalendar-1.96/libical/libical/icalcomponent.c 2007-02-27
18:31:57.997144071 +0100
-@@ -1069,6 +1069,7 @@
+--- vcalendar-1.101/libical/libical/icalcomponent.c.old 2008-02-26
16:49:58.000000000 +0100
++++ vcalendar-1.101/libical/libical/icalcomponent.c 2008-02-26
16:50:30.000000000 +0100
+@@ -1083,6 +1083,7 @@ icalcomponent_begin_component(icalcompon
pvl_elem i;

itr.kind = kind;
-+ memset(&itr.iter, 0, sizeof itr.iter);
++ memset(&itr.iter, 0, sizeof itr.iter);

icalerror_check_arg_re( (component!=0),"component",icalcompiter_null);

---- vcalendar-1.96/libical/libical/sspm.c 2007-02-27 18:30:54.281162071
+0100
-+++ vcalendar-1.96/libical/libical/sspm.c 2007-02-27 18:32:22.606682071
+0100
-@@ -1114,7 +1114,7 @@
+--- vcalendar-1.101/libical/libical/sspm.c.old 2008-02-26 16:50:43.000000000
+0100
++++ vcalendar-1.101/libical/libical/sspm.c 2008-02-26 16:51:09.000000000
+0100
+@@ -1114,7 +1114,7 @@ char *decode_quoted_printable(char *dest
char *src,
size_t *size)
{
@@ -19,7 +19,7 @@
size_t i=0;

while (*src != 0 && i < *size) {
-@@ -1163,7 +1163,7 @@
+@@ -1163,7 +1163,7 @@ char *decode_base64(char *dest,
char *src,
size_t *size)
{


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages