gunnar: server/perl-kolab DEVELOPMENT,1.5,1.6

cvs at kolab.org cvs at kolab.org
Mon Oct 15 15:59:21 CEST 2007


Author: gunnar

Update of /kolabrepository/server/perl-kolab
In directory doto:/tmp/cvs-serv17242

Modified Files:
	DEVELOPMENT 
Log Message:
Fix version numbers according to the recent discussion.

Index: DEVELOPMENT
===================================================================
RCS file: /kolabrepository/server/perl-kolab/DEVELOPMENT,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DEVELOPMENT	15 Aug 2007 16:39:18 -0000	1.5
+++ DEVELOPMENT	15 Oct 2007 13:59:18 -0000	1.6
@@ -37,16 +37,16 @@
 
 in lib/Kolab.pm.
 
-The release number will then receive the prefix ".cvs" and the current
+The release number will then receive the suffix "+cvs" and the current
 date will be appended. 
 
 Source packages will then look like this:
 
- perl-kolab-2.1.0.cvs-20070810.tar.gz
+ perl-kolab-2.1.0+cvs20070810.tar.gz
 
 Source RPMs will be named similar:
 
- perl-kolab-2.1.0.cvs-20070810.src.rpm
+ perl-kolab-2.1.0+cvs20070810.src.rpm
 
 For tagging the next release the version number needs to be increased
 to the new Kolab Server version (e.g. 2.2.0) and the CVS switch needs to
@@ -54,6 +54,19 @@
 
 my $KOLAB_CVS = 0;
 
+Pre-release candidates receive the suffix "betaX" or "rcX" and
+cource packages will then look like this:
+
+ perl-kolab-2.2.beta1.tar.gz
+
+Source RPMs will be named accordingly:
+
+ perl-kolab-2.2.beta1-20070810.src.rpm
+
+Or, for the cvs versions:
+
+ perl-kolab-2.2.beta1+cvs20070810.tar.gz
+ perl-kolab-2.2.beta1+cvs-20070810.src.rpm
 
 Change log
 ==========





More information about the commits mailing list