Mailinglist Archive: opensuse-commit (1083 mails)

< Previous Next >
commit kiwi
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Wed, 12 Sep 2007 16:52:21 +0200
  • Message-id: <20070912145221.60F92678182@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package kiwi
checked in at Wed Sep 12 16:52:21 CEST 2007.

--------
--- arch/i386/kiwi/kiwi.changes 2007-09-11 20:01:09.000000000 +0200
+++ /mounts/work_src_done/STABLE/kiwi/kiwi.changes      2007-09-12 12:10:41.371183000 +0200
@@ -1,0 +2,5 @@
+Wed Sep 12 12:04:19 CEST 2007 - ms@xxxxxxx
+
+- show the output of --list-profiles in a nicer format
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.q30195/_old  2007-09-12 16:52:02.000000000 +0200
+++ /var/tmp/diff_new_pack.q30195/_new  2007-09-12 16:52:02.000000000 +0200
@@ -16,7 +16,7 @@
 Requires:       perl perl-XML-LibXML perl-libwww-perl screen
 Summary:        OpenSuSE - KIWI Image System
 Version:        1.64
-Release:        1
+Release:        3
 Group:          System/Management
 License:        GPL v2 or later
 Source:         kiwi.tar.bz2
@@ -326,6 +326,8 @@
 %{_datadir}/kiwi/image/oemboot/suse*
 
 %changelog
+* Wed Sep 12 2007 - ms@xxxxxxx
+- show the output of --list-profiles in a nicer format
 * Mon Sep 10 2007 - ms@xxxxxxx
 - v1.64
 - changed KIWIPattern.pm to know about compressed patterns. With 10.3

++++++ kiwi.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kiwi/kiwi.pl new/kiwi/kiwi.pl
--- old/kiwi/kiwi.pl    2007-09-11 19:56:43.000000000 +0200
+++ new/kiwi/kiwi.pl    2007-09-12 11:58:46.000000000 +0200
@@ -829,7 +829,7 @@
        foreach my $profile (@profiles) {
                my $name = $profile -> {name};
                my $desc = $profile -> {description};
-               $kiwi -> info ("$name\t$desc");
+               $kiwi -> info ("$name: [ $desc ]");
                $kiwi -> done ();
        }
        exit 0;


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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >