Hello community,

here is the log from the commit of package kiwi for openSUSE:12.3 checked in at 
2013-02-04 07:14:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.3/kiwi (Old)
 and      /work/SRC/openSUSE:12.3/.kiwi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi", Maintainer is "[email protected]"

Changes:
--------

New:
----
  kiwi.patch

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

Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.jyBdku/_old  2013-02-04 07:15:05.000000000 +0100
+++ /var/tmp/diff_new_pack.jyBdku/_new  2013-02-04 07:15:05.000000000 +0100
@@ -116,6 +116,7 @@
 Source2:        %{name}-docu.tar.bz2
 Source3:        %{name}-repo.tar.bz2
 Source4:        %{name}-find-boot-requires.sh
+Patch0:         kiwi.patch
 # build root path
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -461,6 +462,7 @@
 
 %prep
 %setup -q -n %name -a2 -a3
+%patch0 -p1
 
 %build
 # empty because of rpmlint warning rpm-buildroot-usage

++++++ kiwi.patch ++++++
diff --git a/modules/KIWICollect.pm b/modules/KIWICollect.pm
index aaf54e9..a74e1ce 100644
--- a/modules/KIWICollect.pm
+++ b/modules/KIWICollect.pm
@@ -50,6 +50,7 @@ use KIWIRepoMetaHandler;
 use KIWIURL;
 use KIWIUtil;
 use KIWIXML;
+use KIWILog;
 
 #==========================================
 # Members
@@ -128,10 +129,11 @@ sub new {
 
        bless $this, $class;
 
+       $this->{m_logger}   = KIWILog -> instance();
+
        #==========================================
        # Module Parameters
        #------------------------------------------
-       $this->{m_logger}   = shift;
        $this->{m_xml}      = shift;
        $this->{m_basedir}  = shift;
        $this->{m_debug}    = shift || 0;
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to