thomas: server/pear/Horde_iCalendar Horde_iCalendar.spec,1.6,1.7

cvs at kolab.org cvs at kolab.org
Tue Dec 9 21:32:50 CET 2008


Author: thomas

Update of /kolabrepository/server/pear/Horde_iCalendar
In directory doto:/tmp/cvs-serv19305/pear/Horde_iCalendar

Modified Files:
	Horde_iCalendar.spec 
Log Message:
Added Provides/Obsoletes to .spec files to allow automatic upgrades.

The values used for packages below pear/ are not optimal (not every
package provides a full horde-framework-kolab), but this was the only
way I found to make rpm happy.


Index: Horde_iCalendar.spec
===================================================================
RCS file: /kolabrepository/server/pear/Horde_iCalendar/Horde_iCalendar.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Horde_iCalendar.spec	5 Dec 2008 17:11:15 -0000	1.6
+++ Horde_iCalendar.spec	9 Dec 2008 20:32:47 -0000	1.7
@@ -2,7 +2,7 @@
 %define         V_horde_package iCalendar
 %define         V_package Horde_iCalendar
 %define         V_version 0.1.0
-%define         V_release 20081205
+%define         V_release 20081209
 
 # Package Information
 Name:	   %{V_package}
@@ -34,7 +34,8 @@
 PreReq:       php, php::with_pear = yes
 PreReq:       Horde_Util
 
-Conflicts:    horde-framework-kolab
+Provides:     horde-framework-kolab = 3.2_rc3-20081209
+Obsoletes:    horde-framework-kolab < 3.2_rc3-20081209
 
 %description 
 This package provides an API for dealing with iCalendar data.





More information about the commits mailing list