commit yast2-runlevel for openSUSE:Factory

2013-11-15 Thread h_root
Hello community,

here is the log from the commit of package yast2-runlevel for openSUSE:Factory 
checked in at 2013-11-15 14:25:14

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-10-11 11:10:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-runlevel.new/yast2-runlevel.changes   
2013-11-15 14:25:15.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 13 15:56:18 UTC 2013 - jreidin...@suse.com
+
+- Add explicit COPYING file
+
+---

Old:

  yast2-runlevel-3.1.0.tar.bz2

New:

  yast2-runlevel-3.1.1.tar.bz2



Other differences:
--
++ yast2-runlevel.spec ++
--- /var/tmp/diff_new_pack.pcrOAX/_old  2013-11-15 14:25:15.0 +0100
+++ /var/tmp/diff_new_pack.pcrOAX/_new  2013-11-15 14:25:15.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-runlevel
-Version:3.1.0
+Version:3.1.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-runlevel-3.1.0.tar.bz2 - yast2-runlevel-3.1.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-runlevel-3.1.0/CONTRIBUTING.md 
new/yast2-runlevel-3.1.1/CONTRIBUTING.md
--- old/yast2-runlevel-3.1.0/CONTRIBUTING.md1970-01-01 01:00:00.0 
+0100
+++ new/yast2-runlevel-3.1.1/CONTRIBUTING.md2013-11-15 13:13:55.0 
+0100
@@ -0,0 +1,87 @@
+YaST Contribution Guidelines
+
+
+YaST is an open source project and as such it welcomes all kinds of
+contributions. If you decide to contribute, please follow these guidelines to
+ensure the process is effective and pleasant both for you and YaST maintainers.
+
+There are two main forms of contribution: reporting bugs and performing code
+changes.
+
+Bug Reports
+---
+
+If you find a problem, please report it either using
+[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guidedproduct=openSUSE+Factorycomponent=YaST2)
+or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
+registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
+if you don't have an account yet.)
+
+If you find a problem, please report it either using
+[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee
+that every bug will be fixed, but we'll try.
+
+When creating a bug report, please follow our [bug reporting
+guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug).
+
+Code Changes
+
+
+We welcome all kinds of code contributions, from simple bug fixes to 
significant
+refactorings and implementation of new features. However, before making any
+non-trivial contribution, get in touch with us first — this can prevent wasted
+effort on both sides. Also, have a look at our [development
+documentation](http://en.opensuse.org/openSUSE:YaST_development).
+
+To send us your code change, use GitHub pull requests. The workflow is as
+follows:
+
+  1. Fork the project.
+
+  2. Create a topic branch based on `master`.
+
+  3. Implement your change, including tests (if possible). Make sure you adhere
+ to the [Ruby style
+ guide](https://github.com/SUSE/style-guides/blob/master/Ruby.md).
+
+  4. Make sure your change didn't break anything by building the RPM package
+ (`rake osc:build`). The build process includes running the full testsuite.
+
+  5. Publish the branch and create a pull request.
+
+  6. YaST developers will review your change and possibly point out issues.
+ Adapt the code under their guidance until they are all resolved.
+
+  7. Finally, the pull request will get merged or rejected.
+
+See also [GitHub's guide on
+contributing](https://help.github.com/articles/fork-a-repo).
+
+If you want to do multiple unrelated changes, use separate branches and pull
+requests.
+
+Do not change the `VERSION` and `*.changes` files as this could lead to
+conflicts.
+
+### Commits
+
+Each commit in the pull request should do only one thing, which is clearly
+described by its commit message. Especially avoid mixing formatting changes and
+functional changes into one commit. When writing commit messages, adhere to
+[widely used
+conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
+
+If your commit is related to a bug in Buzgilla or an issue on GitHub, make sure
+you mention it in the commit message for cross-reference. Use format like
+bnc#775814 or gh#yast/yast-foo#42. See also [GitHub
+autolinking](https://help.github.com/articles/github-flavored-markdown#references)
+and 

commit yast2-runlevel for openSUSE:Factory

2013-10-11 Thread h_root
Hello community,

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

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-10-06 14:35:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-runlevel.new/yast2-runlevel.changes   
2013-10-11 11:10:22.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct  4 15:34:43 UTC 2013 - lsle...@suse.cz
+
+- do not use *.spec.in template, use *.spec file with RPM macros
+  instead
+- 3.1.0
+
+---

Old:

  yast2-runlevel-3.0.1.tar.bz2

New:

  yast2-runlevel-3.1.0.tar.bz2



Other differences:
--
++ yast2-runlevel.spec ++
--- /var/tmp/diff_new_pack.vLrKeQ/_old  2013-10-11 11:10:23.0 +0200
+++ /var/tmp/diff_new_pack.vLrKeQ/_new  2013-10-11 11:10:23.0 +0200
@@ -17,16 +17,16 @@
 
 
 Name:   yast2-runlevel
-Version:3.0.1
+Version:3.1.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-runlevel-%{version}.tar.bz2
+Source0:%{name}-%{version}.tar.bz2
 
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
-BuildRequires:  yast2-devtools
+BuildRequires:  yast2-devtools = 3.0.6
 BuildRequires:  yast2-testsuite
 
 # Don't use Info function to check enable state (bnc#807507)
@@ -50,45 +50,27 @@
 boot.
 
 %prep
-%setup -n yast2-runlevel-%{version}
+%setup -n %{name}-%{version}
 
 %build
-%{_prefix}/bin/y2tool y2autoconf
-%{_prefix}/bin/y2tool y2automake
-autoreconf --force --install
-
-export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
-export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
-
-./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
-make %{?jobs:-j%jobs} V=1
+%yast_build
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-[ -e %{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
-for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
-d=${f##*/}
-%suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
-done
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%yast_install
 
 %files
 %defattr(-,root,root)
-%dir %{_prefix}/share/applications/YaST2
-%{_prefix}/share/applications/YaST2/runlevel.desktop
-%dir /usr/share/YaST2/scrconf
-/usr/share/YaST2/scrconf/*.scr
-%dir /usr/share/YaST2/clients
-/usr/share/YaST2/clients/*.rb
-%dir /usr/share/YaST2/include/runlevel
-/usr/share/YaST2/include/runlevel/*.rb
-%dir /usr/share/YaST2/modules
-/usr/share/YaST2/modules/*.rb
-/usr/share/YaST2/schema/autoyast/rnc/*.rnc
-%doc %{_prefix}/share/doc/packages/yast2-runlevel
+%dir %{yast_desktopdir}
+%{yast_desktopdir}/runlevel.desktop
+%dir %{yast_scrconfdir}
+%{yast_scrconfdir}/*.scr
+%dir %{yast_clientdir}
+%{yast_clientdir}/*.rb
+%dir %{yast_yncludedir}/runlevel
+%{yast_yncludedir}/runlevel/*.rb
+%dir %{yast_moduledir}
+%{yast_moduledir}/*.rb
+%{yast_schemadir}/autoyast/rnc/*.rnc
+%doc %{yast_docdir}
 
 %changelog

++ yast2-runlevel-3.0.1.tar.bz2 - yast2-runlevel-3.1.0.tar.bz2 ++
 14420 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-10-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-runlevel for openSUSE:Factory 
checked in at 2013-10-06 14:35:24

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-08-01 11:09:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-runlevel.new/yast2-runlevel.changes   
2013-10-06 14:35:25.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct  4 13:46:32 UTC 2013 - jreidin...@suse.com
+
+- Fix runlevel proposal for minimal X (BNC#837450) 
+- 3.0.1
+
+---

Old:

  yast2-runlevel-3.0.0.tar.bz2

New:

  yast2-runlevel-3.0.1.tar.bz2



Other differences:
--
++ yast2-runlevel.spec ++
--- /var/tmp/diff_new_pack.8zENtO/_old  2013-10-06 14:35:26.0 +0200
+++ /var/tmp/diff_new_pack.8zENtO/_new  2013-10-06 14:35:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-runlevel
-Version:3.0.0
+Version:3.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-runlevel-3.0.0.tar.bz2 - yast2-runlevel-3.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-runlevel-3.0.0/Makefile.am.common 
new/yast2-runlevel-3.0.1/Makefile.am.common
--- old/yast2-runlevel-3.0.0/Makefile.am.common 2013-07-31 12:24:25.0 
+0200
+++ new/yast2-runlevel-3.0.1/Makefile.am.common 2013-10-04 16:06:19.0 
+0200
@@ -15,6 +15,7 @@
 CLEANFILES = ${ybcfiles}
 DISTCLEANFILES = .dep
 
+if HAS_YCP_MODULES
 # Needs to be outside . because of cases
 # where ycpchook contains a symlink to .
 # Otherwise . keeps being newer than .dep and we loop.
@@ -26,14 +27,16 @@
${YCPMAKEDEP} --prefix=${prefix} ${YCPCFLAGS}  ${NEWDEP}
cat ${NEWDEP}  .dep
rm ${NEWDEP}
+-include .dep
+endif
 
 dist-hook: check-syntax
 
 CHECK_SYNTAX = true
-check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test $(filter %.ycp,client_DATA); then \
+check-syntax: $(client_DATA) $(module_DATA) $(ynclude_DATA) $(ydata_DATA) 
$(ycpchook) $(ybcfiles)
+   @if test $(filter %.ycp, $(client_DATA) $(ydata_DATA)); then \
  if $(CHECK_SYNTAX); then \
-   TO_CHECK=$(filter %.ycp,$^); \
+   TO_CHECK=$(filter %.ycp, $(client_DATA) $(ydata_DATA)); \
echo Checking syntax of $${TO_CHECK}; \
if ! $(YCPC) -qE -M. -I. $(YCPCFLAGS) $${TO_CHECK}; then \
  echo Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk; \
@@ -43,5 +46,18 @@
echo Syntax check disabled; \
  fi; \
fi
+   @if test $(filter %.rb, $^); then \
+ if $(CHECK_SYNTAX); then \
+   TO_CHECK=$(filter %.rb, $^); \
+   echo Checking syntax of $${TO_CHECK}; \
+   for f in $${TO_CHECK}; do \
+ if ! ruby -c $$f  /dev/null; then \
+   echo Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk; \
+   exit 1; \
+ fi; \
+   done; \
+ else \
+   echo Syntax check disabled; \
+ fi; \
+   fi
 
--include .dep
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-runlevel-3.0.0/Makefile.in 
new/yast2-runlevel-3.0.1/Makefile.in
--- old/yast2-runlevel-3.0.0/Makefile.in2013-07-31 12:24:31.0 
+0200
+++ new/yast2-runlevel-3.0.1/Makefile.in2013-10-04 16:06:25.0 
+0200
@@ -686,7 +686,7 @@
*.zip*) \
  unzip $(distdir).zip ;;\
esac
-   chmod -R a-w $(distdir); chmod u+w $(distdir)
+   chmod -R a-w $(distdir); chmod a+w $(distdir)
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
chmod a-w $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-runlevel-3.0.0/VERSION 
new/yast2-runlevel-3.0.1/VERSION
--- old/yast2-runlevel-3.0.0/VERSION2013-07-30 13:40:11.0 +0200
+++ new/yast2-runlevel-3.0.1/VERSION2013-10-04 16:06:00.0 +0200
@@ -1 +1 @@
-3.0.0
+3.0.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-runlevel-3.0.0/configure 
new/yast2-runlevel-3.0.1/configure
--- old/yast2-runlevel-3.0.0/configure  2013-07-31 12:24:30.0 +0200
+++ new/yast2-runlevel-3.0.1/configure  2013-10-04 16:06:23.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-runlevel 3.0.0.
+# Generated by GNU 

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-runlevel for openSUSE:Factory

2013-07-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-runlevel for openSUSE:Factory 
checked in at 2013-07-01 16:01:46

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-06-05 13:26:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-runlevel.new/yast2-runlevel.changes   
2013-07-01 16:01:47.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun 12 13:39:07 CEST 2013 - loci...@suse.com
+
+- Showing the current service status using Service module instead
+  of reading from /etc/init.d/ which doesn't work (bnc#808317)
+- 2.24.1
+
+---

Old:

  yast2-runlevel-2.24.0.tar.bz2

New:

  yast2-runlevel-2.24.1.tar.bz2



Other differences:
--
++ yast2-runlevel.spec ++
--- /var/tmp/diff_new_pack.qz0NxR/_old  2013-07-01 16:01:48.0 +0200
+++ /var/tmp/diff_new_pack.qz0NxR/_new  2013-07-01 16:01:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-runlevel
-Version:2.24.0
+Version:2.24.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-runlevel-2.24.0.tar.bz2 - yast2-runlevel-2.24.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-runlevel-2.24.0/VERSION 
new/yast2-runlevel-2.24.1/VERSION
--- old/yast2-runlevel-2.24.0/VERSION   2013-05-21 10:11:37.0 +0200
+++ new/yast2-runlevel-2.24.1/VERSION   2013-06-12 14:56:22.0 +0200
@@ -1 +1 @@
-2.24.0
+2.24.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-runlevel-2.24.0/configure 
new/yast2-runlevel-2.24.1/configure
--- old/yast2-runlevel-2.24.0/configure 2013-05-28 14:17:28.0 +0200
+++ new/yast2-runlevel-2.24.1/configure 2013-06-28 16:14:24.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-runlevel 2.24.0.
+# Generated by GNU Autoconf 2.69 for yast2-runlevel 2.24.1.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-runlevel'
 PACKAGE_TARNAME='yast2-runlevel'
-PACKAGE_VERSION='2.24.0'
-PACKAGE_STRING='yast2-runlevel 2.24.0'
+PACKAGE_VERSION='2.24.1'
+PACKAGE_STRING='yast2-runlevel 2.24.1'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1249,7 +1249,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-runlevel 2.24.0 to adapt to many kinds of 
systems.
+\`configure' configures yast2-runlevel 2.24.1 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1320,7 +1320,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-runlevel 2.24.0:;;
+ short | recursive ) echo Configuration of yast2-runlevel 2.24.1:;;
esac
   cat \_ACEOF
 
@@ -1400,7 +1400,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-runlevel configure 2.24.0
+yast2-runlevel configure 2.24.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1417,7 +1417,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-runlevel $as_me 2.24.0, which was
+It was created by yast2-runlevel $as_me 2.24.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2356,7 +2356,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-runlevel'
- VERSION='2.24.0'
+ VERSION='2.24.1'
 
 
 cat confdefs.h _ACEOF
@@ -2479,7 +2479,7 @@
 
 
 
-VERSION=2.24.0
+VERSION=2.24.1
 RPMNAME=yast2-runlevel
 MAINTAINER=Martin Vidner mvid...@suse.cz
 
@@ -3494,7 +3494,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by yast2-runlevel $as_me 2.24.0, which was
+This file was extended by yast2-runlevel $as_me 2.24.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3547,7 +3547,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-runlevel config.status 2.24.0
+yast2-runlevel config.status 2.24.1
 configured by $0, generated by GNU Autoconf 

commit yast2-runlevel for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-runlevel for openSUSE:Factory 
checked in at 2013-06-05 13:26:38

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-01-10 17:12:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-runlevel.new/yast2-runlevel.changes   
2013-06-05 13:26:39.0 +0200
@@ -1,0 +2,6 @@
+Mon May 20 16:23:13 CEST 2013 - loci...@suse.com
+
+- Testsuites adapted to changes in Service module (bnc#807507)
+- 2.24.0
+
+---

Old:

  yast2-runlevel-2.21.9.tar.bz2

New:

  yast2-runlevel-2.24.0.tar.bz2



Other differences:
--
++ yast2-runlevel.spec ++
--- /var/tmp/diff_new_pack.EzoJic/_old  2013-06-05 13:26:40.0 +0200
+++ /var/tmp/diff_new_pack.EzoJic/_new  2013-06-05 13:26:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-runlevel
-Version:2.21.9
+Version:2.24.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -29,8 +29,8 @@
 BuildRequires:  yast2-devtools
 BuildRequires:  yast2-testsuite
 
-# Service module switched to systemd
-BuildRequires:  yast2 = 2.23.15
+# Don't use Info function to check enable state (bnc#807507)
+BuildRequires:  yast2 = 2.23.23
 # Wizard::SetDesktopTitleAndIcon
 Requires:   yast2 = 2.21.22
 

++ yast2-runlevel-2.21.9.tar.bz2 - yast2-runlevel-2.24.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-runlevel-2.21.9/Makefile.am 
new/yast2-runlevel-2.24.0/Makefile.am
--- old/yast2-runlevel-2.21.9/Makefile.am   2013-01-10 13:29:47.0 
+0100
+++ new/yast2-runlevel-2.24.0/Makefile.am   2013-05-28 14:17:25.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-runlevel-2.21.9/Makefile.am.common 
new/yast2-runlevel-2.24.0/Makefile.am.common
--- old/yast2-runlevel-2.21.9/Makefile.am.common2013-01-10 
13:29:47.0 +0100
+++ new/yast2-runlevel-2.24.0/Makefile.am.common2013-05-28 
14:17:25.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-runlevel-2.21.9/Makefile.in 
new/yast2-runlevel-2.24.0/Makefile.in
--- old/yast2-runlevel-2.21.9/Makefile.in   2013-01-10 13:29:49.0 
+0100
+++ new/yast2-runlevel-2.24.0/Makefile.in   2013-05-28 14:17:29.0 
+0200
@@ -982,19 +982,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 

commit yast2-runlevel for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-runlevel for openSUSE:Factory 
checked in at 2013-01-10 17:12:41

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


Package is yast2-runlevel, Maintainer is mvid...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-runlevel/yast2-runlevel.changes
2013-01-08 16:47:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-runlevel.new/yast2-runlevel.changes   
2013-01-10 17:12:45.0 +0100
@@ -1,0 +2,13 @@
+Wed Jan  9 16:04:23 UTC 2013 - loci...@suse.com
+
+- Fixed message reporting wrong service handler after switching
+  to systemd (FATE #312568)
+- 2.21.9
+
+---
+Tue Jan  8 15:51:03 UTC 2013 - loci...@suse.com
+
+- Used standard ButtonBox widget for pop-up dialogs (bnc#701268)
+- 2.21.8
+
+---

Old:

  yast2-runlevel-2.21.7.tar.bz2

New:

  yast2-runlevel-2.21.9.tar.bz2



Other differences:
--
++ yast2-runlevel.spec ++
--- /var/tmp/diff_new_pack.Mp0WdC/_old  2013-01-10 17:12:45.0 +0100
+++ /var/tmp/diff_new_pack.Mp0WdC/_new  2013-01-10 17:12:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-runlevel
-Version:2.21.7
+Version:2.21.9
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-runlevel-2.21.7.tar.bz2 - yast2-runlevel-2.21.9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-runlevel-2.21.7/VERSION 
new/yast2-runlevel-2.21.9/VERSION
--- old/yast2-runlevel-2.21.7/VERSION   2013-01-07 10:52:06.0 +0100
+++ new/yast2-runlevel-2.21.9/VERSION   2013-01-10 10:18:22.0 +0100
@@ -1 +1 @@
-2.21.7
+2.21.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-runlevel-2.21.7/configure 
new/yast2-runlevel-2.21.9/configure
--- old/yast2-runlevel-2.21.7/configure 2013-01-07 12:47:00.0 +0100
+++ new/yast2-runlevel-2.21.9/configure 2013-01-10 13:29:49.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-runlevel 2.21.7.
+# Generated by GNU Autoconf 2.69 for yast2-runlevel 2.21.9.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-runlevel'
 PACKAGE_TARNAME='yast2-runlevel'
-PACKAGE_VERSION='2.21.7'
-PACKAGE_STRING='yast2-runlevel 2.21.7'
+PACKAGE_VERSION='2.21.9'
+PACKAGE_STRING='yast2-runlevel 2.21.9'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1249,7 +1249,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-runlevel 2.21.7 to adapt to many kinds of 
systems.
+\`configure' configures yast2-runlevel 2.21.9 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1320,7 +1320,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-runlevel 2.21.7:;;
+ short | recursive ) echo Configuration of yast2-runlevel 2.21.9:;;
esac
   cat \_ACEOF
 
@@ -1400,7 +1400,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-runlevel configure 2.21.7
+yast2-runlevel configure 2.21.9
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1417,7 +1417,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-runlevel $as_me 2.21.7, which was
+It was created by yast2-runlevel $as_me 2.21.9, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2356,7 +2356,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-runlevel'
- VERSION='2.21.7'
+ VERSION='2.21.9'
 
 
 cat confdefs.h _ACEOF
@@ -2479,7 +2479,7 @@
 
 
 
-VERSION=2.21.7
+VERSION=2.21.9
 RPMNAME=yast2-runlevel
 MAINTAINER=Martin Vidner mvid...@suse.cz
 
@@ -3494,7 +3494,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by yast2-runlevel $as_me 2.21.7, which was
+This file was extended by yast2-runlevel $as_me 2.21.9, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3547,7 +3547,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo 

commit yast2-runlevel for openSUSE:Factory

2013-01-08 Thread h_root
Hello community,

here is the log from the commit of package yast2-runlevel for openSUSE:Factory 
checked in at 2013-01-08 16:47:54

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


Package is yast2-runlevel, Maintainer is mvid...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-runlevel/yast2-runlevel.changes
2012-12-17 09:50:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-runlevel.new/yast2-runlevel.changes   
2013-01-08 16:47:56.0 +0100
@@ -1,0 +2,7 @@
+Fri Jan  4 11:45:45 UTC 2013 - loci...@suse.com
+
+- Testsuites adapted to switching Service module to systemd
+  (yast2-2.23.15)
+- 2.21.7
+
+---

Old:

  yast2-runlevel-2.21.6.tar.bz2

New:

  yast2-runlevel-2.21.7.tar.bz2



Other differences:
--
++ yast2-runlevel.spec ++
--- /var/tmp/diff_new_pack.KAuaxE/_old  2013-01-08 16:47:57.0 +0100
+++ /var/tmp/diff_new_pack.KAuaxE/_new  2013-01-08 16:47:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-runlevel
 #
-# 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-runlevel
-Version:2.21.6
+Version:2.21.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -29,9 +29,9 @@
 BuildRequires:  yast2-devtools
 BuildRequires:  yast2-testsuite
 
-# systemd support in Service.ycp
+# Service module switched to systemd
+BuildRequires:  yast2 = 2.23.15
 # Wizard::SetDesktopTitleAndIcon
-BuildRequires:  yast2 = 2.21.22
 Requires:   yast2 = 2.21.22
 
 Provides:   yast2-config-runlevel

++ yast2-runlevel-2.21.6.tar.bz2 - yast2-runlevel-2.21.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-runlevel-2.21.6/Makefile.in 
new/yast2-runlevel-2.21.7/Makefile.in
--- old/yast2-runlevel-2.21.6/Makefile.in   2012-12-03 11:29:59.0 
+0100
+++ new/yast2-runlevel-2.21.7/Makefile.in   2013-01-07 12:47:00.0 
+0100
@@ -686,7 +686,7 @@
*.zip*) \
  unzip $(distdir).zip ;;\
esac
-   chmod -R a-w $(distdir); chmod a+w $(distdir)
+   chmod -R a-w $(distdir); chmod u+w $(distdir)
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
chmod a-w $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-runlevel-2.21.6/VERSION 
new/yast2-runlevel-2.21.7/VERSION
--- old/yast2-runlevel-2.21.6/VERSION   2012-12-14 13:46:27.0 +0100
+++ new/yast2-runlevel-2.21.7/VERSION   2013-01-07 10:52:06.0 +0100
@@ -1 +1 @@
-2.21.6
+2.21.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-runlevel-2.21.6/configure 
new/yast2-runlevel-2.21.7/configure
--- old/yast2-runlevel-2.21.6/configure 2012-12-03 11:29:59.0 +0100
+++ new/yast2-runlevel-2.21.7/configure 2013-01-07 12:47:00.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-runlevel 2.21.5.
+# Generated by GNU Autoconf 2.69 for yast2-runlevel 2.21.7.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-runlevel'
 PACKAGE_TARNAME='yast2-runlevel'
-PACKAGE_VERSION='2.21.5'
-PACKAGE_STRING='yast2-runlevel 2.21.5'
+PACKAGE_VERSION='2.21.7'
+PACKAGE_STRING='yast2-runlevel 2.21.7'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1249,7 +1249,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-runlevel 2.21.5 to adapt to many kinds of 
systems.
+\`configure' configures yast2-runlevel 2.21.7 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1320,7 +1320,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-runlevel 2.21.5:;;
+ short | recursive ) echo Configuration of yast2-runlevel 2.21.7:;;
esac
   cat \_ACEOF
 
@@ -1400,7 +1400,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-runlevel configure 2.21.5
+yast2-runlevel configure 2.21.7
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, 

commit yast2-runlevel for openSUSE:Factory

2012-12-17 Thread h_root
Hello community,

here is the log from the commit of package yast2-runlevel for openSUSE:Factory 
checked in at 2012-12-17 09:50:03

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


Package is yast2-runlevel, Maintainer is mvid...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-runlevel/yast2-runlevel.changes
2012-12-05 14:11:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-runlevel.new/yast2-runlevel.changes   
2012-12-17 09:50:05.0 +0100
@@ -1,0 +2,8 @@
+Fri Dec 14 12:46:37 UTC 2012 - loci...@suse.com
+
+- Services are just enabled but not started when called from
+  AutoYast - that needs to be done by AutoYast at the end
+  (BNC #769924)
+- 2.21.6
+
+---

Old:

  yast2-runlevel-2.21.5.tar.bz2

New:

  yast2-runlevel-2.21.6.tar.bz2



Other differences:
--
++ yast2-runlevel.spec ++
--- /var/tmp/diff_new_pack.3RjIPW/_old  2012-12-17 09:50:07.0 +0100
+++ /var/tmp/diff_new_pack.3RjIPW/_new  2012-12-17 09:50:07.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-runlevel
-Version:2.21.5
+Version:2.21.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-runlevel-2.21.5.tar.bz2 - yast2-runlevel-2.21.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-runlevel-2.21.5/VERSION 
new/yast2-runlevel-2.21.6/VERSION
--- old/yast2-runlevel-2.21.5/VERSION   2012-11-20 10:34:23.0 +0100
+++ new/yast2-runlevel-2.21.6/VERSION   2012-12-14 13:46:27.0 +0100
@@ -1 +1 @@
-2.21.5
+2.21.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-runlevel-2.21.5/src/RunlevelEd.ycp 
new/yast2-runlevel-2.21.6/src/RunlevelEd.ycp
--- old/yast2-runlevel-2.21.5/src/RunlevelEd.ycp2012-11-30 
10:00:23.0 +0100
+++ new/yast2-runlevel-2.21.6/src/RunlevelEd.ycp2012-12-14 
14:08:59.0 +0100
@@ -555,20 +555,21 @@
 return (list string) RemoveDuplicates(all_needed_services);
 }
 
+boolean InAutoYast () {
+return (Mode::autoinst() || Mode::config());
+}
+
 /**
  * Returns list of services that were changed during
  * configuration (so-called 'dirty'), boot.* services are excluded.
  */
 global list string ListOfServicesToStart () {
-boolean in_autoyast = Mode::autoinst() || Mode::config();
 list string services_to_start = [];
 string current_runlevel = GetCurrentRunlevel();
 
 // In AutoYast the current runlevel doesn't matter
 // the imported one (default_runlevel) does.
-if (in_autoyast) {
-current_runlevel = GetDefaultRunlevel();
-}
+if (InAutoYast()) current_runlevel = GetDefaultRunlevel();
 
 y2milestone(Current runlevel: %1, current_runlevel);
 
@@ -761,6 +762,13 @@
Progress::NextStep ();
if (! AdaptServices(services, true)) return false;
 
+// All services need to be started at the end by systemd,
+// not here and now. See BNC #769924
+if (InAutoYast()) {
+y2milestone(All services will be started at the end, skipping for 
now...);
+return true;
+}
+
 // Enable and start all services that should be started
 return StartServicesWithDependencies(ListOfServicesToStart());
 }

-- 
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

2011-09-06 Thread h_root

Hello community,

here is the log from the commit of package yast2-runlevel for openSUSE:Factory
checked in at Tue Sep 6 14:40:59 CEST 2011.




--- yast2-runlevel/yast2-runlevel.changes   2011-01-05 14:05:46.0 
+0100
+++ /mounts/work_src_done/STABLE/yast2-runlevel/yast2-runlevel.changes  
2011-09-05 20:26:45.0 +0200
@@ -1,0 +2,11 @@
+Mon Sep  5 16:45:06 UTC 2011 - lsle...@suse.cz
+
+- create default runlevel symlink for systemd (bnc#707418)
+- 2.21.0
+
+---
+Fri Aug  5 12:34:50 CEST 2011 - tgoettlic...@suse.de
+
+- fixed .desktop file (bnc #681249)
+
+---

calling whatdependson for head-i586


Old:

  yast2-runlevel-2.20.1.tar.bz2

New:

  yast2-runlevel-2.21.0.tar.bz2



Other differences:
--
++ yast2-runlevel.spec ++
--- /var/tmp/diff_new_pack.CXkzC5/_old  2011-09-06 14:35:02.0 +0200
+++ /var/tmp/diff_new_pack.CXkzC5/_new  2011-09-06 14:35:02.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package yast2-runlevel (Version 2.20.1)
+# spec file for package yast2-runlevel
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -19,18 +19,21 @@
 
 
 Name:   yast2-runlevel
-Version:2.20.1
+Version:2.21.0
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-runlevel-2.20.1.tar.bz2
+Source0:yast2-runlevel-2.21.0.tar.bz2
 
 Prefix: /usr
 
 Group:  System/YaST
-License:GPLv2+
+License:GPL v2 or later
 BuildRequires:  perl-XML-Writer update-desktop-files yast2 yast2-devtools 
yast2-testsuite
-Requires:   yast2
+
+# Systemd.ycp
+BuildRequires:  yast2 = 2.21.16
+Requires:   yast2 = 2.21.16
 
 Provides:   yast2-config-runlevel
 Obsoletes:  yast2-config-runlevel
@@ -44,7 +47,7 @@
 boot.
 
 %prep
-%setup -n yast2-runlevel-2.20.1
+%setup -n yast2-runlevel-2.21.0
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-runlevel-2.20.1.tar.bz2 - yast2-runlevel-2.21.0.tar.bz2 ++
 4318 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-runlevel-2.20.1/VERSION new/yast2-runlevel-2.21.0/VERSION
--- old/yast2-runlevel-2.20.1/VERSION   2011-01-05 14:00:54.0 +0100
+++ new/yast2-runlevel-2.21.0/VERSION   2011-09-05 18:45:58.0 +0200
@@ -1 +1 @@
-2.20.1
+2.21.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 
old/yast2-runlevel-2.20.1/configure.in new/yast2-runlevel-2.21.0/configure.in
--- old/yast2-runlevel-2.20.1/configure.in  2011-01-05 14:03:01.0 
+0100
+++ new/yast2-runlevel-2.21.0/configure.in  2011-09-05 20:20:47.0 
+0200
@@ -3,7 +3,7 @@
 dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! --
 dnl(edit configure.in.in instead)
 
-AC_INIT(yast2-runlevel, 2.20.1, http://bugs.opensuse.org/, yast2-runlevel)
+AC_INIT(yast2-runlevel, 2.21.0, http://bugs.opensuse.org/, yast2-runlevel)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION=2.20.1
+VERSION=2.21.0
 RPMNAME=yast2-runlevel
 MAINTAINER=Lukas Ocilka loci...@suse.cz
 
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-runlevel-2.20.1/src/runlevel.desktop 
new/yast2-runlevel-2.21.0/src/runlevel.desktop
--- old/yast2-runlevel-2.20.1/src/runlevel.desktop  2010-01-15 
11:14:01.0 +0100
+++ new/yast2-runlevel-2.21.0/src/runlevel.desktop  2011-09-02 
11:16:31.0 +0200
@@ -3,7 +3,6 @@
 Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-System;
 
 X-KDE-ModuleType=Library
-X-KDE-RootOnly=true
 X-KDE-HasReadOnlyMode=true
 X-KDE-Library=yast2
 X-SuSE-YaST-Call=runlevel
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