Why was this done? For the Fedora Core rpm i have created this is a problem since it has the SOAP removed from the package, and it requires the tclsoap package. That used to work, but now it won't. Can it be reverted or is there a good reason this is done?
On Mon, 2006-05-15 at 23:18 -0700, [EMAIL PROTECTED] wrote: > Revision: 6622 > Author: thaven > Date: 2006-05-15 23:18:24 -0700 (Mon, 15 May 2006) > ViewCVS: http://svn.sourceforge.net/amsn/?rev=6622&view=rev > > Log Message: > ----------- > Make it require the exact SOAP package version we provide ourselves > > Modified Paths: > -------------- > trunk/amsn/protocol.tcl > Modified: trunk/amsn/protocol.tcl > =================================================================== > --- trunk/amsn/protocol.tcl 2006-05-16 05:41:30 UTC (rev 6621) > +++ trunk/amsn/protocol.tcl 2006-05-16 06:18:24 UTC (rev 6622) > @@ -20,7 +20,7 @@ > package require base64 > package require sha1 > package require snit > - package require SOAP > + package require -exact SOAP 1.6.7.1 > } > > > > > This was sent by the SourceForge.net collaborative development platform, the > world's largest Open Source development site. > > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Amsn-commits mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/amsn-commits > ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Amsn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amsn-devel
