rpms/conduit/devel ZotoModule-abort.patch, NONE, 1.1 conduit.spec, 1.32, 1.33

Bernard Johnson bjohnson at fedoraproject.org
Sat Nov 7 20:36:11 UTC 2009


Author: bjohnson

Update of /cvs/pkgs/rpms/conduit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21527/devel

Modified Files:
	conduit.spec 
Added Files:
	ZotoModule-abort.patch 
Log Message:
- patch to fix abort cause by ZotoModule


ZotoModule-abort.patch:
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE ZotoModule-abort.patch ---
diff -Naur conduit-0.3.16-pristine/conduit/modules/ZotoModule/Makefile.am conduit-0.3.16/conduit/modules/ZotoModule/Makefile.am
--- conduit-0.3.16-pristine/conduit/modules/ZotoModule/Makefile.am	2009-04-07 15:56:59.000000000 -0600
+++ conduit-0.3.16/conduit/modules/ZotoModule/Makefile.am	2009-11-07 13:24:40.000000000 -0700
@@ -1,4 +1,4 @@
-conduit_handlersdir = $(libdir)/conduit/modules/ZotoModule.py
+conduit_handlersdir = $(libdir)/conduit/modules/ZotoModule
 conduit_handlers_PYTHON = ZotoModule.py
 
 clean-local:


Index: conduit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/conduit/devel/conduit.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- conduit.spec	10 Aug 2009 14:43:04 -0000	1.32
+++ conduit.spec	7 Nov 2009 20:36:11 -0000	1.33
@@ -2,13 +2,14 @@
 
 Name:           conduit
 Version:        0.3.16
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A synchronization solution for GNOME
 
 Group:          Applications/Productivity
 License:        GPLv2+
 URL:            http://www.conduit-project.org/
 Source0:        http://download.gnome.org/sources/conduit/0.3/%{name}-%{version}.tar.bz2
+Patch0:         ZotoModule-abort.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -56,6 +57,8 @@ synchronization. 
 %prep
 %setup -q -n conduit-%{version}
 
+%patch0 -p1 -b .ZotoModule-abort
+
 # fix eol encoding in a couple of files
 sed -i 's/\r//' NEWS
 
@@ -135,6 +138,9 @@ fi
 
 
 %changelog
+* Sat Nov 07 2009 Bernard Johnson <bjohnson at symetrix.com> - 0.3.16-4
+- patch to fix abort cause by ZotoModule
+
 * Mon Aug 10 2009 Ville Skyttä <ville.skytta at iki.fi> - 0.3.16-3
 - Use bzipped upstream tarball.
 




More information about the fedora-extras-commits mailing list