Hello community,

here is the log from the commit of package yast2-devtools for openSUSE:Factory 
checked in at 2013-01-31 10:29:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-devtools (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-devtools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-devtools", Maintainer is "mvid...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-devtools/yast2-devtools.changes    
2012-08-09 18:01:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-devtools.new/yast2-devtools.changes       
2013-01-31 10:29:40.000000000 +0100
@@ -1,0 +2,13 @@
+Tue Dec 11 14:31:48 UTC 2012 - jreidin...@suse.com
+
+- fix cmake plugin search. In particular, look in lib64, and find 
+  them in /usr when our prefix is /usr/local.
+- 2.23.2
+
+-------------------------------------------------------------------
+Tue Oct 30 12:49:10 CET 2012 - jsuch...@suse.cz
+
+- removed references to SuSEconfig (fate#100011)
+- 2.23.1 
+
+-------------------------------------------------------------------

Old:
----
  yast2-devtools-2.23.0.tar.bz2

New:
----
  yast2-devtools-2.23.2.tar.bz2

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

Other differences:
------------------
++++++ yast2-devtools.spec ++++++
--- /var/tmp/diff_new_pack.Yi1X0N/_old  2013-01-31 10:29:46.000000000 +0100
+++ /var/tmp/diff_new_pack.Yi1X0N/_new  2013-01-31 10:29:46.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-devtools
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-devtools
-Version:        2.23.0
+Version:        2.23.2
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-devtools-2.23.0.tar.bz2 -> yast2-devtools-2.23.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-2.23.0/Makefile.am 
new/yast2-devtools-2.23.2/Makefile.am
--- old/yast2-devtools-2.23.0/Makefile.am       2012-08-09 14:57:20.000000000 
+0200
+++ new/yast2-devtools-2.23.2/Makefile.am       2013-01-24 18:38:24.000000000 
+0100
@@ -198,4 +198,4 @@
        test ! -f $(srcdir)/po/Makefile || $(MAKE) -C po checkpo
 #      test ! -f $(srcdir)/po/Makefile || $(MAKE) -C po checkpo make-pox
 # No ./SUBDIRS file found - assuming default: All direct subdirs with 
Makefile.am
-SUBDIRS = devtools docbook doxygen scrdoc yast2 ycpdoc ydoc y2logview 
+SUBDIRS = devtools docbook doxygen scrdoc y2logview yast2 ycpdoc ydoc 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-2.23.0/Makefile.in 
new/yast2-devtools-2.23.2/Makefile.in
--- old/yast2-devtools-2.23.0/Makefile.in       2012-08-09 14:57:26.000000000 
+0200
+++ new/yast2-devtools-2.23.2/Makefile.in       2013-01-24 18:38:35.000000000 
+0100
@@ -63,7 +63,7 @@
 subdir = .
 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
        $(srcdir)/Makefile.in $(top_srcdir)/configure config.guess \
-       config.sub install-sh ltmain.sh missing
+       config.sub depcomp install-sh ltmain.sh missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/libtool.m4 \
        $(top_srcdir)/ltoptions.m4 $(top_srcdir)/ltsugar.m4 \
@@ -379,7 +379,7 @@
 TAGVERSION = $(Y2TOOL) tagversion
 #      test ! -f $(srcdir)/po/Makefile || $(MAKE) -C po checkpo make-pox
 # No ./SUBDIRS file found - assuming default: All direct subdirs with 
Makefile.am
-SUBDIRS = devtools docbook doxygen scrdoc yast2 ycpdoc ydoc y2logview 
+SUBDIRS = devtools docbook doxygen scrdoc y2logview yast2 ycpdoc ydoc 
 all: all-recursive
 
 .SUFFIXES:
@@ -751,7 +751,7 @@
        *.zip*) \
          unzip $(distdir).zip ;;\
        esac
-       chmod -R a-w $(distdir); chmod a+w $(distdir)
+       chmod -R a-w $(distdir); chmod u+w $(distdir)
        mkdir $(distdir)/_build
        mkdir $(distdir)/_inst
        chmod a-w $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-2.23.0/VERSION 
new/yast2-devtools-2.23.2/VERSION
--- old/yast2-devtools-2.23.0/VERSION   2012-08-09 14:57:20.000000000 +0200
+++ new/yast2-devtools-2.23.2/VERSION   2013-01-21 16:11:19.000000000 +0100
@@ -1 +1 @@
-2.23.0
+2.23.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-2.23.0/configure 
new/yast2-devtools-2.23.2/configure
--- old/yast2-devtools-2.23.0/configure 2012-08-09 14:57:26.000000000 +0200
+++ new/yast2-devtools-2.23.2/configure 2013-01-24 18:38:34.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-devtools 2.23.0.
+# Generated by GNU Autoconf 2.69 for yast2-devtools 2.23.2.
 #
 # Report bugs to <http://bugs.opensuse.org/>.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-devtools'
 PACKAGE_TARNAME='yast2-devtools'
-PACKAGE_VERSION='2.23.0'
-PACKAGE_STRING='yast2-devtools 2.23.0'
+PACKAGE_VERSION='2.23.2'
+PACKAGE_STRING='yast2-devtools 2.23.2'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1383,7 +1383,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-devtools 2.23.0 to adapt to many kinds of 
systems.
+\`configure' configures yast2-devtools 2.23.2 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1454,7 +1454,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of yast2-devtools 2.23.0:";;
+     short | recursive ) echo "Configuration of yast2-devtools 2.23.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1571,7 +1571,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-devtools configure 2.23.0
+yast2-devtools configure 2.23.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1970,7 +1970,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-devtools $as_me 2.23.0, which was
+It was created by yast2-devtools $as_me 2.23.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2909,7 +2909,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-devtools'
- VERSION='2.23.0'
+ VERSION='2.23.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3032,7 +3032,7 @@
 
 
 
-VERSION="2.23.0"
+VERSION="2.23.2"
 RPMNAME="yast2-devtools"
 MAINTAINER="Martin Vidner <mvid...@suse.cz>"
 
@@ -15727,7 +15727,7 @@
 
 ac_config_files="$ac_config_files devtools/bin/version"
 
-ac_config_files="$ac_config_files Makefile devtools/bin/Makefile 
devtools/admin/po/Makefile devtools/admin/copyright/yast/Makefile 
devtools/admin/copyright/gpl/Makefile devtools/admin/copyright/Makefile 
devtools/admin/aclocal/Makefile devtools/admin/aminclude/Makefile 
devtools/admin/Makefile devtools/skeletons/Makefile 
devtools/doc/skeletons/config/Makefile devtools/doc/skeletons/Makefile 
devtools/doc/Makefile devtools/data/Makefile devtools/cmake/modules/Makefile 
devtools/cmake/Makefile devtools/Makefile docbook/stylesheets/Makefile 
docbook/css/Makefile docbook/images/navig/Makefile 
docbook/images/admon/Makefile docbook/images/Makefile docbook/Makefile 
doxygen/Makefile scrdoc/doc/Makefile scrdoc/src/Makefile scrdoc/Makefile 
yast2/check_ycp/doc/Makefile yast2/check_ycp/Makefile yast2/Makefile 
ycpdoc/doc/example/Makefile ycpdoc/doc/Makefile ycpdoc/src/Makefile 
ycpdoc/testsuite/Makefile ycpdoc/Makefile ydoc/doc/Makefile ydoc/src/Makefile 
ydoc/po-tools/Makefile ydoc/Makefile y2logview/y2log_ana/Makefile 
y2logview/Makefile"
+ac_config_files="$ac_config_files Makefile devtools/bin/Makefile 
devtools/admin/po/Makefile devtools/admin/copyright/yast/Makefile 
devtools/admin/copyright/gpl/Makefile devtools/admin/copyright/Makefile 
devtools/admin/aclocal/Makefile devtools/admin/aminclude/Makefile 
devtools/admin/Makefile devtools/skeletons/Makefile 
devtools/doc/skeletons/config/Makefile devtools/doc/skeletons/Makefile 
devtools/doc/Makefile devtools/data/Makefile devtools/cmake/modules/Makefile 
devtools/cmake/Makefile devtools/Makefile docbook/stylesheets/Makefile 
docbook/css/Makefile docbook/images/navig/Makefile 
docbook/images/admon/Makefile docbook/images/Makefile docbook/Makefile 
doxygen/Makefile scrdoc/doc/Makefile scrdoc/src/Makefile scrdoc/Makefile 
y2logview/y2log_ana/Makefile y2logview/Makefile yast2/check_ycp/doc/Makefile 
yast2/check_ycp/Makefile yast2/Makefile ycpdoc/doc/example/Makefile 
ycpdoc/doc/Makefile ycpdoc/src/Makefile ycpdoc/testsuite/Makefile 
ycpdoc/Makefile ydoc/doc/Makefile ydoc/src/Makefile ydoc/po-tools/Makefile 
ydoc/Makefile"
 
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
@@ -16315,7 +16315,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2-devtools $as_me 2.23.0, which was
+This file was extended by yast2-devtools $as_me 2.23.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -16372,7 +16372,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-devtools config.status 2.23.0
+yast2-devtools config.status 2.23.2
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
@@ -16895,6 +16895,8 @@
     "scrdoc/doc/Makefile") CONFIG_FILES="$CONFIG_FILES scrdoc/doc/Makefile" ;;
     "scrdoc/src/Makefile") CONFIG_FILES="$CONFIG_FILES scrdoc/src/Makefile" ;;
     "scrdoc/Makefile") CONFIG_FILES="$CONFIG_FILES scrdoc/Makefile" ;;
+    "y2logview/y2log_ana/Makefile") CONFIG_FILES="$CONFIG_FILES 
y2logview/y2log_ana/Makefile" ;;
+    "y2logview/Makefile") CONFIG_FILES="$CONFIG_FILES y2logview/Makefile" ;;
     "yast2/check_ycp/doc/Makefile") CONFIG_FILES="$CONFIG_FILES 
yast2/check_ycp/doc/Makefile" ;;
     "yast2/check_ycp/Makefile") CONFIG_FILES="$CONFIG_FILES 
yast2/check_ycp/Makefile" ;;
     "yast2/Makefile") CONFIG_FILES="$CONFIG_FILES yast2/Makefile" ;;
@@ -16907,8 +16909,6 @@
     "ydoc/src/Makefile") CONFIG_FILES="$CONFIG_FILES ydoc/src/Makefile" ;;
     "ydoc/po-tools/Makefile") CONFIG_FILES="$CONFIG_FILES 
ydoc/po-tools/Makefile" ;;
     "ydoc/Makefile") CONFIG_FILES="$CONFIG_FILES ydoc/Makefile" ;;
-    "y2logview/y2log_ana/Makefile") CONFIG_FILES="$CONFIG_FILES 
y2logview/y2log_ana/Makefile" ;;
-    "y2logview/Makefile") CONFIG_FILES="$CONFIG_FILES y2logview/Makefile" ;;
 
   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
   esac
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-2.23.0/configure.in 
new/yast2-devtools-2.23.2/configure.in
--- old/yast2-devtools-2.23.0/configure.in      2012-08-09 14:57:20.000000000 
+0200
+++ new/yast2-devtools-2.23.2/configure.in      2013-01-24 18:38:24.000000000 
+0100
@@ -1,9 +1,9 @@
 dnl configure.in for yast2-devtools
 dnl
-dnl -- This file is generated by y2autoconf 2.23.0 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.23.2 - DO NOT EDIT! --
 dnl    (edit configure.in.in instead)
 
-AC_INIT(yast2-devtools, 2.23.0, http://bugs.opensuse.org/, yast2-devtools)
+AC_INIT(yast2-devtools, 2.23.2, http://bugs.opensuse.org/, yast2-devtools)
 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.23.0"
+VERSION="2.23.2"
 RPMNAME="yast2-devtools"
 MAINTAINER="Martin Vidner <mvid...@suse.cz>"
 
@@ -217,6 +217,8 @@
 scrdoc/doc/Makefile
 scrdoc/src/Makefile
 scrdoc/Makefile
+y2logview/y2log_ana/Makefile
+y2logview/Makefile
 yast2/check_ycp/doc/Makefile
 yast2/check_ycp/Makefile
 yast2/Makefile
@@ -228,8 +230,6 @@
 ydoc/doc/Makefile
 ydoc/src/Makefile
 ydoc/po-tools/Makefile
-ydoc/Makefile
-y2logview/y2log_ana/Makefile
-y2logview/Makefile)
+ydoc/Makefile)
 AC_OUTPUT
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-2.23.0/devtools/bin/version 
new/yast2-devtools-2.23.2/devtools/bin/version
--- old/yast2-devtools-2.23.0/devtools/bin/version      2012-08-09 
14:57:30.000000000 +0200
+++ new/yast2-devtools-2.23.2/devtools/bin/version      2013-01-24 
18:38:45.000000000 +0100
@@ -1,5 +1,5 @@
 #!/bin/bash
 
-echo 2.23.0
+echo 2.23.2
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-2.23.0/devtools/cmake/modules/FindYast.cmake 
new/yast2-devtools-2.23.2/devtools/cmake/modules/FindYast.cmake
--- old/yast2-devtools-2.23.0/devtools/cmake/modules/FindYast.cmake     
2012-08-09 14:57:20.000000000 +0200
+++ new/yast2-devtools-2.23.2/devtools/cmake/modules/FindYast.cmake     
2013-01-21 16:11:19.000000000 +0100
@@ -24,46 +24,48 @@
 FIND_PATH(YAST_INCLUDE_DIR Y2.h
   ${CMAKE_INSTALL_PREFIX}/include/YaST2
   /usr/include/YaST2
-  /usr/local/include/YaST2
 )
 
 FIND_LIBRARY(YAST_LIBRARY NAMES y2
   PATHS
   ${LIB_INSTALL_DIR}
-  /usr/local/lib
+  /usr/${LIB}
 )
 
 FIND_LIBRARY(YAST_YCP_LIBRARY NAMES ycp
   PATHS
   ${LIB_INSTALL_DIR}
-  /usr/local/lib
+  /usr/${LIB}
 )
 
 FIND_LIBRARY(YAST_YUI_LIBRARY NAMES yui
   PATHS
   ${LIB_INSTALL_DIR}
-  /usr/local/lib
+  /usr/${LIB}
 )
 
 FIND_LIBRARY(YAST_PLUGIN_WFM_LIBRARY NAMES py2wfm
   PATHS
   ${YAST_PLUGIN_DIR}
-  /usr/lib
-  /usr/local/lib
+  /usr/${LIB}/YaST2/plugin/
+  ${LIB_INSTALL_DIR}
+  /usr/${LIB}
 )
 
 FIND_LIBRARY(YAST_PLUGIN_SCR_LIBRARY NAMES py2scr
   PATHS
   ${YAST_PLUGIN_DIR}
+  /usr/${LIB}/YaST2/plugin/
   ${LIB_INSTALL_DIR}
-  /usr/local/lib
+  /usr/${LIB}
 )
 
 FIND_LIBRARY(YAST_PLUGIN_UI_LIBRARY NAMES py2UI
   PATHS
   ${YAST_PLUGIN_DIR}
+  /usr/${LIB}/YaST2/plugin/
   ${LIB_INSTALL_DIR}
-  /usr/local/lib
+  /usr/${LIB}
 )
 
 #SET(CMAKE_MODULE_PATH 
"${CMAKE_INSTALL_PREFIX}/share/YaST2/data/devtools/cmake/modules" 
${CMAKE_MODULE_PATH})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-2.23.0/devtools/cmake/modules/YastCommon.cmake 
new/yast2-devtools-2.23.2/devtools/cmake/modules/YastCommon.cmake
--- old/yast2-devtools-2.23.0/devtools/cmake/modules/YastCommon.cmake   
2012-08-09 14:57:20.000000000 +0200
+++ new/yast2-devtools-2.23.2/devtools/cmake/modules/YastCommon.cmake   
2013-01-21 16:11:19.000000000 +0100
@@ -29,14 +29,15 @@
 ENDIF ( DEFINED CMAKE_INSTALL_PREFIX )
 
 # Library
-IF ( DEFINED LIB )
-  SET ( LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/${LIB}" )
-ELSE ( DEFINED  LIB )
+IF ( NOT DEFINED LIB )
   IF (CMAKE_SIZEOF_VOID_P MATCHES "8")
-    SET( LIB_SUFFIX "64" )
+    SET( LIB "lib64" )
+  ELSE (CMAKE_SIZEOF_VOID_P MATCHES "8")
+    SET( LIB "lib" )
   ENDIF(CMAKE_SIZEOF_VOID_P MATCHES "8")
   SET ( LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}" )
-ENDIF ( DEFINED  LIB )
+ENDIF ( NOT DEFINED  LIB )
+SET ( LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/${LIB}" )
 MESSAGE(STATUS "Libraries will be installed in ${LIB_INSTALL_DIR}" )
 
 SET(YAST_PLUGIN_DIR ${LIB_INSTALL_DIR}/YaST2/plugin)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-2.23.0/devtools/data/YaST2.dict.txt 
new/yast2-devtools-2.23.2/devtools/data/YaST2.dict.txt
--- old/yast2-devtools-2.23.0/devtools/data/YaST2.dict.txt      2012-08-09 
14:57:20.000000000 +0200
+++ new/yast2-devtools-2.23.2/devtools/data/YaST2.dict.txt      2013-01-21 
16:11:19.000000000 +0100
@@ -119,7 +119,6 @@
 SUSE
 SaX
 SuSE
-SuSEconfig
 SuSEfirewall
 SyncPPP
 TLS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-2.23.0/devtools/doc/skeletons/config/XXPkgXX.html 
new/yast2-devtools-2.23.2/devtools/doc/skeletons/config/XXPkgXX.html
--- old/yast2-devtools-2.23.0/devtools/doc/skeletons/config/XXPkgXX.html        
2012-08-09 14:57:32.000000000 +0200
+++ new/yast2-devtools-2.23.2/devtools/doc/skeletons/config/XXPkgXX.html        
2013-01-24 18:38:52.000000000 +0100
@@ -179,7 +179,7 @@
    </div>
    <p>
  Write only, used during autoinstallation.
- Don't run services and SuSEconfig, it's all done at one place.</p>
+ Don't run services, it's all done at one place.</p>
    <div class="sigbox">Info:</div>
    <p>
  Abort function
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-2.23.0/devtools/skeletons/agent/_cvsignore 
new/yast2-devtools-2.23.2/devtools/skeletons/agent/_cvsignore
--- old/yast2-devtools-2.23.0/devtools/skeletons/agent/_cvsignore       
2012-08-09 14:57:32.000000000 +0200
+++ new/yast2-devtools-2.23.2/devtools/skeletons/agent/_cvsignore       
1970-01-01 01:00:00.000000000 +0100
@@ -1,22 +0,0 @@
-Makefile
-Makefile.am
-Makefile.am.common
-Makefile.in
-aclocal.m4
-autom4te.cache
-config.cache
-config.guess
-config.h
-config.h.in
-config.log
-config.status
-config.sub
-configure
-configure.in
-depcomp
-install-sh
-libtool
-ltmain.sh
-missing
-mkinstalldirs
-stamp-h*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-2.23.0/devtools/skeletons/agent/conf/_cvsignore 
new/yast2-devtools-2.23.2/devtools/skeletons/agent/conf/_cvsignore
--- old/yast2-devtools-2.23.0/devtools/skeletons/agent/conf/_cvsignore  
2012-08-09 14:57:32.000000000 +0200
+++ new/yast2-devtools-2.23.2/devtools/skeletons/agent/conf/_cvsignore  
1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-Makefile
-Makefile.in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-2.23.0/devtools/skeletons/agent/doc/_cvsignore 
new/yast2-devtools-2.23.2/devtools/skeletons/agent/doc/_cvsignore
--- old/yast2-devtools-2.23.0/devtools/skeletons/agent/doc/_cvsignore   
2012-08-09 14:57:32.000000000 +0200
+++ new/yast2-devtools-2.23.2/devtools/skeletons/agent/doc/_cvsignore   
1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-Makefile
-Makefile.in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-2.23.0/devtools/skeletons/agent/doc/autodocs/_cvsignore 
new/yast2-devtools-2.23.2/devtools/skeletons/agent/doc/autodocs/_cvsignore
--- old/yast2-devtools-2.23.0/devtools/skeletons/agent/doc/autodocs/_cvsignore  
2012-08-09 14:57:32.000000000 +0200
+++ new/yast2-devtools-2.23.2/devtools/skeletons/agent/doc/autodocs/_cvsignore  
1970-01-01 01:00:00.000000000 +0100
@@ -1,9 +0,0 @@
-Makefile
-Makefile.in
-*.html
-*.png
-*.tag
-doxygen.css
-doxygen.log
-doxygen.conf
-installdox
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-2.23.0/devtools/skeletons/agent/package/_cvsignore 
new/yast2-devtools-2.23.2/devtools/skeletons/agent/package/_cvsignore
--- old/yast2-devtools-2.23.0/devtools/skeletons/agent/package/_cvsignore       
2012-08-09 14:57:32.000000000 +0200
+++ new/yast2-devtools-2.23.2/devtools/skeletons/agent/package/_cvsignore       
1970-01-01 01:00:00.000000000 +0100
@@ -1,3 +0,0 @@
-*.bz2
-*.tar.gz
-*.spec
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-2.23.0/devtools/skeletons/agent/src/_cvsignore 
new/yast2-devtools-2.23.2/devtools/skeletons/agent/src/_cvsignore
--- old/yast2-devtools-2.23.0/devtools/skeletons/agent/src/_cvsignore   
2012-08-09 14:57:32.000000000 +0200
+++ new/yast2-devtools-2.23.2/devtools/skeletons/agent/src/_cvsignore   
1970-01-01 01:00:00.000000000 +0100
@@ -1,9 +0,0 @@
-Makefile
-Makefile.in
-*.o
-*.lo
-*.la
-.libs
-.deps
-ag_XXpkgXX
-*.kdoc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-2.23.0/devtools/skeletons/agent/testsuite/_cvsignore 
new/yast2-devtools-2.23.2/devtools/skeletons/agent/testsuite/_cvsignore
--- old/yast2-devtools-2.23.0/devtools/skeletons/agent/testsuite/_cvsignore     
2012-08-09 14:57:32.000000000 +0200
+++ new/yast2-devtools-2.23.2/devtools/skeletons/agent/testsuite/_cvsignore     
1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-Makefile
-Makefile.in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-2.23.0/devtools/skeletons/config/_cvsignore 
new/yast2-devtools-2.23.2/devtools/skeletons/config/_cvsignore
--- old/yast2-devtools-2.23.0/devtools/skeletons/config/_cvsignore      
2012-08-09 14:57:32.000000000 +0200
+++ new/yast2-devtools-2.23.2/devtools/skeletons/config/_cvsignore      
1970-01-01 01:00:00.000000000 +0100
@@ -1,20 +0,0 @@
-Makefile
-Makefile.am
-Makefile.am.common
-Makefile.in
-aclocal.m4
-config.cache
-config.guess
-config.h.in
-config.log
-config.status
-config.sub
-configure
-configure.in
-depcomp
-install-sh
-missing
-mkinstalldirs
-stamp-h
-XXpkgXX.pot
-autom4te.cache
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-2.23.0/devtools/skeletons/config/agents/_cvsignore 
new/yast2-devtools-2.23.2/devtools/skeletons/config/agents/_cvsignore
--- old/yast2-devtools-2.23.0/devtools/skeletons/config/agents/_cvsignore       
2012-08-09 14:57:32.000000000 +0200
+++ new/yast2-devtools-2.23.2/devtools/skeletons/config/agents/_cvsignore       
1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-Makefile
-Makefile.in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-2.23.0/devtools/skeletons/config/doc/_cvsignore 
new/yast2-devtools-2.23.2/devtools/skeletons/config/doc/_cvsignore
--- old/yast2-devtools-2.23.0/devtools/skeletons/config/doc/_cvsignore  
2012-08-09 14:57:32.000000000 +0200
+++ new/yast2-devtools-2.23.2/devtools/skeletons/config/doc/_cvsignore  
1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-Makefile
-Makefile.in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-2.23.0/devtools/skeletons/config/doc/autodocs/_cvsignore 
new/yast2-devtools-2.23.2/devtools/skeletons/config/doc/autodocs/_cvsignore
--- old/yast2-devtools-2.23.0/devtools/skeletons/config/doc/autodocs/_cvsignore 
2012-08-09 14:57:32.000000000 +0200
+++ new/yast2-devtools-2.23.2/devtools/skeletons/config/doc/autodocs/_cvsignore 
1970-01-01 01:00:00.000000000 +0100
@@ -1,3 +0,0 @@
-Makefile
-Makefile.in
-*.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-2.23.0/devtools/skeletons/config/package/_cvsignore 
new/yast2-devtools-2.23.2/devtools/skeletons/config/package/_cvsignore
--- old/yast2-devtools-2.23.0/devtools/skeletons/config/package/_cvsignore      
2012-08-09 14:57:32.000000000 +0200
+++ new/yast2-devtools-2.23.2/devtools/skeletons/config/package/_cvsignore      
1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-*.spec
-*.bz2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-2.23.0/devtools/skeletons/config/src/XXPkgXX.ycp 
new/yast2-devtools-2.23.2/devtools/skeletons/config/src/XXPkgXX.ycp
--- old/yast2-devtools-2.23.0/devtools/skeletons/config/src/XXPkgXX.ycp 
2012-08-09 14:57:32.000000000 +0200
+++ new/yast2-devtools-2.23.2/devtools/skeletons/config/src/XXPkgXX.ycp 
2013-01-24 18:38:52.000000000 +0100
@@ -56,7 +56,7 @@
 
 /**
  * Write only, used during autoinstallation.
- * Don't run services and SuSEconfig, it's all done at one place.
+ * Don't run services, it's all done at one place.
  */
 boolean write_only = false;
 
@@ -222,7 +222,7 @@
     string caption = _("Saving XXpkgXX Configuration");
 
     // TODO FIXME And set the right number of stages
-    integer steps = 2;
+    integer steps = 1;
 
     integer sl = 500;
     sleep(sl);
@@ -230,15 +230,11 @@
     // TODO FIXME Names of real stages
     // We do not set help text here, because it was set outside
     Progress::New(caption, " ", steps, [
-           /* Progress stage 1/2 */
+           /* Progress stage */
            _("Write the settings"),
-           /* Progress stage 2/2 */
-           _("Run SuSEconfig")
        ], [
-           /* Progress step 1/2 */
+           /* Progress step */
            _("Writing the settings..."),
-           /* Progress step 2/2 */
-           _("Running SuSEconfig..."),
            /* Progress finished */
            _("Finished")
        ],
@@ -252,13 +248,6 @@
     if(false) Report::Error (_("Cannot write settings."));
     sleep(sl);
 
-    // run SuSEconfig
-    if(Abort()) return false;
-    Progress::NextStage ();
-    /* Error message */
-    if(false) Report::Error (Message::SuSEConfigFailed());
-    sleep(sl);
-
     if(Abort()) return false;
     /* Progress finished */
     Progress::NextStage();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-2.23.0/devtools/skeletons/config/src/XXPkgXX2.pm 
new/yast2-devtools-2.23.2/devtools/skeletons/config/src/XXPkgXX2.pm
--- old/yast2-devtools-2.23.0/devtools/skeletons/config/src/XXPkgXX2.pm 
2012-08-09 14:57:32.000000000 +0200
+++ new/yast2-devtools-2.23.2/devtools/skeletons/config/src/XXPkgXX2.pm 
2013-01-24 18:38:52.000000000 +0100
@@ -57,7 +57,7 @@
 
 ##
  # Write only, used during autoinstallation.
- # Don't run services and SuSEconfig, it's all done at one place.
+ # Don't run services, it's all done at one place.
  #
 my $write_only = 0;
 
@@ -211,7 +211,7 @@
     my $caption = __("Saving XXpkgXX Configuration");
 
     # TODO FIXME And set the right number of stages
-    my $steps = 2;
+    my $steps = 1;
 
     my $sl = 0.5;
     sleep($sl);
@@ -219,15 +219,11 @@
     # TODO FIXME Names of real stages
     # We do not set help text here, because it was set outside
     Progress->New($caption, " ", $steps, [
-           # Progress stage 1/2
+           # Progress stage
            __("Write the settings"),
-           # Progress stage 2/2
-           __("Run SuSEconfig")
        ], [
-           # Progress step 1/2
+           # Progress step
            __("Writing the settings..."),
-           # Progress step 2/2
-           __("Running SuSEconfig..."),
            # Progress finished
            __("Finished")
        ],
@@ -243,15 +239,6 @@
     }
     sleep($sl);
 
-    # run SuSEconfig
-    Progress->NextStage ();
-    # Error message
-    if(0)
-    {
-       Report->Error (Message->SuSEConfigFailed());
-    }
-    sleep($sl);
-
     # Progress finished
     Progress->NextStage();
     sleep($sl);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-2.23.0/devtools/skeletons/config/src/XXPkgXX3.py 
new/yast2-devtools-2.23.2/devtools/skeletons/config/src/XXPkgXX3.py
--- old/yast2-devtools-2.23.0/devtools/skeletons/config/src/XXPkgXX3.py 
2012-08-09 14:57:32.000000000 +0200
+++ new/yast2-devtools-2.23.2/devtools/skeletons/config/src/XXPkgXX3.py 
2013-01-24 18:38:52.000000000 +0100
@@ -58,7 +58,7 @@
 
 ##
  # Write only, used during autoinstallation.
- # Don't run services and SuSEconfig, it's all done at one place.
+ # Don't run services it's all done at one place.
  #
 write_only = False
 
@@ -201,7 +201,7 @@
     caption = _("Saving XXpkgXX Configuration")
 
     # TODO FIXME And set the right number of stages
-    steps = 2
+    steps = 1
 
     sl = 0.5
     sleep(sl)
@@ -209,15 +209,11 @@
     # TODO FIXME Names of real stages
     # We do not set help text here, because it was set outside
     ycp.Progress.New(caption, " ", steps, [
-            # Progress stage 1/2
+            # Progress stage
             _("Write the settings"),
-            # Progress stage 2/2
-            _("Run SuSEconfig")
         ], [
-            # Progress step 1/2
+            # Progress step
             _("Writing the settings..."),
-            # Progress step 2/2
-            _("Running SuSEconfig..."),
             # Progress finished
             _("Finished")
         ],
@@ -231,13 +227,6 @@
         ycp.Report.Error (_("Cannot write settings."))
     sleep(sl)
 
-    # run SuSEconfig
-    ycp.Progress.NextStage()
-    # Error message
-    if False:
-        ycp.Report.Error(ycp.Message.SuSEConfigFailed())
-    sleep(sl)
-
     # Progress finished
     ycp.Progress.NextStage()
     sleep(sl)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-2.23.0/devtools/skeletons/config/src/_cvsignore 
new/yast2-devtools-2.23.2/devtools/skeletons/config/src/_cvsignore
--- old/yast2-devtools-2.23.0/devtools/skeletons/config/src/_cvsignore  
2012-08-09 14:57:32.000000000 +0200
+++ new/yast2-devtools-2.23.2/devtools/skeletons/config/src/_cvsignore  
1970-01-01 01:00:00.000000000 +0100
@@ -1,4 +0,0 @@
-Makefile
-Makefile.in
-*.ybc
-.dep
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-2.23.0/devtools/skeletons/config/testsuite/_cvsignore 
new/yast2-devtools-2.23.2/devtools/skeletons/config/testsuite/_cvsignore
--- old/yast2-devtools-2.23.0/devtools/skeletons/config/testsuite/_cvsignore    
2012-08-09 14:57:32.000000000 +0200
+++ new/yast2-devtools-2.23.2/devtools/skeletons/config/testsuite/_cvsignore    
1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
-Makefile
-Makefile.in
-site.exp
-*.sum
-*.log
-tmp.out*
-tmp.err*
-tmp.log*
-config
-run
-*.test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-2.23.0/devtools/skeletons/config-python/_cvsignore 
new/yast2-devtools-2.23.2/devtools/skeletons/config-python/_cvsignore
--- old/yast2-devtools-2.23.0/devtools/skeletons/config-python/_cvsignore       
2012-08-09 14:57:32.000000000 +0200
+++ new/yast2-devtools-2.23.2/devtools/skeletons/config-python/_cvsignore       
1970-01-01 01:00:00.000000000 +0100
@@ -1,20 +0,0 @@
-Makefile
-Makefile.am
-Makefile.am.common
-Makefile.in
-aclocal.m4
-config.cache
-config.guess
-config.h.in
-config.log
-config.status
-config.sub
-configure
-configure.in
-depcomp
-install-sh
-missing
-mkinstalldirs
-stamp-h
-XXpkgXX.pot
-autom4te.cache
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-2.23.0/devtools/skeletons/config-python/agents/_cvsignore 
new/yast2-devtools-2.23.2/devtools/skeletons/config-python/agents/_cvsignore
--- 
old/yast2-devtools-2.23.0/devtools/skeletons/config-python/agents/_cvsignore    
    2012-08-09 14:57:32.000000000 +0200
+++ 
new/yast2-devtools-2.23.2/devtools/skeletons/config-python/agents/_cvsignore    
    1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-Makefile
-Makefile.in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-2.23.0/devtools/skeletons/config-python/doc/_cvsignore 
new/yast2-devtools-2.23.2/devtools/skeletons/config-python/doc/_cvsignore
--- old/yast2-devtools-2.23.0/devtools/skeletons/config-python/doc/_cvsignore   
2012-08-09 14:57:32.000000000 +0200
+++ new/yast2-devtools-2.23.2/devtools/skeletons/config-python/doc/_cvsignore   
1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-Makefile
-Makefile.in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-2.23.0/devtools/skeletons/config-python/doc/autodocs/_cvsignore
 
new/yast2-devtools-2.23.2/devtools/skeletons/config-python/doc/autodocs/_cvsignore
--- 
old/yast2-devtools-2.23.0/devtools/skeletons/config-python/doc/autodocs/_cvsignore
  2012-08-09 14:57:32.000000000 +0200
+++ 
new/yast2-devtools-2.23.2/devtools/skeletons/config-python/doc/autodocs/_cvsignore
  1970-01-01 01:00:00.000000000 +0100
@@ -1,3 +0,0 @@
-Makefile
-Makefile.in
-*.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-2.23.0/devtools/skeletons/config-python/package/_cvsignore 
new/yast2-devtools-2.23.2/devtools/skeletons/config-python/package/_cvsignore
--- 
old/yast2-devtools-2.23.0/devtools/skeletons/config-python/package/_cvsignore   
    2012-08-09 14:57:32.000000000 +0200
+++ 
new/yast2-devtools-2.23.2/devtools/skeletons/config-python/package/_cvsignore   
    1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-*.spec
-*.bz2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-2.23.0/devtools/skeletons/config-python/src/XXPkgXX.py 
new/yast2-devtools-2.23.2/devtools/skeletons/config-python/src/XXPkgXX.py
--- old/yast2-devtools-2.23.0/devtools/skeletons/config-python/src/XXPkgXX.py   
2012-08-09 14:57:32.000000000 +0200
+++ new/yast2-devtools-2.23.2/devtools/skeletons/config-python/src/XXPkgXX.py   
2013-01-24 18:38:52.000000000 +0100
@@ -58,7 +58,7 @@
 
 ##
  # Write only, used during autoinstallation.
- # Don't run services and SuSEconfig, it's all done at one place.
+ # Don't run services it's all done at one place.
  #
 write_only = False
 
@@ -201,7 +201,7 @@
     caption = _("Saving XXpkgXX Configuration")
 
     # TODO FIXME And set the right number of stages
-    steps = 2
+    steps = 1
 
     sl = 0.5
     sleep(sl)
@@ -209,15 +209,11 @@
     # TODO FIXME Names of real stages
     # We do not set help text here, because it was set outside
     ycp.Progress.New(caption, " ", steps, [
-            # Progress stage 1/2
+            # Progress stage
             _("Write the settings"),
-            # Progress stage 2/2
-            _("Run SuSEconfig")
         ], [
-            # Progress step 1/2
+            # Progress step
             _("Writing the settings..."),
-            # Progress step 2/2
-            _("Running SuSEconfig..."),
             # Progress finished
             _("Finished")
         ],
@@ -231,13 +227,6 @@
         ycp.Report.Error (_("Cannot write settings."))
     sleep(sl)
 
-    # run SuSEconfig
-    ycp.Progress.NextStage()
-    # Error message
-    if False:
-        ycp.Report.Error(ycp.Message.SuSEConfigFailed())
-    sleep(sl)
-
     # Progress finished
     ycp.Progress.NextStage()
     sleep(sl)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-2.23.0/devtools/skeletons/config-python/src/_cvsignore 
new/yast2-devtools-2.23.2/devtools/skeletons/config-python/src/_cvsignore
--- old/yast2-devtools-2.23.0/devtools/skeletons/config-python/src/_cvsignore   
2012-08-09 14:57:32.000000000 +0200
+++ new/yast2-devtools-2.23.2/devtools/skeletons/config-python/src/_cvsignore   
1970-01-01 01:00:00.000000000 +0100
@@ -1,4 +0,0 @@
-Makefile
-Makefile.in
-*.ybc
-.dep
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-2.23.0/devtools/skeletons/config-python/testsuite/_cvsignore 
new/yast2-devtools-2.23.2/devtools/skeletons/config-python/testsuite/_cvsignore
--- 
old/yast2-devtools-2.23.0/devtools/skeletons/config-python/testsuite/_cvsignore 
    2012-08-09 14:57:32.000000000 +0200
+++ 
new/yast2-devtools-2.23.2/devtools/skeletons/config-python/testsuite/_cvsignore 
    1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
-Makefile
-Makefile.in
-site.exp
-*.sum
-*.log
-tmp.out*
-tmp.err*
-tmp.log*
-config
-run
-*.test

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

Reply via email to