[Lsb-messages] /var/www/bzr/lsb/devel/azov-xml2-tests r21: Add .0 to snapshot date versioning for proper sorting (bug 3599).

Jeff Licquia licquia at linuxfoundation.org
Thu Mar 28 19:26:31 UTC 2013


------------------------------------------------------------
revno: 21
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: azov-xml2-tests
timestamp: Thu 2013-03-28 15:26:31 -0400
message:
  Add .0 to snapshot date versioning for proper sorting (bug 3599).
modified:
  libxml2-t2c/package/Makefile
-------------- next part --------------
=== modified file 'libxml2-t2c/package/Makefile'
--- a/libxml2-t2c/package/Makefile	2013-01-30 20:34:11 +0000
+++ b/libxml2-t2c/package/Makefile	2013-03-28 19:26:31 +0000
@@ -1,6 +1,6 @@
 PACKAGE=lsb-test-xml2-azov
 VERSION=4.1.2
-RELEASE=1
+RELEASE=2
 
 # for pkgchk
 DEPS=-d lsb-tet3-lite
@@ -30,7 +30,7 @@
 	# EXPORT_TAG should be set to the bzr revisionspec to use
 	EXPORT_TAG=--revision=$(OFFICIAL_RELEASE)
 else
-	VERSION_SUFFIX=.$(ISO_DATE)
+	VERSION_SUFFIX=.0.$(ISO_DATE)
 	EXPORT_TAG=
 endif
 



More information about the lsb-messages mailing list