Mailinglist Archive: opensuse-commit (926 mails)
| < Previous | Next > |
commit claws-mail-extra-plugins for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 08 Dec 2009 10:01:07 +0100
- Message-id: <20091208090107.A79CD20233@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package claws-mail-extra-plugins for
openSUSE:Factory
checked in at Tue Dec 8 10:01:07 CET 2009.
--------
--- claws-mail-extra-plugins/claws-mail-extra-plugins.changes 2009-08-14
19:06:55.000000000 +0200
+++
/mounts/work_src_done/STABLE/claws-mail-extra-plugins/claws-mail-extra-plugins.changes
2009-12-01 18:58:14.000000000 +0100
@@ -1,0 +2,8 @@
+Mon Nov 30 11:39:01 CET 2009 - dimstar@xxxxxxxxxxxx
+
+- Update to version 3.7.3:
+ + please see README for a full list of changes.
+- Refactored claws-mail-extra-plugins-libytnef_shlib.patch
+- Add python-gtk-devel BuildRequires.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
claws-mail-extra-plugins-3.7.2.tar.bz2
New:
----
claws-mail-extra-plugins-3.7.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ claws-mail-extra-plugins.spec ++++++
--- /var/tmp/diff_new_pack.O3GyyM/_old 2009-12-08 10:01:01.000000000 +0100
+++ /var/tmp/diff_new_pack.O3GyyM/_new 2009-12-08 10:01:01.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package claws-mail-extra-plugins (Version 3.7.2)
+# spec file for package claws-mail-extra-plugins (Version 3.7.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,10 +19,10 @@
Name: claws-mail-extra-plugins
-Version: 3.7.2
+Version: 3.7.3
Release: 1
Summary: Plugins for Claws Mail
-License: GPL v2 or later ; GPL v3 or later
+License: GPLv2+ ; GPLv3+
Group: Productivity/Networking/Email/Clients
Url: http://claws-mail.org
Source0:
http://prdownloads.sourceforge.net/claws-mail/claws-mail-extra-plugins-%{version}.tar.bz2
@@ -42,6 +42,7 @@
BuildRequires: pcre-devel
BuildRequires: perl >= 5.8
BuildRequires: pkgconfig
+BuildRequires: python-gtk-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: perl = %{perl_version}
Requires: %{name}-lang = %{version}
@@ -52,7 +53,7 @@
Various plugins for Claws Mail.
%package devel
-License: GPL v2 or later
+License: GPLv2+
Summary: Plugins for Claws Mail
Group: Productivity/Networking/Email/Clients
Requires: %{name} = %{version}
@@ -61,7 +62,7 @@
Development files for Claws Mail plugins.
%package -n libytnef0
-License: GPL v3 only
+License: GPLv3
Summary: TNEF Stream Parser Library
Group: System/Libraries
@@ -69,7 +70,7 @@
This is the TNEF Stream Parser Library to parse TNEF files.
%package -n libytnef-devel
-License: GPL v3 only
+License: GPLv3
Summary: TNEF Stream Parser Library - Development Files
Group: Development/Libraries/Other
Requires: libytnef0 = %{version}
@@ -84,6 +85,10 @@
%patch0 -p1
%build
+# special hack for tnef reconfiguration (patch touches Makefile.am)
+pushd tnef_parse*
+autoreconf -fiv
+popd
# remove not built plugins
rm -rf synce_plugin-*
# build all plugins
@@ -91,7 +96,6 @@
for i in $(find -maxdepth 1 -type d -not -name .)
do
pushd $i
-test $i = "./tnef_parse-0.3.5" && autoreconf -fiv
%configure --disable-static --with-pic
%__make %{?jobs:-j%{jobs}}
popd
++++++ claws-mail-extra-plugins-3.7.2.tar.bz2 ->
claws-mail-extra-plugins-3.7.3.tar.bz2 ++++++
++++ 1029531 lines of diff (skipped)
++++++ claws-mail-extra-plugins-libytnef_shlib.patch ++++++
--- /var/tmp/diff_new_pack.O3GyyM/_old 2009-12-08 10:01:03.000000000 +0100
+++ /var/tmp/diff_new_pack.O3GyyM/_new 2009-12-08 10:01:03.000000000 +0100
@@ -1,7 +1,8 @@
-diff -ur claws-mail-extra-plugins-3.7.2.orig/tnef_parse-0.3.5/src/Makefile.am
claws-mail-extra-plugins-3.7.2/tnef_parse-0.3.5/src/Makefile.am
---- claws-mail-extra-plugins-3.7.2.orig/tnef_parse-0.3.5/src/Makefile.am
2008-10-01 09:14:32.000000000 +0200
-+++ claws-mail-extra-plugins-3.7.2/tnef_parse-0.3.5/src/Makefile.am
2009-08-06 00:56:05.000000000 +0200
-@@ -45,13 +45,27 @@
+Index: claws-mail-extra-plugins-3.7.3/tnef_parse-0.3.6/src/Makefile.am
+===================================================================
+--- claws-mail-extra-plugins-3.7.3.orig/tnef_parse-0.3.6/src/Makefile.am
++++ claws-mail-extra-plugins-3.7.3/tnef_parse-0.3.6/src/Makefile.am
+@@ -45,13 +45,27 @@ plugindir = $(CLAWS_MAIL_PLUGINDIR)
plugin_LTLIBRARIES = tnef_parse.la
@@ -9,14 +10,14 @@
+libytnef_la_SOURCES = ytnef.c
+
+include_HEADERS = \
-+ mapi.h \
-+ mapidefs.h \
-+ mapitags.h \
-+ tnef-errors.h \
-+ tnef-types.h \
-+ ytnef.h
++ mapi.h \
++ mapidefs.h \
++ mapitags.h \
++ tnef-errors.h \
++ tnef-types.h \
++ ytnef.h
+
-+# set explicitly soname
++# set explicit soname
+libytnef_la_LDFLAGS = $(all_libraries) -version-info 0:0:0
+
tnef_parse_la_SOURCES = \
@@ -30,7 +31,7 @@
tnef_parse_la_LDFLAGS = \
$(plugin_res_ldflag) $(no_undefined) $(export_symbols) \
-avoid-version -module \
-@@ -63,13 +77,7 @@
+@@ -63,13 +77,7 @@ tnef_parse_la_LIBADD = $(plugin_ldadd) $
$(GTK_LIBS)
noinst_HEADERS = \
@@ -41,7 +42,7 @@
- tnef-errors.h \
- tnef-types.h \
- ytnef.h
-+ tnef_dump.h
++ tnef_dump.h
INCLUDES = \
-I$(top_srcdir)/src \
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |