rpms/gnome-do-plugins/devel gnome-do-plugins-thunderbird.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 gnome-do-plugins.spec, 1.8, 1.9 sources, 1.3, 1.4

Juan Manuel Rodriguez Moreno nushio at fedoraproject.org
Tue Dec 22 01:29:14 UTC 2009


Author: nushio

Update of /cvs/pkgs/rpms/gnome-do-plugins/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9952

Modified Files:
	.cvsignore gnome-do-plugins.spec sources 
Added Files:
	gnome-do-plugins-thunderbird.patch 
Log Message:


gnome-do-plugins-thunderbird.patch:
 ThunderbirdContactItemSource.cs.fix |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE gnome-do-plugins-thunderbird.patch ---
diff -up gnome-do-plugins-0.8.2.1/Thunderbird/src/ThunderbirdContactItemSource.cs Thunderbird/src/ThunderbirdContactItemSource.cs.fix > gnome-do-plugins-thunderbird.patch
--- gnome-do-plugins-0.8.2.1/Thunderbird/src/ThunderbirdContactItemSource.cs	2009-10-12 15:30:04.288395070 -0500
+++ gnome-do-plugins-0.8.2.1Thunderbird/src/ThunderbirdContactItemSource.cs.fix	2009-12-21 19:06:23.757517057 -0600
@@ -128,7 +128,7 @@ namespace Do.Addins.Thunderbird
 
 			profile = null;
 			home = System.Environment.GetFolderPath (System.Environment.SpecialFolder.Personal);
-			path = System.IO.Path.Combine (home, ".mozilla-thunderbird/profiles.ini");
+			path = System.IO.Path.Combine (home, ".thunderbird/profiles.ini");
 			try {
 				reader = System.IO.File.OpenText (path);
 			} catch {
@@ -152,7 +152,7 @@ namespace Do.Addins.Thunderbird
 			if (profile == null) {
 				return null;
 			}
-			path = System.IO.Path.Combine (home, ".mozilla-thunderbird");
+			path = System.IO.Path.Combine (home, ".thunderbird");
 			path = System.IO.Path.Combine (path, profile);
 			path = System.IO.Path.Combine (path, "abook.mab");
 			return path;


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-do-plugins/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	21 Aug 2009 04:17:06 -0000	1.2
+++ .cvsignore	22 Dec 2009 01:29:13 -0000	1.3
@@ -1 +1 @@
-gnome-do-plugins-0.8.2.tar.gz
+gnome-do-plugins-0.8.2.1.tar.gz


Index: gnome-do-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-do-plugins/devel/gnome-do-plugins.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- gnome-do-plugins.spec	26 Oct 2009 20:28:11 -0000	1.8
+++ gnome-do-plugins.spec	22 Dec 2009 01:29:13 -0000	1.9
@@ -1,15 +1,17 @@
 %define         debug_package %{nil}
 
 Name:           gnome-do-plugins
-Version:        0.8.2
-Release:        3%{?dist}
+Version:        0.8.2.1
+Release:        1%{?dist}
 Summary:        Plugins for GNOME Do
 Group:          Applications/Productivity
 License:        GPLv3+
 URL:            http://do.davebsd.com
 Source0:        http://edge.launchpad.net/do-plugins/0.8/%{version}/+download/%{name}-%{version}.tar.gz
-# Local patch to put the plugins in the correct directory
-#Patch0: gnome-do-plugins-plugindir.patch
+
+# Fixes Thunderbird 3.0 contacts
+Patch0: gnome-do-plugins-thunderbird.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  mono-devel ndesk-dbus-glib-devel gnome-do-devel
@@ -176,7 +178,7 @@ gnome-do plugins for vinagre
 
 %prep
 %setup -q
-#patch0 -p1 -b .pldir
+%patch0 -p1 -b .thunderbird
 # build.rules.mk is imported into 70+ Makefile.in's
 # by Makefile.am.  Run autoreconf to regenerate the
 # Makefile.in's 
@@ -289,6 +291,10 @@ rm -rf %{buildroot}
 %{_libdir}/gnome-do/plugins/*
 
 %changelog
+* Mon Dec 21 2009 Juan Rodriguez <nushio at fedoraproject.org> 0.8.2.1-1
+- Updates to 0.8.2.1
+- Fixes gnome-do-plugins-thunderbird for Thunderbird 3.0
+
 * Mon Oct 26 2009 Dennis Gilmore <dennis at ausil.us> - 0.8.2-3
 - ExcludeArch ppc ppc64 sparc64
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-do-plugins/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	21 Aug 2009 04:17:07 -0000	1.3
+++ sources	22 Dec 2009 01:29:13 -0000	1.4
@@ -1 +1 @@
-6e79a666619aae1b1e2916f0fe364d94  gnome-do-plugins-0.8.2.tar.gz
+32b88c062209e5b107602ccc5df285e7  gnome-do-plugins-0.8.2.1.tar.gz




More information about the fedora-extras-commits mailing list