[evolution-patches] patch for #300920 (calendar)



-- 
Rodrigo Moya <rodrigo novell com>
? config.guess
? config.sub
? depcomp
? install-sh
? ltmain.sh
? missing
? ylwrap
? tests/ecal/test-recur
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-data-server/calendar/ChangeLog,v
retrieving revision 1.450
diff -u -p -r1.450 ChangeLog
--- ChangeLog	18 Apr 2005 14:32:29 -0000	1.450
+++ ChangeLog	19 Apr 2005 16:29:07 -0000
@@ -1,3 +1,11 @@
+2005-04-19  Rodrigo Moya <rodrigo novell com>
+
+	Fixes #300920
+
+	* libecal/libecal.pc.in:
+	* libedata-cal/libedata-cal.pc.in: fixed Name: and Description:
+	fields.
+
 2005-04-18  Chenthill Palanisamy  <pchenthill novell com>
 
 	Fixes #274409
Index: libecal/libecal.pc.in
===================================================================
RCS file: /cvs/gnome/evolution-data-server/calendar/libecal/libecal.pc.in,v
retrieving revision 1.1
diff -u -p -r1.1 libecal.pc.in
--- libecal/libecal.pc.in	23 Sep 2004 16:45:29 -0000	1.1
+++ libecal/libecal.pc.in	19 Apr 2005 16:29:07 -0000
@@ -8,8 +8,8 @@ IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@
 
 privincludedir= privincludedir@
 
-Name: libedatacal
-Description: Backend library for evolution calendars
+Name: libecal
+Description: Client library for evolution calendars
 Version: @VERSION@
 Requires: libgnome-2.0 libbonobo-2.0 >= @LIBBONOBO_REQUIRED@ libedataserver-1.2
 Libs: -L${libdir} -lecal-1.2
Index: libedata-cal/libedata-cal.pc.in
===================================================================
RCS file: /cvs/gnome/evolution-data-server/calendar/libedata-cal/libedata-cal.pc.in,v
retrieving revision 1.1
diff -u -p -r1.1 libedata-cal.pc.in
--- libedata-cal/libedata-cal.pc.in	23 Sep 2004 16:45:29 -0000	1.1
+++ libedata-cal/libedata-cal.pc.in	19 Apr 2005 16:29:07 -0000
@@ -8,8 +8,8 @@ IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@
 
 privincludedir= privincludedir@
 
-Name: libecal
-Description: Client library for evolution calendars
+Name: libedata-cal
+Description: Backend library for evolution calendars
 Version: @VERSION@
 Requires: libgnome-2.0 libbonobo-2.0 >= @LIBBONOBO_REQUIRED@ gnome-vfs-2.0 libedataserver-1.2 libecal-1.2
 Libs: -L${libdir} -ledata-cal-1.2 -lecal-1.2


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]