[Spread-users] Re: [Spread-cvs] cvs commit: spread/perl/Spread Makefile.PL Spread.pm

Daniel Rall dlr at finemaltcoding.com
Fri Sep 27 11:32:08 EDT 2002


The commit log appears to be incorrect (?).  I generally use `cvs
admin -m 1.4:'...'` when this happens.  S'cuze me if I'm missing
something obvious.  :)

Jonathan Stanton <jonathan at cnds.jhu.edu> writes:

> Huh? I don't get the question...
> 
> The next release is 3.17. I don't see any typos using 3.18 instead.
> 
> Jonathan
> 
> On Thu, Sep 26, 2002 at 10:20:59AM -0700, Daniel Rall wrote:
> > 3.18 or 3.17?
> > 
> > jonathan at spread.org writes:
> > 
> > > jonathan    02/09/26 13:54:46
> > > 
> > >   Modified:    perl/Spread Makefile.PL Spread.pm
> > >   Log:
> > >   Update Perl module to build against 3.18 libraries. Change library
> > >   to link with to libspread
> > >   
> > >   Revision  Changes    Path
> > >   1.4       +3 -3      spread/perl/Spread/Makefile.PL
> > >   
> > >   Index: Makefile.PL
> > >   ===================================================================
> > >   RCS file: /storage/cvsroot/spread/perl/Spread/Makefile.PL,v
> > >   retrieving revision 1.3
> > >   retrieving revision 1.4
> > >   diff -u -r1.3 -r1.4
> > >   --- Makefile.PL	10 Sep 2001 17:25:48 -0000	1.3
> > >   +++ Makefile.PL	26 Sep 2002 13:54:46 -0000	1.4
> > >   @@ -2,13 +2,13 @@
> > >    use ExtUtils::MakeMaker 5.16 ;
> > >    use Config ;
> > >    
> > >   -$SPLIB_LIB = '-L../.. -L../spread-src-3.15.2/' ;
> > >   -$SPLIB_INCLUDE = '-I ../.. -I ../spread-src-3.15.2/' ;
> > >   +$SPLIB_LIB = '-L../.. -L../spread-src-3.17.0/' ;
> > >   +$SPLIB_INCLUDE = '-I ../.. -I ../spread-src-3.17.0/' ;
> > >    
> > >    WriteMakefile(
> > >    	NAME		=> 'Spread',
> > >    	VERSION_FROM	=> 'Spread.pm',
> > >   -	LIBS		=> [ "$SPLIB_LIB -lsp" ],
> > >   +	LIBS		=> [ "$SPLIB_LIB -lspread" ],
> > >    	INC		=> " $SPLIB_INCLUDE" ,
> > >    	dist		=> { COMPRESS => 'gzip -9f',
> > >    			     SUFFIX => 'gz', },
> > >   
> > >   
> > >   
> > >   1.6       +1 -1      spread/perl/Spread/Spread.pm
> > >   
> > >   Index: Spread.pm
> > >   ===================================================================
> > >   RCS file: /storage/cvsroot/spread/perl/Spread/Spread.pm,v
> > >   retrieving revision 1.5
> > >   retrieving revision 1.6
> > >   diff -u -r1.5 -r1.6
> > >   --- Spread.pm	10 Sep 2001 17:25:48 -0000	1.5
> > >   +++ Spread.pm	26 Sep 2002 13:54:46 -0000	1.6
> > >   @@ -20,7 +20,7 @@
> > >    use strict;
> > >    use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $AUTOLOAD);
> > >    
> > >   -$VERSION = "3.15.2-1.04" ;
> > >   +$VERSION = "3.17.0-1.04" ;
> > >    
> > >    *SP_connect = \&Spread::connect;
> > >    *SP_disconnect = \&Spread::disconnect;




More information about the Spread-users mailing list