commit sblim-cmpi-base for openSUSE:Factory

2019-08-27 Thread root
Hello community,

here is the log from the commit of package sblim-cmpi-base for openSUSE:Factory 
checked in at 2019-08-27 12:01:34

Comparing /work/SRC/openSUSE:Factory/sblim-cmpi-base (Old)
 and  /work/SRC/openSUSE:Factory/.sblim-cmpi-base.new.7948 (New)


Package is "sblim-cmpi-base"

Tue Aug 27 12:01:34 2019 rev:11 rq:726409 version:1.6.4

Changes:

--- /work/SRC/openSUSE:Factory/sblim-cmpi-base/sblim-cmpi-base.changes  
2018-05-16 11:42:22.630587763 +0200
+++ 
/work/SRC/openSUSE:Factory/.sblim-cmpi-base.new.7948/sblim-cmpi-base.changes
2019-08-27 12:01:36.111649237 +0200
@@ -1,0 +2,5 @@
+Tue Aug 27 05:10:29 UTC 2019 - Bernhard Wiedemann 
+
+- Disable parallel make because of broken build system deps
+
+---



Other differences:
--
++ sblim-cmpi-base.spec ++
--- /var/tmp/diff_new_pack.X3EyEz/_old  2019-08-27 12:01:37.343649068 +0200
+++ /var/tmp/diff_new_pack.X3EyEz/_new  2019-08-27 12:01:37.347649068 +0200
@@ -68,7 +68,8 @@
 %build
 autoreconf -fi
 %configure TESTSUITEDIR=%{_datadir}/sblim-testsuite --disable-static
-make %{?jobs:-j%jobs}
+# build without parallelism because of broken build system deps
+make
 
 %install
 %if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 
0%{?fedora} || 0%{?rhel}




commit sblim-cmpi-base for openSUSE:Factory

2018-05-16 Thread root
Hello community,

here is the log from the commit of package sblim-cmpi-base for openSUSE:Factory 
checked in at 2018-05-16 11:40:54

Comparing /work/SRC/openSUSE:Factory/sblim-cmpi-base (Old)
 and  /work/SRC/openSUSE:Factory/.sblim-cmpi-base.new (New)


Package is "sblim-cmpi-base"

Wed May 16 11:40:54 2018 rev:10 rq:607416 version:1.6.4

Changes:

--- /work/SRC/openSUSE:Factory/sblim-cmpi-base/sblim-cmpi-base.changes  
2017-12-08 12:59:35.076925286 +0100
+++ /work/SRC/openSUSE:Factory/.sblim-cmpi-base.new/sblim-cmpi-base.changes 
2018-05-16 11:42:22.630587763 +0200
@@ -1,0 +2,8 @@
+Tue May 15 07:05:58 UTC 2018 - kkae...@suse.com
+
+- Fix missing dependencies in Makefile.am
+  0001-make-lib-dependencies-explicit-in-Makefile.am.patch
+
+- enable parallel make
+
+---

New:

  0001-make-lib-dependencies-explicit-in-Makefile.am.patch



Other differences:
--
++ sblim-cmpi-base.spec ++
--- /var/tmp/diff_new_pack.ctEEuq/_old  2018-05-16 11:42:23.206566800 +0200
+++ /var/tmp/diff_new_pack.ctEEuq/_new  2018-05-16 11:42:23.210566654 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sblim-cmpi-base
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,7 @@
 # PATCH-FEATURE-OPENSUSE sblim-cmpi-base-%{version}-methods-enable.patch [ 
bnc#470670 ] mhruse...@suse.cz -- Enables methods by default
 Patch0: sblim-cmpi-base-1.6.2-methods-enable.patch
 Patch2: sblim-cmpi-base-1.6.4-fix-bashisms.patch
+Patch3: 0001-make-lib-dependencies-explicit-in-Makefile.am.patch
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  sblim-cmpi-devel
@@ -62,18 +63,18 @@
 %setup -q -T -b 0
 %patch0
 %patch2 -p1
+%patch3 -p1
 
 %build
 autoreconf -fi
 %configure TESTSUITEDIR=%{_datadir}/sblim-testsuite --disable-static
-#Does not build with multiple threads
-make -j1
+make %{?jobs:-j%jobs}
 
 %install
 %if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 
0%{?fedora} || 0%{?rhel}
-make DESTDIR=%{buildroot} install -j1
+make DESTDIR=%{buildroot} install
 %else
-make DESTDIR=%{buildroot} install -j1 docdir=%{_docdir}/%{name}
+make DESTDIR=%{buildroot} install docdir=%{_docdir}/%{name}
 %endif
 # don't delete .la's until we sort out if sfcb/openwbem/pegasus use ltdlopen()
 # %{__rm} %{buildroot}%{_libdir}/{libcmpiOSBase_Common,libdmiinfo}.la

++ 0001-make-lib-dependencies-explicit-in-Makefile.am.patch ++
>From 5dcb5afd2af8012982229932f1b659f7362743b3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= 
Date: Tue, 15 May 2018 09:55:43 +0200
Subject: [PATCH] make lib dependencies explicit in Makefile.am

---
 Makefile.am | 12 
 1 file changed, 12 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index e416679d39cb..6808f3c5d4f6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -61,6 +61,7 @@ libcmpiOSBase_ComputerSystemProvider_la_SOURCES = \
OSBase_ComputerSystem.c
 libcmpiOSBase_ComputerSystemProvider_la_LIBADD = -lcmpiOSBase_Common
 libcmpiOSBase_ComputerSystemProvider_la_LDFLAGS = -avoid-version
+libcmpiOSBase_ComputerSystemProvider_la_DEPENDENCIES = libcmpiOSBase_Common.la
 
 # Operating System
 libcmpiOSBase_OperatingSystemProvider_la_SOURCES = \
@@ -72,6 +73,7 @@ libcmpiOSBase_OperatingSystemProvider_la_LIBADD = 
-lcmpiOSBase_Common \
-ldmiinfo @LINDHELP@
 # This gcc/ld specific flag is ugly - need to check in configure
 libcmpiOSBase_OperatingSystemProvider_la_LDFLAGS = -avoid-version
+libcmpiOSBase_OperatingSystemProvider_la_DEPENDENCIES = libdmiinfo.la
 
 # Operating System Statistical Data
 libcmpiOSBase_OperatingSystemStatisticalDataProvider_la_SOURCES = \
@@ -80,6 +82,7 @@ 
libcmpiOSBase_OperatingSystemStatisticalDataProvider_la_SOURCES = \
OSBase_OperatingSystemStatisticalData.c
 libcmpiOSBase_OperatingSystemStatisticalDataProvider_la_LIBADD =  
-lcmpiOSBase_Common
 libcmpiOSBase_OperatingSystemStatisticalDataProvider_la_LDFLAGS = 
-avoid-version
+libcmpiOSBase_OperatingSystemStatisticalDataProvider_la_DEPENDENCIES = 
libcmpiOSBase_Common.la
 
 # Unix Process
 libcmpiOSBase_UnixProcessProvider_la_SOURCES = \
@@ -88,6 +91,7 @@ libcmpiOSBase_UnixProcessProvider_la_SOURCES = \
OSBase_UnixProcess.c
 libcmpiOSBase_UnixProcessProvider_la_LIBADD =  -lcmpiOSBase_Common
 libcmpiOSBase_UnixProcessProvider_la_LDFLAGS =  -avoid-version
+libcmpiOSBase_UnixProcessProvider_la_DEPENDENCIES = 

commit sblim-cmpi-base for openSUSE:Factory

2017-12-08 Thread root
Hello community,

here is the log from the commit of package sblim-cmpi-base for openSUSE:Factory 
checked in at 2017-12-08 12:59:31

Comparing /work/SRC/openSUSE:Factory/sblim-cmpi-base (Old)
 and  /work/SRC/openSUSE:Factory/.sblim-cmpi-base.new (New)


Package is "sblim-cmpi-base"

Fri Dec  8 12:59:31 2017 rev:9 rq:554859 version:1.6.4

Changes:

--- /work/SRC/openSUSE:Factory/sblim-cmpi-base/sblim-cmpi-base.changes  
2015-06-24 20:56:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.sblim-cmpi-base.new/sblim-cmpi-base.changes 
2017-12-08 12:59:35.076925286 +0100
@@ -1,0 +2,5 @@
+Fri Jul  3 07:28:07 UTC 2015 - kkae...@suse.com
+
+- Fix RHEL7 build
+
+---



Other differences:
--
++ sblim-cmpi-base.spec ++
--- /var/tmp/diff_new_pack.5E8zYa/_old  2017-12-08 12:59:35.880896251 +0100
+++ /var/tmp/diff_new_pack.5E8zYa/_new  2017-12-08 12:59:35.880896251 +0100
@@ -83,7 +83,7 @@
 rm -f $RPM_BUILD_ROOT/%{_libdir}/cmpi/*.la
 
 # install indication samples into %docdir
-install -m0644 ./test/indication/SFCB*.xml %{buildroot}/%{_docdir}/%{name}
+install -m0644 ./test/indication/SFCB*.xml %{buildroot}/%{_docdir}/%{name}*
 
 %pre
 # definition of schema and registration files




commit sblim-cmpi-base for openSUSE:Factory

2015-06-24 Thread h_root
Hello community,

here is the log from the commit of package sblim-cmpi-base for openSUSE:Factory 
checked in at 2015-06-24 20:56:42

Comparing /work/SRC/openSUSE:Factory/sblim-cmpi-base (Old)
 and  /work/SRC/openSUSE:Factory/.sblim-cmpi-base.new (New)


Package is sblim-cmpi-base

Changes:

--- /work/SRC/openSUSE:Factory/sblim-cmpi-base/sblim-cmpi-base.changes  
2014-12-03 22:48:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.sblim-cmpi-base.new/sblim-cmpi-base.changes 
2015-06-24 20:56:43.0 +0200
@@ -1,0 +2,9 @@
+Tue Jun 23 10:36:54 UTC 2015 - mvet...@suse.com
+
+- cleanup spec file
+  * running spec cleaner
+  * install xml files with correct permission
+  * 'make' only with one thread
+  * remove sblim-cmpi-base-1.6.2-missing-fclose.patch as it is in upstream 
since git commit 3eb68295874453fdb1885489443105cb2ff6432d
+
+---

Old:

  sblim-cmpi-base-1.6.2-missing-fclose.patch



Other differences:
--
++ sblim-cmpi-base.spec ++
--- /var/tmp/diff_new_pack.akxeyb/_old  2015-06-24 20:56:43.0 +0200
+++ /var/tmp/diff_new_pack.akxeyb/_new  2015-06-24 20:56:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sblim-cmpi-base
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,38 +17,30 @@
 
 
 Name:   sblim-cmpi-base
-BuildRequires:  gcc-c++
-BuildRequires:  libtool
-BuildRequires:  sblim-cmpi-devel
-BuildRequires:  sblim-indication_helper-devel
-BuildRequires:  sblim-sfcb
-BuildRequires:  sblim-testsuite
 Version:1.6.4
 Release:0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   cim-schema
-Requires:   cim-server
+Summary:SBLIM Base Instrumentation
+License:EPL-1.0
+Group:  System/Management
 Url:http://sblim.wiki.sourceforge.net/
 Source0:
http://prdownloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
 Source1:sblim-cmpi-base-rpmlintrc
 # PATCH-FEATURE-OPENSUSE sblim-cmpi-base-%{version}-methods-enable.patch [ 
bnc#470670 ] mhruse...@suse.cz -- Enables methods by default
 Patch0: sblim-cmpi-base-1.6.2-methods-enable.patch
-# PATCH-FIX-UPSTREAM sblim-cmpi-base-%{version}-missing-fclose.patch [ 
bnc#530325 upstream#2843613 ] mhruse...@suse.cz -- Adding missing fclose
-Patch1: sblim-cmpi-base-1.6.2-missing-fclose.patch
 Patch2: sblim-cmpi-base-1.6.4-fix-bashisms.patch
-Summary:SBLIM Base Instrumentation
-License:EPL-1.0
-Group:  System/Management
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  sblim-cmpi-devel
+BuildRequires:  sblim-indication_helper-devel
+BuildRequires:  sblim-sfcb
+BuildRequires:  sblim-testsuite
+Requires:   cim-schema
+Requires:   cim-server
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Standards Based Linux Instrumentation Base Providers
 
-
-
-Authors:
-
-SBLIM Project
-
 %package devel
 Summary:SBLIM Base Instrumentation Header Development Files
 Group:  Development/Libraries/C and C++
@@ -57,12 +49,6 @@
 %description devel
 SBLIM Base Provider Development Package
 
-
-
-Authors:
-
-SBLIM Project
-
 %package testsuite
 Summary:SBLIM Base Instrumentation (test suite)
 Group:  System/Management
@@ -72,44 +58,36 @@
 %description testsuite
 Test suite for the Standards Based Linux Instrumentation Base Providers
 
-
-
-Authors:
-
-SBLIM Project
-
 %prep
-%setup -T -b 0 -n %{name}-%{version}
+%setup -q -T -b 0
 %patch0
-%patch1
 %patch2 -p1
 
 %build
 autoreconf -fi
 %configure TESTSUITEDIR=%{_datadir}/sblim-testsuite --disable-static
-%{__make}
+#Does not build with multiple threads
+make -j1
 
 %install
 %if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 
0%{?fedora} || 0%{?rhel}
-rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install
+make DESTDIR=%{buildroot} install -j1
 %else
-%makeinstall docdir=%{_docdir}/%{name}
+make DESTDIR=%{buildroot} install -j1 docdir=%{_docdir}/%{name}
 %endif
 # don't delete .la's until we sort out if sfcb/openwbem/pegasus use ltdlopen()
 # %{__rm} %{buildroot}%{_libdir}/{libcmpiOSBase_Common,libdmiinfo}.la
 # remove unused libtool files
-rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
-rm -f $RPM_BUILD_ROOT/%{_libdir}/cmpi/*.a
+rm -f %{buildroot}/%{_libdir}/*.a
+rm -f %{buildroot}/%{_libdir}/cmpi/*.a
 rm -f $RPM_BUILD_ROOT/%{_libdir}/cmpi/*.la
 
 # install indication samples into %docdir

commit sblim-cmpi-base for openSUSE:Factory

2014-12-03 Thread h_root
Hello community,

here is the log from the commit of package sblim-cmpi-base for openSUSE:Factory 
checked in at 2014-12-03 22:47:47

Comparing /work/SRC/openSUSE:Factory/sblim-cmpi-base (Old)
 and  /work/SRC/openSUSE:Factory/.sblim-cmpi-base.new (New)


Package is sblim-cmpi-base

Changes:

--- /work/SRC/openSUSE:Factory/sblim-cmpi-base/sblim-cmpi-base.changes  
2014-11-29 08:40:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.sblim-cmpi-base.new/sblim-cmpi-base.changes 
2014-12-03 22:48:04.0 +0100
@@ -1,0 +2,7 @@
+Sat Nov 29 18:59:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashisms in scripts
+- add patches:
+  * sblim-cmpi-base-1.6.4-fix-bashisms.patch
+
+---

New:

  sblim-cmpi-base-1.6.4-fix-bashisms.patch



Other differences:
--
++ sblim-cmpi-base.spec ++
--- /var/tmp/diff_new_pack.PFW2qU/_old  2014-12-03 22:48:05.0 +0100
+++ /var/tmp/diff_new_pack.PFW2qU/_new  2014-12-03 22:48:05.0 +0100
@@ -35,6 +35,7 @@
 Patch0: sblim-cmpi-base-1.6.2-methods-enable.patch
 # PATCH-FIX-UPSTREAM sblim-cmpi-base-%{version}-missing-fclose.patch [ 
bnc#530325 upstream#2843613 ] mhruse...@suse.cz -- Adding missing fclose
 Patch1: sblim-cmpi-base-1.6.2-missing-fclose.patch
+Patch2: sblim-cmpi-base-1.6.4-fix-bashisms.patch
 Summary:SBLIM Base Instrumentation
 License:EPL-1.0
 Group:  System/Management
@@ -81,6 +82,7 @@
 %setup -T -b 0 -n %{name}-%{version}
 %patch0
 %patch1
+%patch2 -p1
 
 %build
 autoreconf -fi

++ sblim-cmpi-base-1.6.4-fix-bashisms.patch ++
diff -Ndur sblim-cmpi-base-1.6.4/provider-register.sh 
sblim-cmpi-base-1.6.4-fix-bashisms/provider-register.sh
--- sblim-cmpi-base-1.6.4/provider-register.sh  2014-10-23 17:54:13.0 
+0300
+++ sblim-cmpi-base-1.6.4-fix-bashisms/provider-register.sh 2014-11-20 
01:21:36.147815454 +0200
@@ -92,12 +92,12 @@
 done
 
 #produce Capabilities
-let serial=0
+serial=0
 for rf in $regfiles
 do
   cat $rf | grep -v '^[[:space:]]*#.*' | while read CLASSNAME NAMESPACE 
PROVIDERNAME PROVIDERMODULE CAPS
   do
-   let serial=serial+1
+   serial=$((serial + 1))
numcap=
for cap in $CAPS
do
@@ -703,14 +703,14 @@
 if [ $help = 1 ]
 then
 usage
-echo -e \t-h display help message
-echo -e \t-v verbose mode
-echo -e \t-d deregister provider and uninstall schema
-echo -e \t-t specify cimserver type (pegasus|sfcb|openwbem|sniacimom)
-echo -e \t-r specify registration files
-echo -e \t-m specify schema mof files
-echo -e \t-X create repository for alternate platform (sfcb only at the 
moment).
-echo -e \t-n target namespace definition (default: root/cimv2).
+echo  -h display help message
+echo  -v verbose mode
+echo  -d deregister provider and uninstall schema
+echo  -t specify cimserver type (pegasus|sfcb|openwbem|sniacimom)
+echo  -r specify registration files
+echo  -m specify schema mof files
+echo  -X create repository for alternate platform (sfcb only at the 
moment).
+echo  -n target namespace definition (default: root/cimv2).
 echo
 echo Use this command to install schema mofs and register providers.
 echo CIM Server Type is required as well as at least one registration file 
and one mof.
diff -Ndur sblim-cmpi-base-1.6.4/test/system/linux/createKeyFiles.sh 
sblim-cmpi-base-1.6.4-fix-bashisms/test/system/linux/createKeyFiles.sh
--- sblim-cmpi-base-1.6.4/test/system/linux/createKeyFiles.sh   2014-10-23 
17:54:13.0 +0300
+++ sblim-cmpi-base-1.6.4-fix-bashisms/test/system/linux/createKeyFiles.sh  
2014-11-20 01:22:32.313815532 +0200
@@ -13,7 +13,7 @@
 
 # Name
 
-if [[ -n $DOMAIN ]]; then
+if [ -n $DOMAIN ]; then
 echo `hostname` | grep $DOMAIN /dev/null\
 echo `hostname`  ComputerSystem.keys \
|| echo `hostname`.$DOMAIN  ComputerSystem.keys
@@ -35,7 +35,7 @@
 
 # Name
 
-if [[ -n $DOMAIN ]]; then
+if [ -n $DOMAIN ]; then
 echo `hostname` | grep $DOMAIN /dev/null\
 echo `hostname`  OperatingSystem.keys \
|| echo `hostname`.$DOMAIN  OperatingSystem.keys
diff -Ndur 
sblim-cmpi-base-1.6.4/test/system/linux/Linux_OperatingSystem.version.sh 
sblim-cmpi-base-1.6.4-fix-bashisms/test/system/linux/Linux_OperatingSystem.version.sh
--- sblim-cmpi-base-1.6.4/test/system/linux/Linux_OperatingSystem.version.sh
2014-10-23 17:54:13.0 +0300
+++ 
sblim-cmpi-base-1.6.4-fix-bashisms/test/system/linux/Linux_OperatingSystem.version.sh
   2014-11-20 01:23:21.329815600 +0200
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 files=(`find /etc/ -type f -maxdepth 1 -name 

commit sblim-cmpi-base for openSUSE:Factory

2014-11-28 Thread h_root
Hello community,

here is the log from the commit of package sblim-cmpi-base for openSUSE:Factory 
checked in at 2014-11-29 08:39:55

Comparing /work/SRC/openSUSE:Factory/sblim-cmpi-base (Old)
 and  /work/SRC/openSUSE:Factory/.sblim-cmpi-base.new (New)


Package is sblim-cmpi-base

Changes:

--- /work/SRC/openSUSE:Factory/sblim-cmpi-base/sblim-cmpi-base.changes  
2014-10-29 21:11:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.sblim-cmpi-base.new/sblim-cmpi-base.changes 
2014-11-29 08:40:02.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 23:52:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashism in post script
+
+---



Other differences:
--
++ sblim-cmpi-base.spec ++
--- /var/tmp/diff_new_pack.hODnKk/_old  2014-11-29 08:40:03.0 +0100
+++ /var/tmp/diff_new_pack.hODnKk/_new  2014-11-29 08:40:03.0 +0100
@@ -109,7 +109,6 @@
 %pre
 # definition of schema and registration files
 %define SCHEMA %{_datadir}/%{name}/Linux_Base.mof 
%{_datadir}/%{name}/Linux_BaseIndication.mof
-%define PEGASUS_MOF  
CIM_Card,CIM_UnixProcess,CIM_Processor,CIM_OperatingSystem,CIM_ComputerSystem,CIM_ComputerSystemPackage,CIM_RunningOS,CIM_OSProcess,CIM_SystemDevice,CIM_ProcessIndication,CIM_ElementStatisticalData
 %define REGISTRATION %{_datadir}/%{name}/Linux_BaseIndication.registration
 # If upgrading, deregister old version
 if [ $1 -gt 1 ]
@@ -122,7 +121,7 @@
 # Register Schema and Provider - this is higly provider specific
 # tog-pegasus needs some schemes registered first
 if [ -x /usr/bin/peg-loadmof.sh ]; then
-   peg-loadmof.sh -n root/cimv2 
/usr/share/mof/cim-current/*/{%{PEGASUS_MOF}}.mof
+   peg-loadmof.sh -n root/cimv2 %(for i in Card UnixProcess Processor 
OperatingSystem ComputerSystem ComputerSystemPackage RunningOS OSProcess 
SystemDevice ProcessIndication ElementStatisticalData; echo -n 
/usr/share/mof/cim-current/*/CIM_$i.mof )
rctog-pegasus try-restart
 fi
 # and then following script can handle registration for various providers

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



commit sblim-cmpi-base for openSUSE:Factory

2014-10-29 Thread h_root
Hello community,

here is the log from the commit of package sblim-cmpi-base for openSUSE:Factory 
checked in at 2014-10-29 21:10:28

Comparing /work/SRC/openSUSE:Factory/sblim-cmpi-base (Old)
 and  /work/SRC/openSUSE:Factory/.sblim-cmpi-base.new (New)


Package is sblim-cmpi-base

Changes:

--- /work/SRC/openSUSE:Factory/sblim-cmpi-base/sblim-cmpi-base.changes  
2014-10-23 14:21:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.sblim-cmpi-base.new/sblim-cmpi-base.changes 
2014-10-29 21:11:27.0 +0100
@@ -1,0 +2,7 @@
+Tue Oct 28 14:53:53 UTC 2014 - kkae...@suse.com
+
+- Update to 1.6.4
+  Bugs Fixed:
+  - SBLIM-2737: bugfix for sprintf() handling
+
+---

Old:

  sblim-cmpi-base-1.6.3.tar.bz2

New:

  sblim-cmpi-base-1.6.4.tar.bz2



Other differences:
--
++ sblim-cmpi-base.spec ++
--- /var/tmp/diff_new_pack.giHrmT/_old  2014-10-29 21:11:28.0 +0100
+++ /var/tmp/diff_new_pack.giHrmT/_new  2014-10-29 21:11:28.0 +0100
@@ -23,7 +23,7 @@
 BuildRequires:  sblim-indication_helper-devel
 BuildRequires:  sblim-sfcb
 BuildRequires:  sblim-testsuite
-Version:1.6.3
+Version:1.6.4
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   cim-schema

++ sblim-cmpi-base-1.6.3.tar.bz2 - sblim-cmpi-base-1.6.4.tar.bz2 ++
 1823 lines of diff (skipped)

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



commit sblim-cmpi-base for openSUSE:Factory

2014-10-23 Thread h_root
Hello community,

here is the log from the commit of package sblim-cmpi-base for openSUSE:Factory 
checked in at 2014-10-23 14:21:03

Comparing /work/SRC/openSUSE:Factory/sblim-cmpi-base (Old)
 and  /work/SRC/openSUSE:Factory/.sblim-cmpi-base.new (New)


Package is sblim-cmpi-base

Changes:

--- /work/SRC/openSUSE:Factory/sblim-cmpi-base/sblim-cmpi-base.changes  
2013-08-06 12:16:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.sblim-cmpi-base.new/sblim-cmpi-base.changes 
2014-10-23 14:21:24.0 +0200
@@ -1,0 +2,23 @@
+Thu Oct 23 06:55:26 UTC 2014 - kkae...@suse.com
+
+- Update to 1.6.3
+  Bugs Fixed:
+  - SBLIM-2634: incorrect max cpu frequency
+  - SBLIM-2644: wrong UserModeTime and KernelModeTime
+  - SBLIM-2698: system name might have empty domainname
+(- drop call-domainname.patch)
+  - SBLIM-2737: datetime values do not adjust for DST
+
+---
+Thu Oct 31 14:30:01 UTC 2013 - kkae...@suse.com
+
+- fix Linux_ComputerSystem Name to include domain name
+  (fall back to domainname if dnsdomainname is empty)
+  Add call-domainname.patch  
+
+---
+Wed Aug 28 07:44:51 UTC 2013 - kkae...@suse.com
+
+- install indication samples to docdir
+
+---

Old:

  sblim-cmpi-base-1.6.2.tar.bz2

New:

  sblim-cmpi-base-1.6.3.tar.bz2



Other differences:
--
++ sblim-cmpi-base.spec ++
--- /var/tmp/diff_new_pack.HyaFwF/_old  2014-10-23 14:21:25.0 +0200
+++ /var/tmp/diff_new_pack.HyaFwF/_new  2014-10-23 14:21:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sblim-cmpi-base
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -23,7 +23,7 @@
 BuildRequires:  sblim-indication_helper-devel
 BuildRequires:  sblim-sfcb
 BuildRequires:  sblim-testsuite
-Version:1.6.2
+Version:1.6.3
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   cim-schema
@@ -32,9 +32,9 @@
 Source0:
http://prdownloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
 Source1:sblim-cmpi-base-rpmlintrc
 # PATCH-FEATURE-OPENSUSE sblim-cmpi-base-%{version}-methods-enable.patch [ 
bnc#470670 ] mhruse...@suse.cz -- Enables methods by default
-Patch0: sblim-cmpi-base-%{version}-methods-enable.patch
+Patch0: sblim-cmpi-base-1.6.2-methods-enable.patch
 # PATCH-FIX-UPSTREAM sblim-cmpi-base-%{version}-missing-fclose.patch [ 
bnc#530325 upstream#2843613 ] mhruse...@suse.cz -- Adding missing fclose
-Patch1: sblim-cmpi-base-%{version}-missing-fclose.patch
+Patch1: sblim-cmpi-base-1.6.2-missing-fclose.patch
 Summary:SBLIM Base Instrumentation
 License:EPL-1.0
 Group:  System/Management
@@ -101,6 +101,9 @@
 rm -f $RPM_BUILD_ROOT/%{_libdir}/cmpi/*.a
 rm -f $RPM_BUILD_ROOT/%{_libdir}/cmpi/*.la
 
+# install indication samples into %docdir
+install ./test/indication/SFCB*.xml $RPM_BUILD_ROOT/%{_docdir}/%{name}
+
 %clean
 
 %pre

++ sblim-cmpi-base-1.6.2.tar.bz2 - sblim-cmpi-base-1.6.3.tar.bz2 ++
 21202 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/sblim-cmpi-base-1.6.2/ChangeLog new/sblim-cmpi-base-1.6.3/ChangeLog
--- old/sblim-cmpi-base-1.6.2/ChangeLog 2012-11-29 08:12:13.0 +0100
+++ new/sblim-cmpi-base-1.6.3/ChangeLog 2014-10-22 07:21:29.0 +0200
@@ -1,3 +1,31 @@
+2014-10-24  Dave Heller helle...@us.ibm.com
+
+   * NEWS, OSBase_Common.c, OSBase_Common.h, OSBase_OperatingSystem.c,
+   OSBase_UnixProcess.c
+
+   Fixed SBLIM-2737: datetime values do not adjust for DST
+
+2013-11-16  Dave Heller helle...@us.ibm.com
+
+   * NEWS, contributions.txt, OSBase_Common.c:
+
+   Fixed SBLIM-2698: system name might have empty domainname
+   (patch by Klaus Kämpf)
+
+2013-06-11  Dave Heller helle...@us.ibm.com
+
+   * NEWS, contributions.txt, OSBase_UnixProcess.c:
+
+   Fixed SBLIM-2644: wrong UserModeTime and KernelModeTime
+   (patch by Henning Sackewitz)
+
+2013-05-28  Dave Heller helle...@us.ibm.com
+
+   * NEWS, contributions.txt, 

commit sblim-cmpi-base for openSUSE:Factory

2012-12-08 Thread h_root
Hello community,

here is the log from the commit of package sblim-cmpi-base for openSUSE:Factory 
checked in at 2012-12-08 15:53:21

Comparing /work/SRC/openSUSE:Factory/sblim-cmpi-base (Old)
 and  /work/SRC/openSUSE:Factory/.sblim-cmpi-base.new (New)


Package is sblim-cmpi-base, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/sblim-cmpi-base/sblim-cmpi-base.changes  
2012-02-08 17:20:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.sblim-cmpi-base.new/sblim-cmpi-base.changes 
2012-12-08 15:53:23.0 +0100
@@ -1,0 +2,10 @@
+Fri Nov 30 08:10:29 UTC 2012 - kkae...@suse.com
+
+- Update to 1.6.2
+  Bugs Fixed:
+  - 3275169 bash error reported in provider bootstrap scripts
+  - 3306580 wrong OperatingSystem.Version prop value on RHEL6
+  - 3424288 Underlinked libcmpiOSBase_ProcessorProvider.so
+  - 3582069 Linux_UnixProcess command injection vulnerability
+
+---

Old:

  sblim-cmpi-base-1.6.1-methods-enable.patch
  sblim-cmpi-base-1.6.1-missing-fclose.patch
  sblim-cmpi-base-1.6.1.tar.bz2

New:

  sblim-cmpi-base-1.6.2-methods-enable.patch
  sblim-cmpi-base-1.6.2-missing-fclose.patch
  sblim-cmpi-base-1.6.2.tar.bz2



Other differences:
--
++ sblim-cmpi-base.spec ++
--- /var/tmp/diff_new_pack.2RauZA/_old  2012-12-08 15:53:24.0 +0100
+++ /var/tmp/diff_new_pack.2RauZA/_new  2012-12-08 15:53:24.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   sblim-cmpi-base
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
@@ -22,10 +23,11 @@
 BuildRequires:  sblim-indication_helper-devel
 BuildRequires:  sblim-sfcb
 BuildRequires:  sblim-testsuite
-Version:1.6.1
+Version:1.6.2
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   cim-server cim-schema
+Requires:   cim-schema
+Requires:   cim-server
 Url:http://sblim.wiki.sourceforge.net/
 Source0:
http://prdownloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
 Source1:sblim-cmpi-base-rpmlintrc

++ sblim-cmpi-base-1.6.1-methods-enable.patch - 
sblim-cmpi-base-1.6.2-methods-enable.patch ++

++ sblim-cmpi-base-1.6.1-missing-fclose.patch - 
sblim-cmpi-base-1.6.2-missing-fclose.patch ++

++ sblim-cmpi-base-1.6.1.tar.bz2 - sblim-cmpi-base-1.6.2.tar.bz2 ++
 62442 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/sblim-cmpi-base-1.6.1/ChangeLog new/sblim-cmpi-base-1.6.2/ChangeLog
--- old/sblim-cmpi-base-1.6.1/ChangeLog 2010-12-21 04:10:32.0 +0100
+++ new/sblim-cmpi-base-1.6.2/ChangeLog 2012-11-29 08:12:13.0 +0100
@@ -1,3 +1,33 @@
+2012-11-02  Tyrel Datwyler tyr...@us.ibm.com
+
+   * NEWS, OSBase_UnixProcess.c:
+
+   Fixed 3582069: Linux_UnixProcess command injection vulnerability
+
+2012-02-07  Tyrel Datwyler tyr...@us.ibm.com
+
+   * Makefile.am, NEWS:
+
+   Fixed 3424288: Underlinked libcmpiOSBase_ProcessorProvider.so
+
+2011-05-23  Tyrel Datwyler tyr...@us.ibm.com
+
+   * NEWS, OSBase_OperatingSystem.c:
+
+   Fixed 3306580: wrong OperatingSystem.Version prop value on RHEL6
+
+2011-05-23  Tyrel Datwyler tyr...@us.ibm.com
+
+   * NEWS, test/test-cmpi-base.sh:
+
+   Fixed 3275169: bash error reported in provider bootstrap scripts
+
+2011-01-04  Tyrel Datwyler tyr...@us.ibm.com
+
+   * ChangeLog, NEWS, configure.ac:
+
+   Update release info for 1.6.1
+
 2010-12-20  Tyrel Datwyler tyr...@us.ibm.com
 
* NEWS, OSBase_Processor.c, OSBase_Processor.h,
@@ -322,7 +352,7 @@
[ 1395363 ] Providers' postinstall step location dependent.  Fixed
Makefile and updated autoconf/deployment files from cmpi-samples.
 
-2006-01-23  Lynn Moss
+2006-01-23  Lynn Moss l...@us.ibm.com
 
* Makefile.am:
 
@@ -1555,7 +1585,7 @@
 
Updated setting.cmpi to support Pegasus
 
-2003-03-25  Adrian Schuur
+2003-03-25  Adrian Schuur sch...@de.ibm.com
 
* cimibase.h:
 
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/sblim-cmpi-base-1.6.1/INSTALL new/sblim-cmpi-base-1.6.2/INSTALL
--- 

commit sblim-cmpi-base for openSUSE:Factory

2012-02-08 Thread h_root
Hello community,

here is the log from the commit of package sblim-cmpi-base for openSUSE:Factory 
checked in at 2012-02-08 17:20:26

Comparing /work/SRC/openSUSE:Factory/sblim-cmpi-base (Old)
 and  /work/SRC/openSUSE:Factory/.sblim-cmpi-base.new (New)


Package is sblim-cmpi-base, Maintainer is pu...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/sblim-cmpi-base/sblim-cmpi-base.changes  
2011-09-23 12:45:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.sblim-cmpi-base.new/sblim-cmpi-base.changes 
2012-02-08 17:20:40.0 +0100
@@ -1,0 +2,10 @@
+Wed Feb  8 11:12:08 UTC 2012 - pu...@suse.com
+
+- fix file-packaged-twice error
+
+---
+Sun Nov 27 06:47:34 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ sblim-cmpi-base.spec ++
--- /var/tmp/diff_new_pack.V0pQoK/_old  2012-02-08 17:20:43.0 +0100
+++ /var/tmp/diff_new_pack.V0pQoK/_new  2012-02-08 17:20:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sblim-cmpi-base
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,15 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   sblim-cmpi-base
-BuildRequires:  gcc-c++ sblim-cmpi-devel sblim-indication_helper-devel 
sblim-sfcb sblim-testsuite
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  sblim-cmpi-devel
+BuildRequires:  sblim-indication_helper-devel
+BuildRequires:  sblim-sfcb
+BuildRequires:  sblim-testsuite
 Version:1.6.1
-Release:1
-Group:  System/Management
-License:Eclipse Public License 1.0
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   cim-server cim-schema
 Url:http://sblim.wiki.sourceforge.net/
@@ -34,6 +34,8 @@
 # PATCH-FIX-UPSTREAM sblim-cmpi-base-%{version}-missing-fclose.patch [ 
bnc#530325 upstream#2843613 ] mhruse...@suse.cz -- Adding missing fclose
 Patch1: sblim-cmpi-base-%{version}-missing-fclose.patch
 Summary:SBLIM Base Instrumentation
+License:EPL-1.0
+Group:  System/Management
 
 %description
 Standards Based Linux Instrumentation Base Providers
@@ -45,7 +47,6 @@
 SBLIM Project
 
 %package devel
-License:Eclipse Public License 1.0
 Summary:SBLIM Base Instrumentation Header Development Files
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
@@ -60,7 +61,6 @@
 SBLIM Project
 
 %package testsuite
-License:Eclipse Public License 1.0
 Summary:SBLIM Base Instrumentation (test suite)
 Group:  System/Management
 Requires:   %{name} = %{version}
@@ -157,7 +157,6 @@
 %files devel
 %defattr(-,root,root)
 %dir %{_includedir}/sblim
-%{_libdir}/cmpi/libcmpiOSBase_OperatingSystemProvider.so
 %{_includedir}/sblim/*
 %{_libdir}/libcmpiOSBase_Common.so
 %{_libdir}/libdmiinfo.so

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



commit sblim-cmpi-base for openSUSE:Factory

2011-09-15 Thread h_root

Hello community,

here is the log from the commit of package sblim-cmpi-base for openSUSE:Factory
checked in at Thu Sep 15 14:13:33 CEST 2011.




--- sblim-cmpi-base/sblim-cmpi-base.changes 2010-01-12 10:42:43.0 
+0100
+++ /mounts/work_src_done/STABLE/sblim-cmpi-base/sblim-cmpi-base.changes
2011-05-24 10:42:30.0 +0200
@@ -1,0 +2,23 @@
+Mon May 24 10:31:42 UTC 2011 - kkae...@novell.com
+
+- update to 1.6.1 (bnc#694324)
+  Bugs Fixed:
+  - 2843613 Missing fclose in sblim-cmpi-base
+  - 2882514 leak in sblim-cmpi-base-1.5.9/cmpiOSBase_OperatingSystem.c
+  - 2836926 _osbase_common_init unreliable
+  - 2610775 ProcessorProvider crashes on exit (bnc#694324)
+
+- fix license (Eclipse Public License)
+
+---
+Mon May 23 14:20:03 UTC 2011 - kkae...@novell.com
+
+- fix ProcessorProvider crash on exit
+  (bnc#694324, upstream 2610775)
+
+---
+Fri Sep 10 09:17:13 UTC 2010 - kkae...@novell.com
+
+- fix RH/Fedora build
+
+---

calling whatdependson for head-i586


Old:

  sblim-cmpi-base-1.5.9-methods-enable.patch
  sblim-cmpi-base-1.5.9-missing-fclose.patch
  sblim-cmpi-base-1.6.0.tar.bz2

New:

  sblim-cmpi-base-1.6.1-methods-enable.patch
  sblim-cmpi-base-1.6.1-missing-fclose.patch
  sblim-cmpi-base-1.6.1.tar.bz2



Other differences:
--
++ sblim-cmpi-base.spec ++
--- /var/tmp/diff_new_pack.oLRDyG/_old  2011-09-15 14:13:28.0 +0200
+++ /var/tmp/diff_new_pack.oLRDyG/_new  2011-09-15 14:13:28.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package sblim-cmpi-base (Version 1.6.0)
+# spec file for package sblim-cmpi-base
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -20,7 +20,7 @@
 
 Name:   sblim-cmpi-base
 BuildRequires:  gcc-c++ sblim-cmpi-devel sblim-indication_helper-devel 
sblim-sfcb sblim-testsuite
-Version:1.6.0
+Version:1.6.1
 Release:1
 Group:  System/Management
 License:Eclipse Public License 1.0
@@ -29,10 +29,10 @@
 Url:http://sblim.wiki.sourceforge.net/
 Source0:
http://prdownloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
 Source1:sblim-cmpi-base-rpmlintrc
-# PATCH-FEATURE-OPENSUSE sblim-cmpi-base-1.5.9-methods-enable.patch [ 
bnc#470670 ] mhruse...@suse.cz -- Enables methods by default
-Patch0: sblim-cmpi-base-1.5.9-methods-enable.patch
-# PATCH-FIX-UPSTREAM sblim-cmpi-base-1.5.9-missing-fclose.patch [ bnc#530325 
upstream#2843613 ] mhruse...@suse.cz -- Adding missing fclose
-Patch1: sblim-cmpi-base-1.5.9-missing-fclose.patch
+# PATCH-FEATURE-OPENSUSE sblim-cmpi-base-%{version}-methods-enable.patch [ 
bnc#470670 ] mhruse...@suse.cz -- Enables methods by default
+Patch0: sblim-cmpi-base-%{version}-methods-enable.patch
+# PATCH-FIX-UPSTREAM sblim-cmpi-base-%{version}-missing-fclose.patch [ 
bnc#530325 upstream#2843613 ] mhruse...@suse.cz -- Adding missing fclose
+Patch1: sblim-cmpi-base-%{version}-missing-fclose.patch
 Summary:SBLIM Base Instrumentation
 
 %description
@@ -86,7 +86,12 @@
 %{__make}
 
 %install
+%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 
0%{?fedora} || 0%{?rhel}
+rm -rf $RPM_BUILD_ROOT
+make DESTDIR=$RPM_BUILD_ROOT install
+%else
 %makeinstall docdir=%{_docdir}/%{name}
+%endif
 # don't delete .la's until we sort out if sfcb/openwbem/pegasus use ltdlopen()
 # %{__rm} %{buildroot}%{_libdir}/{libcmpiOSBase_Common,libdmiinfo}.la
 # remove unused libtool files
@@ -132,7 +137,12 @@
 
 %files
 %defattr(-,root,root) 
+%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 
0%{?fedora} || 0%{?rhel}
+%docdir %{_datadir}/doc/%{name}-%{version}
+%doc %{_datadir}/doc/%{name}-%{version}
+%else
 %doc %{_docdir}/%{name}
+%endif
 %dir %{_libdir}/cmpi/
 %{_libdir}/cmpi/libcmpiOSBase*.so
 %{_libdir}/libcmpiOSBase_Common.so.*

++ sblim-cmpi-base-1.5.9-methods-enable.patch - 
sblim-cmpi-base-1.6.1-methods-enable.patch ++
--- sblim-cmpi-base/sblim-cmpi-base-1.5.9-methods-enable.patch  2009-03-09 
14:33:56.0 +0100
+++ 
/mounts/work_src_done/STABLE/sblim-cmpi-base/sblim-cmpi-base-1.6.1-methods-enable.patch
 2011-05-20 10:48:24.0 +0200
@@ -1,5 +1,6 @@
 mof/Linux_BaseIndication.registration  2005-06-07 15:12:43.0 
+0200
-+++ mof/Linux_BaseIndication.registration  2009-03-09 14:08:47.187964574 
+0100
+diff -wruN -x '*~' 
../orig-sblim-cmpi-base-1.6.1/mof/Linux_BaseIndication.registration