Hello community,

here is the log from the commit of package yast2-vm for openSUSE:Factory
checked in at Mon Oct 3 09:27:57 CEST 2011.



--------
--- openSUSE:Factory/yast2-vm/yast2-vm.changes  2011-09-23 12:53:34.000000000 
+0200
+++ yast2-vm/yast2-vm.changes   2011-09-29 14:13:52.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Sep 29 14:11:36 CEST 2011 - vis...@suse.cz
+
+- set dialog title
+- 2.21.3 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

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

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

Other differences:
------------------
++++++ yast2-vm.spec ++++++
--- /var/tmp/diff_new_pack.acqWz1/_old  2011-10-03 09:27:52.000000000 +0200
+++ /var/tmp/diff_new_pack.acqWz1/_new  2011-10-03 09:27:52.000000000 +0200
@@ -19,18 +19,19 @@
 
 
 Name:           yast2-vm
-Version:        2.21.2
+Version:        2.21.3
 Release:        0
 License:        GPL
 Group:          System/YaST
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-vm-2.21.2.tar.bz2
+Source0:        yast2-vm-%{version}.tar.bz2
 
 Prefix:         /usr
 
 ExclusiveArch:  %ix86 x86_64
 BuildRequires:  perl-XML-Writer update-desktop-files yast2 yast2-devtools 
yast2-testsuite
-Requires:       yast2
+Requires:       yast2 >= 2.21.22
 
 Summary:        Configure Hypervisor and Tools for Xen and KVM
 
@@ -38,7 +39,7 @@
 This YaST module configures and installs a virtual machine.
 
 %prep
-%setup -n yast2-vm-2.21.2
+%setup -n yast2-vm-%{version}
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++++++ yast2-vm-2.21.2.tar.bz2 -> yast2-vm-2.21.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-2.21.2/Makefile.am 
new/yast2-vm-2.21.3/Makefile.am
--- old/yast2-vm-2.21.2/Makefile.am     2011-09-20 10:16:10.000000000 +0200
+++ new/yast2-vm-2.21.3/Makefile.am     2011-09-29 14:03:38.000000000 +0200
@@ -20,7 +20,6 @@
 IS_DEVTOOLS            = $(findstring yast2-devtools,$(RPMNAME))
 
 DEVTOOLS_DIR           = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES           = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR           = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 
 COPYRIGHT_files_gpl    = README COPYING
@@ -155,7 +154,7 @@
            $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
        done
 
-package: check-up-to-date check-tagversion check-all-packages check-textdomain 
package-local
+package: check-up-to-date check-tagversion check-textdomain package-local
 
 TAGVERSION      = $(Y2TOOL) tagversion
 
@@ -185,21 +184,6 @@
 check-parse:
        @echo "Not running parseycp."
 
-check-all-packages:
-       @if [ ! -e "$(ALL_PACKAGES)" ]; then                            \
-               echo ERROR: "Can't find $(ALL_PACKAGES)"; false;        \
-       fi
-       @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then            
\
-               echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \
-       fi
-       @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \
-               echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some 
unknown (?) fields:";     \
-               echo;                                                   \
-               grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES);     \
-               echo;                                                   \
-               false;                                                  \
-       fi
-
 check-textdomain:
        $(Y2TOOL) check-textdomain $(srcdir)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-2.21.2/Makefile.in 
new/yast2-vm-2.21.3/Makefile.in
--- old/yast2-vm-2.21.2/Makefile.in     2011-09-20 10:16:13.000000000 +0200
+++ new/yast2-vm-2.21.3/Makefile.in     2011-09-29 14:03:40.000000000 +0200
@@ -261,7 +261,6 @@
 # do we do Makefile.am for devtools? It is a little special...
 IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME))
 DEVTOOLS_DIR = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 COPYRIGHT_files_gpl = README COPYING
 COPYRIGHT_files_yast = YAST_LICENSE README COPYING COPYRIGHT.english \
@@ -902,7 +901,7 @@
            $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
        done
 
-package: check-up-to-date check-tagversion check-all-packages check-textdomain 
package-local
+package: check-up-to-date check-tagversion check-textdomain package-local
 
 check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
        if [ -d $(srcdir)/CVS ]; then \
@@ -930,21 +929,6 @@
 check-parse:
        @echo "Not running parseycp."
 
-check-all-packages:
-       @if [ ! -e "$(ALL_PACKAGES)" ]; then                            \
-               echo ERROR: "Can't find $(ALL_PACKAGES)"; false;        \
-       fi
-       @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then            
\
-               echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \
-       fi
-       @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \
-               echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some 
unknown (?) fields:";     \
-               echo;                                                   \
-               grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES);     \
-               echo;                                                   \
-               false;                                                  \
-       fi
-
 check-textdomain:
        $(Y2TOOL) check-textdomain $(srcdir)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-2.21.2/VERSION new/yast2-vm-2.21.3/VERSION
--- old/yast2-vm-2.21.2/VERSION 2011-09-20 10:16:05.000000000 +0200
+++ new/yast2-vm-2.21.3/VERSION 2011-09-29 14:11:34.000000000 +0200
@@ -1 +1 @@
-2.21.2
+2.21.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-2.21.2/configure.in 
new/yast2-vm-2.21.3/configure.in
--- old/yast2-vm-2.21.2/configure.in    2011-09-20 10:16:10.000000000 +0200
+++ new/yast2-vm-2.21.3/configure.in    2011-09-29 14:03:38.000000000 +0200
@@ -1,6 +1,6 @@
 dnl configure.in for yast2-vm
 dnl
-dnl -- This file is generated by y2autoconf 2.21.0 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.21.2 - DO NOT EDIT! --
 dnl    (edit configure.in.in instead)
 
 AC_INIT(yast2-vm, 2.21.2, http://bugs.opensuse.org/, yast2-vm)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-2.21.2/src/VM_XEN.ycp 
new/yast2-vm-2.21.3/src/VM_XEN.ycp
--- old/yast2-vm-2.21.2/src/VM_XEN.ycp  2011-09-20 10:16:05.000000000 +0200
+++ new/yast2-vm-2.21.3/src/VM_XEN.ycp  2011-09-29 14:13:05.000000000 +0200
@@ -24,7 +24,7 @@
  * Authors:    Ladislav Slezak <lsle...@suse.cz>
  *             Michael G. Fritch <mgfri...@novell.com>
  *
- * $Id: VM_XEN.ycp 63543 2011-03-08 23:27:16Z charlesa $
+ * $Id: VM_XEN.ycp 66173 2011-09-29 12:13:04Z visnov $
  */
 
 {
@@ -189,6 +189,7 @@
         UI::CloseDialog();
 
         Wizard::OpenNextBackDialog();
+        Wizard::SetDesktopTitleAndIcon("xen");
 
         // enable progress
         boolean progress = Progress::set(true);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-2.21.2/src/wizards.ycp 
new/yast2-vm-2.21.3/src/wizards.ycp
--- old/yast2-vm-2.21.2/src/wizards.ycp 2011-09-20 10:16:05.000000000 +0200
+++ new/yast2-vm-2.21.3/src/wizards.ycp 2011-09-29 14:03:21.000000000 +0200
@@ -125,7 +125,7 @@
     );
     Wizard::HideBackButton ();
     Wizard::SetAbortButton(`abort, Label::CancelButton());
-    Wizard::SetTitleIcon("yast-vm-install");
+    Wizard::SetDesktopTitleAndIcon("relocation-server");
 
     return CWM::Run (w, $[`abort : ReallyExit]);
 }
@@ -159,7 +159,7 @@
     ];
 
     Wizard::CreateDialog();
-    Wizard::SetTitleIcon("yast-vm-install");
+    Wizard::SetDesktopTitleAndIcon("relocation-server");
 
     any ret = Sequencer::Run(aliases, sequence);
 

continue with "q"...



Remember to have fun...

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

Reply via email to