Hello community,

here is the log from the commit of package yast2-bootloader for 
openSUSE:Factory checked in at 2013-06-15 11:28:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-03-08 09:58:38.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes   
2013-06-15 11:28:48.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jun 14 11:55:44 CEST 2013 - snw...@suse.de
+
+- remove limal reference
+- 2.24.1
+
+-------------------------------------------------------------------

Old:
----
  yast2-bootloader-2.23.12.tar.bz2

New:
----
  yast2-bootloader-2.24.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-bootloader.spec ++++++
--- /var/tmp/diff_new_pack.OJZUb6/_old  2013-06-15 11:28:49.000000000 +0200
+++ /var/tmp/diff_new_pack.OJZUb6/_new  2013-06-15 11:28:49.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-bootloader
-Version:        2.23.12
+Version:        2.24.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -28,7 +28,6 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  libxslt
-BuildRequires:  limal-perl
 BuildRequires:  perl-Bootloader
 BuildRequires:  perl-XML-Writer
 BuildRequires:  perl-gettext
@@ -46,7 +45,6 @@
 PreReq:         /bin/sed %fillup_prereq
 # Installation::*version variables
 # Wizard::SetDialogTitleAndIcon
-Requires:       limal-perl
 Requires:       parted
 Requires:       perl-Bootloader >= 0.5.4
 Requires:       perl-Compress-Zlib

++++++ yast2-bootloader-2.23.12.tar.bz2 -> yast2-bootloader-2.24.1.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-2.23.12/Makefile.am 
new/yast2-bootloader-2.24.1/Makefile.am
--- old/yast2-bootloader-2.23.12/Makefile.am    2013-03-07 11:29:07.000000000 
+0100
+++ new/yast2-bootloader-2.24.1/Makefile.am     2013-06-14 14:18:01.000000000 
+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-bootloader-2.23.12/Makefile.am.common 
new/yast2-bootloader-2.24.1/Makefile.am.common
--- old/yast2-bootloader-2.23.12/Makefile.am.common     2013-03-07 
11:29:07.000000000 +0100
+++ new/yast2-bootloader-2.24.1/Makefile.am.common      2013-06-14 
14:18:01.000000000 +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-bootloader-2.23.12/Makefile.in 
new/yast2-bootloader-2.24.1/Makefile.in
--- old/yast2-bootloader-2.23.12/Makefile.in    2013-03-07 11:29:20.000000000 
+0100
+++ new/yast2-bootloader-2.24.1/Makefile.in     2013-06-14 14:18:13.000000000 
+0200
@@ -1064,19 +1064,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-bootloader-2.23.12/VERSION 
new/yast2-bootloader-2.24.1/VERSION
--- old/yast2-bootloader-2.23.12/VERSION        2013-03-06 17:31:36.000000000 
+0100
+++ new/yast2-bootloader-2.24.1/VERSION 2013-06-14 12:10:07.000000000 +0200
@@ -1 +1 @@
-2.23.12
+2.24.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-2.23.12/configure 
new/yast2-bootloader-2.24.1/configure
--- old/yast2-bootloader-2.23.12/configure      2013-03-07 11:29:18.000000000 
+0100
+++ new/yast2-bootloader-2.24.1/configure       2013-06-14 14:18:11.000000000 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-bootloader 2.23.12.
+# Generated by GNU Autoconf 2.69 for yast2-bootloader 2.24.1.
 #
 # Report bugs to <http://bugs.opensuse.org/>.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-bootloader'
 PACKAGE_TARNAME='yast2-bootloader'
-PACKAGE_VERSION='2.23.12'
-PACKAGE_STRING='yast2-bootloader 2.23.12'
+PACKAGE_VERSION='2.24.1'
+PACKAGE_STRING='yast2-bootloader 2.24.1'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1385,7 +1385,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-bootloader 2.23.12 to adapt to many kinds of 
systems.
+\`configure' configures yast2-bootloader 2.24.1 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1457,7 +1457,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of yast2-bootloader 2.23.12:";;
+     short | recursive ) echo "Configuration of yast2-bootloader 2.24.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1575,7 +1575,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-bootloader configure 2.23.12
+yast2-bootloader configure 2.24.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2028,7 +2028,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-bootloader $as_me 2.23.12, which was
+It was created by yast2-bootloader $as_me 2.24.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2967,7 +2967,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-bootloader'
- VERSION='2.23.12'
+ VERSION='2.24.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3090,7 +3090,7 @@
 
 
 
-VERSION="2.23.12"
+VERSION="2.24.1"
 RPMNAME="yast2-bootloader"
 MAINTAINER="Steffen Winterfeldt <snw...@suse.de>"
 
@@ -16802,7 +16802,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2-bootloader $as_me 2.23.12, which was
+This file was extended by yast2-bootloader $as_me 2.24.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -16868,7 +16868,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-bootloader config.status 2.23.12
+yast2-bootloader config.status 2.24.1
 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-bootloader-2.23.12/configure.in 
new/yast2-bootloader-2.24.1/configure.in
--- old/yast2-bootloader-2.23.12/configure.in   2013-03-07 11:29:07.000000000 
+0100
+++ new/yast2-bootloader-2.24.1/configure.in    2013-06-14 14:18:01.000000000 
+0200
@@ -1,9 +1,9 @@
 dnl configure.in for yast2-bootloader
 dnl
-dnl -- This file is generated by y2autoconf 2.23.2 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.24.0 - DO NOT EDIT! --
 dnl    (edit configure.in.in instead)
 
-AC_INIT(yast2-bootloader, 2.23.12, http://bugs.opensuse.org/, yast2-bootloader)
+AC_INIT(yast2-bootloader, 2.24.1, http://bugs.opensuse.org/, yast2-bootloader)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION="2.23.12"
+VERSION="2.24.1"
 RPMNAME="yast2-bootloader"
 MAINTAINER="Steffen Winterfeldt <snw...@suse.de>"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-2.23.12/src/clients/Makefile.in 
new/yast2-bootloader-2.24.1/src/clients/Makefile.in
--- old/yast2-bootloader-2.23.12/src/clients/Makefile.in        2013-03-07 
11:29:20.000000000 +0100
+++ new/yast2-bootloader-2.24.1/src/clients/Makefile.in 2013-06-14 
14:18:13.000000000 +0200
@@ -562,7 +562,7 @@
 
 dist-hook: check-syntax
 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-bootloader-2.23.12/src/modules/Bootloader_API.pm 
new/yast2-bootloader-2.24.1/src/modules/Bootloader_API.pm
--- old/yast2-bootloader-2.23.12/src/modules/Bootloader_API.pm  2013-02-25 
16:36:34.000000000 +0100
+++ new/yast2-bootloader-2.24.1/src/modules/Bootloader_API.pm   2013-06-14 
12:10:07.000000000 +0200
@@ -9,7 +9,6 @@
 use strict;
 
 use Bootloader::Library;
-use LIMAL::LogHelper;
 
 our %TYPEINFO;
 
@@ -23,30 +22,7 @@
 
 # Log collected log messages
 sub DumpLog {
-    foreach my $rec (@{$lib_ref->GetLogRecords() || []})
-    {
-       if ($rec->{"level"} eq "debug")
-       {
-           LIMAL::LogHelper::logDebug ($rec->{"message"});
-       }
-       elsif ($rec->{"level"} eq "milestone")
-       {
-           LIMAL::LogHelper::logInfo ($rec->{"message"});
-       }
-       elsif ($rec->{"level"} eq "warning")
-       {
-           LIMAL::LogHelper::logError ("WARNING: " . $rec->{"message"});
-       }
-       elsif ($rec->{"level"} eq "error")
-       {
-           LIMAL::LogHelper::logError ($rec->{"message"});
-       }
-       else
-       {
-           LIMAL::LogHelper::logError ("Incomplete log record");
-           LIMAL::LogHelper::logError ($rec->{"message"});
-       }
-    }
+  # not used anymore
 }
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-2.23.12/src/modules/Makefile.in 
new/yast2-bootloader-2.24.1/src/modules/Makefile.in
--- old/yast2-bootloader-2.23.12/src/modules/Makefile.in        2013-03-07 
11:29:21.000000000 +0100
+++ new/yast2-bootloader-2.24.1/src/modules/Makefile.in 2013-06-14 
14:18:14.000000000 +0200
@@ -581,7 +581,7 @@
 
 dist-hook: check-syntax
 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}"; \

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

Reply via email to