[Lsb-messages] /var/www/bzr/lsb/devel/desktop-test r490: Add 1.13 to the list of supported automake versions for gtkvts.

Jeff Licquia licquia at linuxfoundation.org
Fri Sep 5 15:08:08 UTC 2014


------------------------------------------------------------
revno: 490
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: desktop-test
timestamp: Fri 2014-09-05 11:08:08 -0400
message:
  Add 1.13 to the list of supported automake versions for gtkvts.
modified:
  lsb-gtkvts/autogen.sh
  scripts/package/Makefile
-------------- next part --------------
=== modified file 'lsb-gtkvts/autogen.sh'
--- a/lsb-gtkvts/autogen.sh	2009-10-26 20:29:04 +0000
+++ b/lsb-gtkvts/autogen.sh	2014-09-05 15:08:08 +0000
@@ -4,7 +4,7 @@
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 touch NEWS AUTHORS
-for x in 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12; do
+for x in 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13; do
 	if which "automake-${x}" &> /dev/null; then
 		export REQUIRED_AUTOMAKE_VERSION="$x"
 		break

=== modified file 'scripts/package/Makefile'
--- a/scripts/package/Makefile	2014-04-18 22:46:21 +0000
+++ b/scripts/package/Makefile	2014-09-05 15:08:08 +0000
@@ -3,7 +3,7 @@
 # XXX for now keep this in sync with the specfile
 PACKAGE=lsb-test-desktop
 VERSION=4.1.93
-BUILDNO=7
+BUILDNO=8
 
 # for pkgck
 DEPS=lsb-tet3-lite lsb-xvfb lsb-python



More information about the lsb-messages mailing list