Mailinglist Archive: opensuse-commit (1826 mails)
| < Previous | Next > |
commit conduit
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 12 Sep 2008 23:46:33 +0200
- Message-id: <20080912214633.9F010678161@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package conduit
checked in at Fri Sep 12 23:46:33 CEST 2008.
--------
--- GNOME/conduit/conduit.changes 2008-04-25 12:39:17.000000000 +0200
+++ conduit/conduit.changes 2008-09-10 20:12:41.000000000 +0200
@@ -1,0 +2,29 @@
+Wed Sep 10 13:02:51 CDT 2008 - maw@xxxxxxx
+
+- Update to version 0.3.14:
+ + Improve error logging and debug messages at startup
+ + Improve network sync performance
+ + Improve dataprovider config dialogs
+ + Support ZOTO photos
+ + Improve RSS feed enclosure support
+ + Improve startup time
+ + Improve conflict resolution
+ + Improve iPod support
+ + Port to GIO
+ + Bugs fixed: bgo#510101, bgo#510127, bgo#517928, bgo#520748,
+ bgo#520785, bgo#523551, bgo#523575, bgo#523579, bgo#523692,
+ bgo#523915, bgo#524451, bgo#526292, bgo#527438, bgo#517536,
+ bgo#530929, bgo#530979, bgo#530980, bgo#536400, bgo#536485,
+ bgo#536485, bgo#516646, bgo#517877, bgo#525259, bgo#528221,
+ bgo#530768, bgo#543366, bgo#543534, bgo#543685, bgo#543738,
+ bgo#544712, bgo#545129, bgo#545728, bgo#509702, bgo#510279,
+ bgo#526423, bgo#545464, bgo#545824, bgo#546478, bgo#547600,
+ bgo#547604, bgo#547615, bgo#547617, bgo#547618, bgo#548404,
+ bgo#548959, bgo#548960, bgo#548974, bgo#548989, bgo#549750,
+ and bgo#549751
+ + Updated translations
+- Drop conduit-set-mozilla-five-home.patch, which has been
+ upstreamed
+- Respin conduit-fb-module-browser-fix.patch.
+
+-------------------------------------------------------------------
Old:
----
conduit-0.3.9.tar.bz2
conduit-set-mozilla-five-home.patch
New:
----
conduit-0.3.14.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ conduit.spec ++++++
--- /var/tmp/diff_new_pack.d22649/_old 2008-09-12 23:43:13.000000000 +0200
+++ /var/tmp/diff_new_pack.d22649/_new 2008-09-12 23:43:13.000000000 +0200
@@ -1,10 +1,17 @@
#
-# spec file for package conduit (Version 0.3.9)
+# spec file for package conduit (Version 0.3.14)
#
# 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.
#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@@ -12,17 +19,25 @@
Name: conduit
-BuildRequires: dbus-1-devel dbus-1-python evolution-python fdupes
gnome-common gnome-doc-utils-devel perl-XML-Parser pkg-config python-goocanvas
update-desktop-files vobject
+BuildRequires: dbus-1-devel
+BuildRequires: dbus-1-python
+BuildRequires: evolution-python
+BuildRequires: fdupes
+BuildRequires: gnome-common
+BuildRequires: gnome-doc-utils-devel
+BuildRequires: perl-XML-Parser
+BuildRequires: pkg-config
+BuildRequires: python-goocanvas
+BuildRequires: update-desktop-files
+BuildRequires: vobject
Summary: A synchronization application for GNOME
-Version: 0.3.9
-Release: 12
+Version: 0.3.14
+Release: 1
License: GPL v2 only
Group: Productivity/Networking/Other
Source0: %{name}-%{version}.tar.bz2
-#PATCH-FIX-UPSTREAM conduit-set-mozilla-five-home.patch crivera@xxxxxxxxxx
-Patch: conduit-set-mozilla-five-home.patch
-#PATCH-FIX-UPSTREAM conduit-fb-module-browser-fix.patch crivera@xxxxxxxxxx
-Patch1: conduit-fb-module-browser-fix.patch
+# PATCH-FIX-UPSTREAM conduit-fb-module-browser-fix.patch crivera@xxxxxxxxxx
+Patch0: conduit-fb-module-browser-fix.patch
Url: http://www.conduit-project.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: on
@@ -47,8 +62,7 @@
%lang_package
%prep
%setup -n %{name}-%{version}
-%patch -p0
-%patch1 -p0
+%patch0 -p0
%build
%configure \
@@ -89,9 +103,8 @@
%{_libdir}/%{name}/modules/FlickrModule
%{_libdir}/%{name}/modules/FspotModule
%{_libdir}/%{name}/modules/GConfModule
-%{_libdir}/%{name}/modules/GmailModule
%{_libdir}/%{name}/modules/GoogleModule
-%{_libdir}/%{name}/modules/iPodModule.*
+%{_libdir}/%{name}/modules/iPodModule
%{_libdir}/%{name}/modules/N800Module
%{_libdir}/%{name}/modules/NetworkModule
%{_libdir}/%{name}/modules/PhotoConverterModule.*
@@ -99,6 +112,7 @@
%{_libdir}/%{name}/modules/ShutterflyModule
%{_libdir}/%{name}/modules/SmugMugModule
%{_libdir}/%{name}/modules/TomboyModule.*
+%{_libdir}/%{name}/modules/ZotoModule.py
%{_libdir}/%{name}/modules/__init__.py*
%{_libdir}/pkgconfig/*.pc
%{py_sitedir}/%{name}
@@ -118,6 +132,32 @@
%files lang -f %{name}.lang
%changelog
+* Wed Sep 10 2008 maw@xxxxxxx
+- Update to version 0.3.14:
+ + Improve error logging and debug messages at startup
+ + Improve network sync performance
+ + Improve dataprovider config dialogs
+ + Support ZOTO photos
+ + Improve RSS feed enclosure support
+ + Improve startup time
+ + Improve conflict resolution
+ + Improve iPod support
+ + Port to GIO
+ + Bugs fixed: bgo#510101, bgo#510127, bgo#517928, bgo#520748,
+ bgo#520785, bgo#523551, bgo#523575, bgo#523579, bgo#523692,
+ bgo#523915, bgo#524451, bgo#526292, bgo#527438, bgo#517536,
+ bgo#530929, bgo#530979, bgo#530980, bgo#536400, bgo#536485,
+ bgo#536485, bgo#516646, bgo#517877, bgo#525259, bgo#528221,
+ bgo#530768, bgo#543366, bgo#543534, bgo#543685, bgo#543738,
+ bgo#544712, bgo#545129, bgo#545728, bgo#509702, bgo#510279,
+ bgo#526423, bgo#545464, bgo#545824, bgo#546478, bgo#547600,
+ bgo#547604, bgo#547615, bgo#547617, bgo#547618, bgo#548404,
+ bgo#548959, bgo#548960, bgo#548974, bgo#548989, bgo#549750,
+ and bgo#549751
+ + Updated translations
+- Drop conduit-set-mozilla-five-home.patch, which has been
+ upstreamed
+- Respin conduit-fb-module-browser-fix.patch.
* Wed Apr 16 2008 crivera@xxxxxxx
- Update conduit-set-mozilla-five-home.patch to set
MOZILLA_FIVE_HOME to the xulrunner directory that matches
@@ -203,15 +243,15 @@
- Spec file cleanups:
+ Improve various metadeta
+ Clean up the filelist.
-* Fri Nov 02 2007 maw@xxxxxxx
+* Thu Nov 01 2007 maw@xxxxxxx
- Build require evolution-python.
-* Fri Nov 02 2007 maw@xxxxxxx
+* Thu Nov 01 2007 maw@xxxxxxx
- Require evolution-python.
-* Fri Nov 02 2007 maw@xxxxxxx
+* Thu Nov 01 2007 maw@xxxxxxx
- Require python-gdata.
-* Fri Nov 02 2007 maw@xxxxxxx
+* Thu Nov 01 2007 maw@xxxxxxx
- Require python-sqlite2, not python-sqlite.
-* Fri Nov 02 2007 maw@xxxxxxx
+* Thu Nov 01 2007 maw@xxxxxxx
- Build with nautilus and eog extensions
- Require python-sqlite and vobject.
* Thu Nov 01 2007 maw@xxxxxxx
++++++ conduit-0.3.9.tar.bz2 -> conduit-0.3.14.tar.bz2 ++++++
++++ 73965 lines of diff (skipped)
++++++ conduit-fb-module-browser-fix.patch ++++++
--- /var/tmp/diff_new_pack.d22649/_old 2008-09-12 23:43:15.000000000 +0200
+++ /var/tmp/diff_new_pack.d22649/_new 2008-09-12 23:43:15.000000000 +0200
@@ -1,16 +1,16 @@
Index: conduit/modules/FacebookModule/FacebookModule.py
===================================================================
---- conduit/modules/FacebookModule/FacebookModule.py (revision 1374)
-+++ conduit/modules/FacebookModule/FacebookModule.py (working copy)
-@@ -43,7 +43,6 @@
+--- conduit/modules/FacebookModule/FacebookModule.py.orig
++++ conduit/modules/FacebookModule/FacebookModule.py
+@@ -46,7 +46,6 @@ class FacebookSink(Image.ImageSink):
def __init__(self, *args):
Image.ImageSink.__init__(self)
- self.fapi = Facebook(FacebookSink.API_KEY, FacebookSink.SECRET)
+ self.fapi = pyfacebook.Facebook(FacebookSink.API_KEY,
FacebookSink.SECRET)
- self.browser = "gtkmozembed"
+ self.albumname = ""
+ self.albums = {}
- def _upload_photo (self, uploadInfo):
- """
-@@ -64,7 +63,6 @@
+@@ -98,7 +97,6 @@ class FacebookSink(Image.ImageSink):
#wait for log in
Web.LoginMagic("Log into Facebook", url,
login_function=self._try_login,
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |