Hello community,

here is the log from the commit of package claws-mail-extra-plugins for 
openSUSE:Factory checked in at 2012-01-19 16:54:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/claws-mail-extra-plugins (Old)
 and      /work/SRC/openSUSE:Factory/.claws-mail-extra-plugins.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "claws-mail-extra-plugins", Maintainer is "[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/claws-mail-extra-plugins/claws-mail-extra-plugins.changes
        2011-10-04 18:08:13.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.claws-mail-extra-plugins.new/claws-mail-extra-plugins.changes
   2012-01-19 16:54:41.000000000 +0100
@@ -1,0 +2,58 @@
+Mon Jan  2 07:43:03 CET 2012 - [email protected]
+
+- Update to version 3.8.0:
+  + acpi Notifier:
+    - Added Lenovo's Thinklights.
+  + Address Keeper:
+    - Fixed win32 libtool call.
+  + attachwarner:
+    - Show mail context which has triggered the alert of a missing
+      attachment. Probably fixes lp#190201.
+  + att_remover:
+    - Fixed a crash.
+  + bsfilter:
+    - Fixed win32 libtool call.
+  + Fancy:
+    - Fixed use of deprecated webkit API.
+  + GData:
+    - Add support for libgdata 0.9.
+    - Preserve sort order.
+    - Query asynchronously on plugin load, re-query periodically.
+    - Start a query when prefs page is saved and when switching
+      from offline to online mode.
+    - Log actions that require networking to the network log.
+    - Save contacts cache for offline use.
+  + GeoLocation:
+    - When coordinates could not be infered, at least try to
+      identify the country.
+  + gtkhtml2_viewer:
+    - Fix for GTK+ 2.16.
+    - Fixed win32 libtool call.
+  + mailmbox:
+    - Update Actions on folder renaming.
+  + notification:
+    - Fixed build with GLib 2.31.
+    - Fixed win32 libtool call.
+  + perl:
+    - Use the address completion list for checks if address is in
+      any addressbook.
+  + RSSyl:
+    - Fixed win32 libtool call.
+  + TNEF Parser:
+    - Fixed win32 libtool call.
+  + vCalendar:
+    - Implement a DBus server to impersonate
+      org.gnome.Shell.CalendarServer and make appointments visible
+      in the Gnome calendar.
+    - Use new locked mail sending.
+    - Fixed a crash and a major memory leak.
+    - Fixed win32 libtool call.
+  + Updated translations.
+- Redefine the build_gdata macro, now that it supports more recent
+  versions of libgdata: we build the gdata plugin on >= 11.4.
+- Update sed hack for geolocation plugin, as the version of the
+  plugin was increased.
+- Update rm hack for gdata plugin, as the version of the plugin
+  was increased.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ claws-mail-extra-plugins.spec ++++++
--- /var/tmp/diff_new_pack.yG3QS4/_old  2012-01-19 16:54:42.000000000 +0100
+++ /var/tmp/diff_new_pack.yG3QS4/_new  2012-01-19 16:54:42.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package claws-mail-extra-plugins
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,33 +15,33 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %if 0%{?suse_version} <= 1140
 %define build_geolocation 1
 %else
 %define build_geolocation 0
 %endif
 
-# The right combination of libraries is only in 11.4 for now
-%if 0%{?suse_version} == 1140
+# The right combination of libraries is only in greater than or
+# equal to 11.4 for now
+%if 0%{?suse_version} >= 1140
 %define build_gdata 1
 %else
 %define build_gdata 0
 %endif
 
 Name:           claws-mail-extra-plugins
-Version:        3.7.10
-Release:        1
+Version:        3.8.0
+Release:        0
 # NOTE: Try to enable gdata and geolocation plugins again. Last checked for 
3.7.10 on 12.1.
 Summary:        Plugins for Claws Mail
 License:        GPL-2.0+
 Group:          Productivity/Networking/Email/Clients
 Url:            http://claws-mail.org
-Source0:        
http://downloads.sourceforge.net/project/sylpheed-claws/extra%20plugins/3.7.10/%{name}-%{version}.tar.bz2
+Source0:        
http://downloads.sourceforge.net/project/sylpheed-claws/extra%20plugins/3.8.0/%{name}-%{version}.tar.bz2
 Patch0:         claws-mail-extra-plugins-libytnef_shlib.patch
 # PATCH-FIX-OPENSUSE claws-mail-extra-plugins-fancy-build.patch -- Fix build 
of fancy plugin on 11.4
 Patch1:         claws-mail-extra-plugins-fancy-build.patch
-BuildRequires:  claws-mail-devel >= 3.7.2
+BuildRequires:  claws-mail-devel >= 3.7.10.41
 BuildRequires:  db-devel
 BuildRequires:  enchant-devel
 BuildRequires:  fdupes
@@ -61,7 +61,6 @@
 BuildRequires:  python-gtk-devel
 %if %{build_gdata}
 BuildRequires:  pkgconfig(libgdata) >= 0.6.4
-BuildRequires:  pkgconfig(libgdata) < 0.9.0
 %endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       perl = %{perl_version}
@@ -74,8 +73,8 @@
 Various plugins for Claws Mail.
 
 %package devel
-License:        GPL-2.0+
 Summary:        Plugins for Claws Mail
+License:        GPL-2.0+
 Group:          Development/Libraries/Other
 Requires:       %{name} = %{version}
 
@@ -83,16 +82,16 @@
 Development files for Claws Mail plugins.
 
 %package -n libytnef0
-License:        GPL-3.0
 Summary:        TNEF Stream Parser Library
+License:        GPL-3.0
 Group:          System/Libraries
 
 %description -n libytnef0
 This is the TNEF Stream Parser Library to parse TNEF files.
 
 %package -n libytnef-devel
-License:        GPL-3.0
 Summary:        TNEF Stream Parser Library - Development Files
+License:        GPL-3.0
 Group:          Development/Libraries/Other
 Requires:       libytnef0 = %{version}
 Requires:       gtk2-devel
@@ -111,19 +110,19 @@
 %patch1 -p0
 popd
 # Patch geolocation plugin to accept libchamplain 0.8.0
-grep -q "champlain-gtk-0.8 > 0.8.0" geolocation_plugin-0.0.6/configure
-sed -i "s:champlain-gtk-0.8 > 0.8.0:champlain-gtk-0.8 >= 0.8.0:g" 
geolocation_plugin-0.0.6/configure
+grep -q "champlain-gtk-0.8 > 0.8.0" geolocation_plugin-0.0.7/configure
+sed -i "s:champlain-gtk-0.8 > 0.8.0:champlain-gtk-0.8 >= 0.8.0:g" 
geolocation_plugin-0.0.7/configure
 %endif
 %if 0%{?suse_version} == 1130
 # Patch geolocation plugin to accept weird version of clutter-gtk in 11.3
 clutterpc=$(basename $(rpm -ql clutter-gtk-devel | grep clutter-gtk.*.pc | sed 
s/\.pc//))
-sed -i "s:clutter-gtk-0.10:$clutterpc:g" geolocation_plugin-0.0.6/configure
+sed -i "s:clutter-gtk-0.10:$clutterpc:g" geolocation_plugin-0.0.7/configure
 %endif
 %if ! %{build_geolocation}
-rm -r %{_builddir}/%{name}-%{version}/geolocation_plugin-0.0.6
+rm -r %{_builddir}/%{name}-%{version}/geolocation_plugin-0.0.7
 %endif
 %if ! %{build_gdata}
-rm -r %{_builddir}/%{name}-%{version}/gdata_plugin-0.2
+rm -r %{_builddir}/%{name}-%{version}/gdata_plugin-0.3
 %endif
 
 %build
@@ -137,7 +136,7 @@
 do
 pushd $i
 %configure --disable-static --with-pic
-%__make %{?jobs:-j%{jobs}}
+make %{?_smp_mflags}
 popd
 done
 
@@ -148,12 +147,12 @@
 pushd $i
 %makeinstall
 docdir=%{buildroot}%{_docdir}/%{name}/$i
-%__mkdir_p $docdir
-%__cp $(find . -regex 
'./\(AUTHORS\|ChangeLog\|COPYING\|INSTALL\|NEWS\|README\)' -size +0k -exec 
chmod 644 '{}' \; -print0 | xargs --null) $docdir
+mkdir -p $docdir
+cp $(find . -regex './\(AUTHORS\|ChangeLog\|COPYING\|INSTALL\|NEWS\|README\)' 
-size +0k -exec chmod 644 '{}' \; -print0 | xargs --null) $docdir
 popd
 done
 # remove doc files with generic-build-instructions
-%__rm %{buildroot}%{_defaultdocdir}/claws-mail-extra-plugins/*/INSTALL
+rm %{buildroot}%{_defaultdocdir}/claws-mail-extra-plugins/*/INSTALL
 
 # remove *.la files
 find %{buildroot} -type f -name "*.la" -delete -print
@@ -164,6 +163,9 @@
 %find_lang bsfilter_plugin plugins.lang
 %find_lang clamd plugins.lang
 %find_lang fancy plugins.lang
+%if %{build_gdata}
+%find_lang gdata_plugin plugins.lang
+%endif
 %if %{build_geolocation}
 %find_lang geolocation_plugin plugins.lang
 %endif
@@ -177,9 +179,6 @@
 
 %fdupes %{buildroot}%{_defaultdocdir}/claws-mail-extra-plugins
 
-%clean
-%__rm -rf %{buildroot}
-
 %post -n libytnef0 -p /sbin/ldconfig
 
 %postun -n libytnef0 -p /sbin/ldconfig
@@ -192,12 +191,9 @@
 %files devel
 %defattr(-, root, root)
 %dir %{_includedir}/claws-mail/plugins
-%dir %{_includedir}/claws-mail/plugins/archive
-%dir %{_includedir}/claws-mail/plugins/vcalendar
-%{_includedir}/claws-mail/plugins/vcalendar/ical.h
-%{_includedir}/claws-mail/plugins/vcalendar/vcal_interface.h
-%{_includedir}/claws-mail/plugins/archive/archiver*.h
-%{_includedir}/notification_plugin/
+%{_includedir}/claws-mail/plugins/archive/
+%{_includedir}/claws-mail/plugins/notification_plugin/
+%{_includedir}/claws-mail/plugins/vcalendar/
 
 %files -n libytnef0
 %defattr(-, root, root)

++++++ claws-mail-extra-plugins-3.7.10.tar.bz2 -> 
claws-mail-extra-plugins-3.8.0.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/claws-mail-extra-plugins/claws-mail-extra-plugins-3.7.10.tar.bz2
 
/work/SRC/openSUSE:Factory/.claws-mail-extra-plugins.new/claws-mail-extra-plugins-3.8.0.tar.bz2
 differ: char 11, line 1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to