commit subversion.1884 for openSUSE:12.2:Update

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package subversion.1884 for 
openSUSE:12.2:Update checked in at 2013-08-01 09:24:17

Comparing /work/SRC/openSUSE:12.2:Update/subversion.1884 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.subversion.1884.new (New)


Package is subversion.1884

Changes:

New Changes file:

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ /work/SRC/openSUSE:12.2:Update/.subversion.1884.new/subversion.changes  
2013-08-01 09:24:18.0 +0200
@@ -0,0 +1,3030 @@
+---
+Wed Jul 24 17:42:26 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 1.7.11 [bnc#830031] CVE-2013-4131
+  * translation updates for Simplified Chinese
+  * mod_dav_svn: fix incorrect path canonicalization
+  * javahl bindings: fix bug in error constructing code
+
+---
+Fri May 31 20:44:34 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 1.7.10 [bnc#821505]
+  CVE-2013-1968 CVE-2013-2088 CVE-2013-2112
+  - Client-side bugfixes:
+* fix 'svn revert' no such table: revert_list spurious error
+* fix 'svn diff' doesn't show some locally added files
+* fix changelist filtering when --changelist values aren't UTF8
+* fix 'svn diff --git' shows wrong copyfrom
+* fix 'svn diff -x-w' shows wrong changes
+* fix 'svn blame' sometimes shows every line as modified
+* fix regression in 'svn status -u' output for externals
+* fix file permissions change on commit of file with keywords
+* improve some fatal error messages
+* fix externals not removed when working copy is made shallow
+  - Server-side bugfixes:
+* fix repository corruption due to newline in filename
+* fix svnserve exiting when a client connection is aborted
+* fix svnserve memory use after clear
+* fix repository corruption on power/disk failure on Windows
+  - Developer visible changes:
+* make get-deps.sh compatible with Solaris /bin/sh
+* fix infinite recursion bug in get-deps.sh
+* fix uninitialised output parameter of svn_fs_commit_txn()
+  - Bindings:
+* fix JavaHL thread-safety bug 
+
+---
+Sun Apr  7 20:50:38 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 1.7.9 [bnc#813913], addressing remotely triggerable 
+  vulnerabilities in mod_dav_svn which may result in denial of service:
+  + CVE-2013-1845: mod_dav_svn excessive memory usage from property changes
+  + CVE-2013-1846: mod_dav_svn crashes on LOCK requests against activity URLs
+  + CVE-2013-1847: mod_dav_svn crashes on LOCK requests against non-existant 
URLs
+  + CVE-2013-1849: mod_dav_svn crashes on PROPFIND requests against activity 
URLs
+  + CVE-2013-1884: mod_dav_svn crashes on out of range limit in log REPORT
+- further changes:
+  + Client-side bugfixes:
+* improved error messages about svn:date and svn:author props.
+* fix local_relpath assertion
+* fix memory leak in `svn log` over svn://
+* fix incorrect authz failure when using neon http library
+* fix segfault when using kwallet
+  + Server-side bugfixes:
+* svnserve will log the replayed rev not the low-water rev.
+* mod_dav_svn will omit some property values for activity urls
+* fix an assertion in mod_dav_svn when acting as a proxy on /
+* improve memory usage when committing properties in mod_dav_svn
+* fix svnrdump to load dump files with non-LF line endings
+* fix assertion when rep-cache is inaccessible
+* improved logic in mod_dav_svn's implementation of lock.
+* avoid executing unnecessary code in log with limit
+- Developer-visible changes:
+  + General:
+* fix an assertion in dav_svn_get_repos_path() on Windows
+* fix get-deps.sh to correctly download zlib
+* doxygen docs will now ignore prefixes when producing the index
+* fix get-deps.sh on freebsd
+  + Bindings:
+* javahl status api now respects the ignoreExternals boolean
+- refresh subversion-no-build-date.patch for upstream source changes
+
+---
+Mon Dec 17 00:00:00 UTC 2012 - andreas.stie...@gmx.de
+
+- update to 1.7.8 [bnc#794676]
+  + Client- and server-side bugfixes:
+* Fix typos in pt_BR, es and zh_TW translations
+  + Client-side bugfixes:
+* add missing attributes to svn log -v --xml output
+* fix svn patch ignoring hunks after no trailing newline
+* fix hang with ra_serf during error processing
+* ignore file externals with mergeinfo when merging
+* fix SEGV with svnmucc cp rev arg during argv processing
+* fix conflict handling on symlinks
+  + Server-side bugfixes:
+* properly detect threading availability
+* fix svnadmin load --bypass-prop-validation
+* fix 

commit subversion.1884 for openSUSE:12.3:Update

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package subversion.1884 for 
openSUSE:12.3:Update checked in at 2013-08-01 09:24:24

Comparing /work/SRC/openSUSE:12.3:Update/subversion.1884 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.subversion.1884.new (New)


Package is subversion.1884

Changes:

New Changes file:

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ /work/SRC/openSUSE:12.3:Update/.subversion.1884.new/subversion.changes  
2013-08-01 09:24:27.0 +0200
@@ -0,0 +1,3047 @@
+---
+Wed Jul 24 17:43:22 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 1.7.11 [bnc#830031] CVE-2013-4131
+  * translation updates for Simplified Chinese
+  * mod_dav_svn: fix incorrect path canonicalization
+  * javahl bindings: fix bug in error constructing code
+
+---
+Fri May 31 20:44:34 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 1.7.10 [bnc#821505]
+  CVE-2013-1968 CVE-2013-2088 CVE-2013-2112
+  - Client-side bugfixes:
+* fix 'svn revert' no such table: revert_list spurious error
+* fix 'svn diff' doesn't show some locally added files
+* fix changelist filtering when --changelist values aren't UTF8
+* fix 'svn diff --git' shows wrong copyfrom
+* fix 'svn diff -x-w' shows wrong changes
+* fix 'svn blame' sometimes shows every line as modified
+* fix regression in 'svn status -u' output for externals
+* fix file permissions change on commit of file with keywords
+* improve some fatal error messages
+* fix externals not removed when working copy is made shallow
+  - Server-side bugfixes:
+* fix repository corruption due to newline in filename
+* fix svnserve exiting when a client connection is aborted
+* fix svnserve memory use after clear
+* fix repository corruption on power/disk failure on Windows
+  - Developer visible changes:
+* make get-deps.sh compatible with Solaris /bin/sh
+* fix infinite recursion bug in get-deps.sh
+* fix uninitialised output parameter of svn_fs_commit_txn()
+  - Bindings:
+* fix JavaHL thread-safety bug
+
+---
+Sun Apr  7 20:50:38 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 1.7.9 [bnc#813913], addressing remotely triggerable 
+  vulnerabilities in mod_dav_svn which may result in denial of service:
+  + CVE-2013-1845: mod_dav_svn excessive memory usage from property changes
+  + CVE-2013-1846: mod_dav_svn crashes on LOCK requests against activity URLs
+  + CVE-2013-1847: mod_dav_svn crashes on LOCK requests against non-existant 
URLs
+  + CVE-2013-1849: mod_dav_svn crashes on PROPFIND requests against activity 
URLs
+  + CVE-2013-1884: mod_dav_svn crashes on out of range limit in log REPORT
+- further changes:
+  + Client-side bugfixes:
+* improved error messages about svn:date and svn:author props.
+* fix local_relpath assertion
+* fix memory leak in `svn log` over svn://
+* fix incorrect authz failure when using neon http library
+* fix segfault when using kwallet
+  + Server-side bugfixes:
+* svnserve will log the replayed rev not the low-water rev.
+* mod_dav_svn will omit some property values for activity urls
+* fix an assertion in mod_dav_svn when acting as a proxy on /
+* improve memory usage when committing properties in mod_dav_svn
+* fix svnrdump to load dump files with non-LF line endings
+* fix assertion when rep-cache is inaccessible
+* improved logic in mod_dav_svn's implementation of lock.
+* avoid executing unnecessary code in log with limit
+- Developer-visible changes:
+  + General:
+* fix an assertion in dav_svn_get_repos_path() on Windows
+* fix get-deps.sh to correctly download zlib
+* doxygen docs will now ignore prefixes when producing the index
+* fix get-deps.sh on freebsd
+  + Bindings:
+* javahl status api now respects the ignoreExternals boolean
+- refresh subversion-no-build-date.patch for upstream source changes
+
+---
+Mon Dec 17 00:00:00 UTC 2012 - andreas.stie...@gmx.de
+
+- update to 1.7.8 [bnc#794676]
+  + Client- and server-side bugfixes:
+* Fix typos in pt_BR, es and zh_TW translations
+  + Client-side bugfixes:
+* add missing attributes to svn log -v --xml output
+* fix svn patch ignoring hunks after no trailing newline
+* fix hang with ra_serf during error processing
+* ignore file externals with mergeinfo when merging
+* fix SEGV with svnmucc cp rev arg during argv processing
+* fix conflict handling on symlinks
+  + Server-side bugfixes:
+* properly detect threading availability
+* fix svnadmin load --bypass-prop-validation
+* fix 

commit patchinfo.1884 for openSUSE:12.2:Update

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1884 for 
openSUSE:12.2:Update checked in at 2013-08-01 09:24:30

Comparing /work/SRC/openSUSE:12.2:Update/patchinfo.1884 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.patchinfo.1884.new (New)


Package is patchinfo.1884

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=830031 tracker=bnc /
  issue id=CVE-2013-4131 tracker=cve /
  categorysecurity/category
  ratingmoderate/rating
  packagerAndreasStieger/packager
  description
Subversion was updated to 1.7.11 [bnc#830031] to fix bugs
and security issues.
* translation updates for Simplified Chinese
* mod_dav_svn: fix incorrect path canonicalization (CVE-2013-4131)
* javahl bindings: fix bug in error constructing code
/description
 summarysubversion: update to 1.7.11/summary
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit subversion for openSUSE:12.2:Update

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package subversion for openSUSE:12.2:Update 
checked in at 2013-08-01 09:24:23

Comparing /work/SRC/openSUSE:12.2:Update/subversion (Old)
 and  /work/SRC/openSUSE:12.2:Update/.subversion.new (New)


Package is subversion

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.IF6Cuy/_old  2013-08-01 09:24:24.0 +0200
+++ /var/tmp/diff_new_pack.IF6Cuy/_new  2013-08-01 09:24:24.0 +0200
@@ -1 +1 @@
-link package='subversion.1731' cicount='copy' /
+link package='subversion.1884' cicount='copy' /

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



commit subversion for openSUSE:12.3:Update

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package subversion for openSUSE:12.3:Update 
checked in at 2013-08-01 09:24:29

Comparing /work/SRC/openSUSE:12.3:Update/subversion (Old)
 and  /work/SRC/openSUSE:12.3:Update/.subversion.new (New)


Package is subversion

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.6a9AAL/_old  2013-08-01 09:24:30.0 +0200
+++ /var/tmp/diff_new_pack.6a9AAL/_new  2013-08-01 09:24:30.0 +0200
@@ -1 +1 @@
-link package='subversion.1731' cicount='copy' /
+link package='subversion.1884' cicount='copy' /

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



commit Test-DVD-x86_64 for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package Test-DVD-x86_64 for openSUSE:Factory 
checked in at 2013-08-01 09:58:00

Comparing /work/SRC/openSUSE:Factory/Test-DVD-x86_64 (Old)
 and  /work/SRC/openSUSE:Factory/.Test-DVD-x86_64.new (New)


Package is Test-DVD-x86_64

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ PRODUCT-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.OLyOXz/_old  2013-08-01 09:58:01.0 +0200
+++ /var/tmp/diff_new_pack.OLyOXz/_new  2013-08-01 09:58:01.0 +0200
@@ -424,9 +424,7 @@
   repopackage name=patterns-openSUSE-enhanced_base/
   repopackage name=patterns-openSUSE-fonts/
   repopackage name=patterns-openSUSE-sw_management/
-  repopackage name=patterns-openSUSE-update_test/
   repopackage name=patterns-openSUSE-x11/
-  repopackage name=patterns-openSUSE-x11_yast/
   repopackage name=pciutils/
   repopackage name=pciutils-ids/
   repopackage name=perl/


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



commit yast2-core for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-core for openSUSE:Factory 
checked in at 2013-08-01 11:07:47

Comparing /work/SRC/openSUSE:Factory/yast2-core (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-core.new (New)


Package is yast2-core

Changes:

--- /work/SRC/openSUSE:Factory/yast2-core/yast2-core.changes2013-07-21 
08:14:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-core.new/yast2-core.changes   
2013-08-01 11:07:49.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 30 08:28:27 UTC 2013 - yast-de...@opensuse.org
+
+- version 3.0.0
+
+---

Old:

  yast2-core-2.24.12.tar.bz2

New:

  yast2-core-3.0.0.tar.bz2



Other differences:
--
++ yast2-core.spec ++
--- /var/tmp/diff_new_pack.gtHyWe/_old  2013-08-01 11:07:50.0 +0200
+++ /var/tmp/diff_new_pack.gtHyWe/_new  2013-08-01 11:07:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-core
-Version:2.24.12
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-core-2.24.12.tar.bz2 - yast2-core-3.0.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-2.24.12/VERSION 
new/yast2-core-3.0.0/VERSION
--- old/yast2-core-2.24.12/VERSION  2013-07-16 15:06:03.0 +0200
+++ new/yast2-core-3.0.0/VERSION2013-07-30 10:49:24.0 +0200
@@ -1 +1 @@
-2.24.12
+3.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-2.24.12/configure 
new/yast2-core-3.0.0/configure
--- old/yast2-core-2.24.12/configure2013-07-18 14:46:59.0 +0200
+++ new/yast2-core-3.0.0/configure  2013-07-30 10:49:44.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-core 2.24.12.
+# Generated by GNU Autoconf 2.69 for yast2-core 3.0.0.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-core'
 PACKAGE_TARNAME='yast2-core'
-PACKAGE_VERSION='2.24.12'
-PACKAGE_STRING='yast2-core 2.24.12'
+PACKAGE_VERSION='3.0.0'
+PACKAGE_STRING='yast2-core 3.0.0'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1393,7 +1393,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-core 2.24.12 to adapt to many kinds of systems.
+\`configure' configures yast2-core 3.0.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1464,7 +1464,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-core 2.24.12:;;
+ short | recursive ) echo Configuration of yast2-core 3.0.0:;;
esac
   cat \_ACEOF
 
@@ -1583,7 +1583,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-core configure 2.24.12
+yast2-core configure 3.0.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2036,7 +2036,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-core $as_me 2.24.12, which was
+It was created by yast2-core $as_me 3.0.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2975,7 +2975,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-core'
- VERSION='2.24.12'
+ VERSION='3.0.0'
 
 
 cat confdefs.h _ACEOF
@@ -3098,7 +3098,7 @@
 
 
 
-VERSION=2.24.12
+VERSION=3.0.0
 RPMNAME=yast2-core
 MAINTAINER=Martin Vidner mvid...@suse.cz
 
@@ -18335,7 +18335,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by yast2-core $as_me 2.24.12, which was
+This file was extended by yast2-core $as_me 3.0.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -18401,7 +18401,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-core config.status 2.24.12
+yast2-core config.status 3.0.0
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\\$ac_cs_config\\
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-2.24.12/configure.ac 
new/yast2-core-3.0.0/configure.ac
--- old/yast2-core-2.24.12/configure.ac 2013-07-18 

commit yast2-dbus-server for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-dbus-server for 
openSUSE:Factory checked in at 2013-08-01 11:07:56

Comparing /work/SRC/openSUSE:Factory/yast2-dbus-server (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-dbus-server.new (New)


Package is yast2-dbus-server

Changes:

--- /work/SRC/openSUSE:Factory/yast2-dbus-server/yast2-dbus-server.changes  
2012-12-09 14:12:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-dbus-server.new/yast2-dbus-server.changes 
2013-08-01 11:07:57.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:28:10 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-dbus-server-2.23.0.tar.bz2

New:

  yast2-dbus-server-3.0.0.tar.bz2



Other differences:
--
++ yast2-dbus-server.spec ++
--- /var/tmp/diff_new_pack.nF3Phi/_old  2013-08-01 11:07:58.0 +0200
+++ /var/tmp/diff_new_pack.nF3Phi/_new  2013-08-01 11:07:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-dbus-server
 #
-# 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-dbus-server
-Version:2.23.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -51,6 +51,9 @@
 BuildRequires:  dbus-1-python
 BuildRequires:  python-devel
 
+# to run the tests
+BuildRequires:  yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - DBus Server
 License:GPL-2.0+
 Group:  System/YaST

++ yast2-dbus-server-2.23.0.tar.bz2 - yast2-dbus-server-3.0.0.tar.bz2 
++
 9752 lines of diff (skipped)

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



commit yast2-autofs for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-autofs for openSUSE:Factory 
checked in at 2013-08-01 11:07:33

Comparing /work/SRC/openSUSE:Factory/yast2-autofs (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-autofs.new (New)


Package is yast2-autofs

Changes:

--- /work/SRC/openSUSE:Factory/yast2-autofs/yast2-autofs.changes
2013-07-07 22:26:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-autofs.new/yast2-autofs.changes   
2013-08-01 11:07:34.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:25:47 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-autofs-2.24.0.tar.bz2

New:

  yast2-autofs-3.0.0.tar.bz2



Other differences:
--
++ yast2-autofs.spec ++
--- /var/tmp/diff_new_pack.1PAIzH/_old  2013-08-01 11:07:34.0 +0200
+++ /var/tmp/diff_new_pack.1PAIzH/_new  2013-08-01 11:07:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-autofs
-Version:2.24.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -31,6 +31,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Module to Create and Manage autofs Entries in LDAP
 License:GPL-2.0
 Group:  System/YaST
@@ -72,8 +74,8 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/autofs
 /usr/share/YaST2/include/autofs/*
-/usr/share/YaST2/clients/autofs.ycp
-#/usr/share/YaST2/clients/autofs_*.ycp
+/usr/share/YaST2/clients/autofs.rb
+#/usr/share/YaST2/clients/autofs_*.rb
 /usr/share/YaST2/modules/Autofs*
 %{_prefix}/share/applications/YaST2/autofs.desktop
 %doc %{_prefix}/share/doc/packages/yast2-autofs

++ yast2-autofs-2.24.0.tar.bz2 - yast2-autofs-3.0.0.tar.bz2 ++
 4144 lines of diff (skipped)

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



commit yast2 for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2013-08-01 11:07:19

Comparing /work/SRC/openSUSE:Factory/yast2 (Old)
 and  /work/SRC/openSUSE:Factory/.yast2.new (New)


Package is yast2

Changes:

--- /work/SRC/openSUSE:Factory/yast2/yast2.changes  2013-07-29 
09:26:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2013-08-01 
11:07:21.0 +0200
@@ -1,0 +2,14 @@
+Wed Jul 31 08:45:41 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---
+Mon Jul 29 11:21:23 UTC 2013 - lsle...@suse.cz
+
+- PackageSystem.ycp - do not initialize the target system in the
+  first installation stage when running in instsys, there is no RPM
+  DB in the RAM disk image (bnc#742420#c7)
+
+---

Old:

  yast2-2.24.5.tar.bz2

New:

  yast2-3.0.0.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.BvVw3m/_old  2013-08-01 11:07:22.0 +0200
+++ /var/tmp/diff_new_pack.BvVw3m/_new  2013-08-01 11:07:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:2.24.5
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -35,6 +35,9 @@
 BuildRequires:  yast2-pkg-bindings = 2.20.3
 BuildRequires:  yast2-ycp-ui-bindings = 2.18.4
 
+# for symlinking yardoc duplicates
+BuildRequires:  fdupes
+
 # pre-requires for filling the sysconfig template (sysconfig.yast2)
 PreReq: %fillup_prereq
 
@@ -121,6 +124,8 @@
 Provides:   yast2-network:/usr/share/YaST2/modules/Internet.ycp
 Provides:   yast2-packager:/usr/lib/YaST2/servers_non_y2/ag_anyxml
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Main Package
 License:GPL-2.0
 Group:  System/YaST
@@ -184,6 +189,11 @@
 mkdir -p $RPM_BUILD_ROOT/usr/share/YaST2/schema/autoyast/rnc
 mkdir -p $RPM_BUILD_ROOT/etc/YaST2
 
+# symlink the yardoc duplicates, saves over 2MB in installed system
+# (the RPM package size is decreased just by few kilobytes
+# because of the compression)
+%fdupes -s %buildroot/%_prefix/share/doc/packages/yast2
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -235,15 +245,15 @@
 
 # wizard
 %dir /usr/share/YaST2/include/wizard
-/usr/share/YaST2/include/wizard/*.ycp
+/usr/share/YaST2/include/wizard/*.rb
 
 #packags
 %dir /usr/share/YaST2/include/packages
-/usr/share/YaST2/include/packages/*.ycp
+/usr/share/YaST2/include/packages/*.rb
 
 #system
 %dir /usr/share/YaST2/include/hwinfo
-/usr/share/YaST2/include/hwinfo/*.ycp
+/usr/share/YaST2/include/hwinfo/*.rb
 %{_prefix}/share/applications/YaST2/messages.desktop
 
 # documentation

++ yast2-2.24.5.tar.bz2 - yast2-3.0.0.tar.bz2 ++
 149243 lines of diff (skipped)

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



commit yast2-audit-laf for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-audit-laf for openSUSE:Factory 
checked in at 2013-08-01 11:07:31

Comparing /work/SRC/openSUSE:Factory/yast2-audit-laf (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-audit-laf.new (New)


Package is yast2-audit-laf

Changes:

--- /work/SRC/openSUSE:Factory/yast2-audit-laf/yast2-audit-laf.changes  
2012-10-19 13:42:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-audit-laf.new/yast2-audit-laf.changes 
2013-08-01 11:07:32.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:25:41 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-audit-laf-2.24.0.tar.bz2

New:

  yast2-audit-laf-3.0.0.tar.bz2



Other differences:
--
++ yast2-audit-laf.spec ++
--- /var/tmp/diff_new_pack.vQrD2R/_old  2013-08-01 11:07:32.0 +0200
+++ /var/tmp/diff_new_pack.vQrD2R/_new  2013-08-01 11:07:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-audit-laf
 #
-# 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-audit-laf
-Version:2.24.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -33,6 +33,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Configuration of Linux Auditing (LAF)
 License:GPL-2.0
 Group:  System/YaST
@@ -73,8 +75,8 @@
 %dir /usr/share/YaST2/include/audit-laf
 /usr/share/YaST2/include/audit-laf/*
 %dir /usr/share/YaST2/clients
-/usr/share/YaST2/clients/audit-laf.ycp
-/usr/share/YaST2/clients/audit-laf_*.ycp
+/usr/share/YaST2/clients/audit-laf.rb
+/usr/share/YaST2/clients/audit-laf_*.rb
 %dir /usr/share/YaST2/modules
 /usr/share/YaST2/modules/AuditLaf.*
 %dir %{_prefix}/share/applications/YaST2

++ yast2-audit-laf-2.24.0.tar.bz2 - yast2-audit-laf-3.0.0.tar.bz2 ++
 7336 lines of diff (skipped)

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



commit yast2-control-center for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-control-center for 
openSUSE:Factory checked in at 2013-08-01 11:07:44

Comparing /work/SRC/openSUSE:Factory/yast2-control-center (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-control-center.new (New)


Package is yast2-control-center

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-control-center/yast2-control-center.changes
2013-07-07 22:26:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-control-center.new/yast2-control-center.changes
   2013-08-01 11:07:46.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 30 08:02:01 UTC 2013 - yast-de...@opensuse.org
+
+- version 3.0.0
+
+---

Old:

  yast2-control-center-2.22.2.tar.bz2
  yast2-control-center-2.22.4.tar.bz2
  yast2-control-center-2.22.5.tar.bz2
  yast2-control-center-2.22.6.tar.bz2

New:

  yast2-control-center-3.0.0.tar.bz2



Other differences:
--
++ yast2-control-center.spec ++
--- /var/tmp/diff_new_pack.YweXGs/_old  2013-08-01 11:07:47.0 +0200
+++ /var/tmp/diff_new_pack.YweXGs/_new  2013-08-01 11:07:47.0 +0200
@@ -17,11 +17,11 @@
 
 
 Name:   yast2-control-center
-Version:2.22.6
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-control-center-2.22.6.tar.bz2
+Source0:yast2-control-center-3.0.0.tar.bz2
 BuildRequires:  cmake
 BuildRequires:  libdrm-devel
 BuildRequires:  libjpeg-devel

++ yast2-control-center-2.22.2.tar.bz2 - 
yast2-control-center-3.0.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-control-center-2.22.2/VERSION.cmake 
new/yast2-control-center-3.0.0/VERSION.cmake
--- old/yast2-control-center-2.22.2/VERSION.cmake   2013-01-22 
11:09:51.0 +0100
+++ new/yast2-control-center-3.0.0/VERSION.cmake2013-07-30 
10:26:47.0 +0200
@@ -1,3 +1,3 @@
-SET(VERSION_MAJOR 2)
-SET(VERSION_MINOR 22)
-SET(VERSION_PATCH 2)
+SET(VERSION_MAJOR 3)
+SET(VERSION_MINOR 0)
+SET(VERSION_PATCH 0)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-control-center-2.22.2/package/yast2-control-center.changes 
new/yast2-control-center-3.0.0/package/yast2-control-center.changes
--- old/yast2-control-center-2.22.2/package/yast2-control-center.changes
2013-01-22 11:09:51.0 +0100
+++ new/yast2-control-center-3.0.0/package/yast2-control-center.changes 
2013-07-30 10:26:47.0 +0200
@@ -1,4 +1,40 @@
 ---
+Tue Jul 30 08:02:01 UTC 2013 - yast-de...@opensuse.org
+
+- version 3.0.0
+
+---
+Fri Jul  5 15:39:03 CEST 2013 - tgoettlic...@suse.de
+
+- fixed inconsistency, double vs single click (bnc#780349)
+- Version: 2.22.6
+
+---
+Wed May 22 15:10:27 CEST 2013 - tgoettlic...@suse.de
+
+- Adapted requirement for libyui-qt5
+- Version: 2.22.5
+
+---
+Sat Mar 30 14:54:01 UTC 2013 - dims...@opensuse.org
+
+- Add X-GNOME-SystemSettings as category to YaST.desktop: allows
+  YaST to be seen by gnome-control-center and to be added
+  transparently.
+
+---
+Tue Feb 26 15:20:07 CET 2013 - tgoettlic...@suse.de
+
+- Adapted requirement for libyui-qt4
+- Version: 2.22.4
+
+---
+Tue Feb 26 15:09:31 CET 2013 - tgoettlic...@suse.de
+
+- Added requirement for yast2-theme
+- Version: 2.22.3
+
+---
 Fri Apr 27 15:25:14 CEST 2012 - tgoettlic...@suse.de
 
 - workaround for gcc 4.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-control-center-2.22.2/src/main_window.cpp 
new/yast2-control-center-3.0.0/src/main_window.cpp
--- old/yast2-control-center-2.22.2/src/main_window.cpp 2013-01-22 
11:09:51.0 +0100
+++ new/yast2-control-center-3.0.0/src/main_window.cpp  2013-07-05 
15:45:50.0 +0200
@@ -190,7 +190,7 @@
 setWinTitle();
 statusBar()-showMessage( _(Ready) );
 
-connect( d-groupview, SIGNAL( activated( const QModelIndex  ) ),
+connect( d-groupview, SIGNAL( clicked( const QModelIndex  ) ),
  SLOT( slotGroupPressed( const QModelIndex  ) ) );
 
 connect( d-modview, SIGNAL( leftMouseClick ( const QModelIndex  ) ),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit yast2-backup for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-backup for openSUSE:Factory 
checked in at 2013-08-01 11:07:34

Comparing /work/SRC/openSUSE:Factory/yast2-backup (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-backup.new (New)


Package is yast2-backup

Changes:

--- /work/SRC/openSUSE:Factory/yast2-backup/yast2-backup.changes
2012-11-08 21:54:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-backup.new/yast2-backup.changes   
2013-08-01 11:07:36.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:26:34 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-backup-2.23.1.tar.bz2

New:

  yast2-backup-3.0.0.tar.bz2



Other differences:
--
++ yast2-backup.spec ++
--- /var/tmp/diff_new_pack.tqruJY/_old  2013-08-01 11:07:37.0 +0200
+++ /var/tmp/diff_new_pack.tqruJY/_new  2013-08-01 11:07:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-backup
 #
-# 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,12 +17,14 @@
 
 
 Name:   yast2-backup
-Version:2.23.1
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-backup-%{version}.tar.bz2
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - System Backup
 License:GPL-2.0
 Group:  System/YaST
@@ -105,10 +107,9 @@
 /usr/lib/YaST2/servers_non_y2/ag_file_append
 /usr/share/YaST2/scrconf/cfg_backup.scr
 /usr/share/YaST2/include/backup/*
-/usr/share/YaST2/clients/backup*.ycp
+/usr/share/YaST2/clients/backup*.rb
 %{_prefix}/lib/YaST2/bin/backup_*
-/usr/share/YaST2/modules/Backup.ycp
-/usr/share/YaST2/modules/Backup.ybc
+/usr/share/YaST2/modules/Backup.rb
 %{_prefix}/share/applications/YaST2/backup.desktop
 %doc %{_prefix}/share/doc/packages/yast2-backup
 

++ yast2-backup-2.23.1.tar.bz2 - yast2-backup-3.0.0.tar.bz2 ++
 27963 lines of diff (skipped)

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



commit yast2-dns-server for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-dns-server for 
openSUSE:Factory checked in at 2013-08-01 11:08:04

Comparing /work/SRC/openSUSE:Factory/yast2-dns-server (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-dns-server.new (New)


Package is yast2-dns-server

Changes:

--- /work/SRC/openSUSE:Factory/yast2-dns-server/yast2-dns-server.changes
2013-01-08 16:44:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-dns-server.new/yast2-dns-server.changes   
2013-08-01 11:08:05.0 +0200
@@ -0,0 +1,7 @@
+---
+Wed Jul 31 08:28:36 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+

Old:

  yast2-dns-server-2.23.4.tar.bz2

New:

  yast2-dns-server-3.0.0.tar.bz2



Other differences:
--
++ yast2-dns-server.spec ++
--- /var/tmp/diff_new_pack.BjLIOs/_old  2013-08-01 11:08:06.0 +0200
+++ /var/tmp/diff_new_pack.BjLIOs/_new  2013-08-01 11:08:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-dns-server
-Version:2.23.4
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -59,6 +59,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - DNS Server Configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -97,8 +99,8 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/dns-server
 /usr/share/YaST2/include/dns-server/*
-/usr/share/YaST2/clients/dns-server.ycp
-/usr/share/YaST2/clients/dns-server_*.ycp
+/usr/share/YaST2/clients/dns-server.rb
+/usr/share/YaST2/clients/dns-server_*.rb
 /usr/share/YaST2/modules/*
 %{_prefix}/share/applications/YaST2/dns-server.desktop
 /usr/share/YaST2/scrconf/dns_named.scr

++ yast2-dns-server-2.23.4.tar.bz2 - yast2-dns-server-3.0.0.tar.bz2 ++
 32931 lines of diff (skipped)

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



commit yast2-add-on for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-add-on for openSUSE:Factory 
checked in at 2013-08-01 11:07:25

Comparing /work/SRC/openSUSE:Factory/yast2-add-on (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-add-on.new (New)


Package is yast2-add-on

Changes:

--- /work/SRC/openSUSE:Factory/yast2-add-on/yast2-add-on.changes
2013-07-29 17:51:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-add-on.new/yast2-add-on.changes   
2013-08-01 11:07:26.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:25:29 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-add-on-2.24.1.tar.bz2

New:

  yast2-add-on-3.0.0.tar.bz2



Other differences:
--
++ yast2-add-on.spec ++
--- /var/tmp/diff_new_pack.37WBdK/_old  2013-08-01 11:07:26.0 +0200
+++ /var/tmp/diff_new_pack.37WBdK/_new  2013-08-01 11:07:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-add-on
-Version:2.24.1
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -50,6 +50,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Add-On media installation code
 License:GPL-2.0
 Group:  System/YaST
@@ -97,11 +99,11 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/add-on
 /usr/share/YaST2/include/add-on/*
-/usr/share/YaST2/clients/add-on.ycp
-/usr/share/YaST2/clients/add-on_*.ycp
-/usr/share/YaST2/clients/inst_add-on*.ycp
-/usr/share/YaST2/clients/inst_*_add-on*.ycp
-/usr/share/YaST2/clients/vendor.ycp
+/usr/share/YaST2/clients/add-on.rb
+/usr/share/YaST2/clients/add-on_*.rb
+/usr/share/YaST2/clients/inst_add-on*.rb
+/usr/share/YaST2/clients/inst_*_add-on*.rb
+/usr/share/YaST2/clients/vendor.rb
 #/usr/share/YaST2/modules/*.ycp
 #/usr/share/YaST2/modules/*.ybc
 %{_prefix}/share/applications/YaST2/*.desktop

++ yast2-add-on-2.24.1.tar.bz2 - yast2-add-on-3.0.0.tar.bz2 ++
 7555 lines of diff (skipped)

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



commit yast2-dirinstall for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-dirinstall for 
openSUSE:Factory checked in at 2013-08-01 11:08:02

Comparing /work/SRC/openSUSE:Factory/yast2-dirinstall (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-dirinstall.new (New)


Package is yast2-dirinstall

Changes:

--- /work/SRC/openSUSE:Factory/yast2-dirinstall/yast2-dirinstall.changes
2013-04-24 12:23:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-dirinstall.new/yast2-dirinstall.changes   
2013-08-01 11:08:04.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:28:29 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-dirinstall-2.24.0.tar.bz2

New:

  yast2-dirinstall-3.0.0.tar.bz2



Other differences:
--
++ yast2-dirinstall.spec ++
--- /var/tmp/diff_new_pack.rm9VQs/_old  2013-08-01 11:08:05.0 +0200
+++ /var/tmp/diff_new_pack.rm9VQs/_new  2013-08-01 11:08:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-dirinstall
-Version:2.24.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -49,6 +49,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Installation into Directory
 License:GPL-2.0+
 Group:  System/YaST
@@ -88,7 +90,7 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/dirinstall
 /usr/share/YaST2/include/dirinstall/*
-/usr/share/YaST2/clients/*.ycp
+/usr/share/YaST2/clients/*.rb
 /usr/share/YaST2/modules/*
 %{_prefix}/share/applications/YaST2/*.desktop
 %dir /usr/share/YaST2/control

++ yast2-dirinstall-2.24.0.tar.bz2 - yast2-dirinstall-3.0.0.tar.bz2 ++
 6002 lines of diff (skipped)

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



commit yast2-bootloader for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-bootloader for 
openSUSE:Factory checked in at 2013-08-01 11:07:36

Comparing /work/SRC/openSUSE:Factory/yast2-bootloader (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-bootloader.new (New)


Package is yast2-bootloader

Changes:

--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes
2013-06-15 11:28:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes   
2013-08-01 11:07:39.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:27:20 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-bootloader-2.24.1.tar.bz2

New:

  yast2-bootloader-3.0.0.tar.bz2



Other differences:
--
++ yast2-bootloader.spec ++
--- /var/tmp/diff_new_pack.Rm0Xxl/_old  2013-08-01 11:07:40.0 +0200
+++ /var/tmp/diff_new_pack.Rm0Xxl/_new  2013-08-01 11:07:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:2.24.1
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -88,6 +88,8 @@
 Obsoletes:  yast2-agent-liloconf-devel
 Obsoletes:  yast2-agent-prom-devel
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Bootloader Configuration
 License:GPL-2.0+
 Group:  System/YaST
@@ -139,9 +141,9 @@
 %dir /usr/share/YaST2/include/bootloader
 /usr/share/YaST2/include/bootloader/*
 /usr/share/YaST2/modules/*
-/usr/share/YaST2/clients/bootloader*.ycp
-/usr/share/YaST2/clients/print-product.ycp
-/usr/share/YaST2/clients/inst_*.ycp
+/usr/share/YaST2/clients/bootloader*.rb
+/usr/share/YaST2/clients/print-product.rb
+/usr/share/YaST2/clients/inst_*.rb
 %{_prefix}/lib/YaST2/bin/*
 /usr/lib/YaST2/servers_non_y2/ag_*
 /usr/share/YaST2/scrconf/*.scr

++ yast2-bootloader-2.24.1.tar.bz2 - yast2-bootloader-3.0.0.tar.bz2 ++
 59885 lines of diff (skipped)

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



commit yast2-dhcp-server for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-dhcp-server for 
openSUSE:Factory checked in at 2013-08-01 11:08:00

Comparing /work/SRC/openSUSE:Factory/yast2-dhcp-server (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-dhcp-server.new (New)


Package is yast2-dhcp-server

Changes:

--- /work/SRC/openSUSE:Factory/yast2-dhcp-server/yast2-dhcp-server.changes  
2013-02-28 10:24:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-dhcp-server.new/yast2-dhcp-server.changes 
2013-08-01 11:08:01.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:28:23 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-dhcp-server-2.22.0.tar.bz2

New:

  yast2-dhcp-server-3.0.0.tar.bz2



Other differences:
--
++ yast2-dhcp-server.spec ++
--- /var/tmp/diff_new_pack.0pBAI6/_old  2013-08-01 11:08:01.0 +0200
+++ /var/tmp/diff_new_pack.0pBAI6/_new  2013-08-01 11:08:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-dhcp-server
-Version:2.22.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -54,6 +54,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - DHCP Server Configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -93,8 +95,8 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/dhcp-server
 /usr/share/YaST2/include/dhcp-server/*
-/usr/share/YaST2/clients/dhcp-server.ycp
-/usr/share/YaST2/clients/dhcp-server_*.ycp
+/usr/share/YaST2/clients/dhcp-server.rb
+/usr/share/YaST2/clients/dhcp-server_*.rb
 /usr/share/YaST2/modules/*
 %{_prefix}/share/applications/YaST2/dhcp-server.desktop
 /usr/share/YaST2/scrconf/cfg_dhcpd.scr

++ yast2-dhcp-server-2.22.0.tar.bz2 - yast2-dhcp-server-3.0.0.tar.bz2 
++
 32013 lines of diff (skipped)

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



commit yast2-country for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-country for openSUSE:Factory 
checked in at 2013-08-01 11:07:50

Comparing /work/SRC/openSUSE:Factory/yast2-country (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-country.new (New)


Package is yast2-country

Changes:

--- /work/SRC/openSUSE:Factory/yast2-country/yast2-country.changes  
2013-05-14 07:11:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-country.new/yast2-country.changes 
2013-08-01 11:07:51.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:27:55 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-country-2.24.1.tar.bz2

New:

  yast2-country-3.0.0.tar.bz2



Other differences:
--
++ yast2-country.spec ++
--- /var/tmp/diff_new_pack.TEUvnz/_old  2013-08-01 11:07:52.0 +0200
+++ /var/tmp/diff_new_pack.TEUvnz/_new  2013-08-01 11:07:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-country
-Version:2.24.1
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -81,6 +81,8 @@
 Provides:   y2t_inst-environment
 Obsoletes:  y2t_inst-environment
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Country Settings (Language, Keyboard, and Timezone)
 License:GPL-2.0
 Group:  System/YaST
@@ -126,13 +128,13 @@
 %defattr(-,root,root)
 %doc %{_prefix}/share/doc/packages/yast2-country
 %doc COPYING
-/usr/share/YaST2/modules/Console.y*
-/usr/share/YaST2/modules/Keyboard.y*
-/usr/share/YaST2/modules/Timezone.y*
+/usr/share/YaST2/modules/Console.rb
+/usr/share/YaST2/modules/Keyboard.rb
+/usr/share/YaST2/modules/Timezone.rb
 %dir /usr/share/YaST2/modules/YaPI
 /usr/share/YaST2/modules/YaPI/TIME.pm
 /usr/share/YaST2/modules/YaPI/LANGUAGE.pm
-/usr/share/YaST2/clients/*.ycp
+/usr/share/YaST2/clients/*.rb
 /usr/share/YaST2/data/*.ycp
 /usr/share/YaST2/include/keyboard/
 /usr/share/YaST2/include/timezone/
@@ -146,6 +148,8 @@
 %attr(644,root,root) %config 
/usr/share/polkit-1/actions/org.opensuse.yast.modules.yapi.*.policy
 
 %package data
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Data files for Country settings
 Group:  System/YaST
 
@@ -157,6 +161,6 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/data/languages
 /usr/share/YaST2/data/languages/*.ycp
-/usr/share/YaST2/modules/Language.y*
+/usr/share/YaST2/modules/Language.rb
 
 %changelog



++ yast2-country-2.24.1.tar.bz2 - yast2-country-3.0.0.tar.bz2 ++
 35594 lines of diff (skipped)

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



commit yast2-dbus-client for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-dbus-client for 
openSUSE:Factory checked in at 2013-08-01 11:07:54

Comparing /work/SRC/openSUSE:Factory/yast2-dbus-client (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-dbus-client.new (New)


Package is yast2-dbus-client

Changes:

--- /work/SRC/openSUSE:Factory/yast2-dbus-client/yast2-dbus-client.changes  
2013-03-01 09:07:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-dbus-client.new/yast2-dbus-client.changes 
2013-08-01 11:07:56.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 30 08:28:33 UTC 2013 - yast-de...@opensuse.org
+
+- version 3.0.0
+
+---

Old:

  yast2-dbus-client-2.22.0.tar.bz2

New:

  yast2-dbus-client-3.0.0.tar.bz2



Other differences:
--
++ yast2-dbus-client.spec ++
--- /var/tmp/diff_new_pack.1aNIfT/_old  2013-08-01 11:07:56.0 +0200
+++ /var/tmp/diff_new_pack.1aNIfT/_new  2013-08-01 11:07:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-dbus-client
-Version:2.22.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-dbus-client-2.22.0.tar.bz2 - yast2-dbus-client-3.0.0.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-dbus-client-2.22.0/Makefile.am 
new/yast2-dbus-client-3.0.0/Makefile.am
--- old/yast2-dbus-client-2.22.0/Makefile.am2013-01-24 18:46:49.0 
+0100
+++ new/yast2-dbus-client-3.0.0/Makefile.am 2013-07-30 11:11:33.0 
+0200
@@ -158,19 +158,14 @@
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir)  svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi /dev/null; \
+   cd $(srcdir)  $(TAGVERSION) --check /dev/null; \
[ $$? = 0 ] || ( echo ERROR: Please run 'tagversion' first; false )
 
 check-parse-old:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-dbus-client-2.22.0/Makefile.in 
new/yast2-dbus-client-3.0.0/Makefile.in
--- old/yast2-dbus-client-2.22.0/Makefile.in2013-01-24 18:47:08.0 
+0100
+++ new/yast2-dbus-client-3.0.0/Makefile.in 2013-07-30 11:11:50.0 
+0200
@@ -69,7 +69,7 @@
 am__aclocal_m4_deps = $(top_srcdir)/libtool.m4 \
$(top_srcdir)/ltoptions.m4 $(top_srcdir)/ltsugar.m4 \
$(top_srcdir)/ltversion.m4 $(top_srcdir)/lt~obsolete.m4 \
-   $(top_srcdir)/configure.in
+   $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@@ -1070,19 +1070,14 @@
 
 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 \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir)  svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi /dev/null; \
+   cd $(srcdir)  $(TAGVERSION) --check /dev/null; \
[ $$? = 0 ] || ( echo ERROR: Please run 'tagversion' first; false )
 
 check-parse-old:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-dbus-client-2.22.0/VERSION 
new/yast2-dbus-client-3.0.0/VERSION
--- old/yast2-dbus-client-2.22.0/VERSION2013-01-22 11:13:32.0 
+0100
+++ 

commit yast2-devtools for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-devtools for openSUSE:Factory 
checked in at 2013-08-01 11:07:58

Comparing /work/SRC/openSUSE:Factory/yast2-devtools (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-devtools.new (New)


Package is yast2-devtools

Changes:

--- /work/SRC/openSUSE:Factory/yast2-devtools/yast2-devtools.changes
2013-07-29 09:26:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-devtools.new/yast2-devtools.changes   
2013-08-01 11:07:59.0 +0200
@@ -1,0 +2,24 @@
+Tue Jul 30 08:28:39 UTC 2013 - yast-de...@opensuse.org
+
+- version 3.0.0
+
+---
+Mon Jul 29 06:27:32 UTC 2013 - lsle...@suse.cz
+
+- autodocs fixes:
+  - doxygen: install _all_ JS and CSS files (dynsections.js,
+jquery.js and tabs.css were missing, resulting in unusable
+documentation)
+  - doxygen: updated the default doxygen config file - removed
+obsolete options which caused warnings during build
+  - yard: use --title option with package name
+- 2.24.7
+
+---
+Fri Jul 26 13:22:40 UTC 2013 - lsle...@suse.cz
+
+- y2makepot (used in make pot) - extract translatable strings
+  from Ruby files using rxgettext (rubygem-gettext)
+- 2.24.6
+
+---

Old:

  yast2-devtools-2.24.5.tar.bz2

New:

  yast2-devtools-3.0.0.tar.bz2



Other differences:
--
++ yast2-devtools.spec ++
--- /var/tmp/diff_new_pack.JH029p/_old  2013-08-01 11:08:00.0 +0200
+++ /var/tmp/diff_new_pack.JH029p/_new  2013-08-01 11:08:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-devtools
-Version:2.24.5
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -52,6 +52,10 @@
 Recommends: doxygen
 # for svn builds of binary packages
 Recommends: libtool
+# for extracting translatable strings from *.rb files using make pot command
+# weak dependency, make pot is usually not needed
+Suggests:   rubygem-gettext
+
 Provides:   ycpdoc
 Provides:   ydoc
 Obsoletes:  ycpdoc

++ yast2-devtools-2.24.5.tar.bz2 - yast2-devtools-3.0.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-2.24.5/VERSION 
new/yast2-devtools-3.0.0/VERSION
--- old/yast2-devtools-2.24.5/VERSION   2013-07-24 10:51:32.0 +0200
+++ new/yast2-devtools-3.0.0/VERSION2013-07-30 10:34:54.0 +0200
@@ -1 +1 @@
-2.24.5
+3.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-2.24.5/configure 
new/yast2-devtools-3.0.0/configure
--- old/yast2-devtools-2.24.5/configure 2013-07-24 10:52:32.0 +0200
+++ new/yast2-devtools-3.0.0/configure  2013-07-30 10:35:12.0 +0200
@@ -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.24.5.
+# Generated by GNU Autoconf 2.69 for yast2-devtools 3.0.0.
 #
 # 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.24.5'
-PACKAGE_STRING='yast2-devtools 2.24.5'
+PACKAGE_VERSION='3.0.0'
+PACKAGE_STRING='yast2-devtools 3.0.0'
 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.24.5 to adapt to many kinds of 
systems.
+\`configure' configures yast2-devtools 3.0.0 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.24.5:;;
+ short | recursive ) echo Configuration of yast2-devtools 3.0.0:;;
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.24.5
+yast2-devtools configure 3.0.0
 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.24.5, which was
+It was created by yast2-devtools $as_me 3.0.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2909,7 

commit yast2-ca-management for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-ca-management for 
openSUSE:Factory checked in at 2013-08-01 11:07:40

Comparing /work/SRC/openSUSE:Factory/yast2-ca-management (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-ca-management.new (New)


Package is yast2-ca-management

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ca-management/yast2-ca-management.changes  
2013-07-05 15:31:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-ca-management.new/yast2-ca-management.changes 
2013-08-01 11:07:42.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:27:40 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-ca-management-2.23.1.tar.bz2

New:

  yast2-ca-management-3.0.0.tar.bz2



Other differences:
--
++ yast2-ca-management.spec ++
--- /var/tmp/diff_new_pack.CmGM6p/_old  2013-08-01 11:07:43.0 +0200
+++ /var/tmp/diff_new_pack.CmGM6p/_new  2013-08-01 11:07:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ca-management
-Version:2.23.1
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -47,6 +47,8 @@
 Requires:   yast2 = 2.21.22
 Requires:   yast2-perl-bindings
 BuildArch:  noarch
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - CAs, Certificates and Requests Management
 License:GPL-2.0
 Group:  System/YaST
@@ -87,14 +89,14 @@
 %dir /usr/share/YaST2/modules/YaPI
 %dir /usr/share/YaST2/modules/YaST
 /usr/share/YaST2/include/ca-management/*
-/usr/share/YaST2/clients/ca-mgm.ycp
-/usr/share/YaST2/clients/ca_mgm.ycp
-/usr/share/YaST2/clients/ca_mgm_proposal.ycp
-/usr/share/YaST2/clients/ca_select_proposal.ycp
-/usr/share/YaST2/clients/common-cert.ycp
-/usr/share/YaST2/clients/common_cert.ycp
-/usr/share/YaST2/clients/ca_mgm_auto.ycp
-/usr/share/YaST2/modules/CaMgm.y*
+/usr/share/YaST2/clients/ca-mgm.rb
+/usr/share/YaST2/clients/ca_mgm.rb
+/usr/share/YaST2/clients/ca_mgm_proposal.rb
+/usr/share/YaST2/clients/ca_select_proposal.rb
+/usr/share/YaST2/clients/common-cert.rb
+/usr/share/YaST2/clients/common_cert.rb
+/usr/share/YaST2/clients/ca_mgm_auto.rb
+/usr/share/YaST2/modules/CaMgm.rb
 /usr/share/YaST2/modules/YaPI/CaManagement.pm
 /usr/share/YaST2/modules/YaST/caUtils.pm
 %{_prefix}/share/applications/YaST2/ca_mgm.desktop

++ yast2-ca-management-2.23.1.tar.bz2 - yast2-ca-management-3.0.0.tar.bz2 
++
 52789 lines of diff (skipped)

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



commit yast2-add-on-creator for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-add-on-creator for 
openSUSE:Factory checked in at 2013-08-01 11:07:27

Comparing /work/SRC/openSUSE:Factory/yast2-add-on-creator (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-add-on-creator.new (New)


Package is yast2-add-on-creator

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-add-on-creator/yast2-add-on-creator.changes
2013-07-29 09:26:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-add-on-creator.new/yast2-add-on-creator.changes
   2013-08-01 11:07:28.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:25:22 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-add-on-creator-2.24.0.tar.bz2

New:

  yast2-add-on-creator-3.0.0.tar.bz2



Other differences:
--
++ yast2-add-on-creator.spec ++
--- /var/tmp/diff_new_pack.SYoytL/_old  2013-08-01 11:07:28.0 +0200
+++ /var/tmp/diff_new_pack.SYoytL/_new  2013-08-01 11:07:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-add-on-creator
-Version:2.24.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -34,6 +34,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - module for creating Add-On product
 License:GPL-2.0
 Group:  System/YaST
@@ -75,7 +77,7 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/add-on-creator
 /usr/share/YaST2/include/add-on-creator/*
-/usr/share/YaST2/clients/add-on-creator*.ycp
+/usr/share/YaST2/clients/add-on-creator*.rb
 /usr/share/YaST2/modules/AddOnCreator.*
 /usr/share/YaST2/modules/PackagesDescr.pm
 %{_prefix}/share/applications/YaST2/add-on-creator.desktop

++ yast2-add-on-creator-2.24.0.tar.bz2 - 
yast2-add-on-creator-3.0.0.tar.bz2 ++
 20101 lines of diff (skipped)

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



commit yast2-apparmor for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-apparmor for openSUSE:Factory 
checked in at 2013-08-01 11:07:29

Comparing /work/SRC/openSUSE:Factory/yast2-apparmor (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-apparmor.new (New)


Package is yast2-apparmor

Changes:

--- /work/SRC/openSUSE:Factory/yast2-apparmor/yast2-apparmor.changes
2013-07-16 16:28:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-apparmor.new/yast2-apparmor.changes   
2013-08-01 11:07:30.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:25:35 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-apparmor-2.24.0.tar.bz2

New:

  yast2-apparmor-3.0.0.tar.bz2



Other differences:
--
++ yast2-apparmor.spec ++
--- /var/tmp/diff_new_pack.yRCXCP/_old  2013-08-01 11:07:31.0 +0200
+++ /var/tmp/diff_new_pack.yRCXCP/_new  2013-08-01 11:07:31.0 +0200
@@ -17,12 +17,14 @@
 
 
 Name:   yast2-apparmor
-Version:2.24.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-apparmor-%{version}.tar.bz2
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Plugins for AppArmor Profile Management
 License:GPL-2.0
 Group:  Productivity/Security

++ yast2-apparmor-2.24.0.tar.bz2 - yast2-apparmor-3.0.0.tar.bz2 ++
 36474 lines of diff (skipped)

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



commit yast2-http-server for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-http-server for 
openSUSE:Factory checked in at 2013-08-01 11:08:18

Comparing /work/SRC/openSUSE:Factory/yast2-http-server (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-http-server.new (New)


Package is yast2-http-server

Changes:

--- /work/SRC/openSUSE:Factory/yast2-http-server/yast2-http-server.changes  
2013-07-16 16:28:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-http-server.new/yast2-http-server.changes 
2013-08-01 11:08:19.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:29:36 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-http-server-2.24.2.tar.bz2

New:

  yast2-http-server-3.0.0.tar.bz2



Other differences:
--
++ yast2-http-server.spec ++
--- /var/tmp/diff_new_pack.iCyRBG/_old  2013-08-01 11:08:20.0 +0200
+++ /var/tmp/diff_new_pack.iCyRBG/_new  2013-08-01 11:08:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-http-server
-Version:2.24.2
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -46,6 +46,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - HTTP Server Configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -86,8 +88,8 @@
 %dir /usr/share/YaST2/include/http-server
 /usr/share/YaST2/schema/autoyast/rnc/http-server.rnc
 /usr/share/YaST2/include/http-server/*
-/usr/share/YaST2/clients/http-server.ycp
-/usr/share/YaST2/clients/http-server_*.ycp
+/usr/share/YaST2/clients/http-server.rb
+/usr/share/YaST2/clients/http-server_*.rb
 /usr/share/YaST2/modules/*
 %{_prefix}/share/applications/YaST2/http-server.desktop
 /usr/share/YaST2/scrconf/*

++ yast2-http-server-2.24.2.tar.bz2 - yast2-http-server-3.0.0.tar.bz2 
++
 21351 lines of diff (skipped)

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



commit yast2-inetd for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-inetd for openSUSE:Factory 
checked in at 2013-08-01 11:08:20

Comparing /work/SRC/openSUSE:Factory/yast2-inetd (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-inetd.new (New)


Package is yast2-inetd

Changes:

--- /work/SRC/openSUSE:Factory/yast2-inetd/yast2-inetd.changes  2013-05-02 
12:08:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-inetd.new/yast2-inetd.changes 
2013-08-01 11:08:21.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:29:45 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-inetd-2.21.5.tar.bz2

New:

  yast2-inetd-3.0.0.tar.bz2



Other differences:
--
++ yast2-inetd.spec ++
--- /var/tmp/diff_new_pack.4p0NKN/_old  2013-08-01 11:08:22.0 +0200
+++ /var/tmp/diff_new_pack.4p0NKN/_new  2013-08-01 11:08:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-inetd
-Version:2.21.5
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -47,6 +47,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Network Services Configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -85,10 +87,9 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/inetd
 /usr/share/YaST2/include/inetd/*
-/usr/share/YaST2/clients/inetd*.ycp
-/usr/share/YaST2/clients/xinetd*.ycp
-/usr/share/YaST2/modules/Inetd.ycp
-/usr/share/YaST2/modules/Inetd.ybc
+/usr/share/YaST2/clients/inetd*.rb
+/usr/share/YaST2/clients/xinetd*.rb
+/usr/share/YaST2/modules/Inetd.rb
 %{_prefix}/share/applications/YaST2/inetd.desktop
 /usr/share/YaST2/schema/autoyast/rnc/inetd.rnc
 %doc %dir %{_prefix}/share/doc/packages/yast2-inetd

++ yast2-inetd-2.21.5.tar.bz2 - yast2-inetd-3.0.0.tar.bz2 ++
 14228 lines of diff (skipped)

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



commit yast2-kerberos-server for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-kerberos-server for 
openSUSE:Factory checked in at 2013-08-01 11:08:36

Comparing /work/SRC/openSUSE:Factory/yast2-kerberos-server (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-kerberos-server.new (New)


Package is yast2-kerberos-server

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-kerberos-server/yast2-kerberos-server.changes  
2013-02-28 10:24:11.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-kerberos-server.new/yast2-kerberos-server.changes
 2013-08-01 11:08:38.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:32:03 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-kerberos-server-2.21.3.tar.bz2

New:

  yast2-kerberos-server-3.0.0.tar.bz2



Other differences:
--
++ yast2-kerberos-server.spec ++
--- /var/tmp/diff_new_pack.KUWbcH/_old  2013-08-01 11:08:38.0 +0200
+++ /var/tmp/diff_new_pack.KUWbcH/_new  2013-08-01 11:08:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-kerberos-server
-Version:2.21.3
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -36,6 +36,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Kerberos Server Configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -75,7 +77,7 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/kerberos-server
 /usr/share/YaST2/include/kerberos-server/*
-/usr/share/YaST2/clients/kerberos-server.ycp
+/usr/share/YaST2/clients/kerberos-server.rb
 /usr/share/YaST2/modules/KerberosServer.*
 %{_prefix}/share/applications/YaST2/kerberos-server.desktop
 /usr/share/YaST2/scrconf/*.scr

++ yast2-kerberos-server-2.21.3.tar.bz2 - 
yast2-kerberos-server-3.0.0.tar.bz2 ++
 16664 lines of diff (skipped)

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



commit yast2-fingerprint-reader for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-fingerprint-reader for 
openSUSE:Factory checked in at 2013-08-01 11:08:08

Comparing /work/SRC/openSUSE:Factory/yast2-fingerprint-reader (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-fingerprint-reader.new (New)


Package is yast2-fingerprint-reader

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-fingerprint-reader/yast2-fingerprint-reader.changes
2012-04-12 09:57:43.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-fingerprint-reader.new/yast2-fingerprint-reader.changes
   2013-08-01 11:08:10.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:28:57 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-fingerprint-reader-2.22.3.tar.bz2

New:

  yast2-fingerprint-reader-3.0.0.tar.bz2



Other differences:
--
++ yast2-fingerprint-reader.spec ++
--- /var/tmp/diff_new_pack.3PEEeT/_old  2013-08-01 11:08:10.0 +0200
+++ /var/tmp/diff_new_pack.3PEEeT/_new  2013-08-01 11:08:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-fingerprint-reader
 #
-# 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-fingerprint-reader
-Version:2.22.3
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -41,6 +41,8 @@
 
 Conflicts:  yast2-hardware-detection  2.15.7
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Fingerprint Reader Configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -80,8 +82,8 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/fingerprint-reader
 /usr/share/YaST2/include/fingerprint-reader/*
-/usr/share/YaST2/clients/fingerprint-reader.ycp
-/usr/share/YaST2/clients/users_plugin_fingerprint_reader.ycp
+/usr/share/YaST2/clients/fingerprint-reader.rb
+/usr/share/YaST2/clients/users_plugin_fingerprint_reader.rb
 /usr/share/YaST2/modules/FingerprintReader.*
 /usr/share/YaST2/modules/UsersPluginFingerprintReader.pm
 %{_prefix}/share/applications/YaST2/fingerprint-reader.desktop

++ yast2-fingerprint-reader-2.22.3.tar.bz2 - 
yast2-fingerprint-reader-3.0.0.tar.bz2 ++
 12959 lines of diff (skipped)

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



commit yast2-irda for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-irda for openSUSE:Factory 
checked in at 2013-08-01 11:08:27

Comparing /work/SRC/openSUSE:Factory/yast2-irda (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-irda.new (New)


Package is yast2-irda

Changes:

--- /work/SRC/openSUSE:Factory/yast2-irda/yast2-irda.changes2013-04-19 
17:04:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-irda.new/yast2-irda.changes   
2013-08-01 11:08:28.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:31:12 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-irda-2.24.0.tar.bz2

New:

  yast2-irda-3.0.0.tar.bz2



Other differences:
--
++ yast2-irda.spec ++
--- /var/tmp/diff_new_pack.LhFBXj/_old  2013-08-01 11:08:28.0 +0200
+++ /var/tmp/diff_new_pack.LhFBXj/_new  2013-08-01 11:08:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-irda
-Version:2.24.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -37,6 +37,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Infra-Red (IrDA) Access Configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -76,7 +78,7 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/irda
 /usr/share/YaST2/include/irda/*
-/usr/share/YaST2/clients/irda.ycp
+/usr/share/YaST2/clients/irda.rb
 /usr/share/YaST2/modules/Irda.*
 %{_prefix}/share/applications/YaST2/irda.desktop
 /usr/share/YaST2/scrconf/*.scr

++ yast2-irda-2.24.0.tar.bz2 - yast2-irda-3.0.0.tar.bz2 ++
 2807 lines of diff (skipped)

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



commit yast2-isns for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-isns for openSUSE:Factory 
checked in at 2013-08-01 11:08:32

Comparing /work/SRC/openSUSE:Factory/yast2-isns (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-isns.new (New)


Package is yast2-isns

Changes:

--- /work/SRC/openSUSE:Factory/yast2-isns/yast2-isns.changes2013-06-05 
13:25:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-isns.new/yast2-isns.changes   
2013-08-01 11:08:34.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:31:38 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-isns-2.21.2.tar.bz2

New:

  yast2-isns-3.0.0.tar.bz2



Other differences:
--
++ yast2-isns.spec ++
--- /var/tmp/diff_new_pack.onkEAS/_old  2013-08-01 11:08:34.0 +0200
+++ /var/tmp/diff_new_pack.onkEAS/_new  2013-08-01 11:08:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-isns
-Version:2.21.2
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -33,6 +33,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:Configuration of isns
 License:GPL-2.0
 Group:  System/YaST
@@ -71,10 +73,9 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/isns
 /usr/share/YaST2/include/isns/*
-/usr/share/YaST2/clients/isns.ycp
-/usr/share/YaST2/clients/isns_*.ycp
-/usr/share/YaST2/modules/*.ycp
-/usr/share/YaST2/modules/*.ybc
+/usr/share/YaST2/clients/isns.rb
+/usr/share/YaST2/clients/isns_*.rb
+/usr/share/YaST2/modules/*.rb
 %{_prefix}/share/applications/YaST2/isns.desktop
 /usr/share/YaST2/scrconf/*.scr
 %doc %{_prefix}/share/doc/packages/yast2-isns

++ yast2-isns-2.21.2.tar.bz2 - yast2-isns-3.0.0.tar.bz2 ++
 5764 lines of diff (skipped)

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



commit yast2-kerberos-client for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-kerberos-client for 
openSUSE:Factory checked in at 2013-08-01 11:08:34

Comparing /work/SRC/openSUSE:Factory/yast2-kerberos-client (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-kerberos-client.new (New)


Package is yast2-kerberos-client

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-kerberos-client/yast2-kerberos-client.changes  
2012-12-19 14:51:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-kerberos-client.new/yast2-kerberos-client.changes
 2013-08-01 11:08:36.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:31:51 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-kerberos-client-2.23.3.tar.bz2

New:

  yast2-kerberos-client-3.0.0.tar.bz2



Other differences:
--
++ yast2-kerberos-client.spec ++
--- /var/tmp/diff_new_pack.zJJ9pP/_old  2013-08-01 11:08:37.0 +0200
+++ /var/tmp/diff_new_pack.zJJ9pP/_new  2013-08-01 11:08:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-kerberos-client
 #
-# 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-kerberos-client
-Version:2.23.3
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -40,6 +40,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Kerberos Client Configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -77,17 +79,16 @@
 
 %files
 %defattr(-,root,root)
-/usr/share/YaST2/clients/kerberos.ycp
-/usr/share/YaST2/clients/kerberos-client.ycp
-/usr/share/YaST2/clients/kerberos-client_auto.ycp
-/usr/share/YaST2/modules/Kerberos.ycp
-/usr/share/YaST2/modules/Kerberos.ybc
+/usr/share/YaST2/clients/kerberos.rb
+/usr/share/YaST2/clients/kerberos-client.rb
+/usr/share/YaST2/clients/kerberos-client_auto.rb
+/usr/share/YaST2/modules/Kerberos.rb
 %{_prefix}/share/applications/YaST2/kerberos.desktop
 /usr/share/YaST2/scrconf/*.scr
 /usr/share/YaST2/schema/autoyast/rnc/kerberos.rnc
 %dir /usr/share/YaST2/include/kerberos-client
-/usr/share/YaST2/include/kerberos-client/dialogs.ycp
-/usr/share/YaST2/include/kerberos-client/wizards.ycp
+/usr/share/YaST2/include/kerberos-client/dialogs.rb
+/usr/share/YaST2/include/kerberos-client/wizards.rb
 %doc %{_prefix}/share/doc/packages/yast2-kerberos-client
 %doc COPYING
 

++ yast2-kerberos-client-2.23.3.tar.bz2 - 
yast2-kerberos-client-3.0.0.tar.bz2 ++
 8010 lines of diff (skipped)

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



commit yast2-lxc for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-lxc for openSUSE:Factory 
checked in at 2013-08-01 11:08:51

Comparing /work/SRC/openSUSE:Factory/yast2-lxc (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-lxc.new (New)


Package is yast2-lxc

Changes:

--- /work/SRC/openSUSE:Factory/yast2-lxc/yast2-lxc.changes  2013-05-02 
12:08:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-lxc.new/yast2-lxc.changes 2013-08-01 
11:08:52.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:32:39 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-lxc-2.24.0.tar.bz2

New:

  yast2-lxc-3.0.0.tar.bz2



Other differences:
--
++ yast2-lxc.spec ++
--- /var/tmp/diff_new_pack.SuwIw6/_old  2013-08-01 11:08:53.0 +0200
+++ /var/tmp/diff_new_pack.SuwIw6/_new  2013-08-01 11:08:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-lxc
-Version:2.24.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -35,6 +35,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:Management tool for Linux Containers (LXC)
 License:GPL-2.0
 Group:  System/YaST
@@ -73,7 +75,7 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/lxc
 /usr/share/YaST2/include/lxc/*
-/usr/share/YaST2/clients/lxc.ycp
+/usr/share/YaST2/clients/lxc.rb
 /usr/share/YaST2/modules/Lxc.*
 %{_prefix}/share/applications/YaST2/lxc.desktop
 %doc %{_prefix}/share/doc/packages/yast2-lxc

++ yast2-lxc-2.24.0.tar.bz2 - yast2-lxc-3.0.0.tar.bz2 ++
 3148 lines of diff (skipped)

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



commit yast2-metapackage-handler for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-metapackage-handler for 
openSUSE:Factory checked in at 2013-08-01 11:08:54

Comparing /work/SRC/openSUSE:Factory/yast2-metapackage-handler (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-metapackage-handler.new (New)


Package is yast2-metapackage-handler

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-metapackage-handler/yast2-metapackage-handler.changes
  2013-02-28 10:24:14.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-metapackage-handler.new/yast2-metapackage-handler.changes
 2013-08-01 11:08:55.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:32:54 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-metapackage-handler-0.8.14.tar.bz2

New:

  yast2-metapackage-handler-3.0.0.tar.bz2



Other differences:
--
++ yast2-metapackage-handler.spec ++
--- /var/tmp/diff_new_pack.bBZixK/_old  2013-08-01 11:08:56.0 +0200
+++ /var/tmp/diff_new_pack.bBZixK/_new  2013-08-01 11:08:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-metapackage-handler
-Version:0.8.14
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -55,6 +55,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Easy Installation of Add-on RPMs using Metapackages
 License:GPL-2.0+
 Group:  System/YaST
@@ -130,10 +132,9 @@
 /sbin/OneClickInstallCLI
 /sbin/OCICLI
 %dir /usr/share/YaST2/clients
-/usr/share/YaST2/clients/*.ycp
+/usr/share/YaST2/clients/*.rb
 %dir /usr/share/YaST2/modules
-/usr/share/YaST2/modules/*.ycp
-/usr/share/YaST2/modules/*.ybc
+/usr/share/YaST2/modules/*.rb
 /usr/share/YaST2/modules/*.pm
 %if %suse_version = 1020
 /opt/kde3

++ yast2-metapackage-handler-0.8.14.tar.bz2 - 
yast2-metapackage-handler-3.0.0.tar.bz2 ++
 8666 lines of diff (skipped)

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



commit yast2-firewall for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-firewall for openSUSE:Factory 
checked in at 2013-08-01 11:08:10

Comparing /work/SRC/openSUSE:Factory/yast2-firewall (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-firewall.new (New)


Package is yast2-firewall

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firewall/yast2-firewall.changes
2013-07-01 16:01:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firewall.new/yast2-firewall.changes   
2013-08-01 11:08:11.0 +0200
@@ -1,0 +2,14 @@
+Wed Jul 31 08:29:04 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---
+Wed Jul 24 11:38:10 CEST 2013 - loci...@suse.com
+
+- Added better checking and more understandable UI to dialog for
+  adding new masquerade rule (bnc#829706)
+- 2.24.2
+
+---

Old:

  yast2-firewall-2.24.1.tar.bz2

New:

  yast2-firewall-3.0.0.tar.bz2



Other differences:
--
++ yast2-firewall.spec ++
--- /var/tmp/diff_new_pack.DhetUg/_old  2013-08-01 11:08:12.0 +0200
+++ /var/tmp/diff_new_pack.DhetUg/_new  2013-08-01 11:08:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firewall
-Version:2.24.1
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -43,6 +43,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Firewall Configuration
 License:GPL-2.0
 Group:  System/YaST

++ yast2-firewall-2.24.1.tar.bz2 - yast2-firewall-3.0.0.tar.bz2 ++
 14957 lines of diff (skipped)

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



commit yast2-instserver for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-instserver for 
openSUSE:Factory checked in at 2013-08-01 11:08:25

Comparing /work/SRC/openSUSE:Factory/yast2-instserver (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-instserver.new (New)


Package is yast2-instserver

Changes:

--- /work/SRC/openSUSE:Factory/yast2-instserver/yast2-instserver.changes
2013-07-29 17:51:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-instserver.new/yast2-instserver.changes   
2013-08-01 11:08:26.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:31:06 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-instserver-2.24.1.tar.bz2

New:

  yast2-instserver-3.0.0.tar.bz2



Other differences:
--
++ yast2-instserver.spec ++
--- /var/tmp/diff_new_pack.pJNIDk/_old  2013-08-01 11:08:27.0 +0200
+++ /var/tmp/diff_new_pack.pJNIDk/_new  2013-08-01 11:08:27.0 +0200
@@ -18,7 +18,7 @@
 
 #
 Name:   yast2-instserver
-Version:2.24.1
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -38,6 +38,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Installation Server Configuration and Management
 License:GPL-2.0+
 Group:  System/YaST
@@ -88,7 +90,7 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/instserver
 /usr/share/YaST2/include/instserver/*
-/usr/share/YaST2/clients/instserver.ycp
+/usr/share/YaST2/clients/instserver.rb
 /usr/share/YaST2/modules/Instserver.*
 %{_prefix}/share/applications/YaST2/instserver.desktop
 /etc/YaST2/instserver

++ yast2-instserver-2.24.1.tar.bz2 - yast2-instserver-3.0.0.tar.bz2 ++
 9518 lines of diff (skipped)

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



commit yast2-firstboot for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2013-08-01 11:08:12

Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-firstboot.new (New)


Package is yast2-firstboot

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2013-07-16 16:28:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2013-08-01 11:08:14.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:29:10 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-firstboot-2.24.0.tar.bz2

New:

  yast2-firstboot-3.0.0.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.RIWnWR/_old  2013-08-01 11:08:15.0 +0200
+++ /var/tmp/diff_new_pack.RIWnWR/_new  2013-08-01 11:08:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:2.24.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -46,6 +46,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -99,10 +101,10 @@
 %dir %{_prefix}/lib/YaST2/startup/Firstboot-Stage
 %{_prefix}/lib/YaST2/startup/Firstboot-Stage/*
 %{_prefix}/lib/YaST2/startup/YaST2.Firstboot
-/usr/share/YaST2/clients/firstboot_*.ycp
-/usr/share/YaST2/clients/firstboot.ycp
+/usr/share/YaST2/clients/firstboot_*.rb
+/usr/share/YaST2/clients/firstboot.rb
 %dir /usr/share/YaST2/include/firstboot
-/usr/share/YaST2/include/firstboot/*.ycp
+/usr/share/YaST2/include/firstboot/*.rb
 /usr/share/YaST2/modules/Firstboot.*
 /usr/share/YaST2/scrconf/*.scr
 /var/adm/fillup-templates/sysconfig.firstboot

++ yast2-firstboot-2.24.0.tar.bz2 - yast2-firstboot-3.0.0.tar.bz2 ++
 9050 lines of diff (skipped)

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



commit yast2-ldap for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-ldap for openSUSE:Factory 
checked in at 2013-08-01 11:08:38

Comparing /work/SRC/openSUSE:Factory/yast2-ldap (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-ldap.new (New)


Package is yast2-ldap

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ldap/yast2-ldap.changes2013-02-01 
16:16:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-ldap.new/yast2-ldap.changes   
2013-08-01 11:08:40.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 30 08:28:56 UTC 2013 - yast-de...@opensuse.org
+
+- version 3.0.0
+
+---

Old:

  yast2-ldap-2.23.0.tar.bz2

New:

  yast2-ldap-3.0.0.tar.bz2



Other differences:
--
++ yast2-ldap.spec ++
--- /var/tmp/diff_new_pack.KhOikL/_old  2013-08-01 11:08:40.0 +0200
+++ /var/tmp/diff_new_pack.KhOikL/_new  2013-08-01 11:08:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ldap
-Version:2.23.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-ldap-2.23.0.tar.bz2 - yast2-ldap-3.0.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-2.23.0/Makefile.am 
new/yast2-ldap-3.0.0/Makefile.am
--- old/yast2-ldap-2.23.0/Makefile.am   2013-02-01 10:44:23.0 +0100
+++ new/yast2-ldap-3.0.0/Makefile.am2013-07-31 11:37:50.0 +0200
@@ -158,19 +158,14 @@
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir)  svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi /dev/null; \
+   cd $(srcdir)  $(TAGVERSION) --check /dev/null; \
[ $$? = 0 ] || ( echo ERROR: Please run 'tagversion' first; false )
 
 check-parse-old:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-2.23.0/Makefile.am.common 
new/yast2-ldap-3.0.0/Makefile.am.common
--- old/yast2-ldap-2.23.0/Makefile.am.common2013-02-01 10:44:22.0 
+0100
+++ new/yast2-ldap-3.0.0/Makefile.am.common 2013-07-31 11:37:50.0 
+0200
@@ -31,7 +31,7 @@
 
 CHECK_SYNTAX = true
 check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test $(client_DATA); then \
+   @if test $(filter %.ycp,client_DATA); then \
  if $(CHECK_SYNTAX); then \
TO_CHECK=$(filter %.ycp,$^); \
echo Checking syntax of $${TO_CHECK}; \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-2.23.0/Makefile.in 
new/yast2-ldap-3.0.0/Makefile.in
--- old/yast2-ldap-2.23.0/Makefile.in   2013-02-01 10:44:39.0 +0100
+++ new/yast2-ldap-3.0.0/Makefile.in2013-07-31 11:38:04.0 +0200
@@ -69,7 +69,7 @@
 am__aclocal_m4_deps = $(top_srcdir)/libtool.m4 \
$(top_srcdir)/ltoptions.m4 $(top_srcdir)/ltsugar.m4 \
$(top_srcdir)/ltversion.m4 $(top_srcdir)/lt~obsolete.m4 \
-   $(top_srcdir)/configure.in
+   $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@@ -1061,19 +1061,14 @@
 
 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 \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \

commit yast2-installation for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2013-08-01 11:08:22

Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-installation.new (New)


Package is yast2-installation

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2013-07-16 16:30:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2013-08-01 11:08:23.0 +0200
@@ -1,0 +2,13 @@
+Wed Jul 31 08:30:58 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---
+Mon Jul 29 13:43:13 CEST 2013 - f...@suse.de
+
+- ignore SIGHUP in YaST2.Second-Stage to make autoyast installs
+  with serial console succeed again (bnc#825728, bnc#823224)
+
+---

Old:

  yast2-installation-2.24.10.tar.bz2

New:

  yast2-installation-3.0.0.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.JlqE1N/_old  2013-08-01 11:08:24.0 +0200
+++ /var/tmp/diff_new_pack.JlqE1N/_new  2013-08-01 11:08:24.0 +0200
@@ -17,12 +17,14 @@
 
 
 Name:   yast2-installation
-Version:2.24.10
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-installation-%{version}.tar.bz2
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Installation Parts
 License:GPL-2.0
 Group:  System/YaST
@@ -218,9 +220,8 @@
 %{_unitdir}/YaST2-Second-Stage.service
 %{_unitdir}/YaST2-Firstboot.service
 
-/usr/share/YaST2/clients/*.ycp
-/usr/share/YaST2/modules/*.ycp
-/usr/share/YaST2/modules/*.ybc
+/usr/share/YaST2/clients/*.rb
+/usr/share/YaST2/modules/*.rb
 %{_prefix}/share/applications/YaST2/*.desktop
 /usr/share/autoinstall/modules/*.desktop
 /usr/share/YaST2/schema/autoyast/rnc/deploy_image.rnc

++ yast2-installation-2.24.10.tar.bz2 - yast2-installation-3.0.0.tar.bz2 
++
 48770 lines of diff (skipped)

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



commit yast2-ldap-client for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-ldap-client for 
openSUSE:Factory checked in at 2013-08-01 11:08:40

Comparing /work/SRC/openSUSE:Factory/yast2-ldap-client (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-ldap-client.new (New)


Package is yast2-ldap-client

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ldap-client/yast2-ldap-client.changes  
2013-06-25 06:59:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-ldap-client.new/yast2-ldap-client.changes 
2013-08-01 11:08:41.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:32:14 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-ldap-client-2.24.1.tar.bz2

New:

  yast2-ldap-client-3.0.0.tar.bz2



Other differences:
--
++ yast2-ldap-client.spec ++
--- /var/tmp/diff_new_pack.eOeGxz/_old  2013-08-01 11:08:42.0 +0200
+++ /var/tmp/diff_new_pack.eOeGxz/_new  2013-08-01 11:08:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ldap-client
-Version:2.24.1
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -53,6 +53,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - LDAP Client Configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -97,9 +99,9 @@
 %{_prefix}/share/applications/YaST2/ldap_browser.desktop
 %dir /usr/share/YaST2/include/ldap
 /usr/share/YaST2/include/ldap/*
-/usr/share/YaST2/modules/Ldap.y*
-/usr/share/YaST2/modules/LdapPopup.y*
-/usr/share/YaST2/clients/ldap*.ycp
+/usr/share/YaST2/modules/Ldap.rb
+/usr/share/YaST2/modules/LdapPopup.rb
+/usr/share/YaST2/clients/ldap*.rb
 /usr/share/YaST2/scrconf/*.scr
 /usr/share/YaST2/schema/autoyast/rnc/ldap_client.rnc
 %doc %{_prefix}/share/doc/packages/yast2-ldap-client

++ yast2-ldap-client-2.24.1.tar.bz2 - yast2-ldap-client-3.0.0.tar.bz2 
++
 19220 lines of diff (skipped)

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



commit yast2-nfs-client for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-nfs-client for 
openSUSE:Factory checked in at 2013-08-01 11:09:02

Comparing /work/SRC/openSUSE:Factory/yast2-nfs-client (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-nfs-client.new (New)


Package is yast2-nfs-client

Changes:

--- /work/SRC/openSUSE:Factory/yast2-nfs-client/yast2-nfs-client.changes
2013-07-08 07:13:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-nfs-client.new/yast2-nfs-client.changes   
2013-08-01 11:09:03.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:33:54 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-nfs-client-2.24.1.tar.bz2

New:

  yast2-nfs-client-3.0.0.tar.bz2



Other differences:
--
++ yast2-nfs-client.spec ++
--- /var/tmp/diff_new_pack.h4SI7F/_old  2013-08-01 11:09:04.0 +0200
+++ /var/tmp/diff_new_pack.h4SI7F/_new  2013-08-01 11:09:04.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-nfs-client
-Version:2.24.1
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -51,6 +51,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - NFS Configuration
 License:GPL-2.0+
 Group:  System/YaST
@@ -92,13 +94,12 @@
 %dir /usr/share/YaST2/include/nfs
 /usr/share/YaST2/include/nfs/*
 %dir /usr/share/YaST2/clients
-/usr/share/YaST2/clients/nfs.ycp
-/usr/share/YaST2/clients/nfs-client.ycp
-/usr/share/YaST2/clients/nfs_auto.ycp
-/usr/share/YaST2/clients/nfs-client4part.ycp
+/usr/share/YaST2/clients/nfs.rb
+/usr/share/YaST2/clients/nfs-client.rb
+/usr/share/YaST2/clients/nfs_auto.rb
+/usr/share/YaST2/clients/nfs-client4part.rb
 %dir /usr/share/YaST2/modules
-/usr/share/YaST2/modules/Nfs.ycp
-/usr/share/YaST2/modules/Nfs.ybc
+/usr/share/YaST2/modules/Nfs.rb
 %dir %{_prefix}/share/applications/YaST2
 %{_prefix}/share/applications/YaST2/nfs.desktop
 %doc %{_prefix}/share/doc/packages/yast2-nfs-client

++ yast2-nfs-client-2.24.1.tar.bz2 - yast2-nfs-client-3.0.0.tar.bz2 ++
 7250 lines of diff (skipped)

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



commit yast2-iscsi-server for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-iscsi-server for 
openSUSE:Factory checked in at 2013-08-01 11:08:30

Comparing /work/SRC/openSUSE:Factory/yast2-iscsi-server (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-iscsi-server.new (New)


Package is yast2-iscsi-server

Changes:

--- /work/SRC/openSUSE:Factory/yast2-iscsi-server/yast2-iscsi-server.changes
2013-03-26 19:49:17.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-iscsi-server.new/yast2-iscsi-server.changes   
2013-08-01 11:08:32.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:31:31 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-iscsi-server-2.24.0.tar.bz2

New:

  yast2-iscsi-server-3.0.0.tar.bz2



Other differences:
--
++ yast2-iscsi-server.spec ++
--- /var/tmp/diff_new_pack.AgUrzc/_old  2013-08-01 11:08:32.0 +0200
+++ /var/tmp/diff_new_pack.AgUrzc/_new  2013-08-01 11:08:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-iscsi-server
-Version:2.24.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -43,6 +43,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Configuration of iSCSI target
 License:GPL-2.0
 Group:  System/YaST
@@ -81,8 +83,8 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/iscsi-server
 /usr/share/YaST2/include/iscsi-server/*
-/usr/share/YaST2/clients/iscsi-server.ycp
-/usr/share/YaST2/clients/iscsi-server_*.ycp
+/usr/share/YaST2/clients/iscsi-server.rb
+/usr/share/YaST2/clients/iscsi-server_*.rb
 /usr/share/YaST2/modules/IscsiServer*
 %{_prefix}/share/applications/YaST2/iscsi-server.desktop
 /usr/share/YaST2/scrconf/ietd.scr

++ yast2-iscsi-server-2.24.0.tar.bz2 - yast2-iscsi-server-3.0.0.tar.bz2 
++
 8158 lines of diff (skipped)

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



commit yast2-mail for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-mail for openSUSE:Factory 
checked in at 2013-08-01 11:08:52

Comparing /work/SRC/openSUSE:Factory/yast2-mail (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-mail.new (New)


Package is yast2-mail

Changes:

--- /work/SRC/openSUSE:Factory/yast2-mail/yast2-mail.changes2013-06-05 
13:25:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-mail.new/yast2-mail.changes   
2013-08-01 11:08:54.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:32:47 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-mail-2.21.2.tar.bz2

New:

  yast2-mail-3.0.0.tar.bz2



Other differences:
--
++ yast2-mail.spec ++
--- /var/tmp/diff_new_pack.p1vBaK/_old  2013-08-01 11:08:55.0 +0200
+++ /var/tmp/diff_new_pack.p1vBaK/_new  2013-08-01 11:08:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-mail
-Version:2.21.2
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -56,6 +56,8 @@
 Obsoletes:  yast2-mail-server = %{version}
 Conflicts:  aaa_base  10.3
 BuildArch:  noarch
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Mail Configuration
 License:GPL-2.0+
 Group:  System/YaST
@@ -65,6 +67,8 @@
 Amavis and Fetchmail.
 
 %package plugins
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Users/Group Plugins for the mail delivery configuration
 Group:  System/YaST
 Requires:   acl
@@ -76,7 +80,6 @@
 
 %prep
 %setup -n yast2-mail-%{version}
-cp agents/MasterCFParser.pm src
 
 %build
 %{_prefix}/bin/y2tool y2autoconf
@@ -112,11 +115,9 @@
 %dir /usr/share/YaST2/clients
 /usr/share/YaST2/clients/mail*
 %dir /usr/share/YaST2/modules
-/usr/share/YaST2/modules/Mail.ybc
-/usr/share/YaST2/modules/MailServer.ybc
-/usr/share/YaST2/modules/MailServer.ycp
+/usr/share/YaST2/modules/MailServer.rb
 /usr/share/YaST2/modules/MailServerLDAP.pm
-/usr/share/YaST2/modules/Mail.ycp
+/usr/share/YaST2/modules/Mail.rb
 %dir /usr/share/YaST2/modules/YaPI
 /usr/share/YaST2/modules/YaPI/Mail*
 %dir %{_prefix}/share/applications/YaST2

++ yast2-mail-2.21.2.tar.bz2 - yast2-mail-3.0.0.tar.bz2 ++
 38626 lines of diff (skipped)

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



commit yast2-nis-client for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-nis-client for 
openSUSE:Factory checked in at 2013-08-01 11:09:06

Comparing /work/SRC/openSUSE:Factory/yast2-nis-client (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-nis-client.new (New)


Package is yast2-nis-client

Changes:

--- /work/SRC/openSUSE:Factory/yast2-nis-client/yast2-nis-client.changes
2013-07-30 14:04:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-nis-client.new/yast2-nis-client.changes   
2013-08-01 11:09:08.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:34:09 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-nis-client-2.24.2.tar.bz2

New:

  yast2-nis-client-3.0.0.tar.bz2



Other differences:
--
++ yast2-nis-client.spec ++
--- /var/tmp/diff_new_pack.AV3hQL/_old  2013-08-01 11:09:08.0 +0200
+++ /var/tmp/diff_new_pack.AV3hQL/_new  2013-08-01 11:09:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-nis-client
-Version:2.24.2
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -48,6 +48,8 @@
 Obsoletes:  yast2-trans-nis
 Provides:   yast2-config-network:/usr/lib/YaST2/clients/lan_ypclient.ycp
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Network Information Services (NIS, YP) Configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -95,10 +97,10 @@
 %files
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/nis
-/usr/share/YaST2/include/nis/ui.ycp
-/usr/share/YaST2/clients/nis.ycp
-/usr/share/YaST2/clients/nis-client.ycp
-/usr/share/YaST2/clients/nis_auto.ycp
+/usr/share/YaST2/include/nis/ui.rb
+/usr/share/YaST2/clients/nis.rb
+/usr/share/YaST2/clients/nis-client.rb
+/usr/share/YaST2/clients/nis_auto.rb
 /usr/share/YaST2/modules/Nis.*
 %{_prefix}/share/applications/YaST2/nis.desktop
 /usr/lib/YaST2/servers_non_y2/ag_yp_conf

++ yast2-nis-client-2.24.2.tar.bz2 - yast2-nis-client-3.0.0.tar.bz2 ++
 8275 lines of diff (skipped)

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



commit yast2-mouse for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-mouse for openSUSE:Factory 
checked in at 2013-08-01 11:08:56

Comparing /work/SRC/openSUSE:Factory/yast2-mouse (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-mouse.new (New)


Package is yast2-mouse

Changes:

--- /work/SRC/openSUSE:Factory/yast2-mouse/yast2-mouse.changes  2013-06-05 
13:26:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-mouse.new/yast2-mouse.changes 
2013-08-01 11:08:57.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:33:00 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-mouse-2.24.1.tar.bz2

New:

  yast2-mouse-3.0.0.tar.bz2



Other differences:
--
++ yast2-mouse.spec ++
--- /var/tmp/diff_new_pack.Xy7gA4/_old  2013-08-01 11:08:58.0 +0200
+++ /var/tmp/diff_new_pack.Xy7gA4/_new  2013-08-01 11:08:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-mouse
-Version:2.24.1
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -43,6 +43,8 @@
 Obsoletes:  y2t_inst-mouse
 # Mouse-related installation scripts were moved here
 Conflicts:  yast2-installation  2.18.2
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Mouse Configuration
 License:GPL-2.0+
 Group:  System/YaST
@@ -86,7 +88,7 @@
 %dir /usr/share/YaST2/include/mouse
 /usr/share/YaST2/include/mouse/*
 /usr/share/YaST2/modules/*
-/usr/share/YaST2/clients/*.ycp
+/usr/share/YaST2/clients/*.rb
 %ifnarch s390 s390x
 %{_prefix}/share/applications/YaST2/mouse.desktop
 %endif

++ yast2-mouse-2.24.1.tar.bz2 - yast2-mouse-3.0.0.tar.bz2 ++
 5552 lines of diff (skipped)

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



commit yast2-ftp-server for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-ftp-server for 
openSUSE:Factory checked in at 2013-08-01 11:08:14

Comparing /work/SRC/openSUSE:Factory/yast2-ftp-server (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-ftp-server.new (New)


Package is yast2-ftp-server

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ftp-server/yast2-ftp-server.changes
2013-02-28 10:24:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-ftp-server.new/yast2-ftp-server.changes   
2013-08-01 11:08:15.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:29:17 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-ftp-server-2.22.1.tar.bz2

New:

  yast2-ftp-server-3.0.0.tar.bz2



Other differences:
--
++ yast2-ftp-server.spec ++
--- /var/tmp/diff_new_pack.8sh3vb/_old  2013-08-01 11:08:16.0 +0200
+++ /var/tmp/diff_new_pack.8sh3vb/_new  2013-08-01 11:08:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ftp-server
-Version:2.22.1
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -35,6 +35,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - FTP configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -74,8 +76,8 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/ftp-server
 /usr/share/YaST2/include/ftp-server/*
-/usr/share/YaST2/clients/ftp-server.ycp
-/usr/share/YaST2/clients/ftp-server_*.ycp
+/usr/share/YaST2/clients/ftp-server.rb
+/usr/share/YaST2/clients/ftp-server_*.rb
 /usr/share/YaST2/modules/FtpServer.*
 %{_prefix}/share/applications/YaST2/ftp-server.desktop
 /usr/share/YaST2/schema/autoyast/rnc/ftp-server.rnc

++ yast2-ftp-server-2.22.1.tar.bz2 - yast2-ftp-server-3.0.0.tar.bz2 ++
 17389 lines of diff (skipped)

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



commit yast2-fcoe-client for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-fcoe-client for 
openSUSE:Factory checked in at 2013-08-01 11:08:06

Comparing /work/SRC/openSUSE:Factory/yast2-fcoe-client (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-fcoe-client.new (New)


Package is yast2-fcoe-client

Changes:

--- /work/SRC/openSUSE:Factory/yast2-fcoe-client/yast2-fcoe-client.changes  
2013-06-28 12:01:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-fcoe-client.new/yast2-fcoe-client.changes 
2013-08-01 11:08:07.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:28:51 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-fcoe-client-2.23.0.tar.bz2

New:

  yast2-fcoe-client-3.0.0.tar.bz2



Other differences:
--
++ yast2-fcoe-client.spec ++
--- /var/tmp/diff_new_pack.dtFbAD/_old  2013-08-01 11:08:08.0 +0200
+++ /var/tmp/diff_new_pack.dtFbAD/_new  2013-08-01 11:08:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-fcoe-client
-Version:2.23.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -32,6 +32,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Configuration of Fibre Channel over Ethernet
 License:GPL-2.0
 Group:  System/YaST
@@ -71,9 +73,9 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/fcoe-client
 /usr/share/YaST2/include/fcoe-client/*
-/usr/share/YaST2/clients/fcoe-client.ycp
-/usr/share/YaST2/clients/fcoe-client_*.ycp
-/usr/share/YaST2/clients/inst_fcoe-client.ycp
+/usr/share/YaST2/clients/fcoe-client.rb
+/usr/share/YaST2/clients/fcoe-client_*.rb
+/usr/share/YaST2/clients/inst_fcoe-client.rb
 /usr/share/YaST2/modules/FcoeClient.*
 %{_prefix}/share/applications/YaST2/fcoe-client.desktop
 %dir /usr/share/YaST2/scrconf

++ yast2-fcoe-client-2.23.0.tar.bz2 - yast2-fcoe-client-3.0.0.tar.bz2 
++
 9215 lines of diff (skipped)

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



commit yast2-iscsi-client for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-iscsi-client for 
openSUSE:Factory checked in at 2013-08-01 11:08:28

Comparing /work/SRC/openSUSE:Factory/yast2-iscsi-client (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-iscsi-client.new (New)


Package is yast2-iscsi-client

Changes:

--- /work/SRC/openSUSE:Factory/yast2-iscsi-client/yast2-iscsi-client.changes
2013-02-25 20:46:59.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-iscsi-client.new/yast2-iscsi-client.changes   
2013-08-01 11:08:30.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:31:18 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-iscsi-client-2.23.4.tar.bz2

New:

  yast2-iscsi-client-3.0.0.tar.bz2



Other differences:
--
++ yast2-iscsi-client.spec ++
--- /var/tmp/diff_new_pack.NVDkTi/_old  2013-08-01 11:08:30.0 +0200
+++ /var/tmp/diff_new_pack.NVDkTi/_new  2013-08-01 11:08:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-iscsi-client
-Version:2.23.4
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -48,6 +48,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - iSCSI Client Configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -87,9 +89,9 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/iscsi-client
 /usr/share/YaST2/include/iscsi-client/*
-/usr/share/YaST2/clients/iscsi-client.ycp
-/usr/share/YaST2/clients/iscsi-client_*.ycp
-/usr/share/YaST2/clients/inst_iscsi-client.ycp
+/usr/share/YaST2/clients/iscsi-client.rb
+/usr/share/YaST2/clients/iscsi-client_*.rb
+/usr/share/YaST2/clients/inst_iscsi-client.rb
 /usr/share/YaST2/modules/IscsiClient.*
 /usr/share/YaST2/modules/IscsiClientLib.*
 %{_prefix}/share/applications/YaST2/iscsi-client.desktop

++ yast2-iscsi-client-2.23.4.tar.bz2 - yast2-iscsi-client-3.0.0.tar.bz2 
++
 8903 lines of diff (skipped)

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



commit yast2-live-installer for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-live-installer for 
openSUSE:Factory checked in at 2013-08-01 11:08:48

Comparing /work/SRC/openSUSE:Factory/yast2-live-installer (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-live-installer.new (New)


Package is yast2-live-installer

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-live-installer/yast2-live-installer.changes
2013-02-28 10:24:12.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-live-installer.new/yast2-live-installer.changes
   2013-08-01 11:08:49.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:32:32 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-live-installer-2.21.2.tar.bz2

New:

  yast2-live-installer-3.0.0.tar.bz2



Other differences:
--
++ yast2-live-installer.spec ++
--- /var/tmp/diff_new_pack.yyIkC6/_old  2013-08-01 11:08:50.0 +0200
+++ /var/tmp/diff_new_pack.yyIkC6/_new  2013-08-01 11:08:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-live-installer
-Version:2.21.2
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -41,6 +41,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Installation from Live Media
 License:GPL-2.0+
 Group:  System/YaST
@@ -78,7 +80,7 @@
 
 %files
 %defattr(-,root,root)
-/usr/share/YaST2/clients/*.ycp
+/usr/share/YaST2/clients/*.rb
 /usr/share/YaST2/modules/LiveInstaller.*
 %{_prefix}/share/applications/YaST2/live-installer.desktop
 %doc %{_prefix}/share/doc/packages/yast2-live-installer

++ yast2-live-installer-2.21.2.tar.bz2 - 
yast2-live-installer-3.0.0.tar.bz2 ++
 4462 lines of diff (skipped)

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



commit yast2-hardware-detection for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-hardware-detection for 
openSUSE:Factory checked in at 2013-08-01 11:08:16

Comparing /work/SRC/openSUSE:Factory/yast2-hardware-detection (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-hardware-detection.new (New)


Package is yast2-hardware-detection

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-hardware-detection/yast2-hardware-detection.changes
2013-06-15 11:28:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-hardware-detection.new/yast2-hardware-detection.changes
   2013-08-01 11:08:18.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:29:23 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-hardware-detection-2.24.0.tar.bz2

New:

  yast2-hardware-detection-3.0.0.tar.bz2



Other differences:
--
++ yast2-hardware-detection.spec ++
--- /var/tmp/diff_new_pack.kLYwnn/_old  2013-08-01 11:08:19.0 +0200
+++ /var/tmp/diff_new_pack.kLYwnn/_new  2013-08-01 11:08:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-hardware-detection
-Version:2.24.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -38,6 +38,8 @@
 BuildRequires:  hwinfo-devel
 # we check for hwinfo
 BuildRequires:  pkg-config
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Hardware Detection Interface
 License:GPL-2.0+
 Group:  System/YaST

++ yast2-hardware-detection-2.24.0.tar.bz2 - 
yast2-hardware-detection-3.0.0.tar.bz2 ++
 7591 lines of diff (skipped)

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



commit yast2-ldap-server for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-ldap-server for 
openSUSE:Factory checked in at 2013-08-01 11:08:43

Comparing /work/SRC/openSUSE:Factory/yast2-ldap-server (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-ldap-server.new (New)


Package is yast2-ldap-server

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ldap-server/yast2-ldap-server.changes  
2013-07-03 16:54:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-ldap-server.new/yast2-ldap-server.changes 
2013-08-01 11:08:44.0 +0200
@@ -1,0 +2,19 @@
+Wed Jul 31 08:32:25 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---
+Mon Jul 29 11:02:52 UTC 2013 - vark...@suse.com
+
+- bnc#777449 - Puzzlestring in yasts ldap server module (ldap-server.pot)
+- bnc#757132 - Puzzle-String in ldap-server module
+
+---
+Tue Jul  2 11:44:46 UTC 2013 - vark...@suse.com
+
+- bnc#533243 - After starting YaST LDAP server, during initialization get error
+- 2.22.3
+
+---

Old:

  yast2-ldap-server-2.22.2.tar.bz2

New:

  yast2-ldap-server-3.0.0.tar.bz2



Other differences:
--
++ yast2-ldap-server.spec ++
--- /var/tmp/diff_new_pack.J2kW63/_old  2013-08-01 11:08:45.0 +0200
+++ /var/tmp/diff_new_pack.J2kW63/_new  2013-08-01 11:08:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ldap-server
-Version:2.22.2
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -54,6 +54,8 @@
 
 # Wizard::SetDesktopTitleAndIcon
 Requires:   yast2 = 2.21.22
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - OpenLDAP Server Configuration
 License:GPL-2.0+ and MIT
 Group:  System/YaST
@@ -101,9 +103,9 @@
 %dir /usr/share/YaST2/include/ldap-server
 %dir /usr/share/YaST2/modules/YaPI
 /usr/share/YaST2/include/ldap-server/*
-/usr/share/YaST2/clients/ldap-server.ycp
-/usr/share/YaST2/clients/openldap-mirrormode.ycp
-/usr/share/YaST2/clients/ldap-server_*.ycp
+/usr/share/YaST2/clients/ldap-server.rb
+/usr/share/YaST2/clients/openldap-mirrormode.rb
+/usr/share/YaST2/clients/ldap-server_*.rb
 /usr/share/YaST2/modules/LdapServer.*
 /usr/share/YaST2/modules/LdapDatabase.*
 /usr/share/YaST2/modules/YaPI/LdapServer.pm

++ yast2-ldap-server-2.22.2.tar.bz2 - yast2-ldap-server-3.0.0.tar.bz2 
++
 45005 lines of diff (skipped)

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



commit yast2-network for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-network for openSUSE:Factory 
checked in at 2013-08-01 11:08:57

Comparing /work/SRC/openSUSE:Factory/yast2-network (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-network.new (New)


Package is yast2-network

Changes:

--- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes  
2013-07-21 12:00:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-network.new/yast2-network.changes 
2013-08-01 11:08:59.0 +0200
@@ -1,0 +2,24 @@
+Wed Jul 31 08:33:47 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---
+Mon Jul 29 18:08:19 CEST 2013 - loci...@suse.com
+
+- Fixed detection whether interface is handled by firewall and thus
+  fixed accidental stopping and disabling the firewall services.
+  Added detection of interfaces handled by implicit assignment
+  with 'any' in firewall zone.
+  (bnc#829556)
+- 2.25.8
+
+---
+Thu Jul 18 11:54:43 UTC 2013 - mfi...@suse.com
+
+- bnc#695262
+- fixed write sequence to enable device renaming.
+-2.25.7
+
+---

Old:

  yast2-network-2.25.6.tar.bz2

New:

  yast2-network-3.0.0.tar.bz2



Other differences:
--
++ yast2-network.spec ++
--- /var/tmp/diff_new_pack.qDnWn9/_old  2013-08-01 11:09:00.0 +0200
+++ /var/tmp/diff_new_pack.qDnWn9/_new  2013-08-01 11:09:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:2.25.6
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -36,8 +36,9 @@
 # yast2 v2.23.22: NetworkService handles
 # systemd link network.service-NetworkManager.service
 # yast2 v2.24.4: changes in API for Device type detection
+# yast2 v2.24.5: net device type detection based on sysfs
 BuildRequires:  yast2 = 2.24.4
-Requires:   yast2 = 2.24.4
+Requires:   yast2 = 2.24.5
 
 #netconfig (FaTE #303618)
 Requires:   sysconfig = 0.80.0
@@ -53,6 +54,8 @@
 # carrier detection
 Conflicts:  yast2-core  2.10.6
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Network Configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -117,10 +120,9 @@
 %{_prefix}/lib/YaST2/bin/*
 /usr/share/YaST2/data/*
 /usr/share/YaST2/include/network
-/usr/share/YaST2/clients/*.ycp
+/usr/share/YaST2/clients/*.rb
 /usr/share/YaST2/modules/YaPI/NETWORK.pm
-/usr/share/YaST2/modules/*.ycp
-/usr/share/YaST2/modules/*.ybc
+/usr/share/YaST2/modules/*.rb
 %{_prefix}/share/applications/YaST2/*.desktop
 /usr/share/YaST2/scrconf/*.scr
 /usr/lib/YaST2/servers_non_y2/ag_udev_persistent

++ yast2-network-2.25.6.tar.bz2 - yast2-network-3.0.0.tar.bz2 ++
 86072 lines of diff (skipped)

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



commit yast2-phone-services for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-phone-services for 
openSUSE:Factory checked in at 2013-08-01 11:09:26

Comparing /work/SRC/openSUSE:Factory/yast2-phone-services (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-phone-services.new (New)


Package is yast2-phone-services

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-phone-services/yast2-phone-services.changes
2012-03-20 17:48:51.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-phone-services.new/yast2-phone-services.changes
   2013-08-01 11:09:27.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:36:46 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-phone-services-2.21.1.tar.bz2

New:

  yast2-phone-services-3.0.0.tar.bz2



Other differences:
--
++ yast2-phone-services.spec ++
--- /var/tmp/diff_new_pack.dzmSqJ/_old  2013-08-01 11:09:27.0 +0200
+++ /var/tmp/diff_new_pack.dzmSqJ/_new  2013-08-01 11:09:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-phone-services
 #
-# 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
@@ -16,23 +16,30 @@
 #
 
 
-
 Name:   yast2-phone-services
-Version:2.21.1
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-phone-services-%{version}.tar.bz2
 
-Group:  System/YaST
-License:GPL-2.0+
-BuildRequires:  doxygen perl-XML-Writer pkg-config update-desktop-files yast2 
yast2-devtools yast2-users
+BuildRequires:  doxygen
+BuildRequires:  perl-XML-Writer
+BuildRequires:  pkg-config
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-users
 # Wizard::SetDesktopTitleAndIcon
 Requires:   yast2  2.21.22
 Requires:   yast2-users
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Phone Services Configuration
+License:GPL-2.0+
+Group:  System/YaST
 
 %description
 This package contains YaST2 modules to configure additional phone
@@ -69,8 +76,8 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/phone-services
 /usr/share/YaST2/include/phone-services/*
-/usr/share/YaST2/clients/*.ycp
-/usr/share/YaST2/modules/*.y*
+/usr/share/YaST2/clients/*.rb
+/usr/share/YaST2/modules/*.rb
 %{_prefix}/share/applications/YaST2/*.desktop
 /usr/share/YaST2/scrconf/*.scr
 %doc %{_prefix}/share/doc/packages/yast2-phone-services

++ yast2-phone-services-2.21.1.tar.bz2 - 
yast2-phone-services-3.0.0.tar.bz2 ++
 10228 lines of diff (skipped)

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



commit yast2-pkg-bindings for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-pkg-bindings for 
openSUSE:Factory checked in at 2013-08-01 11:09:28

Comparing /work/SRC/openSUSE:Factory/yast2-pkg-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-pkg-bindings.new (New)


Package is yast2-pkg-bindings

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-pkg-bindings/yast2-pkg-bindings-devel-doc.changes
  2013-06-17 10:33:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-pkg-bindings.new/yast2-pkg-bindings-devel-doc.changes
 2013-08-01 11:09:29.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 30 08:29:16 UTC 2013 - yast-de...@opensuse.org
+
+- version 3.0.0
+
+---
yast2-pkg-bindings.changes: same change

Old:

  yast2-pkg-bindings-2.24.0.tar.bz2

New:

  yast2-pkg-bindings-3.0.0.tar.bz2



Other differences:
--
++ yast2-pkg-bindings-devel-doc.spec ++
--- /var/tmp/diff_new_pack.bfIzrg/_old  2013-08-01 11:09:30.0 +0200
+++ /var/tmp/diff_new_pack.bfIzrg/_new  2013-08-01 11:09:30.0 +0200
@@ -18,10 +18,10 @@
 
 Name:   yast2-pkg-bindings-devel-doc
 
-Version:2.24.0
+Version:3.0.0
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-pkg-bindings-2.24.0.tar.bz2
+Source0:yast2-pkg-bindings-3.0.0.tar.bz2
 Prefix: %_prefix
 
 # same as in the main package (because we use the same configure.in.in)

++ yast2-pkg-bindings.spec ++
--- /var/tmp/diff_new_pack.bfIzrg/_old  2013-08-01 11:09:30.0 +0200
+++ /var/tmp/diff_new_pack.bfIzrg/_new  2013-08-01 11:09:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-pkg-bindings
-Version:2.24.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-pkg-bindings-2.24.0.tar.bz2 - yast2-pkg-bindings-3.0.0.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-pkg-bindings-2.24.0/Makefile.in 
new/yast2-pkg-bindings-3.0.0/Makefile.in
--- old/yast2-pkg-bindings-2.24.0/Makefile.in   2013-06-14 12:06:05.0 
+0200
+++ new/yast2-pkg-bindings-3.0.0/Makefile.in2013-07-30 10:36:34.0 
+0200
@@ -69,7 +69,7 @@
 am__aclocal_m4_deps = $(top_srcdir)/libtool.m4 \
$(top_srcdir)/ltoptions.m4 $(top_srcdir)/ltsugar.m4 \
$(top_srcdir)/ltversion.m4 $(top_srcdir)/lt~obsolete.m4 \
-   $(top_srcdir)/configure.in
+   $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-pkg-bindings-2.24.0/VERSION 
new/yast2-pkg-bindings-3.0.0/VERSION
--- old/yast2-pkg-bindings-2.24.0/VERSION   2013-05-22 15:06:34.0 
+0200
+++ new/yast2-pkg-bindings-3.0.0/VERSION2013-07-30 10:36:14.0 
+0200
@@ -1 +1 @@
-2.24.0
+3.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-pkg-bindings-2.24.0/autodocs-cc-base.ami 
new/yast2-pkg-bindings-3.0.0/autodocs-cc-base.ami
--- old/yast2-pkg-bindings-2.24.0/autodocs-cc-base.ami  2013-06-14 
12:05:53.0 +0200
+++ new/yast2-pkg-bindings-3.0.0/autodocs-cc-base.ami   2013-07-30 
10:36:21.0 +0200
@@ -15,7 +15,7 @@
 AUTODOCS_CC ?= $(srcdir)/../../src
 AUTODOCS_DEPS ?= $(AUTODOCS_CC)/*.h
 
-html_data = index.html $(filter-out index.html, $(wildcard *.html *.png)) 
doxygen.css @RPMNAME@.tag
+html_data = index.html $(filter-out index.html, $(wildcard *.html *.png *.css 
*.js)) @RPMNAME@.tag
 CLEANFILES = $(html_data) doxygen.log doxygen.conf installdox
 
 doxygen.css @RPMNAME@.tag: index.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-pkg-bindings-2.24.0/config.h.in 
new/yast2-pkg-bindings-3.0.0/config.h.in
--- old/yast2-pkg-bindings-2.24.0/config.h.in   2013-06-14 12:06:04.0 
+0200
+++ new/yast2-pkg-bindings-3.0.0/config.h.in2013-07-30 10:36:33.0 
+0200
@@ -1,4 +1,4 @@
-/* config.h.in.  Generated from configure.in by autoheader.  */
+/* config.h.in.  Generated from configure.ac by autoheader.  */
 
 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
systems. This function is required for `alloca.c' support on those systems.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-pkg-bindings-2.24.0/configure 
new/yast2-pkg-bindings-3.0.0/configure
--- old/yast2-pkg-bindings-2.24.0/configure 2013-06-14 12:06:03.0 
+0200
+++ 

commit yast2-online-update-configuration for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-online-update-configuration 
for openSUSE:Factory checked in at 2013-08-01 11:09:15

Comparing /work/SRC/openSUSE:Factory/yast2-online-update-configuration (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-online-update-configuration.new 
(New)


Package is yast2-online-update-configuration

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-online-update-configuration/yast2-online-update-configuration.changes
  2013-07-16 16:32:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-online-update-configuration.new/yast2-online-update-configuration.changes
 2013-08-01 11:09:16.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:34:34 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-online-update-configuration-2.24.1.tar.bz2

New:

  yast2-online-update-configuration-3.0.0.tar.bz2



Other differences:
--
++ yast2-online-update-configuration.spec ++
--- /var/tmp/diff_new_pack.yduMV3/_old  2013-08-01 11:09:16.0 +0200
+++ /var/tmp/diff_new_pack.yduMV3/_new  2013-08-01 11:09:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-online-update-configuration
-Version:2.24.1
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -40,6 +40,8 @@
 BuildRequires:  yast2-testsuite
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:Configuration of Online Update
 License:GPL-2.0
 Group:  System/YaST
@@ -82,9 +84,8 @@
 %doc %{_prefix}/share/doc/packages/yast2-online-update-configuration
 %dir /usr/share/YaST2/include/online-update-configuration
 /usr/share/YaST2/include/online-update-configuration/*
-/usr/share/YaST2/clients/*.ycp
-/usr/share/YaST2/modules/*.ycp
-/usr/share/YaST2/modules/*.ybc
+/usr/share/YaST2/clients/*.rb
+/usr/share/YaST2/modules/*.rb
 %{_prefix}/share/applications/YaST2/online_update_configuration.desktop
 /usr/share/YaST2/schema/autoyast/rnc/*.rnc
 /usr/lib/YaST2/bin/online_update

++ yast2-online-update-configuration-2.24.1.tar.bz2 - 
yast2-online-update-configuration-3.0.0.tar.bz2 ++
 7374 lines of diff (skipped)

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



commit yast2-perl-bindings for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-perl-bindings for 
openSUSE:Factory checked in at 2013-08-01 11:09:23

Comparing /work/SRC/openSUSE:Factory/yast2-perl-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-perl-bindings.new (New)


Package is yast2-perl-bindings

Changes:

--- /work/SRC/openSUSE:Factory/yast2-perl-bindings/yast2-perl-bindings.changes  
2013-07-21 08:15:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-perl-bindings.new/yast2-perl-bindings.changes 
2013-08-01 11:09:25.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:36:40 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-perl-bindings-2.24.6.tar.bz2

New:

  yast2-perl-bindings-3.0.0.tar.bz2



Other differences:
--
++ yast2-perl-bindings.spec ++
--- /var/tmp/diff_new_pack.H92pyv/_old  2013-08-01 11:09:26.0 +0200
+++ /var/tmp/diff_new_pack.H92pyv/_new  2013-08-01 11:09:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-perl-bindings
-Version:2.24.6
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -27,6 +27,7 @@
 BuildRequires:  libtool
 BuildRequires:  yast2-core-devel
 BuildRequires:  yast2-devtools
+BuildRequires:  yast2-ruby-bindings = 1.0.0
 BuildRequires:  yast2-ycp-ui-bindings-devel
 
 # YCPValue::valuetype_str()

++ yast2-perl-bindings-2.24.6.tar.bz2 - yast2-perl-bindings-3.0.0.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-perl-bindings-2.24.6/VERSION 
new/yast2-perl-bindings-3.0.0/VERSION
--- old/yast2-perl-bindings-2.24.6/VERSION  2013-07-18 13:25:58.0 
+0200
+++ new/yast2-perl-bindings-3.0.0/VERSION   2013-07-30 14:01:37.0 
+0200
@@ -1 +1 @@
-2.24.6
+3.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-perl-bindings-2.24.6/configure 
new/yast2-perl-bindings-3.0.0/configure
--- old/yast2-perl-bindings-2.24.6/configure2013-07-18 15:18:46.0 
+0200
+++ new/yast2-perl-bindings-3.0.0/configure 2013-07-31 10:50:09.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-perl-bindings 2.24.6.
+# Generated by GNU Autoconf 2.69 for yast2-perl-bindings 3.0.0.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-perl-bindings'
 PACKAGE_TARNAME='yast2-perl-bindings'
-PACKAGE_VERSION='2.24.6'
-PACKAGE_STRING='yast2-perl-bindings 2.24.6'
+PACKAGE_VERSION='3.0.0'
+PACKAGE_STRING='yast2-perl-bindings 3.0.0'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1377,7 +1377,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-perl-bindings 2.24.6 to adapt to many kinds of 
systems.
+\`configure' configures yast2-perl-bindings 3.0.0 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1449,7 +1449,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-perl-bindings 2.24.6:;;
+ short | recursive ) echo Configuration of yast2-perl-bindings 3.0.0:;;
esac
   cat \_ACEOF
 
@@ -1567,7 +1567,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-perl-bindings configure 2.24.6
+yast2-perl-bindings configure 3.0.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2020,7 +2020,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-perl-bindings $as_me 2.24.6, which was
+It was created by yast2-perl-bindings $as_me 3.0.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2959,7 +2959,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-perl-bindings'
- VERSION='2.24.6'
+ VERSION='3.0.0'
 
 
 cat confdefs.h _ACEOF
@@ -3082,7 +3082,7 @@
 
 
 
-VERSION=2.24.6
+VERSION=3.0.0
 RPMNAME=yast2-perl-bindings
 MAINTAINER=Martin Vidner mvid...@suse.cz
 
@@ -16622,7 +16622,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by yast2-perl-bindings $as_me 2.24.6, which was
+This file was extended by yast2-perl-bindings $as_me 3.0.0, 

commit yast2-packager for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2013-08-01 11:09:17

Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-packager.new (New)


Package is yast2-packager

Changes:

--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes
2013-07-29 17:52:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes   
2013-08-01 11:09:18.0 +0200
@@ -1,0 +2,14 @@
+Wed Jul 31 08:36:27 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---
+Mon Jul 29 07:19:38 UTC 2013 - lsle...@suse.cz
+
+- put the README and COPYING files to the main package instead of
+  the devel-doc subpackage
+- 2.24.3
+
+---

Old:

  yast2-packager-2.24.2.tar.bz2

New:

  yast2-packager-3.0.0.tar.bz2



Other differences:
--
++ yast2-packager.spec ++
--- /var/tmp/diff_new_pack.6QGf2H/_old  2013-08-01 11:09:19.0 +0200
+++ /var/tmp/diff_new_pack.6QGf2H/_new  2013-08-01 11:09:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:2.24.2
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -92,12 +92,16 @@
 Obsoletes:  yast2-trans-inst-packages
 Obsoletes:  yast2-trans-package-manager
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Package Library
 License:GPL-2.0+
 Group:  System/YaST
 
 %package webpin
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Webpin package search client
 Group:  System/YaST
 
@@ -115,7 +119,7 @@
 
 %description devel-doc
 This package contains development documentation for using the API
-provided by this package.
+provided by yast2-packager package.
 
 %prep
 %setup -n yast2-packager-%{version}
@@ -150,22 +154,23 @@
 %dir /usr/share/YaST2/include/packager
 /usr/share/YaST2/include/checkmedia/*
 /usr/share/YaST2/include/packager/*
-/usr/share/YaST2/clients/*.ycp
-%exclude /usr/share/YaST2/clients/webpin_package_search.ycp
+/usr/share/YaST2/clients/*.rb
+%exclude /usr/share/YaST2/clients/webpin_package_search.rb
 /usr/share/YaST2/modules/*
-%exclude /usr/share/YaST2/modules/WebpinPackageSearch.ycp
-%exclude /usr/share/YaST2/modules/WebpinPackageSearch.ybc
+%exclude /usr/share/YaST2/modules/WebpinPackageSearch.rb
 %{_prefix}/share/applications/YaST2/*.desktop
 /usr/share/YaST2/scrconf/*
 %{_prefix}/lib/YaST2/servers_non_y2/ag_*
+%dir %{_prefix}/share/doc/packages/yast2-packager
+%doc %{_prefix}/share/doc/packages/yast2-packager/README
+%doc %{_prefix}/share/doc/packages/yast2-packager/COPYING
 
 %files devel-doc
-%doc %{_prefix}/share/doc/packages/yast2-packager
+%doc %{_prefix}/share/doc/packages/yast2-packager/autodocs
 
 %files webpin
 %defattr(-,root,root)
-/usr/share/YaST2/clients/webpin_package_search.ycp
-/usr/share/YaST2/modules/WebpinPackageSearch.ycp
-/usr/share/YaST2/modules/WebpinPackageSearch.ybc
+/usr/share/YaST2/clients/webpin_package_search.rb
+/usr/share/YaST2/modules/WebpinPackageSearch.rb
 
 %changelog

++ yast2-packager-2.24.2.tar.bz2 - yast2-packager-3.0.0.tar.bz2 ++
 54458 lines of diff (skipped)

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



commit yast2-product-creator for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-product-creator for 
openSUSE:Factory checked in at 2013-08-01 11:09:30

Comparing /work/SRC/openSUSE:Factory/yast2-product-creator (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-product-creator.new (New)


Package is yast2-product-creator

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-product-creator/yast2-product-creator.changes  
2012-12-19 14:16:33.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-product-creator.new/yast2-product-creator.changes
 2013-08-01 11:09:32.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:37:51 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-product-creator-2.23.3.tar.bz2

New:

  yast2-product-creator-3.0.0.tar.bz2



Other differences:
--
++ yast2-product-creator.spec ++
--- /var/tmp/diff_new_pack.v6PIBq/_old  2013-08-01 11:09:33.0 +0200
+++ /var/tmp/diff_new_pack.v6PIBq/_new  2013-08-01 11:09:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-product-creator
 #
-# 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-product-creator
-Version:2.23.3
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -62,6 +62,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Module for Creating New Products
 License:GPL-2.0
 Group:  System/YaST
@@ -106,11 +108,10 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/product-creator
 /usr/share/YaST2/include/product-creator/*
-/usr/share/YaST2/clients/product-creator.ycp
-/usr/share/YaST2/clients/image-creator.ycp
-/usr/share/YaST2/clients/kiwi.ycp
-/usr/share/YaST2/modules/*.ycp
-/usr/share/YaST2/modules/*.ybc
+/usr/share/YaST2/clients/product-creator.rb
+/usr/share/YaST2/clients/image-creator.rb
+/usr/share/YaST2/clients/kiwi.rb
+/usr/share/YaST2/modules/*.rb
 %{_prefix}/share/applications/YaST2/product-creator.desktop
 %{_prefix}/share/applications/YaST2/image-creator.desktop
 %{_prefix}/lib/YaST2/bin/y2mkiso

++ yast2-product-creator-2.23.3.tar.bz2 - 
yast2-product-creator-3.0.0.tar.bz2 ++
 38907 lines of diff (skipped)

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



commit yast2-proxy for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-proxy for openSUSE:Factory 
checked in at 2013-08-01 11:09:35

Comparing /work/SRC/openSUSE:Factory/yast2-proxy (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-proxy.new (New)


Package is yast2-proxy

Changes:

--- /work/SRC/openSUSE:Factory/yast2-proxy/yast2-proxy.changes  2013-07-19 
11:17:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-proxy.new/yast2-proxy.changes 
2013-08-01 11:09:37.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:38:05 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-proxy-2.24.0.tar.bz2

New:

  yast2-proxy-3.0.0.tar.bz2



Other differences:
--
++ yast2-proxy.spec ++
--- /var/tmp/diff_new_pack.waVJKN/_old  2013-08-01 11:09:37.0 +0200
+++ /var/tmp/diff_new_pack.waVJKN/_new  2013-08-01 11:09:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-proxy
-Version:2.24.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -40,6 +40,8 @@
 PreReq: /bin/rm
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Proxy Configuration
 License:GPL-2.0+
 Group:  System/YaST
@@ -77,9 +79,8 @@
 
 %files
 %defattr(-,root,root)
-/usr/share/YaST2/clients/*.ycp
-/usr/share/YaST2/modules/*.ycp
-/usr/share/YaST2/modules/*.ybc
+/usr/share/YaST2/clients/*.rb
+/usr/share/YaST2/modules/*.rb
 /usr/share/YaST2/include/proxy
 %{_prefix}/share/applications/YaST2/*.desktop
 /usr/share/YaST2/scrconf/*.scr

++ yast2-proxy-2.24.0.tar.bz2 - yast2-proxy-3.0.0.tar.bz2 ++
 7485 lines of diff (skipped)

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



commit yast2-samba-server for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-samba-server for 
openSUSE:Factory checked in at 2013-08-01 11:09:49

Comparing /work/SRC/openSUSE:Factory/yast2-samba-server (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-samba-server.new (New)


Package is yast2-samba-server

Changes:

--- /work/SRC/openSUSE:Factory/yast2-samba-server/yast2-samba-server.changes
2013-07-05 15:31:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-samba-server.new/yast2-samba-server.changes   
2013-08-01 11:09:51.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:38:58 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-samba-server-2.24.1.tar.bz2

New:

  yast2-samba-server-3.0.0.tar.bz2



Other differences:
--
++ yast2-samba-server.spec ++
--- /var/tmp/diff_new_pack.twZbTH/_old  2013-08-01 11:09:51.0 +0200
+++ /var/tmp/diff_new_pack.twZbTH/_new  2013-08-01 11:09:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-samba-server
-Version:2.24.1
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -55,6 +55,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Samba Server Configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -94,8 +96,8 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/samba-server
 /usr/share/YaST2/include/samba-server/*
-/usr/share/YaST2/data/*.ycp
-/usr/share/YaST2/clients/*.ycp
+/usr/share/YaST2/data/*.rb
+/usr/share/YaST2/clients/*.rb
 /usr/share/YaST2/modules/*
 %{_prefix}/share/applications/YaST2/samba-server.desktop
 /usr/share/YaST2/schema/autoyast/rnc/samba-server.rnc

++ yast2-samba-server-2.24.1.tar.bz2 - yast2-samba-server-3.0.0.tar.bz2 
++
 26846 lines of diff (skipped)

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



commit yast2-ntp-client for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-ntp-client for 
openSUSE:Factory checked in at 2013-08-01 11:09:10

Comparing /work/SRC/openSUSE:Factory/yast2-ntp-client (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-ntp-client.new (New)


Package is yast2-ntp-client

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ntp-client/yast2-ntp-client.changes
2012-10-16 13:09:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-ntp-client.new/yast2-ntp-client.changes   
2013-08-01 11:09:12.0 +0200
@@ -1,0 +2,27 @@
+Wed Jul 31 08:22:59 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---
+Mon Jul 29 11:45:52 UTC 2013 - ft...@geeko.jp
+
+- replace NTP servers in Japan
+  * remove NTP servers in Fukuoka University
+  * add public NTP servers hosted by NICT
+
+---
+Thu Jun 20 08:34:17 CEST 2013 - jsuch...@suse.cz
+
+- remove duplicated help text (bnc#795856) 
+- remember value of Save NTP Configuration checkbox (bnc#815165)
+- 2.24.0
+
+---
+Fri Mar 22 13:20:47 CET 2013 - mvid...@suse.cz
+
+- fix ntp.conf config merging: do reread the config from disk (bnc#773201)
+- 2.21.3
+
+---
@@ -10,0 +38,5 @@
+
+---
+Thu Mar 29 15:32:06 CEST 2012 - jsuch...@suse.cz
+
+- merged proofread texts 

Old:

  yast2-ntp-client-2.21.2.tar.bz2

New:

  yast2-ntp-client-3.0.0.tar.bz2



Other differences:
--
++ yast2-ntp-client.spec ++
--- /var/tmp/diff_new_pack.WSrkkK/_old  2013-08-01 11:09:13.0 +0200
+++ /var/tmp/diff_new_pack.WSrkkK/_new  2013-08-01 11:09:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-ntp-client
 #
-# 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-ntp-client
-Version:2.21.2
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -37,6 +37,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - NTP Client Configuration
 License:GPL-2.0+
 Group:  System/YaST
@@ -55,7 +57,6 @@
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 
-%{?suse_update_config:%{suse_update_config -f}}
 ./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
@@ -76,11 +77,11 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/ntp-client
 /usr/share/YaST2/include/ntp-client/*
-/usr/share/YaST2/clients/ntp-client.ycp
-/usr/share/YaST2/clients/ntp-client_*.ycp
+/usr/share/YaST2/clients/ntp-client.rb
+/usr/share/YaST2/clients/ntp-client_*.rb
 /usr/share/YaST2/scrconf/cfg_ntp.scr
 /usr/share/YaST2/scrconf/etc_ntp.scr
-/usr/share/YaST2/modules/*.y*
+/usr/share/YaST2/modules/*.rb
 %{_prefix}/share/applications/YaST2/ntp-client.desktop
 /usr/share/YaST2/data/ntp_servers.ycp
 %doc %{_prefix}/share/doc/packages/yast2-ntp-client

++ yast2-ntp-client-2.21.2.tar.bz2 - yast2-ntp-client-3.0.0.tar.bz2 ++
 21413 lines of diff (skipped)

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



commit yast2-python-bindings for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-python-bindings for 
openSUSE:Factory checked in at 2013-08-01 11:09:37

Comparing /work/SRC/openSUSE:Factory/yast2-python-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-python-bindings.new (New)


Package is yast2-python-bindings

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-python-bindings/yast2-python-bindings.changes  
2013-06-25 14:47:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-python-bindings.new/yast2-python-bindings.changes
 2013-08-01 11:09:39.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 30 08:29:22 UTC 2013 - yast-de...@opensuse.org
+
+- version 3.0.0
+
+---

Old:

  yast2-python-bindings-2.20.2.tar.bz2

New:

  yast2-python-bindings-3.0.0.tar.bz2



Other differences:
--
++ yast2-python-bindings.spec ++
--- /var/tmp/diff_new_pack.HYdWuj/_old  2013-08-01 11:09:40.0 +0200
+++ /var/tmp/diff_new_pack.HYdWuj/_new  2013-08-01 11:09:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-python-bindings
-Version:2.20.2
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-python-bindings-2.20.2.tar.bz2 - 
yast2-python-bindings-3.0.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-python-bindings-2.20.2/Makefile.in 
new/yast2-python-bindings-3.0.0/Makefile.in
--- old/yast2-python-bindings-2.20.2/Makefile.in2013-06-21 
17:46:55.0 +0200
+++ new/yast2-python-bindings-3.0.0/Makefile.in 2013-07-30 14:45:00.0 
+0200
@@ -69,7 +69,7 @@
 am__aclocal_m4_deps = $(top_srcdir)/libtool.m4 \
$(top_srcdir)/ltoptions.m4 $(top_srcdir)/ltsugar.m4 \
$(top_srcdir)/ltversion.m4 $(top_srcdir)/lt~obsolete.m4 \
-   $(top_srcdir)/configure.in
+   $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-python-bindings-2.20.2/VERSION 
new/yast2-python-bindings-3.0.0/VERSION
--- old/yast2-python-bindings-2.20.2/VERSION2013-06-14 17:10:53.0 
+0200
+++ new/yast2-python-bindings-3.0.0/VERSION 2013-07-30 10:32:58.0 
+0200
@@ -1 +1 @@
-2.20.2
+3.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-python-bindings-2.20.2/config.h.in 
new/yast2-python-bindings-3.0.0/config.h.in
--- old/yast2-python-bindings-2.20.2/config.h.in2013-06-21 
17:46:54.0 +0200
+++ new/yast2-python-bindings-3.0.0/config.h.in 2013-07-30 14:44:59.0 
+0200
@@ -1,4 +1,4 @@
-/* config.h.in.  Generated from configure.in by autoheader.  */
+/* config.h.in.  Generated from configure.ac by autoheader.  */
 
 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
systems. This function is required for `alloca.c' support on those systems.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-python-bindings-2.20.2/configure 
new/yast2-python-bindings-3.0.0/configure
--- old/yast2-python-bindings-2.20.2/configure  2013-06-21 17:46:53.0 
+0200
+++ new/yast2-python-bindings-3.0.0/configure   2013-07-30 14:44:59.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-python-bindings 2.20.2.
+# Generated by GNU Autoconf 2.69 for yast2-python-bindings 3.0.0.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-python-bindings'
 PACKAGE_TARNAME='yast2-python-bindings'
-PACKAGE_VERSION='2.20.2'
-PACKAGE_STRING='yast2-python-bindings 2.20.2'
+PACKAGE_VERSION='3.0.0'
+PACKAGE_STRING='yast2-python-bindings 3.0.0'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1377,7 +1377,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-python-bindings 2.20.2 to adapt to many kinds of 
systems.
+\`configure' configures yast2-python-bindings 3.0.0 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1449,7 +1449,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-python-bindings 
2.20.2:;;
+ short | recursive ) echo Configuration of yast2-python-bindings 3.0.0:;;
esac

commit yast2-scanner for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-scanner for openSUSE:Factory 
checked in at 2013-08-01 11:09:51

Comparing /work/SRC/openSUSE:Factory/yast2-scanner (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-scanner.new (New)


Package is yast2-scanner

Changes:

--- /work/SRC/openSUSE:Factory/yast2-scanner/yast2-scanner.changes  
2013-02-28 10:24:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-scanner.new/yast2-scanner.changes 
2013-08-01 11:09:52.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:39:09 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-scanner-2.23.0.tar.bz2

New:

  yast2-scanner-3.0.0.tar.bz2



Other differences:
--
++ yast2-scanner.spec ++
--- /var/tmp/diff_new_pack.Lz49I1/_old  2013-08-01 11:09:53.0 +0200
+++ /var/tmp/diff_new_pack.Lz49I1/_new  2013-08-01 11:09:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-scanner
-Version:2.23.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -39,6 +39,8 @@
 # which are pulled in by Autoreqprov because of the displaytest tool:
 %define my_requires /tmp/my-requires
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Scanner Configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -94,7 +96,7 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/scanner
 /usr/share/YaST2/include/scanner/*
-/usr/share/YaST2/clients/scanner.ycp
+/usr/share/YaST2/clients/scanner.rb
 /usr/share/YaST2/modules/Scanner.*
 %{_prefix}/share/applications/YaST2/scanner.desktop
 %{_prefix}/lib/YaST2/bin/*scanner*

++ yast2-scanner-2.23.0.tar.bz2 - yast2-scanner-3.0.0.tar.bz2 ++
 9710 lines of diff (skipped)

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



commit yast2-ruby-bindings for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-ruby-bindings for 
openSUSE:Factory checked in at 2013-08-01 11:09:43

Comparing /work/SRC/openSUSE:Factory/yast2-ruby-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new (New)


Package is yast2-ruby-bindings

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ruby-bindings/yast2-ruby-bindings.changes  
2013-07-21 08:16:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new/yast2-ruby-bindings.changes 
2013-08-01 11:09:45.0 +0200
@@ -1,0 +2,14 @@
+Tue Jul 30 08:02:01 UTC 2013 - yast-de...@opensuse.org
+
+- version 3.0.0
+
+---
+Tue Jul 23 15:41:34 UTC 2013 - jreidin...@suse.com
+
+- fix path conversion (gh#yast/ycp-killer#562)
+- remove deprecated calls and YCP namespace
+- improve reporting problematic code when builtin is called in 
+  wrong way (gh#yast/ycp-killer#575)
+- 1.2.0
+
+---

Old:

  yast2-ruby-bindings-1.1.5.tar.bz2

New:

  yast2-ruby-bindings-3.0.0.tar.bz2



Other differences:
--
++ yast2-ruby-bindings.spec ++
--- /var/tmp/diff_new_pack.wV2T9u/_old  2013-08-01 11:09:46.0 +0200
+++ /var/tmp/diff_new_pack.wV2T9u/_new  2013-08-01 11:09:46.0 +0200
@@ -21,7 +21,7 @@
 #
 
 Name:   yast2-ruby-bindings
-Version:1.1.5
+Version:3.0.0
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-ruby-bindings-%{version}.tar.bz2

++ yast2-ruby-bindings-1.1.5.tar.bz2 - yast2-ruby-bindings-3.0.0.tar.bz2 
++
 2320 lines of diff (skipped)

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



commit yast2-pam for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-pam for openSUSE:Factory 
checked in at 2013-08-01 11:09:21

Comparing /work/SRC/openSUSE:Factory/yast2-pam (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-pam.new (New)


Package is yast2-pam

Changes:

--- /work/SRC/openSUSE:Factory/yast2-pam/yast2-pam.changes  2013-02-07 
11:00:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-pam.new/yast2-pam.changes 2013-08-01 
11:09:23.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:36:33 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-pam-2.23.1.tar.bz2

New:

  yast2-pam-3.0.0.tar.bz2



Other differences:
--
++ yast2-pam.spec ++
--- /var/tmp/diff_new_pack.bGHqr4/_old  2013-08-01 11:09:23.0 +0200
+++ /var/tmp/diff_new_pack.bGHqr4/_new  2013-08-01 11:09:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-pam
-Version:2.23.1
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -40,6 +40,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - PAM Agent
 License:GPL-2.0
 Group:  System/YaST

++ yast2-pam-2.23.1.tar.bz2 - yast2-pam-3.0.0.tar.bz2 ++
 1669 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-pam-2.23.1/Makefile.am new/yast2-pam-3.0.0/Makefile.am
--- old/yast2-pam-2.23.1/Makefile.am2013-02-06 11:26:42.0 +0100
+++ new/yast2-pam-3.0.0/Makefile.am 2013-07-31 10:46:00.0 +0200
@@ -158,19 +158,14 @@
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir)  svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi /dev/null; \
+   cd $(srcdir)  $(TAGVERSION) --check /dev/null; \
[ $$? = 0 ] || ( echo ERROR: Please run 'tagversion' first; false )
 
 check-parse-old:
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-pam-2.23.1/Makefile.am.common new/yast2-pam-3.0.0/Makefile.am.common
--- old/yast2-pam-2.23.1/Makefile.am.common 2013-02-06 11:26:42.0 
+0100
+++ new/yast2-pam-3.0.0/Makefile.am.common  2013-07-31 10:46:00.0 
+0200
@@ -31,7 +31,7 @@
 
 CHECK_SYNTAX = true
 check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test $(client_DATA); then \
+   @if test $(filter %.ycp,client_DATA); then \
  if $(CHECK_SYNTAX); then \
TO_CHECK=$(filter %.ycp,$^); \
echo Checking syntax of $${TO_CHECK}; \
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-pam-2.23.1/VERSION new/yast2-pam-3.0.0/VERSION
--- old/yast2-pam-2.23.1/VERSION2013-02-06 11:26:35.0 +0100
+++ new/yast2-pam-3.0.0/VERSION 2013-07-30 13:38:46.0 +0200
@@ -1 +1 @@
-2.23.1
+3.0.0
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 

commit yast2-nis-server for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-nis-server for 
openSUSE:Factory checked in at 2013-08-01 11:09:08

Comparing /work/SRC/openSUSE:Factory/yast2-nis-server (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-nis-server.new (New)


Package is yast2-nis-server

Changes:

--- /work/SRC/openSUSE:Factory/yast2-nis-server/yast2-nis-server.changes
2012-11-30 12:32:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-nis-server.new/yast2-nis-server.changes   
2013-08-01 11:09:09.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:34:19 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-nis-server-2.23.0.tar.bz2

New:

  yast2-nis-server-3.0.0.tar.bz2



Other differences:
--
++ yast2-nis-server.spec ++
--- /var/tmp/diff_new_pack.oBEbjZ/_old  2013-08-01 11:09:10.0 +0200
+++ /var/tmp/diff_new_pack.oBEbjZ/_new  2013-08-01 11:09:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-nis-server
 #
-# 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-nis-server
-Version:2.23.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -45,6 +45,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Network Information Services (NIS) Server Configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -91,14 +93,13 @@
 %files
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/nis_server
-/usr/share/YaST2/include/nis_server/*.ycp
+/usr/share/YaST2/include/nis_server/*.rb
 %dir /usr/share/YaST2/modules
-/usr/share/YaST2/modules/NisServer.ycp
-/usr/share/YaST2/modules/NisServer.ybc
+/usr/share/YaST2/modules/NisServer.rb
 %dir /usr/share/YaST2/clients
-/usr/share/YaST2/clients/nis_server.ycp
-/usr/share/YaST2/clients/nis_server_auto.ycp
-/usr/share/YaST2/clients/nis-server.ycp
+/usr/share/YaST2/clients/nis_server.rb
+/usr/share/YaST2/clients/nis_server_auto.rb
+/usr/share/YaST2/clients/nis-server.rb
 %dir %{_prefix}/share/applications/YaST2
 %{_prefix}/share/applications/YaST2/nis_server.desktop
 %dir /usr/share/YaST2/scrconf

++ yast2-nis-server-2.23.0.tar.bz2 - yast2-nis-server-3.0.0.tar.bz2 ++
 9860 lines of diff (skipped)

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



commit yast2-restore for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-restore for openSUSE:Factory 
checked in at 2013-08-01 11:09:41

Comparing /work/SRC/openSUSE:Factory/yast2-restore (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-restore.new (New)


Package is yast2-restore

Changes:

--- /work/SRC/openSUSE:Factory/yast2-restore/yast2-restore.changes  
2013-01-10 16:01:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-restore.new/yast2-restore.changes 
2013-08-01 11:09:42.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:38:38 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-restore-2.23.3.tar.bz2

New:

  yast2-restore-3.0.0.tar.bz2



Other differences:
--
++ yast2-restore.spec ++
--- /var/tmp/diff_new_pack.XBqWPQ/_old  2013-08-01 11:09:43.0 +0200
+++ /var/tmp/diff_new_pack.XBqWPQ/_new  2013-08-01 11:09:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-restore
-Version:2.23.3
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -39,6 +39,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - System Restore
 License:GPL-2.0+
 Group:  System/YaST
@@ -79,10 +81,9 @@
 
 %dir /usr/share/YaST2/include/restore
 /usr/share/YaST2/include/restore/*
-/usr/share/YaST2/clients/restore.ycp
-/usr/share/YaST2/clients/restore_*.ycp
-/usr/share/YaST2/modules/Restore.ycp
-/usr/share/YaST2/modules/Restore.ybc
+/usr/share/YaST2/clients/restore.rb
+/usr/share/YaST2/clients/restore_*.rb
+/usr/share/YaST2/modules/Restore.rb
 %{_prefix}/share/applications/YaST2/restore.desktop
 %{_prefix}/lib/YaST2/bin/restore_parse_pkginfo.pl
 %doc %{_prefix}/share/doc/packages/yast2-restore

++ yast2-restore-2.23.3.tar.bz2 - yast2-restore-3.0.0.tar.bz2 ++
 12224 lines of diff (skipped)

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



commit yast2-reipl for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-reipl for openSUSE:Factory 
checked in at 2013-08-01 11:09:39

Comparing /work/SRC/openSUSE:Factory/yast2-reipl (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-reipl.new (New)


Package is yast2-reipl

Changes:

--- /work/SRC/openSUSE:Factory/yast2-reipl/yast2-reipl.changes  2013-02-28 
10:24:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-reipl.new/yast2-reipl.changes 
2013-08-01 11:09:40.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:38:28 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-reipl-2.21.1.tar.bz2

New:

  yast2-reipl-3.0.0.tar.bz2



Other differences:
--
++ yast2-reipl.spec ++
--- /var/tmp/diff_new_pack.B9up7Z/_old  2013-08-01 11:09:41.0 +0200
+++ /var/tmp/diff_new_pack.B9up7Z/_new  2013-08-01 11:09:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-reipl
-Version:2.21.1
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -44,13 +44,10 @@
 
 BuildArch:  noarch
 
-Summary:YaST2 - IPL loader
-License:GPL-2.0
-Group:  System/YaST
-
-PreReq: %fillup_prereq
+Requires:   yast2-ruby-bindings = 1.0.0
 
 Summary:YaST2 - IPL loader
+License:GPL-2.0
 Group:  System/YaST
 
 %description
@@ -90,9 +87,8 @@
 
 %files
 %defattr(-,root,root)
-/usr/share/YaST2/clients/*.ycp
-/usr/share/YaST2/modules/*.ycp
-/usr/share/YaST2/modules/*.ybc
+/usr/share/YaST2/clients/*.rb
+/usr/share/YaST2/modules/*.rb
 %{_prefix}/share/applications/YaST2/*.desktop
 %dir /usr/share/YaST2/include/reipl
 /usr/share/YaST2/include/reipl/*

++ yast2-reipl-2.21.1.tar.bz2 - yast2-reipl-3.0.0.tar.bz2 ++
 5821 lines of diff (skipped)

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



commit yast2-runlevel for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-runlevel for openSUSE:Factory 
checked in at 2013-08-01 11:09:45

Comparing /work/SRC/openSUSE:Factory/yast2-runlevel (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-runlevel.new (New)


Package is yast2-runlevel

Changes:

--- /work/SRC/openSUSE:Factory/yast2-runlevel/yast2-runlevel.changes
2013-07-01 16:01:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-runlevel.new/yast2-runlevel.changes   
2013-08-01 11:09:46.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:38:43 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-runlevel-2.24.1.tar.bz2

New:

  yast2-runlevel-3.0.0.tar.bz2



Other differences:
--
++ yast2-runlevel.spec ++
--- /var/tmp/diff_new_pack.GwC8iE/_old  2013-08-01 11:09:47.0 +0200
+++ /var/tmp/diff_new_pack.GwC8iE/_new  2013-08-01 11:09:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-runlevel
-Version:2.24.1
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -39,6 +39,8 @@
 Provides:   yast2-trans-runlevel
 Obsoletes:  yast2-trans-runlevel
 BuildArch:  noarch
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Runlevel Editor
 License:GPL-2.0+
 Group:  System/YaST
@@ -81,12 +83,11 @@
 %dir /usr/share/YaST2/scrconf
 /usr/share/YaST2/scrconf/*.scr
 %dir /usr/share/YaST2/clients
-/usr/share/YaST2/clients/*.ycp
+/usr/share/YaST2/clients/*.rb
 %dir /usr/share/YaST2/include/runlevel
-/usr/share/YaST2/include/runlevel/*.ycp
+/usr/share/YaST2/include/runlevel/*.rb
 %dir /usr/share/YaST2/modules
-/usr/share/YaST2/modules/*.ycp
-/usr/share/YaST2/modules/*.ybc
+/usr/share/YaST2/modules/*.rb
 /usr/share/YaST2/schema/autoyast/rnc/*.rnc
 %doc %{_prefix}/share/doc/packages/yast2-runlevel
 

++ yast2-runlevel-2.24.1.tar.bz2 - yast2-runlevel-3.0.0.tar.bz2 ++
 12988 lines of diff (skipped)

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



commit yast2-online-update for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-online-update for 
openSUSE:Factory checked in at 2013-08-01 11:09:12

Comparing /work/SRC/openSUSE:Factory/yast2-online-update (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-online-update.new (New)


Package is yast2-online-update

Changes:

--- /work/SRC/openSUSE:Factory/yast2-online-update/yast2-online-update.changes  
2013-07-19 11:14:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-online-update.new/yast2-online-update.changes 
2013-08-01 11:09:14.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:34:42 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-online-update-2.24.0.tar.bz2

New:

  yast2-online-update-3.0.0.tar.bz2



Other differences:
--
++ yast2-online-update.spec ++
--- /var/tmp/diff_new_pack.I0x3aq/_old  2013-08-01 11:09:15.0 +0200
+++ /var/tmp/diff_new_pack.I0x3aq/_new  2013-08-01 11:09:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-online-update
-Version:2.24.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -45,6 +45,8 @@
 Obsoletes:  yast2-trans-online-update
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Online Update (YOU)
 License:GPL-2.0
 Group:  System/YaST
@@ -89,12 +91,11 @@
 %files
 %defattr(-,root,root)
 /usr/share/YaST2/scrconf/*.scr
-/usr/share/YaST2/clients/online*.ycp
-/usr/share/YaST2/clients/cd_update.ycp
-/usr/share/YaST2/clients/inst_you.ycp
-/usr/share/YaST2/clients/do_online_update_auto.ycp
-/usr/share/YaST2/modules/OnlineUpdate*.ycp
-/usr/share/YaST2/modules/OnlineUpdate*.ybc
+/usr/share/YaST2/clients/online*.rb
+/usr/share/YaST2/clients/cd_update.rb
+/usr/share/YaST2/clients/inst_you.rb
+/usr/share/YaST2/clients/do_online_update_auto.rb
+/usr/share/YaST2/modules/OnlineUpdate*.rb
 %doc %{_prefix}/share/doc/packages/yast2-online-update
 
 %package frontend

++ yast2-online-update-2.24.0.tar.bz2 - yast2-online-update-3.0.0.tar.bz2 
++
 5933 lines of diff (skipped)

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



commit yast2-profile-manager for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-profile-manager for 
openSUSE:Factory checked in at 2013-08-01 11:09:33

Comparing /work/SRC/openSUSE:Factory/yast2-profile-manager (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-profile-manager.new (New)


Package is yast2-profile-manager

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-profile-manager/yast2-profile-manager.changes  
2012-03-30 14:21:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-profile-manager.new/yast2-profile-manager.changes
 2013-08-01 11:09:34.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:37:59 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-profile-manager-2.22.3.tar.bz2

New:

  yast2-profile-manager-3.0.0.tar.bz2



Other differences:
--
++ yast2-profile-manager.spec ++
--- /var/tmp/diff_new_pack.QjbBSI/_old  2013-08-01 11:09:34.0 +0200
+++ /var/tmp/diff_new_pack.QjbBSI/_new  2013-08-01 11:09:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-profile-manager
 #
-# 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-profile-manager
-Version:2.22.3
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -38,6 +38,8 @@
 Requires:   yast2 = 2.21.22
 Requires:   yast2-users
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Profile Configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -78,10 +80,9 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/profile-manager
 /usr/share/YaST2/include/profile-manager/*
-/usr/share/YaST2/clients/profile-manager.ycp
-/usr/share/YaST2/clients/profile_manager.ycp
-/usr/share/YaST2/modules/ProfileManager.ycp
-/usr/share/YaST2/modules/ProfileManager.ybc
+/usr/share/YaST2/clients/profile-manager.rb
+/usr/share/YaST2/clients/profile_manager.rb
+/usr/share/YaST2/modules/ProfileManager.rb
 %{_prefix}/share/applications/YaST2/profile-manager.desktop
 /usr/share/YaST2/scrconf/*.scr
 %{_libdir}/YaST2/plugin/libpy2ag_scpm.so.*

++ yast2-profile-manager-2.22.3.tar.bz2 - 
yast2-profile-manager-3.0.0.tar.bz2 ++
 16366 lines of diff (skipped)

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



commit yast2-nfs-server for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-nfs-server for 
openSUSE:Factory checked in at 2013-08-01 11:09:04

Comparing /work/SRC/openSUSE:Factory/yast2-nfs-server (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-nfs-server.new (New)


Package is yast2-nfs-server

Changes:

--- /work/SRC/openSUSE:Factory/yast2-nfs-server/yast2-nfs-server.changes
2013-07-07 22:28:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-nfs-server.new/yast2-nfs-server.changes   
2013-08-01 11:09:06.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:34:01 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-nfs-server-2.24.0.tar.bz2

New:

  yast2-nfs-server-3.0.0.tar.bz2



Other differences:
--
++ yast2-nfs-server.spec ++
--- /var/tmp/diff_new_pack.MrWoXV/_old  2013-08-01 11:09:06.0 +0200
+++ /var/tmp/diff_new_pack.MrWoXV/_new  2013-08-01 11:09:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-nfs-server
-Version:2.24.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -37,6 +37,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - NFS Server Configuration
 License:GPL-2.0+
 Group:  System/YaST
@@ -84,11 +86,10 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/nfs_server
 /usr/share/YaST2/include/nfs_server/*
-/usr/share/YaST2/clients/nfs-server.ycp
-/usr/share/YaST2/clients/nfs_server.ycp
-/usr/share/YaST2/clients/nfs_server_auto.ycp
-/usr/share/YaST2/modules/NfsServer.ycp
-/usr/share/YaST2/modules/NfsServer.ybc
+/usr/share/YaST2/clients/nfs-server.rb
+/usr/share/YaST2/clients/nfs_server.rb
+/usr/share/YaST2/clients/nfs_server_auto.rb
+/usr/share/YaST2/modules/NfsServer.rb
 %{_prefix}/share/applications/YaST2/nfs_server.desktop
 /usr/share/YaST2/scrconf/etc_exports.scr
 /usr/lib/YaST2/servers_non_y2/ag_exports

++ yast2-nfs-server-2.24.0.tar.bz2 - yast2-nfs-server-3.0.0.tar.bz2 ++
 8033 lines of diff (skipped)

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



commit yast2-samba-client for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-samba-client for 
openSUSE:Factory checked in at 2013-08-01 11:09:47

Comparing /work/SRC/openSUSE:Factory/yast2-samba-client (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-samba-client.new (New)


Package is yast2-samba-client

Changes:

--- /work/SRC/openSUSE:Factory/yast2-samba-client/yast2-samba-client.changes
2013-07-29 17:53:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-samba-client.new/yast2-samba-client.changes   
2013-08-01 11:09:49.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:38:51 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-samba-client-2.24.3.tar.bz2

New:

  yast2-samba-client-3.0.0.tar.bz2



Other differences:
--
++ yast2-samba-client.spec ++
--- /var/tmp/diff_new_pack.jROBBI/_old  2013-08-01 11:09:50.0 +0200
+++ /var/tmp/diff_new_pack.jROBBI/_new  2013-08-01 11:09:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-samba-client
-Version:2.24.3
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -41,6 +41,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Samba Client Configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -80,11 +82,10 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/samba-client
 /usr/share/YaST2/include/samba-client/*
-/usr/share/YaST2/clients/samba-client.ycp
-/usr/share/YaST2/clients/samba-client_*.ycp
+/usr/share/YaST2/clients/samba-client.rb
+/usr/share/YaST2/clients/samba-client_*.rb
 /usr/share/YaST2/modules/Samba*.pm
-/usr/share/YaST2/modules/Samba.ycp
-/usr/share/YaST2/modules/Samba.ybc
+/usr/share/YaST2/modules/Samba.rb
 %{_prefix}/share/applications/YaST2/samba-client.desktop
 /usr/share/YaST2/scrconf/*.scr
 /usr/lib/YaST2/servers_non_y2/ag_pam_mount

++ yast2-samba-client-2.24.3.tar.bz2 - yast2-samba-client-3.0.0.tar.bz2 
++
 13414 lines of diff (skipped)

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



commit yast2-sysconfig for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-sysconfig for openSUSE:Factory 
checked in at 2013-08-01 11:10:19

Comparing /work/SRC/openSUSE:Factory/yast2-sysconfig (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-sysconfig.new (New)


Package is yast2-sysconfig

Changes:

--- /work/SRC/openSUSE:Factory/yast2-sysconfig/yast2-sysconfig.changes  
2013-07-19 11:18:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-sysconfig.new/yast2-sysconfig.changes 
2013-08-01 11:10:20.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:43:04 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-sysconfig-2.24.0.tar.bz2

New:

  yast2-sysconfig-3.0.0.tar.bz2



Other differences:
--
++ yast2-sysconfig.spec ++
--- /var/tmp/diff_new_pack.bbdmhq/_old  2013-08-01 11:10:21.0 +0200
+++ /var/tmp/diff_new_pack.bbdmhq/_new  2013-08-01 11:10:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-sysconfig
-Version:2.24.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -47,6 +47,8 @@
 Obsoletes:  yast2-trans-rcconfig
 Obsoletes:  yast2-trans-sysconfig
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Sysconfig Editor
 License:GPL-2.0+
 Group:  System/YaST
@@ -86,10 +88,9 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/sysconfig
 /usr/share/YaST2/include/sysconfig/*
-/usr/share/YaST2/clients/sysconfig.ycp
-/usr/share/YaST2/clients/sysconfig_*.ycp
-/usr/share/YaST2/modules/Sysconfig.ycp
-/usr/share/YaST2/modules/Sysconfig.ybc
+/usr/share/YaST2/clients/sysconfig.rb
+/usr/share/YaST2/clients/sysconfig_*.rb
+/usr/share/YaST2/modules/Sysconfig.rb
 %{_prefix}/share/applications/YaST2/sysconfig.desktop
 %{_prefix}/lib/YaST2/bin/parse_configs.pl
 /usr/share/YaST2/data/sysedit.agent

++ yast2-sysconfig-2.24.0.tar.bz2 - yast2-sysconfig-3.0.0.tar.bz2 ++
 12358 lines of diff (skipped)

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



commit yast2-storage for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-08-01 11:10:11

Comparing /work/SRC/openSUSE:Factory/yast2-storage (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-storage.new (New)


Package is yast2-storage

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2013-07-29 09:27:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-08-01 11:10:13.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:42:39 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-storage-2.24.6.tar.bz2

New:

  yast2-storage-3.0.0.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.XdHuDv/_old  2013-08-01 11:10:14.0 +0200
+++ /var/tmp/diff_new_pack.XdHuDv/_new  2013-08-01 11:10:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:2.24.6
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -62,6 +62,8 @@
 Obsoletes:  yast2-trans-inst-partitioning
 Provides:   y2t_inst-partitioning
 Obsoletes:  y2t_inst-partitioning
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Storage Configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -108,21 +110,21 @@
 
 # storage
 %dir /usr/share/YaST2/include/partitioning
-/usr/share/YaST2/include/partitioning/*.ycp
-/usr/share/YaST2/clients/inst_custom_part.ycp
-/usr/share/YaST2/clients/inst_resize_ui.ycp
-/usr/share/YaST2/clients/inst_resize_dialog.ycp
-/usr/share/YaST2/clients/inst_disk.ycp
-/usr/share/YaST2/clients/inst_target_part.ycp
-/usr/share/YaST2/clients/inst_disk_proposal.ycp
-/usr/share/YaST2/clients/inst_target_selection.ycp
-/usr/share/YaST2/clients/inst_prepdisk.ycp
-/usr/share/YaST2/clients/storage_finish.ycp
-/usr/share/YaST2/clients/partitions_proposal.ycp
-/usr/share/YaST2/clients/storage.ycp
-/usr/share/YaST2/clients/disk.ycp
-/usr/share/YaST2/clients/disk_worker.ycp
-/usr/share/YaST2/clients/multipath-simple.ycp
+/usr/share/YaST2/include/partitioning/*.rb
+/usr/share/YaST2/clients/inst_custom_part.rb
+/usr/share/YaST2/clients/inst_resize_ui.rb
+/usr/share/YaST2/clients/inst_resize_dialog.rb
+/usr/share/YaST2/clients/inst_disk.rb
+/usr/share/YaST2/clients/inst_target_part.rb
+/usr/share/YaST2/clients/inst_disk_proposal.rb
+/usr/share/YaST2/clients/inst_target_selection.rb
+/usr/share/YaST2/clients/inst_prepdisk.rb
+/usr/share/YaST2/clients/storage_finish.rb
+/usr/share/YaST2/clients/partitions_proposal.rb
+/usr/share/YaST2/clients/storage.rb
+/usr/share/YaST2/clients/disk.rb
+/usr/share/YaST2/clients/disk_worker.rb
+/usr/share/YaST2/clients/multipath-simple.rb
 /usr/share/YaST2/modules/*
 /var/adm/fillup-templates/sysconfig.storage-yast2-storage
 
@@ -153,6 +155,7 @@
 Requires:   libstdc++-devel
 Requires:   yast2-storage = %version
 Requires:   libstorage-devel = %(echo `rpm -q --queryformat '%{VERSION}' 
libstorage-devel`)
+
 Summary:YaST2 - Storage Library Headers and Documentation
 Group:  Development/Libraries/YaST
 

++ yast2-storage-2.24.6.tar.bz2 - yast2-storage-3.0.0.tar.bz2 ++
 108738 lines of diff (skipped)

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



commit yast2-update for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-update for openSUSE:Factory 
checked in at 2013-08-01 11:10:32

Comparing /work/SRC/openSUSE:Factory/yast2-update (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-update.new (New)


Package is yast2-update

Changes:

--- /work/SRC/openSUSE:Factory/yast2-update/yast2-update.changes
2013-02-25 20:47:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-update.new/yast2-update.changes   
2013-08-01 11:10:33.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:43:55 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-update-2.23.1.tar.bz2

New:

  yast2-update-3.0.0.tar.bz2



Other differences:
--
++ yast2-update.spec ++
--- /var/tmp/diff_new_pack.OY9zcL/_old  2013-08-01 11:10:34.0 +0200
+++ /var/tmp/diff_new_pack.OY9zcL/_new  2013-08-01 11:10:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-update
-Version:2.23.1
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -62,6 +62,8 @@
 # Storage::DeviceMatchFstab (#244117)
 Conflicts:  yast2-storage  2.15.4
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Update
 License:GPL-2.0
 Group:  System/YaST
@@ -75,6 +77,8 @@
 # to remove dependency on yast2-storage
 Provides:   yast2-update:/usr/share/YaST2/clients/update.ycp
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Update
 Group:  System/YaST
 
@@ -116,19 +120,19 @@
 %{_prefix}/lib/YaST2/bin/*
 /usr/share/YaST2/modules/*
 
-/usr/share/YaST2/clients/inst_rootpart.ycp
-/usr/share/YaST2/clients/inst_update.ycp
-/usr/share/YaST2/clients/inst_backup.ycp
-/usr/share/YaST2/clients/rootpart_proposal.ycp
-/usr/share/YaST2/clients/update_proposal.ycp
-/usr/share/YaST2/clients/packages_proposal.ycp
-/usr/share/YaST2/clients/backup_proposal.ycp
-/usr/share/YaST2/clients/inst_update_partition.ycp
-/usr/share/YaST2/clients/inst_update_partition_auto.ycp
-/usr/share/YaST2/clients/rootpart_check_keyboard.ycp
+/usr/share/YaST2/clients/inst_rootpart.rb
+/usr/share/YaST2/clients/inst_update.rb
+/usr/share/YaST2/clients/inst_backup.rb
+/usr/share/YaST2/clients/rootpart_proposal.rb
+/usr/share/YaST2/clients/update_proposal.rb
+/usr/share/YaST2/clients/packages_proposal.rb
+/usr/share/YaST2/clients/backup_proposal.rb
+/usr/share/YaST2/clients/inst_update_partition.rb
+/usr/share/YaST2/clients/inst_update_partition_auto.rb
+/usr/share/YaST2/clients/rootpart_check_keyboard.rb
 
 /usr/share/YaST2/include/update
-/usr/share/YaST2/include/update/rootpart.ycp
+/usr/share/YaST2/include/update/rootpart.rb
 
 %doc %{_prefix}/share/doc/packages/yast2-update
 
@@ -137,7 +141,7 @@
 %{_prefix}/share/applications/YaST2/update.desktop
 %dir /usr/share/YaST2/control
 /usr/share/YaST2/control/update.xml
-/usr/share/YaST2/clients/update.ycp
-/usr/share/YaST2/clients/run_update.ycp
+/usr/share/YaST2/clients/update.rb
+/usr/share/YaST2/clients/run_update.rb
 
 %changelog

++ yast2-update-2.23.1.tar.bz2 - yast2-update-3.0.0.tar.bz2 ++
 15284 lines of diff (skipped)

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



commit yast2-squid for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-squid for openSUSE:Factory 
checked in at 2013-08-01 11:10:08

Comparing /work/SRC/openSUSE:Factory/yast2-squid (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-squid.new (New)


Package is yast2-squid

Changes:

--- /work/SRC/openSUSE:Factory/yast2-squid/yast2-squid.changes  2013-04-24 
12:23:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-squid.new/yast2-squid.changes 
2013-08-01 11:10:09.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:40:21 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-squid-2.21.3.tar.bz2

New:

  yast2-squid-3.0.0.tar.bz2



Other differences:
--
++ yast2-squid.spec ++
--- /var/tmp/diff_new_pack.DQT3Wl/_old  2013-08-01 11:10:10.0 +0200
+++ /var/tmp/diff_new_pack.DQT3Wl/_new  2013-08-01 11:10:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-squid
-Version:2.21.3
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -36,6 +36,8 @@
 
 #BuildArchitectures:   noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:Configuration of squid
 License:GPL-2.0
 Group:  System/YaST
@@ -77,8 +79,8 @@
 %dir /usr/share/YaST2/include/squid
 %config /etc/sysconfig/SuSEfirewall2.d/services/squid
 /usr/share/YaST2/include/squid/*
-/usr/share/YaST2/clients/squid.ycp
-/usr/share/YaST2/clients/squid_*.ycp
+/usr/share/YaST2/clients/squid.rb
+/usr/share/YaST2/clients/squid_*.rb
 /usr/share/YaST2/modules/Squid.*
 /usr/share/YaST2/modules/SquidACL.*
 /usr/share/YaST2/modules/SquidErrorMessages.*

++ yast2-squid-2.21.3.tar.bz2 - yast2-squid-3.0.0.tar.bz2 ++
 15497 lines of diff (skipped)

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



commit yast2-slide-show for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-slide-show for 
openSUSE:Factory checked in at 2013-08-01 11:09:57

Comparing /work/SRC/openSUSE:Factory/yast2-slide-show (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-slide-show.new (New)


Package is yast2-slide-show

Changes:

--- /work/SRC/openSUSE:Factory/yast2-slide-show/yast2-slide-show.changes
2013-02-14 21:18:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-slide-show.new/yast2-slide-show.changes   
2013-08-01 11:09:59.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 30 08:29:33 UTC 2013 - yast-de...@opensuse.org
+
+- version 3.0.0
+
+---

Old:

  yast2-slide-show-2.24.6.tar.bz2

New:

  yast2-slide-show-3.0.0.tar.bz2



Other differences:
--
++ yast2-slide-show.spec ++
--- /var/tmp/diff_new_pack.asmjio/_old  2013-08-01 11:10:00.0 +0200
+++ /var/tmp/diff_new_pack.asmjio/_new  2013-08-01 11:10:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-slide-show
-Version:2.24.6
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-slide-show-2.24.6.tar.bz2 - yast2-slide-show-3.0.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-slide-show-2.24.6/Makefile.am 
new/yast2-slide-show-3.0.0/Makefile.am
--- old/yast2-slide-show-2.24.6/Makefile.am 2013-02-14 11:06:43.0 
+0100
+++ new/yast2-slide-show-3.0.0/Makefile.am  2013-07-30 10:45:02.0 
+0200
@@ -158,19 +158,14 @@
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir)  svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi /dev/null; \
+   cd $(srcdir)  $(TAGVERSION) --check /dev/null; \
[ $$? = 0 ] || ( echo ERROR: Please run 'tagversion' first; false )
 
 check-parse-old:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-slide-show-2.24.6/Makefile.am.common 
new/yast2-slide-show-3.0.0/Makefile.am.common
--- old/yast2-slide-show-2.24.6/Makefile.am.common  2013-02-14 
11:06:43.0 +0100
+++ new/yast2-slide-show-3.0.0/Makefile.am.common   2013-07-30 
10:45:02.0 +0200
@@ -31,7 +31,7 @@
 
 CHECK_SYNTAX = true
 check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test $(client_DATA); then \
+   @if test $(filter %.ycp,client_DATA); then \
  if $(CHECK_SYNTAX); then \
TO_CHECK=$(filter %.ycp,$^); \
echo Checking syntax of $${TO_CHECK}; \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-slide-show-2.24.6/Makefile.in 
new/yast2-slide-show-3.0.0/Makefile.in
--- old/yast2-slide-show-2.24.6/Makefile.in 2013-02-14 11:06:48.0 
+0100
+++ new/yast2-slide-show-3.0.0/Makefile.in  2013-07-30 10:45:06.0 
+0200
@@ -65,7 +65,7 @@
$(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS \
config.guess config.sub install-sh missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@@ -981,19 +981,14 @@
 
 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 \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 

commit yast2-sshd for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-sshd for openSUSE:Factory 
checked in at 2013-08-01 11:10:10

Comparing /work/SRC/openSUSE:Factory/yast2-sshd (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-sshd.new (New)


Package is yast2-sshd

Changes:

--- /work/SRC/openSUSE:Factory/yast2-sshd/yast2-sshd.changes2013-02-28 
10:24:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-sshd.new/yast2-sshd.changes   
2013-08-01 11:10:11.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:40:27 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-sshd-2.22.2.tar.bz2

New:

  yast2-sshd-3.0.0.tar.bz2



Other differences:
--
++ yast2-sshd.spec ++
--- /var/tmp/diff_new_pack.83I99q/_old  2013-08-01 11:10:11.0 +0200
+++ /var/tmp/diff_new_pack.83I99q/_new  2013-08-01 11:10:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-sshd
-Version:2.22.2
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -33,6 +33,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - SSH Server Configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -71,10 +73,9 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/sshd
 /usr/share/YaST2/include/sshd/*
-/usr/share/YaST2/clients/sshd.ycp
-/usr/share/YaST2/clients/sshd_auto.ycp
-/usr/share/YaST2/modules/*.ybc
-/usr/share/YaST2/modules/*.ycp
+/usr/share/YaST2/clients/sshd.rb
+/usr/share/YaST2/clients/sshd_auto.rb
+/usr/share/YaST2/modules/*.rb
 %{_prefix}/share/applications/YaST2/sshd.desktop
 /usr/share/YaST2/schema/autoyast/rnc/sshd_config.rnc
 %doc %{_prefix}/share/doc/packages/yast2-sshd

++ yast2-sshd-2.22.2.tar.bz2 - yast2-sshd-3.0.0.tar.bz2 ++
 5138 lines of diff (skipped)

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



commit yast2-xml for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-xml for openSUSE:Factory 
checked in at 2013-08-01 11:10:40

Comparing /work/SRC/openSUSE:Factory/yast2-xml (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-xml.new (New)


Package is yast2-xml

Changes:

--- /work/SRC/openSUSE:Factory/yast2-xml/yast2-xml.changes  2011-12-15 
16:10:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-xml.new/yast2-xml.changes 2013-08-01 
11:10:41.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 30 08:29:49 UTC 2013 - yast-de...@opensuse.org
+
+- version 3.0.0
+
+---

Old:

  yast2-xml-2.16.1.tar.bz2

New:

  yast2-xml-3.0.0.tar.bz2



Other differences:
--
++ yast2-xml.spec ++
--- /var/tmp/diff_new_pack.4IVMDD/_old  2013-08-01 11:10:42.0 +0200
+++ /var/tmp/diff_new_pack.4IVMDD/_new  2013-08-01 11:10:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-xml
 #
-# Copyright (c) 2011 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-xml
-Version:2.16.1
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -33,8 +33,12 @@
 License:GPL-2.0+
 Group:  System/YaST
 Requires:   yast2-core
-Provides:   yast2-agent-xml yast2-agent-xml-devel yast2-lib-xml
-Obsoletes:  yast2-agent-xml yast2-agent-xml-devel yast2-lib-xml
+Provides:   yast2-agent-xml
+Provides:   yast2-agent-xml-devel
+Provides:   yast2-lib-xml
+Obsoletes:  yast2-agent-xml
+Obsoletes:  yast2-agent-xml-devel
+Obsoletes:  yast2-lib-xml
 
 %description
 The YaST2 XML agent
@@ -50,7 +54,6 @@
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 
-%{?suse_update_config:%{suse_update_config -f}}
 ./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works

++ yast2-xml-2.16.1.tar.bz2 - yast2-xml-3.0.0.tar.bz2 ++
 8120 lines of diff (skipped)

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



commit yast2-theme for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-theme for openSUSE:Factory 
checked in at 2013-08-01 11:10:25

Comparing /work/SRC/openSUSE:Factory/yast2-theme (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-theme.new (New)


Package is yast2-theme

Changes:

--- /work/SRC/openSUSE:Factory/yast2-theme/yast2-theme.changes  2013-05-27 
10:15:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-theme.new/yast2-theme.changes 
2013-08-01 11:10:28.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 30 08:29:41 UTC 2013 - yast-de...@opensuse.org
+
+- version 3.0.0
+
+---

Old:

  yast2-theme-2.21.19.tar.bz2

New:

  yast2-theme-3.0.0.tar.bz2



Other differences:
--
++ yast2-theme.spec ++
--- /var/tmp/diff_new_pack.0YXrP7/_old  2013-08-01 11:10:29.0 +0200
+++ /var/tmp/diff_new_pack.0YXrP7/_new  2013-08-01 11:10:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-theme
-Version:2.21.19
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -40,7 +40,7 @@
 %package openSUSE
 Summary:YaST2 - Theme (openSUSE)
 Group:  System/YaST
-Version:2.21.19
+Version:3.0.0
 Release:0
 Provides:   yast2-theme-UnitedLinux
 Provides:   yast2-theme-openSUSE-any
@@ -51,7 +51,7 @@
 %package openSUSE-Crystal
 Summary:YaST2 - Theme (openSUSE)
 Group:  System/YaST
-Version:2.21.19
+Version:3.0.0
 Release:0
 Provides:   yast2-theme-openSUSE-any
 Provides:   yast2_theme = %{version}
@@ -60,7 +60,7 @@
 %package openSUSE-Oxygen
 Summary:YaST2 - Theme (openSUSE)
 Group:  System/YaST
-Version:2.21.19
+Version:3.0.0
 Release:0
 Provides:   yast2-theme-openSUSE-any
 Provides:   yast2_theme = %{version}
@@ -70,7 +70,7 @@
 %package SLE
 Summary:YaST2 - SLE Theme
 Group:  System/YaST
-Version:2.21.19
+Version:3.0.0
 Release:0
 Provides:   yast2-theme-NLD = 0.4.5
 Provides:   yast2_theme = %{version}

++ yast2-theme-2.21.19.tar.bz2 - yast2-theme-3.0.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/yast2-theme/yast2-theme-2.21.19.tar.bz2 
/work/SRC/openSUSE:Factory/.yast2-theme.new/yast2-theme-3.0.0.tar.bz2 differ: 
char 11, line 1

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



commit yast2-support for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-support for openSUSE:Factory 
checked in at 2013-08-01 11:10:17

Comparing /work/SRC/openSUSE:Factory/yast2-support (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-support.new (New)


Package is yast2-support

Changes:

--- /work/SRC/openSUSE:Factory/yast2-support/yast2-support.changes  
2013-02-28 10:24:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-support.new/yast2-support.changes 
2013-08-01 11:10:19.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:42:56 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-support-2.19.1.tar.bz2

New:

  yast2-support-3.0.0.tar.bz2



Other differences:
--
++ yast2-support.spec ++
--- /var/tmp/diff_new_pack.Dne4T6/_old  2013-08-01 11:10:20.0 +0200
+++ /var/tmp/diff_new_pack.Dne4T6/_new  2013-08-01 11:10:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-support
-Version:2.19.1
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -32,6 +32,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Support Inquiries
 License:GPL-2.0
 Group:  System/YaST
@@ -71,8 +73,8 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/support
 /usr/share/YaST2/include/support/*
-/usr/share/YaST2/clients/support.ycp
-/usr/share/YaST2/clients/support_*.ycp
+/usr/share/YaST2/clients/support.rb
+/usr/share/YaST2/clients/support_*.rb
 /usr/share/YaST2/modules/Support.*
 %{_prefix}/share/applications/YaST2/support.desktop
 /usr/share/YaST2/scrconf/*.scr

++ yast2-support-2.19.1.tar.bz2 - yast2-support-3.0.0.tar.bz2 ++
 6062 lines of diff (skipped)

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



commit yast2-schema for openSUSE:Factory

2013-08-01 Thread h_root


binW2d8mQDXEt.bin
Description: Binary data


commit yast2-tftp-server for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-tftp-server for 
openSUSE:Factory checked in at 2013-08-01 11:10:23

Comparing /work/SRC/openSUSE:Factory/yast2-tftp-server (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-tftp-server.new (New)


Package is yast2-tftp-server

Changes:

--- /work/SRC/openSUSE:Factory/yast2-tftp-server/yast2-tftp-server.changes  
2013-05-16 11:44:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-tftp-server.new/yast2-tftp-server.changes 
2013-08-01 11:10:24.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:43:23 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-tftp-server-2.22.3.tar.bz2

New:

  yast2-tftp-server-3.0.0.tar.bz2



Other differences:
--
++ yast2-tftp-server.spec ++
--- /var/tmp/diff_new_pack.wLJFHd/_old  2013-08-01 11:10:25.0 +0200
+++ /var/tmp/diff_new_pack.wLJFHd/_new  2013-08-01 11:10:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-tftp-server
-Version:2.22.3
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -36,6 +36,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - TFTP Server Configuration
 License:GPL-2.0+
 Group:  System/YaST
@@ -76,7 +78,7 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/tftp-server
 /usr/share/YaST2/include/tftp-server/*
-/usr/share/YaST2/clients/tftp-server*.ycp
+/usr/share/YaST2/clients/tftp-server*.rb
 /usr/share/YaST2/modules/TftpServer.*
 %{_prefix}/share/applications/YaST2/tftp-server.desktop
 /usr/share/YaST2/scrconf/etc_xinetd_d_tftp.scr

++ yast2-tftp-server-2.22.3.tar.bz2 - yast2-tftp-server-3.0.0.tar.bz2 
++
 3587 lines of diff (skipped)

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



commit yast2-tv for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-tv for openSUSE:Factory 
checked in at 2013-08-01 11:10:30

Comparing /work/SRC/openSUSE:Factory/yast2-tv (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-tv.new (New)


Package is yast2-tv

Changes:

--- /work/SRC/openSUSE:Factory/yast2-tv/yast2-tv.changes2013-07-29 
18:00:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-tv.new/yast2-tv.changes   2013-08-01 
11:10:32.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:43:48 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-tv-2.24.0.tar.bz2

New:

  yast2-tv-3.0.0.tar.bz2



Other differences:
--
++ yast2-tv.spec ++
--- /var/tmp/diff_new_pack.lqJz6Z/_old  2013-08-01 11:10:33.0 +0200
+++ /var/tmp/diff_new_pack.lqJz6Z/_new  2013-08-01 11:10:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-tv
-Version:2.24.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -47,6 +47,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - TV Configuration
 License:GPL-2.0+
 Group:  System/YaST
@@ -105,7 +107,7 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/tv
 /usr/share/YaST2/include/tv/*
-/usr/share/YaST2/clients/*.ycp
+/usr/share/YaST2/clients/*.rb
 /usr/share/YaST2/modules/*.*
 %{_prefix}/share/applications/YaST2/*.desktop
 /usr/share/YaST2/scrconf/*.scr

++ yast2-tv-2.24.0.tar.bz2 - yast2-tv-3.0.0.tar.bz2 ++
 20449 lines of diff (skipped)

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



commit yast2-tune for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-tune for openSUSE:Factory 
checked in at 2013-08-01 11:10:28

Comparing /work/SRC/openSUSE:Factory/yast2-tune (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-tune.new (New)


Package is yast2-tune

Changes:

--- /work/SRC/openSUSE:Factory/yast2-tune/yast2-tune.changes2013-04-24 
12:01:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-tune.new/yast2-tune.changes   
2013-08-01 11:10:31.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:43:38 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-tune-2.24.0.tar.bz2

New:

  yast2-tune-3.0.0.tar.bz2



Other differences:
--
++ yast2-tune.spec ++
--- /var/tmp/diff_new_pack.KWg3r5/_old  2013-08-01 11:10:31.0 +0200
+++ /var/tmp/diff_new_pack.KWg3r5/_new  2013-08-01 11:10:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-tune
-Version:2.24.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -51,6 +51,8 @@
 Obsoletes:  yast2-trans-hwinfo
 Obsoletes:  yast2-trans-idedma
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Hardware Tuning
 License:GPL-2.0+
 Group:  System/YaST
@@ -95,11 +97,10 @@
 %defattr(-,root,root)
 
 /usr/share/YaST2/include/hwinfo/*
-/usr/share/YaST2/clients/*.ycp
+/usr/share/YaST2/clients/*.rb
 %{_prefix}/share/applications/YaST2/hwinfo.desktop
 %{_prefix}/share/applications/YaST2/system_settings.desktop
-/usr/share/YaST2/modules/*.ycp
-/usr/share/YaST2/modules/*.ybc
+/usr/share/YaST2/modules/*.rb
 /usr/share/YaST2/scrconf/*.scr
 %doc %{_prefix}/share/doc/packages/yast2-tune
 

++ yast2-tune-2.24.0.tar.bz2 - yast2-tune-3.0.0.tar.bz2 ++
 13172 lines of diff (skipped)

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



commit yast2-testsuite for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-testsuite for openSUSE:Factory 
checked in at 2013-08-01 11:10:21

Comparing /work/SRC/openSUSE:Factory/yast2-testsuite (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-testsuite.new (New)


Package is yast2-testsuite

Changes:

--- /work/SRC/openSUSE:Factory/yast2-testsuite/yast2-testsuite.changes  
2013-07-04 18:07:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-testsuite.new/yast2-testsuite.changes 
2013-08-01 11:10:23.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:43:17 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-testsuite-2.24.4.tar.bz2

New:

  yast2-testsuite-3.0.0.tar.bz2



Other differences:
--
++ yast2-testsuite.spec ++
--- /var/tmp/diff_new_pack.lPyJhP/_old  2013-08-01 11:10:24.0 +0200
+++ /var/tmp/diff_new_pack.lPyJhP/_new  2013-08-01 11:10:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-testsuite
-Version:2.24.4
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -25,11 +25,14 @@
 
 BuildRequires:  yast2-core-devel
 BuildRequires:  yast2-devtools
+BuildRequires:  yast2-ruby-bindings = 1.0.0
 BuildRequires:  yast2-ycp-ui-bindings
 Requires:   dejagnu
 Requires:   expect
 # y2base -I includepath -M modulepath
 Requires:   yast2-core = 2.19.0
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Testsuite
 License:GPL-2.0+
 Group:  System/YaST

++ yast2-testsuite-2.24.4.tar.bz2 - yast2-testsuite-3.0.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-testsuite-2.24.4/Makefile.in 
new/yast2-testsuite-3.0.0/Makefile.in
--- old/yast2-testsuite-2.24.4/Makefile.in  2013-07-02 11:02:11.0 
+0200
+++ new/yast2-testsuite-3.0.0/Makefile.in   2013-07-31 10:56:27.0 
+0200
@@ -65,7 +65,7 @@
$(srcdir)/Makefile.in $(top_srcdir)/configure config.guess \
config.sub install-sh missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-testsuite-2.24.4/VERSION 
new/yast2-testsuite-3.0.0/VERSION
--- old/yast2-testsuite-2.24.4/VERSION  2013-07-01 10:25:57.0 +0200
+++ new/yast2-testsuite-3.0.0/VERSION   2013-07-30 14:05:06.0 +0200
@@ -1 +1 @@
-2.24.4
+3.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-testsuite-2.24.4/autodocs-ycp.ami 
new/yast2-testsuite-3.0.0/autodocs-ycp.ami
--- old/yast2-testsuite-2.24.4/autodocs-ycp.ami 2013-07-02 11:02:06.0 
+0200
+++ new/yast2-testsuite-3.0.0/autodocs-ycp.ami  2013-07-31 10:56:22.0 
+0200
@@ -8,6 +8,8 @@
 #Optional - the default is $(srcdir)/../../src/*.ycp
 #   AUTODOCS_PM: Files that the perl autodocs is built from
 #Optional - the default is $(srcdir)/../../src/*.pm
+#   AUTODOCS_RB: Files that the ruby autodocs is built from (using yard)
+#Optional - the default is $(srcdir)/../../src/modules/*.rb) 
$(srcdir)/../../src/include/*/*.rb
 #   AUTODOCS_SUBDIR: To install the result to $(docdir)/SUBDIR/autodocs
 #  Optional - the default is no subdir, $(docdir)/autodocs
 #   AUTODOCS_STRIP: Strip it from filenames. The remaining / are replaced by __
@@ -15,18 +17,31 @@
 
 htmldir = $(docdir)/$(AUTODOCS_SUBDIR)/autodocs
 
-html_DATA = index.html $(filter-out index.html, $(wildcard *.html))
-CLEANFILES = $(html_DATA) pod2htm*.tmp
+# use nobase_ prefix to keep the directory structure
+nobase_html_DATA = index.html $(filter-out index.html, $(wildcard *.html)) 
$(wildcard js/*) $(wildcard css/*) $(wildcard Yast/*)
+CLEANFILES = $(nobase_html_DATA) pod2htm*.tmp
 
 AUTODOCS_YCP ?= $(wildcard $(srcdir)/../../src/*.ycp)
 AUTODOCS_PM  ?= $(wildcard $(srcdir)/../../src/*.pm)
+AUTODOCS_RB  ?= $(wildcard $(srcdir)/../../src/modules/*.rb 
$(srcdir)/../../src/include/*/*.rb)
 AUTODOCS_STRIP ?= $(srcdir)/../../src
 
-index.html: $(AUTODOCS_YCP) $(AUTODOCS_PM)
+# yard specific options
+YARD ?= yard
+# use markdown format by default
+YARD_OPTIONS ?= -o . -m markdown
+
+# yard specific clean
+clean-local:
+   rm -rf js css Yast .yardoc
+
+
+index.html: 

commit yast2-ycp-ui-bindings for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-ycp-ui-bindings for 
openSUSE:Factory checked in at 2013-08-01 11:10:42

Comparing /work/SRC/openSUSE:Factory/yast2-ycp-ui-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-ycp-ui-bindings.new (New)


Package is yast2-ycp-ui-bindings

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-ycp-ui-bindings/yast2-ycp-ui-bindings.changes  
2013-07-29 09:27:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-ycp-ui-bindings.new/yast2-ycp-ui-bindings.changes
 2013-08-01 11:10:43.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:45:48 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-ycp-ui-bindings-2.24.1.tar.bz2

New:

  yast2-ycp-ui-bindings-3.0.0.tar.bz2



Other differences:
--
++ yast2-ycp-ui-bindings.spec ++
--- /var/tmp/diff_new_pack.7nFdGD/_old  2013-08-01 11:10:44.0 +0200
+++ /var/tmp/diff_new_pack.7nFdGD/_new  2013-08-01 11:10:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ycp-ui-bindings
-Version:2.24.1
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-ycp-ui-bindings-2.24.1.tar.bz2 - 
yast2-ycp-ui-bindings-3.0.0.tar.bz2 ++
 117145 lines of diff (skipped)

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



commit yast2-slp-server for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-slp-server for 
openSUSE:Factory checked in at 2013-08-01 11:10:01

Comparing /work/SRC/openSUSE:Factory/yast2-slp-server (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-slp-server.new (New)


Package is yast2-slp-server

Changes:

--- /work/SRC/openSUSE:Factory/yast2-slp-server/yast2-slp-server.changes
2013-07-07 22:28:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-slp-server.new/yast2-slp-server.changes   
2013-08-01 11:10:02.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:39:24 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-slp-server-2.24.0.tar.bz2

New:

  yast2-slp-server-3.0.0.tar.bz2



Other differences:
--
++ yast2-slp-server.spec ++
--- /var/tmp/diff_new_pack.raJErX/_old  2013-08-01 11:10:03.0 +0200
+++ /var/tmp/diff_new_pack.raJErX/_new  2013-08-01 11:10:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-slp-server
-Version:2.24.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -35,6 +35,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 SLP Daemon Server Configuration
 License:GPL-2.0+
 Group:  System/YaST
@@ -74,8 +76,8 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/slp-server
 /usr/share/YaST2/include/slp-server/*
-/usr/share/YaST2/clients/slp-server.ycp
-/usr/share/YaST2/clients/slp-server_*.ycp
+/usr/share/YaST2/clients/slp-server.rb
+/usr/share/YaST2/clients/slp-server_*.rb
 /usr/share/YaST2/modules/SlpServer.*
 %{_prefix}/share/applications/YaST2/slp-server.desktop
 /usr/share/YaST2/scrconf/slp*.scr

++ yast2-slp-server-2.24.0.tar.bz2 - yast2-slp-server-3.0.0.tar.bz2 ++
 6010 lines of diff (skipped)

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



commit yast2-snapper for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2013-08-01 11:10:03

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is yast2-snapper

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2013-07-16 16:32:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2013-08-01 11:10:05.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:39:37 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-snapper-2.24.1.tar.bz2

New:

  yast2-snapper-3.0.0.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.ByYVzc/_old  2013-08-01 11:10:06.0 +0200
+++ /var/tmp/diff_new_pack.ByYVzc/_new  2013-08-01 11:10:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:2.24.1
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -35,6 +35,8 @@
 BuildRequires:  yast2-devtools
 BuildRequires:  yast2-testsuite
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST - file system snapshots review
 License:GPL-2.0
 Group:  System/YaST
@@ -73,7 +75,7 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/snapper
 /usr/share/YaST2/include/snapper/*
-/usr/share/YaST2/clients/snapper.ycp
+/usr/share/YaST2/clients/snapper.rb
 /usr/share/YaST2/modules/Snapper.*
 %{_prefix}/share/applications/YaST2/snapper.desktop
 /usr/share/YaST2/scrconf/*.scr

++ yast2-snapper-2.24.1.tar.bz2 - yast2-snapper-3.0.0.tar.bz2 ++
 5549 lines of diff (skipped)

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



commit yast2-users for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-users for openSUSE:Factory 
checked in at 2013-08-01 11:10:34

Comparing /work/SRC/openSUSE:Factory/yast2-users (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-users.new (New)


Package is yast2-users

Changes:

--- /work/SRC/openSUSE:Factory/yast2-users/yast2-users.changes  2013-07-05 
15:32:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-users.new/yast2-users.changes 
2013-08-01 11:10:35.0 +0200
@@ -1,0 +2,15 @@
+Wed Jul 31 08:44:54 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---
+Mon Jul 29 05:47:54 UTC 2013 - lsle...@suse.cz
+
+- move the development documentation to -devel-doc subpackage,
+- agent-crack documentation - install JS and CSS files created
+  by doxygen
+- 2.24.1
+
+---

Old:

  yast2-users-2.24.0.tar.bz2

New:

  yast2-users-3.0.0.tar.bz2



Other differences:
--
++ yast2-users.spec ++
--- /var/tmp/diff_new_pack.YOObGl/_old  2013-08-01 11:10:36.0 +0200
+++ /var/tmp/diff_new_pack.YOObGl/_new  2013-08-01 11:10:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-users
-Version:2.24.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -69,6 +69,8 @@
 # cryptsha256, cryptsha516
 Requires:   yast2-core = 2.21.0
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - User and Group Configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -76,6 +78,15 @@
 %description
 This package provides GUI for maintenance of linux users and groups.
 
+%package devel-doc
+Requires:   yast2-users = %version
+Summary:YaST2 - User and Group Configuration - Development 
Documentation
+Group:  System/YaST
+
+%description devel-doc
+This package contains development documentation for using the API
+provided by yast2-users package.
+
 %prep
 %setup -n yast2-users-%{version}
 
@@ -107,10 +118,10 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/users
 %dir /usr/share/YaST2/modules/YaPI
-/usr/share/YaST2/clients/*.ycp
+/usr/share/YaST2/clients/*.rb
 %{_prefix}/share/applications/YaST2/*.desktop
 /usr/share/YaST2/modules/*.pm
-/usr/share/YaST2/modules/UsersUI.y*
+/usr/share/YaST2/modules/UsersUI.rb
 /usr/share/YaST2/modules/YaPI/*.pm
 /usr/share/YaST2/include/users/*
 /usr/share/YaST2/schema/autoyast/rnc/users.rnc
@@ -121,6 +132,14 @@
 %{_libdir}/YaST2/plugin/libpy2ag_crack.so.*
 %{_libdir}/YaST2/plugin/libpy2ag_crack.so
 %{_libdir}/YaST2/plugin/libpy2ag_crack.la
-%doc %{_prefix}/share/doc/packages/yast2-users
+%dir %{_prefix}/share/doc/packages/yast2-users
+%doc %{_prefix}/share/doc/packages/yast2-users/README
+%doc %{_prefix}/share/doc/packages/yast2-users/COPYING
+%doc %{_prefix}/share/doc/packages/yast2-users/TODO.txt
+%doc %{_prefix}/share/doc/packages/yast2-users/users.html
+
+%files devel-doc
+%doc %{_prefix}/share/doc/packages/yast2-users/autodocs
+%doc %{_prefix}/share/doc/packages/yast2-users/crack.html
 
 %changelog

++ yast2-users-2.24.0.tar.bz2 - yast2-users-3.0.0.tar.bz2 ++
 69627 lines of diff (skipped)

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



commit yast2-security for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-security for openSUSE:Factory 
checked in at 2013-08-01 11:09:55

Comparing /work/SRC/openSUSE:Factory/yast2-security (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-security.new (New)


Package is yast2-security

Changes:

--- /work/SRC/openSUSE:Factory/yast2-security/yast2-security.changes
2013-04-29 14:25:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-security.new/yast2-security.changes   
2013-08-01 11:09:56.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:39:17 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-security-2.23.6.tar.bz2

New:

  yast2-security-3.0.0.tar.bz2



Other differences:
--
++ yast2-security.spec ++
--- /var/tmp/diff_new_pack.lHGISZ/_old  2013-08-01 11:09:57.0 +0200
+++ /var/tmp/diff_new_pack.lHGISZ/_new  2013-08-01 11:09:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-security
-Version:2.23.6
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -49,6 +49,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Security Configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -94,8 +96,8 @@
 %dir /usr/share/YaST2/include/security
 /usr/share/YaST2/include/security/*
 %{_prefix}/share/applications/YaST2/security.desktop
-/usr/share/YaST2/clients/security*.ycp
-/usr/share/YaST2/modules/Security.y*
+/usr/share/YaST2/clients/security*.rb
+/usr/share/YaST2/modules/Security.rb
 /usr/share/YaST2/scrconf/*.scr
 /usr/share/YaST2/schema/autoyast/rnc/security.rnc
 %doc %{_prefix}/share/doc/packages/yast2-security

++ yast2-security-2.23.6.tar.bz2 - yast2-security-3.0.0.tar.bz2 ++
 10030 lines of diff (skipped)

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



commit yast2-x11 for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-x11 for openSUSE:Factory 
checked in at 2013-08-01 11:10:38

Comparing /work/SRC/openSUSE:Factory/yast2-x11 (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-x11.new (New)


Package is yast2-x11

Changes:

--- /work/SRC/openSUSE:Factory/yast2-x11/yast2-x11.changes  2013-04-20 
20:01:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-x11.new/yast2-x11.changes 2013-08-01 
11:10:40.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 30 08:29:55 UTC 2013 - yast-de...@opensuse.org
+
+- version 3.0.0
+
+---

Old:

  yast2-x11-2.24.0.tar.bz2

New:

  yast2-x11-3.0.0.tar.bz2



Other differences:
--
++ yast2-x11.spec ++
--- /var/tmp/diff_new_pack.NvivyW/_old  2013-08-01 11:10:41.0 +0200
+++ /var/tmp/diff_new_pack.NvivyW/_new  2013-08-01 11:10:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-x11
-Version:2.24.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-x11-2.24.0.tar.bz2 - yast2-x11-3.0.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-x11-2.24.0/Makefile.in 
new/yast2-x11-3.0.0/Makefile.in
--- old/yast2-x11-2.24.0/Makefile.in2013-04-19 16:16:52.0 +0200
+++ new/yast2-x11-3.0.0/Makefile.in 2013-07-30 11:04:44.0 +0200
@@ -69,7 +69,7 @@
 am__aclocal_m4_deps = $(top_srcdir)/libtool.m4 \
$(top_srcdir)/ltoptions.m4 $(top_srcdir)/ltsugar.m4 \
$(top_srcdir)/ltversion.m4 $(top_srcdir)/lt~obsolete.m4 \
-   $(top_srcdir)/configure.in
+   $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-x11-2.24.0/VERSION new/yast2-x11-3.0.0/VERSION
--- old/yast2-x11-2.24.0/VERSION2013-04-19 12:46:34.0 +0200
+++ new/yast2-x11-3.0.0/VERSION 2013-07-30 11:04:22.0 +0200
@@ -1 +1 @@
-2.24.0
+3.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-x11-2.24.0/config.h.in 
new/yast2-x11-3.0.0/config.h.in
--- old/yast2-x11-2.24.0/config.h.in2013-04-19 16:16:51.0 +0200
+++ new/yast2-x11-3.0.0/config.h.in 2013-07-30 11:04:43.0 +0200
@@ -1,4 +1,4 @@
-/* config.h.in.  Generated from configure.in by autoheader.  */
+/* config.h.in.  Generated from configure.ac by autoheader.  */
 
 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
systems. This function is required for `alloca.c' support on those systems.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-x11-2.24.0/configure 
new/yast2-x11-3.0.0/configure
--- old/yast2-x11-2.24.0/configure  2013-04-19 16:16:50.0 +0200
+++ new/yast2-x11-3.0.0/configure   2013-07-30 11:04:42.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-x11 2.24.0.
+# Generated by GNU Autoconf 2.69 for yast2-x11 3.0.0.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-x11'
 PACKAGE_TARNAME='yast2-x11'
-PACKAGE_VERSION='2.24.0'
-PACKAGE_STRING='yast2-x11 2.24.0'
+PACKAGE_VERSION='3.0.0'
+PACKAGE_STRING='yast2-x11 3.0.0'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1372,7 +1372,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-x11 2.24.0 to adapt to many kinds of systems.
+\`configure' configures yast2-x11 3.0.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1443,7 +1443,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-x11 2.24.0:;;
+ short | recursive ) echo Configuration of yast2-x11 3.0.0:;;
esac
   cat \_ACEOF
 
@@ -1561,7 +1561,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-x11 configure 2.24.0
+yast2-x11 configure 3.0.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2014,7 +2014,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-x11 $as_me 2.24.0, which was
+It was created by 

commit yast2-sudo for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-sudo for openSUSE:Factory 
checked in at 2013-08-01 11:10:15

Comparing /work/SRC/openSUSE:Factory/yast2-sudo (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-sudo.new (New)


Package is yast2-sudo

Changes:

--- /work/SRC/openSUSE:Factory/yast2-sudo/yast2-sudo.changes2013-05-27 
10:14:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-sudo.new/yast2-sudo.changes   
2013-08-01 11:10:16.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:42:46 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-sudo-2.24.0.tar.bz2

New:

  yast2-sudo-3.0.0.tar.bz2



Other differences:
--
++ yast2-sudo.spec ++
--- /var/tmp/diff_new_pack.qknyAj/_old  2013-08-01 11:10:17.0 +0200
+++ /var/tmp/diff_new_pack.qknyAj/_new  2013-08-01 11:10:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-sudo
-Version:2.24.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -39,6 +39,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - sudo configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -78,7 +80,7 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/sudo
 /usr/share/YaST2/include/sudo/*
-/usr/share/YaST2/clients/sudo.ycp
+/usr/share/YaST2/clients/sudo.rb
 /usr/share/YaST2/modules/Sudo.*
 %{_prefix}/share/applications/YaST2/sudo.desktop
 /usr/share/YaST2/scrconf/sudo.scr

++ yast2-sudo-2.24.0.tar.bz2 - yast2-sudo-3.0.0.tar.bz2 ++
 7388 lines of diff (skipped)

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



commit yast2-sound for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-sound for openSUSE:Factory 
checked in at 2013-08-01 11:10:05

Comparing /work/SRC/openSUSE:Factory/yast2-sound (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-sound.new (New)


Package is yast2-sound

Changes:

--- /work/SRC/openSUSE:Factory/yast2-sound/yast2-sound.changes  2013-07-30 
14:05:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-sound.new/yast2-sound.changes 
2013-08-01 11:10:06.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:40:14 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-sound-2.24.0.tar.bz2

New:

  yast2-sound-3.0.0.tar.bz2



Other differences:
--
++ yast2-sound.spec ++
--- /var/tmp/diff_new_pack.yyfzGK/_old  2013-08-01 11:10:07.0 +0200
+++ /var/tmp/diff_new_pack.yyfzGK/_new  2013-08-01 11:10:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-sound
-Version:2.24.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -66,6 +66,8 @@
 Obsoletes:  y2d_snd
 Obsoletes:  yast2-db-sound
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Sound Configuration
 License:GPL-2.0+
 Group:  System/YaST
@@ -124,9 +126,9 @@
 
 # sound
 %dir /usr/share/YaST2/include/sound
-/usr/share/YaST2/include/sound/*.ycp
-/usr/share/YaST2/clients/sound*.ycp
-/usr/share/YaST2/clients/joystick.ycp
+/usr/share/YaST2/include/sound/*.rb
+/usr/share/YaST2/clients/sound*.rb
+/usr/share/YaST2/clients/joystick.rb
 %{_prefix}/share/applications/YaST2/sound.desktop
 %{_prefix}/share/applications/YaST2/joystick.desktop
 %{_prefix}/lib/YaST2/bin/copyfonts

++ yast2-sound-2.24.0.tar.bz2 - yast2-sound-3.0.0.tar.bz2 ++
 29777 lines of diff (skipped)

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



commit yast2-vm for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-vm for openSUSE:Factory 
checked in at 2013-08-01 11:10:36

Comparing /work/SRC/openSUSE:Factory/yast2-vm (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-vm.new (New)


Package is yast2-vm

Changes:

--- /work/SRC/openSUSE:Factory/yast2-vm/yast2-vm.changes2013-06-07 
10:27:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-vm.new/yast2-vm.changes   2013-08-01 
11:10:38.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:45:03 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-vm-2.23.0.tar.bz2

New:

  yast2-vm-3.0.0.tar.bz2



Other differences:
--
++ yast2-vm.spec ++
--- /var/tmp/diff_new_pack.J5FTTo/_old  2013-08-01 11:10:38.0 +0200
+++ /var/tmp/diff_new_pack.J5FTTo/_new  2013-08-01 11:10:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-vm
-Version:2.23.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -32,6 +32,8 @@
 BuildRequires:  yast2-testsuite
 Requires:   yast2 = 2.21.22
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:Configure Hypervisor and Tools for Xen and KVM
 License:GPL-2.0
 Group:  System/YaST
@@ -75,10 +77,10 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/scrconf
 %dir /usr/share/YaST2/include
-/usr/share/YaST2/clients/relocation-server.ycp
-/usr/share/YaST2/clients/xen.ycp
-/usr/share/YaST2/clients/vm_finish.ycp
-/usr/share/YaST2/modules/VM_XEN.y*
+/usr/share/YaST2/clients/relocation-server.rb
+/usr/share/YaST2/clients/xen.rb
+/usr/share/YaST2/clients/vm_finish.rb
+/usr/share/YaST2/modules/VM_XEN.rb
 /usr/share/YaST2/modules/RelocationServer.*
 /usr/share/YaST2/include/*
 /usr/share/YaST2/scrconf/*

++ yast2-vm-2.23.0.tar.bz2 - yast2-vm-3.0.0.tar.bz2 ++
 5423 lines of diff (skipped)

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



commit yast2-slp for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-slp for openSUSE:Factory 
checked in at 2013-08-01 11:09:59

Comparing /work/SRC/openSUSE:Factory/yast2-slp (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-slp.new (New)


Package is yast2-slp

Changes:

--- /work/SRC/openSUSE:Factory/yast2-slp/yast2-slp.changes  2013-02-15 
18:56:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-slp.new/yast2-slp.changes 2013-08-01 
11:10:01.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:39:31 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-slp-2.23.0.tar.bz2

New:

  yast2-slp-3.0.0.tar.bz2



Other differences:
--
++ yast2-slp.spec ++
--- /var/tmp/diff_new_pack.1iNUAE/_old  2013-08-01 11:10:02.0 +0200
+++ /var/tmp/diff_new_pack.1iNUAE/_new  2013-08-01 11:10:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-slp
-Version:2.23.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -38,6 +38,8 @@
 # Wizard::SetDesktopTitleAndIcon
 Requires:   yast2 = 2.21.22
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - SLP Agent and Browser
 License:GPL-2.0+
 Group:  System/YaST
@@ -79,9 +81,8 @@
 %{_libdir}/YaST2/plugin/libpy2ag_slp.so.*
 %{_libdir}/YaST2/plugin/libpy2ag_slp.so
 %{_libdir}/YaST2/plugin/libpy2ag_slp.la
-/usr/share/YaST2/clients/slp.ycp
-#%{_prefix}/share/applications/YaST2/slp.desktop
-/usr/share/YaST2/modules/SLP.y*
+/usr/share/YaST2/clients/slp.rb
+/usr/share/YaST2/modules/SLP.rb
 %doc %{_prefix}/share/doc/packages/yast2-slp
 
 %changelog

++ yast2-slp-2.23.0.tar.bz2 - yast2-slp-3.0.0.tar.bz2 ++
 1880 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-slp-2.23.0/Makefile.am new/yast2-slp-3.0.0/Makefile.am
--- old/yast2-slp-2.23.0/Makefile.am2013-02-14 16:36:43.0 +0100
+++ new/yast2-slp-3.0.0/Makefile.am 2013-07-31 10:47:28.0 +0200
@@ -158,19 +158,14 @@
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir)  svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi /dev/null; \
+   cd $(srcdir)  $(TAGVERSION) --check /dev/null; \
[ $$? = 0 ] || ( echo ERROR: Please run 'tagversion' first; false )
 
 check-parse-old:
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-slp-2.23.0/Makefile.am.common new/yast2-slp-3.0.0/Makefile.am.common
--- old/yast2-slp-2.23.0/Makefile.am.common 2013-02-14 16:36:43.0 
+0100
+++ new/yast2-slp-3.0.0/Makefile.am.common  2013-07-31 10:47:28.0 
+0200
@@ -31,7 +31,7 @@
 
 CHECK_SYNTAX = true
 check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test $(client_DATA); then \
+   @if test $(filter %.ycp,client_DATA); then \
  if $(CHECK_SYNTAX); then \
TO_CHECK=$(filter %.ycp,$^); \
echo Checking syntax of $${TO_CHECK}; \
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-slp-2.23.0/VERSION new/yast2-slp-3.0.0/VERSION
--- old/yast2-slp-2.23.0/VERSION 

commit yast2-transfer for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-transfer for openSUSE:Factory 
checked in at 2013-08-01 11:10:27

Comparing /work/SRC/openSUSE:Factory/yast2-transfer (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-transfer.new (New)


Package is yast2-transfer

Changes:

--- /work/SRC/openSUSE:Factory/yast2-transfer/yast2-transfer.changes
2013-03-01 09:12:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-transfer.new/yast2-transfer.changes   
2013-08-01 11:10:29.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:43:29 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-transfer-2.21.1.tar.bz2

New:

  yast2-transfer-3.0.0.tar.bz2



Other differences:
--
++ yast2-transfer.spec ++
--- /var/tmp/diff_new_pack.ykL4v7/_old  2013-08-01 11:10:30.0 +0200
+++ /var/tmp/diff_new_pack.ykL4v7/_new  2013-08-01 11:10:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-transfer
-Version:2.21.1
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -36,6 +36,8 @@
 %if 0%{?suse_version}  1220
 BuildRequires:  libxcrypt-devel
 %endif
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Agent for Various Transfer Protocols
 License:GPL-2.0
 Group:  System/YaST

++ yast2-transfer-2.21.1.tar.bz2 - yast2-transfer-3.0.0.tar.bz2 ++
 2205 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-transfer-2.21.1/Makefile.am new/yast2-transfer-3.0.0/Makefile.am
--- old/yast2-transfer-2.21.1/Makefile.am   2013-02-22 11:06:56.0 
+0100
+++ new/yast2-transfer-3.0.0/Makefile.am2013-07-31 10:59:01.0 
+0200
@@ -158,19 +158,14 @@
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir)  svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi /dev/null; \
+   cd $(srcdir)  $(TAGVERSION) --check /dev/null; \
[ $$? = 0 ] || ( echo ERROR: Please run 'tagversion' first; false )
 
 check-parse-old:
@@ -198,4 +193,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 = agent-curl agent-tftp doc module testsuite 
+SUBDIRS = agent-curl agent-tftp doc module src testsuite 
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-transfer-2.21.1/Makefile.am.common 
new/yast2-transfer-3.0.0/Makefile.am.common
--- old/yast2-transfer-2.21.1/Makefile.am.common2013-02-22 
11:06:56.0 +0100
+++ new/yast2-transfer-3.0.0/Makefile.am.common 2013-07-31 10:59:01.0 
+0200
@@ -31,7 +31,7 @@
 
 CHECK_SYNTAX = true
 check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test $(client_DATA); then \
+   @if test $(filter %.ycp,client_DATA); then \
  if $(CHECK_SYNTAX); then \
TO_CHECK=$(filter %.ycp,$^); \
echo Checking syntax of $${TO_CHECK}; \
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 

commit java-1_7_0-openjdk for openSUSE:12.2:Update

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk for 
openSUSE:12.2:Update checked in at 2013-08-01 14:24:37

Comparing /work/SRC/openSUSE:12.2:Update/java-1_7_0-openjdk (Old)
 and  /work/SRC/openSUSE:12.2:Update/.java-1_7_0-openjdk.new (New)


Package is java-1_7_0-openjdk

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.cQp0CL/_old  2013-08-01 14:24:40.0 +0200
+++ /var/tmp/diff_new_pack.cQp0CL/_new  2013-08-01 14:24:40.0 +0200
@@ -1 +1 @@
-link package='java-1_7_0-openjdk.1625' cicount='copy' /
+link package='java-1_7_0-openjdk.1855' cicount='copy' /

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



commit java-1_7_0-openjdk for openSUSE:12.3:Update

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk for 
openSUSE:12.3:Update checked in at 2013-08-01 14:24:41

Comparing /work/SRC/openSUSE:12.3:Update/java-1_7_0-openjdk (Old)
 and  /work/SRC/openSUSE:12.3:Update/.java-1_7_0-openjdk.new (New)


Package is java-1_7_0-openjdk

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.GNLge9/_old  2013-08-01 14:24:42.0 +0200
+++ /var/tmp/diff_new_pack.GNLge9/_new  2013-08-01 14:24:42.0 +0200
@@ -1 +1 @@
-link package='java-1_7_0-openjdk.1620' cicount='copy' /
+link package='java-1_7_0-openjdk.1855' cicount='copy' /

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



commit alex for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package alex for openSUSE:Factory checked in 
at 2013-08-01 15:19:59

Comparing /work/SRC/openSUSE:Factory/alex (Old)
 and  /work/SRC/openSUSE:Factory/.alex.new (New)


Package is alex

Changes:

--- /work/SRC/openSUSE:Factory/alex/alex.changes2013-01-08 
16:23:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.alex.new/alex.changes   2013-08-01 
15:20:01.0 +0200
@@ -1,0 +2,7 @@
+Tue May  7 14:03:17 UTC 2013 - peter.tromm...@ohm-hochschule.de
+
+- update to 3.0.5 from upstream
+* performance improvement with certain grammars ~30%
+- part of Haskell Platform 2013.2 
+
+---

Old:

  alex-3.0.2.tar.gz

New:

  alex-3.0.5.tar.gz



Other differences:
--
++ alex.spec ++
--- /var/tmp/diff_new_pack.H1gwoA/_old  2013-08-01 15:20:02.0 +0200
+++ /var/tmp/diff_new_pack.H1gwoA/_new  2013-08-01 15:20:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package alex
 #
-
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Peter Trommler peter.tromm...@ohm-hochschule.de
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,25 +16,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 Name:   alex
-Version:3.0.2
+Version:3.0.5
 Release:0
 Summary:Tool for generating lexical analysers in Haskell
-
-Group:  Development/Languages/Other
 License:BSD-3-Clause
+Group:  Development/Languages/Other
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # BEGIN cabal2spec
-URL:http://hackage.haskell.org/package/%{name}
+Url:http://hackage.haskell.org/package/%{name}
 Source0:
http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
 ExclusiveArch:  %{ix86} x86_64 %{ghc_arches}
+BuildRequires:  autoconf
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-QuickCheck-devel
-BuildRequires:  autoconf
+BuildRequires:  ghc-rpm-macros
 # END cabal2spec
 
-
 %description
 Tool for generating lexical analysers in Haskell similar to lex
 
@@ -42,14 +45,12 @@
 %prep
 %setup -q
 
-
 %build
 %ghc_bin_build
 cd doc
 test -f configure || autoreconf
 ./configure
 
-
 %install
 %ghc_bin_install
 mkdir -p %{buildroot}/%{_mandir}/man1
@@ -62,5 +63,4 @@
 %{_datadir}/%{name}-%{version}
 %{_mandir}/man1/*
 
-
 %changelog

++ alex-3.0.2.tar.gz - alex-3.0.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alex-3.0.2/README new/alex-3.0.5/README
--- old/alex-3.0.2/README   2012-05-10 11:01:09.0 +0200
+++ new/alex-3.0.5/README   2013-03-10 13:19:12.0 +0100
@@ -4,7 +4,7 @@
 documentation, see the doc directory.
 
http://www.haskell.org/alex/
-   http://hackage.haskell.org/cgi-bin/hackage-scripts/package/alex
+   http://hackage.haskell.org/package/alex
 
 Alex is built using Cabal.  First install GHC, then:
  
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alex-3.0.2/Setup.lhs new/alex-3.0.5/Setup.lhs
--- old/alex-3.0.2/Setup.lhs2012-05-10 11:01:10.0 +0200
+++ new/alex-3.0.5/Setup.lhs2013-03-10 13:19:13.0 +0100
@@ -73,6 +73,7 @@
 templates = [
   (AlexTemplate,   []),
   (AlexTemplate-ghc,   [-DALEX_GHC]),
+  (AlexTemplate-ghc-nopred,[-DALEX_GHC, -DALEX_NOPRED]),
   (AlexTemplate-ghc-debug, [-DALEX_GHC,-DALEX_DEBUG]),
   (AlexTemplate-debug, [-DALEX_DEBUG])
  ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alex-3.0.2/TODO new/alex-3.0.5/TODO
--- old/alex-3.0.2/TODO 2012-05-10 11:01:09.0 +0200
+++ new/alex-3.0.5/TODO 2013-03-10 13:19:12.0 +0100
@@ -1,14 +1,12 @@
 - Option for pure Haskell 98 output?
-
-- Extend to Unicode (32-bit Char)
+   - maybe Haskell 2010 at this point?
+   - how about an option to use Data.Array.Unboxed?
 
 - Put in {-# LINE #-} pragmas for token actions
 
-- bug: we throw away the first character of code
-
 - Prune states that aren't reachable?
 
-- Issues a warning for tokens that can't be generated?
+- Issue a warning for tokens that can't be generated?
 
 - Info file?
- start codes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alex-3.0.2/alex.cabal new/alex-3.0.5/alex.cabal
--- old/alex-3.0.2/alex.cabal   2012-05-10 11:01:10.0 +0200
+++ new/alex-3.0.5/alex.cabal   2013-03-10 13:19:13.0 +0100
@@ 

  1   2   >