Hello community,

here is the log from the commit of package yast2-runlevel for openSUSE:Factory
checked in at Tue Oct 4 18:02:58 CEST 2011.



--------
--- openSUSE:Factory/yast2-runlevel/yast2-runlevel.changes      2011-09-23 
12:53:21.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-runlevel/yast2-runlevel.changes  
2011-09-29 13:35:22.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Sep 29 13:34:06 CEST 2011 - [email protected]
+
+- set dialog title
+- 2.21.2 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  yast2-runlevel-2.21.1.tar.bz2

New:
----
  yast2-runlevel-2.21.2.tar.bz2

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

Other differences:
------------------
++++++ yast2-runlevel.spec ++++++
--- /var/tmp/diff_new_pack.UZXDZo/_old  2011-10-04 18:02:50.000000000 +0200
+++ /var/tmp/diff_new_pack.UZXDZo/_new  2011-10-04 18:02:50.000000000 +0200
@@ -19,11 +19,11 @@
 
 
 Name:           yast2-runlevel
-Version:        2.21.1
+Version:        2.21.2
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-runlevel-2.21.1.tar.bz2
+Source0:        yast2-runlevel-%{version}.tar.bz2
 
 Prefix:         /usr
 
@@ -32,8 +32,9 @@
 BuildRequires:  perl-XML-Writer update-desktop-files yast2 yast2-devtools 
yast2-testsuite
 
 # systemd support in Service.ycp
-BuildRequires:  yast2 >= 2.21.18
-Requires:       yast2 >= 2.21.18
+# Wizard::SetDesktopTitleAndIcon
+BuildRequires:  yast2 >= 2.21.22
+Requires:       yast2 >= 2.21.22
 
 Provides:       yast2-config-runlevel
 Obsoletes:      yast2-config-runlevel
@@ -47,7 +48,7 @@
 boot.
 
 %prep
-%setup -n yast2-runlevel-2.21.1
+%setup -n yast2-runlevel-%{version}
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++++++ yast2-runlevel-2.21.1.tar.bz2 -> yast2-runlevel-2.21.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-runlevel-2.21.1/Makefile.am 
new/yast2-runlevel-2.21.2/Makefile.am
--- old/yast2-runlevel-2.21.1/Makefile.am       2011-09-09 11:21:20.000000000 
+0200
+++ new/yast2-runlevel-2.21.2/Makefile.am       2011-09-29 13:33:22.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-runlevel-2.21.1/Makefile.in 
new/yast2-runlevel-2.21.2/Makefile.in
--- old/yast2-runlevel-2.21.1/Makefile.in       2011-09-09 11:21:22.000000000 
+0200
+++ new/yast2-runlevel-2.21.2/Makefile.in       2011-09-29 13:33:25.000000000 
+0200
@@ -263,7 +263,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 \
@@ -904,7 +903,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 \
@@ -932,21 +931,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-runlevel-2.21.1/VERSION 
new/yast2-runlevel-2.21.2/VERSION
--- old/yast2-runlevel-2.21.1/VERSION   2011-09-09 11:21:00.000000000 +0200
+++ new/yast2-runlevel-2.21.2/VERSION   2011-09-29 13:34:05.000000000 +0200
@@ -1 +1 @@
-2.21.1
+2.21.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-runlevel-2.21.1/configure.in 
new/yast2-runlevel-2.21.2/configure.in
--- old/yast2-runlevel-2.21.1/configure.in      2011-09-09 11:21:20.000000000 
+0200
+++ new/yast2-runlevel-2.21.2/configure.in      2011-09-29 13:33:22.000000000 
+0200
@@ -1,6 +1,6 @@
 dnl configure.in for yast2-runlevel
 dnl
-dnl -- This file is generated by y2autoconf 2.18.11 - 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-runlevel, 2.21.1, http://bugs.opensuse.org/, yast2-runlevel)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-runlevel-2.21.1/src/wizard.ycp 
new/yast2-runlevel-2.21.2/src/wizard.ycp
--- old/yast2-runlevel-2.21.1/src/wizard.ycp    2008-11-05 10:02:59.000000000 
+0100
+++ new/yast2-runlevel-2.21.2/src/wizard.ycp    2011-09-29 13:34:52.000000000 
+0200
@@ -5,7 +5,7 @@
  * Authors:    Petr Blahos <[email protected]>, 2001
  *             Martin Lazar <[email protected]>, 2004
  *
- * $Id: wizard.ycp 52836 2008-11-03 15:16:10Z locilka $
+ * $Id: wizard.ycp 66167 2011-09-29 11:34:51Z visnov $
  *
  */
 {
@@ -94,7 +94,7 @@
     ];
 
     Wizard::CreateDialog ();
-    Wizard::SetTitleIcon("runlevel");
+    Wizard::SetDesktopTitleAndIcon("runlevel");
     Wizard::HideBackButton();
     Wizard::RestoreHelp (getHelpProgress ());
 
@@ -117,7 +117,7 @@
 
 
     Wizard::CreateDialog ();
-    Wizard::SetTitleIcon("runlevel");
+    Wizard::SetDesktopTitleAndIcon("runlevel");
     Wizard::HideBackButton();
     Wizard::RestoreHelp (getHelpProgress ());
 

continue with "q"...



Remember to have fun...

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

Reply via email to