Hello community,

here is the log from the commit of package yast2-iscsi-server for 
openSUSE:Factory
checked in at Tue Oct 4 17:04:40 CEST 2011.



--------
--- openSUSE:Factory/yast2-iscsi-server/yast2-iscsi-server.changes      
2011-09-23 12:53:11.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-iscsi-server/yast2-iscsi-server.changes  
2011-09-27 15:21:13.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Sep 27 15:19:42 CEST 2011 - [email protected]
+
+- set dialog title
+- 2.21.5 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  yast2-iscsi-server-2.21.4.tar.bz2

New:
----
  yast2-iscsi-server-2.21.5.tar.bz2

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

Other differences:
------------------
++++++ yast2-iscsi-server.spec ++++++
--- /var/tmp/diff_new_pack.CMsNpG/_old  2011-10-04 17:04:35.000000000 +0200
+++ /var/tmp/diff_new_pack.CMsNpG/_new  2011-10-04 17:04:35.000000000 +0200
@@ -19,11 +19,11 @@
 
 
 Name:           yast2-iscsi-server
-Version:        2.21.4
+Version:        2.21.5
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-iscsi-server-2.21.4.tar.bz2
+Source0:        yast2-iscsi-server-%{version}.tar.bz2
 
 Prefix:         /usr
 
@@ -33,7 +33,8 @@
 
 # network needs Wizard::OpenCancelOKDialog()
 #  function from yast2-2.18.2
-Requires:       yast2 >= 2.18.2
+# Wizard::SetDesktopTitleAndIcon()
+Requires:       yast2 >= 2.21.22
 
 BuildArch:      noarch
 
@@ -43,7 +44,7 @@
 Configuration of iSCSI target
 
 %prep
-%setup -n yast2-iscsi-server-2.21.4
+%setup -n yast2-iscsi-server-%{version}
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++++++ yast2-iscsi-server-2.21.4.tar.bz2 -> yast2-iscsi-server-2.21.5.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-server-2.21.4/Makefile.am 
new/yast2-iscsi-server-2.21.5/Makefile.am
--- old/yast2-iscsi-server-2.21.4/Makefile.am   2011-09-19 14:54:06.000000000 
+0200
+++ new/yast2-iscsi-server-2.21.5/Makefile.am   2011-09-27 15:18:11.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-iscsi-server-2.21.4/Makefile.in 
new/yast2-iscsi-server-2.21.5/Makefile.in
--- old/yast2-iscsi-server-2.21.4/Makefile.in   2011-09-19 14:54:09.000000000 
+0200
+++ new/yast2-iscsi-server-2.21.5/Makefile.in   2011-09-27 15:18:14.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-iscsi-server-2.21.4/VERSION 
new/yast2-iscsi-server-2.21.5/VERSION
--- old/yast2-iscsi-server-2.21.4/VERSION       2011-09-19 14:53:17.000000000 
+0200
+++ new/yast2-iscsi-server-2.21.5/VERSION       2011-09-27 15:19:56.000000000 
+0200
@@ -1 +1 @@
-2.21.4
+2.21.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-server-2.21.4/configure.in 
new/yast2-iscsi-server-2.21.5/configure.in
--- old/yast2-iscsi-server-2.21.4/configure.in  2011-09-19 14:54:06.000000000 
+0200
+++ new/yast2-iscsi-server-2.21.5/configure.in  2011-09-27 15:18:11.000000000 
+0200
@@ -1,6 +1,6 @@
 dnl configure.in for yast2-iscsi-server
 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-iscsi-server, 2.21.4, http://bugs.opensuse.org/, 
yast2-iscsi-server)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-server-2.21.4/src/wizards.ycp 
new/yast2-iscsi-server-2.21.5/src/wizards.ycp
--- old/yast2-iscsi-server-2.21.4/src/wizards.ycp       2011-08-19 
09:51:25.000000000 +0200
+++ new/yast2-iscsi-server-2.21.5/src/wizards.ycp       2011-09-27 
15:20:42.000000000 +0200
@@ -4,7 +4,7 @@
  * Summary:    Wizards definitions
  * Authors:    Michal Zugec <[email protected]>
  *
- * $Id: wizards.ycp 55023 2009-01-26 13:53:10Z mzugec $
+ * $Id: wizards.ycp 66099 2011-09-27 13:20:41Z visnov $
  */
 
 {
@@ -99,6 +99,7 @@
     ];
 
     Wizard::OpenCancelOKDialog();
+    Wizard::SetDesktopTitleAndIcon("iscsi-server");
 
     any ret = Sequencer::Run(aliases, sequence);
 

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to