Hello community,

here is the log from the commit of package yast2-vm for openSUSE:Factory 
checked in at 2013-08-27 21:20:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-vm (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-vm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-vm"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-vm/yast2-vm.changes        2013-08-01 
11:10:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-vm.new/yast2-vm.changes   2013-08-27 
21:56:08.000000000 +0200
@@ -1,0 +2,13 @@
+Thu Aug 22 08:43:29 CEST 2013 - jsuch...@suse.cz
+
+- use OSRelease instead of reading obsolete /etc/SuSE-release
+  (bnc#833955) 
+- 3.0.2
+
+-------------------------------------------------------------------
+Wed Aug 19 16:50:53 UTC 2013 - yast-de...@opensuse.org
+
+- Various build cleanups not related to actual code execution
+- version 3.0.1
+
+-------------------------------------------------------------------

Old:
----
  yast2-vm-3.0.0.tar.bz2

New:
----
  yast2-vm-3.0.2.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-vm.spec ++++++
--- /var/tmp/diff_new_pack.TyEpUn/_old  2013-08-27 21:56:09.000000000 +0200
+++ /var/tmp/diff_new_pack.TyEpUn/_new  2013-08-27 21:56:09.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-vm
-Version:        3.0.0
+Version:        3.0.2
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -30,7 +30,9 @@
 BuildRequires:  yast2-bootloader
 BuildRequires:  yast2-devtools
 BuildRequires:  yast2-testsuite
-Requires:       yast2 >= 2.21.22
+
+# OSRelease
+Requires:       yast2 >= 3.0.4
 
 Requires:       yast2-ruby-bindings >= 1.0.0
 
@@ -39,7 +41,7 @@
 Group:          System/YaST
 
 %description
-This YaST module configures and installs a virtual machine.
+This YaST module installs the tools necessary for creating VMs with Xen or KVM.
 
 %prep
 %setup -n yast2-vm-%{version}

++++++ yast2-vm-3.0.0.tar.bz2 -> yast2-vm-3.0.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.0.0/Makefile.am.common 
new/yast2-vm-3.0.2/Makefile.am.common
--- old/yast2-vm-3.0.0/Makefile.am.common       2013-07-31 11:08:58.000000000 
+0200
+++ new/yast2-vm-3.0.2/Makefile.am.common       2013-08-22 09:50:01.000000000 
+0200
@@ -15,6 +15,7 @@
 CLEANFILES = ${ybcfiles}
 DISTCLEANFILES = .dep
 
+if HAS_YCP_MODULES
 # Needs to be outside "." because of cases
 # where ycpchook contains a symlink to "."
 # Otherwise "." keeps being newer than .dep and we loop.
@@ -26,14 +27,16 @@
        ${YCPMAKEDEP} --prefix=${prefix} ${YCPCFLAGS} > ${NEWDEP}
        cat ${NEWDEP} > .dep
        rm ${NEWDEP}
+-include .dep
+endif
 
 dist-hook: check-syntax
 
 CHECK_SYNTAX = true
-check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-       @if test "$(filter %.ycp,client_DATA)"; then \
+check-syntax: $(client_DATA) $(module_DATA) $(ynclude_DATA) $(ydata_DATA) 
$(ycpchook) $(ybcfiles)
+       @if test "$(filter %.ycp, $(client_DATA) $(ydata_DATA))"; then \
          if $(CHECK_SYNTAX); then \
-           TO_CHECK="$(filter %.ycp,$^)"; \
+           TO_CHECK="$(filter %.ycp, $(client_DATA) $(ydata_DATA))"; \
            echo "Checking syntax of $${TO_CHECK}"; \
            if ! $(YCPC) -qE -M. -I. $(YCPCFLAGS) $${TO_CHECK}; then \
              echo "Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk"; \
@@ -43,5 +46,18 @@
            echo "Syntax check disabled"; \
          fi; \
        fi
+       @if test "$(filter %.rb, $^)"; then \
+         if $(CHECK_SYNTAX); then \
+           TO_CHECK="$(filter %.rb, $^)"; \
+           echo "Checking syntax of $${TO_CHECK}"; \
+           for f in $${TO_CHECK}; do \
+             if ! ruby -c $$f > /dev/null; then \
+               echo "Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk"; \
+               exit 1; \
+             fi; \
+           done; \
+         else \
+           echo "Syntax check disabled"; \
+         fi; \
+       fi
 
--include .dep
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.0.0/VERSION new/yast2-vm-3.0.2/VERSION
--- old/yast2-vm-3.0.0/VERSION  2013-07-30 14:31:50.000000000 +0200
+++ new/yast2-vm-3.0.2/VERSION  2013-08-22 09:32:33.000000000 +0200
@@ -1 +1 @@
-3.0.0
+3.0.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.0.0/autodocs-ycp.ami 
new/yast2-vm-3.0.2/autodocs-ycp.ami
--- old/yast2-vm-3.0.0/autodocs-ycp.ami 2013-07-31 11:08:59.000000000 +0200
+++ new/yast2-vm-3.0.2/autodocs-ycp.ami 2013-08-22 09:50:01.000000000 +0200
@@ -17,8 +17,11 @@
 
 htmldir = $(docdir)/$(AUTODOCS_SUBDIR)/autodocs
 
+# find all files in Yast/ subdirectory if it exists
+YARD_YAST_FILES = $(shell test -d Yast && find Yast -type f)
+
 # use nobase_ prefix to keep the directory structure
-nobase_html_DATA = index.html $(filter-out index.html, $(wildcard *.html)) 
$(wildcard js/*) $(wildcard css/*) $(wildcard Yast/*)
+nobase_html_DATA = index.html $(filter-out index.html, $(wildcard *.html)) 
$(wildcard js/*) $(wildcard css/*) $(YARD_YAST_FILES)
 CLEANFILES = $(nobase_html_DATA) pod2htm*.tmp
 
 AUTODOCS_YCP ?= $(wildcard $(srcdir)/../../src/*.ycp)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.0.0/configure new/yast2-vm-3.0.2/configure
--- old/yast2-vm-3.0.0/configure        2013-07-31 11:09:02.000000000 +0200
+++ new/yast2-vm-3.0.2/configure        2013-08-22 09:50:04.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-vm 3.0.0.
+# Generated by GNU Autoconf 2.69 for yast2-vm 3.0.2.
 #
 # Report bugs to <http://bugs.opensuse.org/>.
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-vm'
 PACKAGE_TARNAME='yast2-vm'
-PACKAGE_VERSION='3.0.0'
-PACKAGE_STRING='yast2-vm 3.0.0'
+PACKAGE_VERSION='3.0.2'
+PACKAGE_STRING='yast2-vm 3.0.2'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -588,6 +588,8 @@
 ac_default_prefix=/usr
 ac_subst_vars='LTLIBOBJS
 LIBOBJS
+HAS_YCP_MODULES_FALSE
+HAS_YCP_MODULES_TRUE
 YCPC
 YCPMAKEDEP
 YCPDOC
@@ -1247,7 +1249,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-vm 3.0.0 to adapt to many kinds of systems.
+\`configure' configures yast2-vm 3.0.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1318,7 +1320,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of yast2-vm 3.0.0:";;
+     short | recursive ) echo "Configuration of yast2-vm 3.0.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1398,7 +1400,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-vm configure 3.0.0
+yast2-vm configure 3.0.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1415,7 +1417,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-vm $as_me 3.0.0, which was
+It was created by yast2-vm $as_me 3.0.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2354,7 +2356,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-vm'
- VERSION='3.0.0'
+ VERSION='3.0.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2477,7 +2479,7 @@
 
 
 
-VERSION="3.0.0"
+VERSION="3.0.2"
 RPMNAME="yast2-vm"
 MAINTAINER="Charles Arnold <carn...@suse.com>"
 
@@ -2841,13 +2843,29 @@
 fi
 
 
+# handle .dep files in Makefile.am.common if any YCP module is present
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for YCP modules" >&5
+$as_echo_n "checking for YCP modules... " >&6; }
+
+# YCP module file name starts with an upper case letter
+find . -type f | grep -q "[[:upper:]][^/]*\.ycp$" && has_ycp_modules=1
+ if test -n "$has_ycp_modules"; then
+  HAS_YCP_MODULES_TRUE=
+  HAS_YCP_MODULES_FALSE='#'
+else
+  HAS_YCP_MODULES_TRUE='#'
+  HAS_YCP_MODULES_FALSE=
+fi
+
+
+if test -n "$has_ycp_modules"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
+$as_echo "found" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
+$as_echo "not found" >&6; }
+fi
 
-( cd control;
- for xml in `ls *.xml`; do
-    ln -sf $xml  `basename $xml .xml`.glade
- done
- )
-find control -name *.glade > POTFILES
 
 ac_config_files="$ac_config_files Makefile agents/Makefile 
doc/autodocs/Makefile doc/Makefile src/Makefile"
 
@@ -3013,6 +3031,10 @@
   as_fn_error $? "conditional \"CREATE_PKGCONFIG_NOARCH\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi
+if test -z "${HAS_YCP_MODULES_TRUE}" && test -z "${HAS_YCP_MODULES_FALSE}"; 
then
+  as_fn_error $? "conditional \"HAS_YCP_MODULES\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
 
 : "${CONFIG_STATUS=./config.status}"
 ac_write_fail=0
@@ -3410,7 +3432,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2-vm $as_me 3.0.0, which was
+This file was extended by yast2-vm $as_me 3.0.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -3463,7 +3485,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-yast2-vm config.status 3.0.0
+yast2-vm config.status 3.0.2
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
@@ -4042,4 +4064,3 @@
 fi
 
 
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.0.0/configure.ac 
new/yast2-vm-3.0.2/configure.ac
--- old/yast2-vm-3.0.0/configure.ac     2013-07-31 11:08:58.000000000 +0200
+++ new/yast2-vm-3.0.2/configure.ac     2013-08-22 09:50:01.000000000 +0200
@@ -1,9 +1,9 @@
 dnl configure.ac for yast2-vm
 dnl
-dnl -- This file is generated by y2autoconf 2.24.7 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 3.0.4 - DO NOT EDIT! --
 dnl    (edit configure.ac.in or configure.in.in instead)
 
-AC_INIT(yast2-vm, 3.0.0, http://bugs.opensuse.org/, yast2-vm)
+AC_INIT(yast2-vm, 3.0.2, http://bugs.opensuse.org/, yast2-vm)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION="3.0.0"
+VERSION="3.0.2"
 RPMNAME="yast2-vm"
 MAINTAINER="Charles Arnold <carn...@suse.com>"
 
@@ -149,13 +149,19 @@
     AC_MSG_WARN([yast2-testsuite.rpm is not installed])
 ])
 
+# handle .dep files in Makefile.am.common if any YCP module is present
+AC_MSG_CHECKING([for YCP modules])
+
+# YCP module file name starts with an upper case letter
+[find . -type f | grep -q "[[:upper:]][^/]*\.ycp$" && has_ycp_modules=1]
+AM_CONDITIONAL([HAS_YCP_MODULES], [test -n "$has_ycp_modules"])
+
+if test -n "$has_ycp_modules"; then
+  AC_MSG_RESULT([found])
+else
+  AC_MSG_RESULT([not found])
+fi
 
-( cd control; 
- for xml in `ls *.xml`; do
-    ln -sf $xml  `basename $xml .xml`.glade
- done
- )
-find control -name *.glade > POTFILES
 
 AC_CONFIG_FILES(Makefile agents/Makefile
 doc/autodocs/Makefile
@@ -163,4 +169,3 @@
 src/Makefile)
 AC_OUTPUT
 
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.0.0/configure.in.in 
new/yast2-vm-3.0.2/configure.in.in
--- old/yast2-vm-3.0.0/configure.in.in  2013-01-22 12:19:53.000000000 +0100
+++ new/yast2-vm-3.0.2/configure.in.in  2013-08-20 00:56:51.000000000 +0200
@@ -8,14 +8,5 @@
 @YAST2-CHECKS-COMMON@
 @YAST2-CHECKS-YCP@
 
-## Nasty hack: xgettext doesn't work for XML files, so let's symlink it
-( cd control; 
- for xml in `ls *.xml`; do
-    ln -sf $xml  `basename $xml .xml`.glade
- done
- )
-find control -name *.glade > POTFILES
-
 ## and generate the output...
 @YAST2-OUTPUT@
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.0.0/doc/Makefile.am 
new/yast2-vm-3.0.2/doc/Makefile.am
--- old/yast2-vm-3.0.0/doc/Makefile.am  2013-01-22 12:19:53.000000000 +0100
+++ new/yast2-vm-3.0.2/doc/Makefile.am  2013-08-20 00:56:51.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# Makefile.am for devtools/devtools/skeletons/config/doc
+# Makefile.am for yast2-vm/doc
 #
 
 SUBDIRS = autodocs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.0.0/doc/Makefile.in 
new/yast2-vm-3.0.2/doc/Makefile.in
--- old/yast2-vm-3.0.0/doc/Makefile.in  2013-07-31 11:09:03.000000000 +0200
+++ new/yast2-vm-3.0.2/doc/Makefile.in  2013-08-22 09:50:05.000000000 +0200
@@ -15,7 +15,7 @@
 @SET_MAKE@
 
 #
-# Makefile.am for devtools/devtools/skeletons/config/doc
+# Makefile.am for yast2-vm/doc
 #
 
 VPATH = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.0.0/doc/autodocs/Makefile.in 
new/yast2-vm-3.0.2/doc/autodocs/Makefile.in
--- old/yast2-vm-3.0.0/doc/autodocs/Makefile.in 2013-07-31 11:09:03.000000000 
+0200
+++ new/yast2-vm-3.0.2/doc/autodocs/Makefile.in 2013-08-22 09:50:05.000000000 
+0200
@@ -235,8 +235,11 @@
 yncludedir = @yncludedir@
 ystartupdir = @ystartupdir@
 
+# find all files in Yast/ subdirectory if it exists
+YARD_YAST_FILES = $(shell test -d Yast && find Yast -type f)
+
 # use nobase_ prefix to keep the directory structure
-nobase_html_DATA = index.html $(filter-out index.html, $(wildcard *.html)) 
$(wildcard js/*) $(wildcard css/*) $(wildcard Yast/*)
+nobase_html_DATA = index.html $(filter-out index.html, $(wildcard *.html)) 
$(wildcard js/*) $(wildcard css/*) $(YARD_YAST_FILES)
 CLEANFILES = $(nobase_html_DATA) pod2htm*.tmp
 all: all-am
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.0.0/src/Makefile.in 
new/yast2-vm-3.0.2/src/Makefile.in
--- old/yast2-vm-3.0.0/src/Makefile.in  2013-07-31 11:09:03.000000000 +0200
+++ new/yast2-vm-3.0.2/src/Makefile.in  2013-08-22 09:50:05.000000000 +0200
@@ -262,7 +262,7 @@
 # Needs to be outside "." because of cases
 # where ycpchook contains a symlink to "."
 # Otherwise "." keeps being newer than .dep and we loop.
-NEWDEP = ${top_builddir}/.dep.new
+@HAS_YCP_MODULES_TRUE@NEWDEP = ${top_builddir}/.dep.new
 CHECK_SYNTAX = true
 all: all-am
 
@@ -624,16 +624,17 @@
 # generate dependencies
 # two steps not to lose the file if the command fails
 # hook: create the links before we look for files
-.dep: $(wildcard *.ycp) ${ycpchook}
-       ${YCPMAKEDEP} --prefix=${prefix} ${YCPCFLAGS} > ${NEWDEP}
-       cat ${NEWDEP} > .dep
-       rm ${NEWDEP}
+@HAS_YCP_MODULES_TRUE@.dep: $(wildcard *.ycp) ${ycpchook}
+@HAS_YCP_MODULES_TRUE@ ${YCPMAKEDEP} --prefix=${prefix} ${YCPCFLAGS} > 
${NEWDEP}
+@HAS_YCP_MODULES_TRUE@ cat ${NEWDEP} > .dep
+@HAS_YCP_MODULES_TRUE@ rm ${NEWDEP}
+@HAS_YCP_MODULES_TRUE@-include .dep
 
 dist-hook: check-syntax
-check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-       @if test "$(filter %.ycp,client_DATA)"; then \
+check-syntax: $(client_DATA) $(module_DATA) $(ynclude_DATA) $(ydata_DATA) 
$(ycpchook) $(ybcfiles)
+       @if test "$(filter %.ycp, $(client_DATA) $(ydata_DATA))"; then \
          if $(CHECK_SYNTAX); then \
-           TO_CHECK="$(filter %.ycp,$^)"; \
+           TO_CHECK="$(filter %.ycp, $(client_DATA) $(ydata_DATA))"; \
            echo "Checking syntax of $${TO_CHECK}"; \
            if ! $(YCPC) -qE -M. -I. $(YCPCFLAGS) $${TO_CHECK}; then \
              echo "Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk"; \
@@ -643,8 +644,20 @@
            echo "Syntax check disabled"; \
          fi; \
        fi
-
--include .dep
+       @if test "$(filter %.rb, $^)"; then \
+         if $(CHECK_SYNTAX); then \
+           TO_CHECK="$(filter %.rb, $^)"; \
+           echo "Checking syntax of $${TO_CHECK}"; \
+           for f in $${TO_CHECK}; do \
+             if ! ruby -c $$f > /dev/null; then \
+               echo "Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk"; \
+               exit 1; \
+             fi; \
+           done; \
+         else \
+           echo "Syntax check disabled"; \
+         fi; \
+       fi
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.0.0/src/modules/VM_XEN.rb 
new/yast2-vm-3.0.2/src/modules/VM_XEN.rb
--- old/yast2-vm-3.0.0/src/modules/VM_XEN.rb    2013-07-30 13:05:13.000000000 
+0200
+++ new/yast2-vm-3.0.2/src/modules/VM_XEN.rb    2013-08-22 09:49:54.000000000 
+0200
@@ -36,6 +36,7 @@
 
 
       Yast.import "Arch"
+      Yast.import "OSRelease"
       Yast.import "Package"
       Yast.import "Progress"
       Yast.import "Popup"
@@ -87,10 +88,8 @@
 
     def isOpenSuse
       Builtins.y2milestone("Checking to see if this is openSUSE ...")
-      distro = Convert.to_string(
-        SCR.Read(path(".target.string"), "/etc/SuSE-release")
-      )
-      if Builtins.issubstring(distro, "openSUSE")
+      distro = OSRelease.ReleaseName
+      if distro.include? "openSUSE"
         Builtins.y2milestone("Platform is %1", distro)
         return true
       end

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to