[interchange-cvs] interchange - jon modified 3 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Oct 20 15:05:15 UTC 2008


User:      jon
Date:      2008-10-20 15:05:15 GMT
Modified:  .        Makefile.PL
Modified:  SPECS    interchange.spec
Modified:  scripts  interchange.PL
Log:
Bump version to 5.7.1.

Revision  Changes    Path
2.68                 interchange/Makefile.PL


rev 2.68, prev_rev 2.67
Index: Makefile.PL
===================================================================
RCS file: /var/cvs/interchange/Makefile.PL,v
retrieving revision 2.67
retrieving revision 2.68
diff -u -u -r2.67 -r2.68
--- Makefile.PL	21 May 2008 03:11:36 -0000	2.67
+++ Makefile.PL	20 Oct 2008 15:05:15 -0000	2.68
@@ -28,7 +28,7 @@
 my @remove_old;
 my $Lock_troubles;
 
-$VERSION = '5.7.0';
+$VERSION = '5.7.1';
 
 my @os_hints;
 eval {



2.35                 interchange/SPECS/interchange.spec


rev 2.35, prev_rev 2.34
Index: interchange.spec
===================================================================
RCS file: /var/cvs/interchange/SPECS/interchange.spec,v
retrieving revision 2.34
retrieving revision 2.35
diff -u -u -r2.34 -r2.35
--- interchange.spec	13 Aug 2008 00:24:22 -0000	2.34
+++ interchange.spec	20 Oct 2008 15:05:15 -0000	2.35
@@ -1,4 +1,4 @@
-# $Id: interchange.spec,v 2.34 2008-08-13 00:24:22 jon Exp $
+# $Id: interchange.spec,v 2.35 2008-10-20 15:05:15 jon Exp $
 
 # use Perl installation in /usr/local custom built from source?
 %define localperl 0
@@ -19,7 +19,7 @@
 
 Summary: Interchange web application platform
 Name: interchange
-Version: 5.7.0
+Version: 5.7.1
 Release: 1
 Vendor: Interchange Development Group
 Group: System Environment/Daemons
@@ -383,6 +383,9 @@
 
 
 %changelog
+* Mon Oct 20 2008 Jon Jensen <jon at endpoint.com> 5.7.1-1
+- Update for new release.
+
 * Tue Aug 12 2008 Jon Jensen <jon at endpoint.com> 5.7.0-1
 - (Note that there are still problems with the Standard demo and the RPM
   Perl dependency extractor that need to be worked out ...)



2.109                interchange/scripts/interchange.PL


rev 2.109, prev_rev 2.108
Index: interchange.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/interchange.PL,v
retrieving revision 2.108
retrieving revision 2.109
diff -u -u -r2.108 -r2.109
--- interchange.PL	9 Jul 2008 11:05:30 -0000	2.108
+++ interchange.PL	20 Oct 2008 15:05:15 -0000	2.109
@@ -1,9 +1,9 @@
 #!/usr/bin/perl -w
 ##!~_~perlpath~_~
 #
-# Interchange version 5.7.0
+# Interchange version 5.7.1
 #
-# $Id: interchange.PL,v 2.108 2008-07-09 11:05:30 thunder Exp $
+# $Id: interchange.PL,v 2.109 2008-10-20 15:05:15 jon Exp $
 #
 # Copyright (C) 2002-2008 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -155,7 +155,7 @@
 require Exporter;
 
 BEGIN {
-	$VERSION = '5.7.0';
+	$VERSION = '5.7.1';
 }
 
 use Fcntl;
@@ -361,7 +361,7 @@
 
 =head1 VERSION
 
-5.7.0
+5.7.1
 
 =head1 DESCRIPTION
 







More information about the interchange-cvs mailing list