Hello community,

here is the log from the commit of package yast2-add-on-creator for 
openSUSE:Factory
checked in at Wed Sep 21 17:30:24 CEST 2011.



--------
--- yast2-add-on-creator/yast2-add-on-creator.changes   2011-09-01 
12:01:31.000000000 +0200
+++ 
/mounts/work_src_done/STABLE/yast2-add-on-creator/yast2-add-on-creator.changes  
    2011-09-19 14:55:37.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Sep 19 09:07:28 CEST 2011 - [email protected]
+
+- remove dependency on Wizard_hw 
+- 2.21.1
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  yast2-add-on-creator-2.21.0.tar.bz2

New:
----
  yast2-add-on-creator-2.21.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-add-on-creator.spec ++++++
--- /var/tmp/diff_new_pack.kHc6So/_old  2011-09-21 17:30:19.000000000 +0200
+++ /var/tmp/diff_new_pack.kHc6So/_new  2011-09-21 17:30:19.000000000 +0200
@@ -19,18 +19,18 @@
 
 
 Name:           yast2-add-on-creator
-Version:        2.21.0
-Release:        1
+Version:        2.21.1
+Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-add-on-creator-2.21.0.tar.bz2
+Source0:        yast2-add-on-creator-2.21.1.tar.bz2
 
 Prefix:         /usr
 
 Group:          System/YaST
 License:        GPL v2 only GPL v2 or later
 PreReq:         %fillup_prereq
-Requires:       yast2
+Requires:       yast2 >= 2.21.22
 BuildRequires:  perl-XML-Writer update-desktop-files yast2 yast2-devtools 
yast2-testsuite
 
 BuildArch:      noarch
@@ -41,7 +41,7 @@
 A wizard for creating your own Add-On product
 
 %prep
-%setup -n yast2-add-on-creator-2.21.0
+%setup -n yast2-add-on-creator-2.21.1
 
 %build
 %{prefix}/bin/y2tool y2autoconf
@@ -86,4 +86,5 @@
 /usr/lib/YaST2/servers_non_y2/ag_*
 %doc %{prefix}/share/doc/packages/yast2-add-on-creator
 /var/adm/fillup-templates/sysconfig.add-on-creator
+
 %changelog

++++++ yast2-add-on-creator-2.21.0.tar.bz2 -> 
yast2-add-on-creator-2.21.1.tar.bz2 ++++++
++++ 2135 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-add-on-creator-2.21.0/VERSION new/yast2-add-on-creator-2.21.1/VERSION
--- old/yast2-add-on-creator-2.21.0/VERSION     2011-09-01 12:00:37.000000000 
+0200
+++ new/yast2-add-on-creator-2.21.1/VERSION     2011-09-19 14:55:00.000000000 
+0200
@@ -1 +1 @@
-2.21.0
+2.21.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-add-on-creator-2.21.0/configure.in 
new/yast2-add-on-creator-2.21.1/configure.in
--- old/yast2-add-on-creator-2.21.0/configure.in        2011-06-23 
15:53:32.000000000 +0200
+++ new/yast2-add-on-creator-2.21.1/configure.in        2011-09-15 
21:16:29.000000000 +0200
@@ -3,7 +3,7 @@
 dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! --
 dnl    (edit configure.in.in instead)
 
-AC_INIT(yast2-add-on-creator, 2.20.1, http://bugs.opensuse.org/, 
yast2-add-on-creator)
+AC_INIT(yast2-add-on-creator, 2.21.0, http://bugs.opensuse.org/, 
yast2-add-on-creator)
 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="2.20.1"
+VERSION="2.21.0"
 RPMNAME="yast2-add-on-creator"
 MAINTAINER="Jiri Suchomel <[email protected]>"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-add-on-creator-2.21.0/src/complex.ycp 
new/yast2-add-on-creator-2.21.1/src/complex.ycp
--- old/yast2-add-on-creator-2.21.0/src/complex.ycp     2011-09-01 
11:34:40.000000000 +0200
+++ new/yast2-add-on-creator-2.21.1/src/complex.ycp     2011-09-19 
09:07:59.000000000 +0200
@@ -24,7 +24,7 @@
  * Summary:    Dialogs definitions
  * Authors:    Jiri Suchomel <[email protected]>
  *
- * $Id: complex.ycp 62650 2010-10-19 08:34:44Z jsuchome $
+ * $Id: complex.ycp 65765 2011-09-19 07:07:58Z visnov $
  */
 
 {
@@ -41,7 +41,7 @@
 import "String";
 import "Summary";
 import "Wizard";
-import "Wizard_hw";
+import "UIHelper";
 
 
 include "add-on-creator/helps.ycp";
@@ -173,7 +173,7 @@
        )
     );
 
-    contents = Wizard_hw::SpacingAround (contents, 1.5, 1.5, 1.0, 1.0);
+    contents = UIHelper::SpacingAround (contents, 1.5, 1.5, 1.0, 1.0);
 
     Wizard::SetContentsButtons(caption, contents, help_text,
         Label::AbortButton(), Label::FinishButton());


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



Remember to have fun...

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

Reply via email to