commit sblim-cmpi-base for openSUSE:Factory
Hello community, here is the log from the commit of package sblim-cmpi-base for openSUSE:Factory checked in at Thu Feb 26 18:40:55 CET 2009. -------- --- sblim-cmpi-base/sblim-cmpi-base.changes 2008-08-25 18:46:27.000000000 +0200 +++ sblim-cmpi-base/sblim-cmpi-base.changes 2009-02-25 11:20:24.000000000 +0100 @@ -1,0 +2,24 @@ +Wed Feb 25 11:04:10 CET 2009 - mhrusecky@suse.cz + +- avoiding version info in libcmpiOSBase_OperatingSystemProvider + +------------------------------------------------------------------- +Mon Dec 15 18:46:14 CET 2008 - mhrusecky@suse.cz + +- update to version 1.5.8 + o Bugs + - 2384043: incorrect process count + - 2308219: invokeMethod doesn't test parameter type + - 1203827: update cmpi-base README.INDICATION for sfcb support + - 2169940: Linux_Processor: reports wrong value for load + percentage + - 2065946: OSBase ProcessorProvider crashes on some platforms + - 2093965: Linux_OperatingSystem fails to set some properties + - 2093799: distro version script guesses wrong + - 2089546: CIM_OS_DISTRO should only be intialized once + - 1883918: OperatingSystem provider segfaults on file not found + - 2089383: Shared library use of _init/_fini obsolete + - 1832839: OSBase OperatingSystem provider returns wrong max + processes + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- sblim-cmpi-base-1.5.6.tar.bz2 New: ---- sblim-cmpi-base-1.5.8-avoid-version.patch sblim-cmpi-base-1.5.8.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sblim-cmpi-base.spec ++++++ --- /var/tmp/diff_new_pack.Qf3614/_old 2009-02-26 18:39:04.000000000 +0100 +++ /var/tmp/diff_new_pack.Qf3614/_new 2009-02-26 18:39:04.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package sblim-cmpi-base (Version 1.5.6) +# spec file for package sblim-cmpi-base (Version 1.5.8) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 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,8 +20,8 @@ Name: sblim-cmpi-base BuildRequires: gcc-c++ sblim-cmpi-devel sblim-indication_helper-devel sblim-sfcb sblim-testsuite -Version: 1.5.6 -Release: 95 +Version: 1.5.8 +Release: 1 Group: System/Management License: IBM Public License BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -29,8 +29,9 @@ Url: http://sblim.wiki.sourceforge.net/ Source0: http://prdownloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2 Source1: sblim-cmpi-base-rpmlintrc -#Patch0: provider-register-with-ns.patch -#Patch1: provider-register-with-ow-loadmof.patch +# PATCH-FIX-UPSTREAM sblim-cmpi-base-1.5.8-avoid-version.patch [upstream tracker #2634178] mhrusecky@suse.cz -- using same '-avoid-version' for all providers +# https://sourceforge.net/tracker/index.php?func=detail&aid=2634178&group_id=1... +Patch0: %{name}-1.5.8-avoid-version.patch Summary: SBLIM Base Instrumentation %description @@ -75,8 +76,7 @@ %prep %setup -T -b 0 -n %{name}-%{version} -#%patch0 -b .provider-register-with-ns.patch -#%patch1 -b .provider-register-with-ow-loadmof.patch +%patch0 %build autoreconf -fi @@ -138,6 +138,7 @@ %files devel %defattr(-,root,root) %dir %{_includedir}/sblim +%{_libdir}/cmpi/libcmpiOSBase_OperatingSystemProvider.so %{_includedir}/sblim/* %{_libdir}/libcmpiOSBase_Common.so %{_libdir}/libdmiinfo.so @@ -156,6 +157,24 @@ %{_datadir}/sblim-testsuite/system/linux/createKeyFiles.sh %changelog +* Wed Feb 25 2009 mhrusecky@suse.cz +- avoiding version info in libcmpiOSBase_OperatingSystemProvider +* Mon Dec 15 2008 mhrusecky@suse.cz +- update to version 1.5.8 + o Bugs + - 2384043: incorrect process count + - 2308219: invokeMethod doesn't test parameter type + - 1203827: update cmpi-base README.INDICATION for sfcb support + - 2169940: Linux_Processor: reports wrong value for load + percentage + - 2065946: OSBase ProcessorProvider crashes on some platforms + - 2093965: Linux_OperatingSystem fails to set some properties + - 2093799: distro version script guesses wrong + - 2089546: CIM_OS_DISTRO should only be intialized once + - 1883918: OperatingSystem provider segfaults on file not found + - 2089383: Shared library use of _init/_fini obsolete + - 1832839: OSBase OperatingSystem provider returns wrong max + processes * Mon Aug 25 2008 npaxton@novell.com - Revert back some of changes: remove symlink in /usr/sbin @@ -178,7 +197,7 @@ ow-loadmof.sh and ow-rmmof.sh for openwbem cimom - added dependency on sblim-indication_helper-devel so will build indication support -* Sun Aug 05 2007 mrueckert@suse.de +* Mon Aug 06 2007 mrueckert@suse.de - update to version 1.5.6 o Bugs - 1626832 Test cases for class Linux_BaseBoard and association @@ -208,7 +227,7 @@ - make devel package require base package * Mon Nov 15 2004 ro@suse.de - fixed file list -* Tue May 18 2004 nashif@suse.de +* Wed May 19 2004 nashif@suse.de - Fix issue with empty dnsdomainname resulting in grep errors * Mon May 17 2004 ro@suse.de - fix spec file @@ -218,13 +237,13 @@ - #40275: consistence test for class Linux_Processor fails on Linux on S390 - Dereigster providers when uninstalling (#39667) -* Thu Apr 29 2004 nashif@suse.de +* Fri Apr 30 2004 nashif@suse.de - Install testsuite files * Fri Apr 16 2004 nashif@suse.de - Update version with bugfixes from IBM * Wed Apr 14 2004 nashif@suse.de - Added PreReq for loadmof.sh (#38891) -* Tue Apr 06 2004 nashif@suse.de +* Wed Apr 07 2004 nashif@suse.de - Update to latest version from the sblim project - register providers in %%post - Requires cim-server @@ -235,5 +254,5 @@ - really apply fpic patch. * Tue Mar 23 2004 meissner@suse.de - fixed lib64 handling, added -fPIC and RPM_OPT_FLAGS. -* Mon Mar 22 2004 nashif@suse.de +* Tue Mar 23 2004 nashif@suse.de - Initial Release ++++++ sblim-cmpi-base-1.5.8-avoid-version.patch ++++++ --- Makefile.am 2009-02-24 15:20:03.000000000 +0100 +++ Makefile.am 2009-02-24 15:39:28.000000000 +0100 @@ -70,7 +70,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 = -Wc,-avoid-version +libcmpiOSBase_OperatingSystemProvider_la_LDFLAGS = -avoid-version # Operating System Statistical Data libcmpiOSBase_OperatingSystemStatisticalDataProvider_la_SOURCES = \ ++++++ sblim-cmpi-base-1.5.6.tar.bz2 -> sblim-cmpi-base-1.5.8.tar.bz2 ++++++ ++++ 38139 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de