[Lsb-messages] /var/www/bzr/lsb/devel/desktop-test r491: Find one more automake check that was failing with 1.13.

Jeff Licquia licquia at linuxfoundation.org
Tue Sep 9 19:33:22 UTC 2014


------------------------------------------------------------
revno: 491
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: desktop-test
timestamp: Tue 2014-09-09 15:33:22 -0400
message:
  Find one more automake check that was failing with 1.13.
modified:
  lsb-gtkvts/deps/bin/gnome-autogen.sh
  scripts/package/Makefile
-------------- next part --------------
=== modified file 'lsb-gtkvts/deps/bin/gnome-autogen.sh'
--- a/lsb-gtkvts/deps/bin/gnome-autogen.sh	2009-10-27 14:54:57 +0000
+++ b/lsb-gtkvts/deps/bin/gnome-autogen.sh	2014-09-09 19:33:22 +0000
@@ -289,14 +289,15 @@
 
 case $REQUIRED_AUTOMAKE_VERSION in
     1.4*) automake_progs="automake-1.4" ;;
-    1.5*) automake_progs="automake-1.5 automake-1.6 automake-1.7 automake-1.8 automake-1.9 automake-1.0 automake-1.11 automake-1.12" ;;
-    1.6*) automake_progs="automake-1.6 automake-1.7 automake-1.8 automake-1.9 automake-1.10 automake-1.11 automake-1.12" ;;
-    1.7*) automake_progs="automake-1.7 automake-1.8 automake-1.9 automake-1.10 automake-1.11 automake-1.12" ;;
-    1.8*) automake_progs="automake-1.8 automake-1.9 automake-1.10 automake-1.11 automake-1.12" ;;
-    1.9*) automake_progs="automake-1.9 automake-1.10 automake-1.11 automake-1.12" ;;
-    1.10*) automake_progs="automake-1.10 automake-1.11 automake-1.12" ;;
-    1.11*) automake_progs="automake-1.11 automake-1.12" ;;
-    1.12*) automake_progs="automake-1.12" ;;
+    1.5*) automake_progs="automake-1.5 automake-1.6 automake-1.7 automake-1.8 automake-1.9 automake-1.0 automake-1.11 automake-1.12 automake-1.13" ;;
+    1.6*) automake_progs="automake-1.6 automake-1.7 automake-1.8 automake-1.9 automake-1.10 automake-1.11 automake-1.12 automake-1.13" ;;
+    1.7*) automake_progs="automake-1.7 automake-1.8 automake-1.9 automake-1.10 automake-1.11 automake-1.12 automake-1.13" ;;
+    1.8*) automake_progs="automake-1.8 automake-1.9 automake-1.10 automake-1.11 automake-1.12 automake-1.13" ;;
+    1.9*) automake_progs="automake-1.9 automake-1.10 automake-1.11 automake-1.12 automake-1.13" ;;
+    1.10*) automake_progs="automake-1.10 automake-1.11 automake-1.12 automake-1.13" ;;
+    1.11*) automake_progs="automake-1.11 automake-1.12 automake-1.13" ;;
+    1.12*) automake_progs="automake-1.12 automake-1.13" ;;
+    1.13*) automake_progs="automake-1.13" ;;
 esac
 version_check automake AUTOMAKE "$automake_progs" $REQUIRED_AUTOMAKE_VERSION \
     "http://ftp.gnu.org/pub/gnu/automake/automake-$REQUIRED_AUTOMAKE_VERSION.tar.gz" || DIE=1

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



More information about the lsb-messages mailing list