RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Ralf S. Engelschall
Root: /v/rpm/cvs Email: rse@rpm5.org
Module: rpm Date: 18-Jul-2007 12:03:01
Branch: HEAD Handle: 2007071811030100
Modified files:
rpm configure.ac
Log:
It is both confusing and problematic that the current RPM 5 on
HEAD labels itself as just "5.0" and this way looks like the final
release version. As for the snapshots we also need a clear labeling,
let's start using "N.M.DEVEL" for the development state in CVS and
"M.M.SNAPSHOT.YYYYMMDD" for the daily snapshots from CVS.
This way the snapshot and development versions can be clearly
distinguished and especially not confused with any forthcoming RPM 5
_release_ versions.
BTW, I've thought very long what separation character to use. Other
OSS projects usually use "-" instead of "." in front of "DEVEL" and
"SNAPSHOT", but this is too problematic for us in the RPM world (think
about the usual <name>-<version>-<release> we have). Hence, I stick with
a dot for now as this seems to be the best compromise.
Summary:
Revision Changes Path
2.202 +1 -1 rpm/configure.ac
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/configure.ac
============================================================================
$ cvs diff -u -r2.201 -r2.202 configure.ac
--- rpm/configure.ac 17 Jul 2007 19:44:02 -0000 2.201
+++ rpm/configure.ac 18 Jul 2007 10:03:01 -0000 2.202
@@ -8,7 +8,7 @@
AC_PREREQ(2.60)
AC_DEFUN([PACKAGE_BUGREPORT_DEFAULT], [rpm-devel@rpm5.org])
-AC_INIT(rpm, 5.0, [PACKAGE_BUGREPORT_DEFAULT])
+AC_INIT(rpm, [5.0.DEVEL], [PACKAGE_BUGREPORT_DEFAULT])
AC_CONFIG_SRCDIR([rpmqv.c])
AC_CONFIG_HEADERS([config.h])
AC_CANONICAL_TARGET
@@ .
Received on Wed Jul 18 12:03:01 2007