commit sblim-cmpi-base-plus for openSUSE:Factory
Hello community, here is the log from the commit of package sblim-cmpi-base-plus for openSUSE:Factory checked in at Thu Mar 26 00:34:13 CET 2009. -------- --- sblim-cmpi-base-plus/sblim-cmpi-base-plus.changes 2008-08-29 01:52:50.000000000 +0200 +++ sblim-cmpi-base-plus/sblim-cmpi-base-plus.changes 2009-03-24 01:04:08.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Mar 24 01:03:36 CET 2009 - crrodriguez@suse.de + +- fix build +- use --disable-static instead of removing static libraries at %install + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- sblim-cmpi-base-plus-1.0.0-implicit-fortify-decl.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sblim-cmpi-base-plus.spec ++++++ --- /var/tmp/diff_new_pack.Lm4063/_old 2009-03-26 00:32:48.000000000 +0100 +++ /var/tmp/diff_new_pack.Lm4063/_new 2009-03-26 00:32:48.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package sblim-cmpi-base-plus (Version 1.0.0) # -# 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 @@ -28,7 +28,7 @@ Url: http://www.omc-project.org # Increment the version every time the source code changes. Version: 1.0.0 -Release: 30 +Release: 39 Group: System/Management Summary: Additional SBLIM Base Instrumentation PreReq: coreutils @@ -41,6 +41,7 @@ Requires: sblim-cmpiutil Requires: cim-server Source0: %{name}-%{version}.tar.gz +Patch0: sblim-cmpi-base-plus-1.0.0-implicit-fortify-decl.patch %description Additional Standards Based Linux Instrumentation Base Providers @@ -55,7 +56,8 @@ %prep # Untar the sources. -%setup -n %{name}-%{version} +%setup -q +%patch0 %build # If the LD_RUN_PATH environment variable is set at link time, @@ -66,7 +68,7 @@ autoreconf --force --install CFLAGS="$RPM_OPT_FLAGS -fstack-protector" \ CXXFLAGS="$RPM_OPT_FLAGS -fstack-protector" \ -%configure +%configure --disable-static --with-pic %{__make} %install @@ -77,8 +79,7 @@ install mof/*.mof $MOFDIR/ install mof/*.registration $MOFDIR/ #remove unnecessary files -%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/cmpi/*.{a,la} -%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/libcmpi_*.{a,la} +find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} + %if 0%{?build_cimple_providers} == 0 %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/libcmpi_*.so* %endif @@ -117,7 +118,10 @@ %{_datadir}/%{name}/* %changelog -* Thu Aug 28 2008 npaxton@novell.com +* Tue Mar 24 2009 crrodriguez@suse.de +- fix build +- use --disable-static instead of removing static libraries at %%install +* Fri Aug 29 2008 npaxton@novell.com - Remove /usr/sbin/provider-register.sh from PreReq * Mon Aug 25 2008 npaxton@novell.com - Cleanup spec file (minor changes) ++++++ sblim-cmpi-base-plus-1.0.0-implicit-fortify-decl.patch ++++++ Index: src/providers/operating-system/LinuxInstalledOS.c =================================================================== --- src/providers/operating-system/LinuxInstalledOS.c.orig 2008-05-23 20:27:11.000000000 +0200 +++ src/providers/operating-system/LinuxInstalledOS.c 2009-03-24 01:00:18.000000000 +0100 @@ -33,7 +33,7 @@ #include "cmpidt.h" #include "cmpift.h" #include "cmpimacs.h" - +#include <stdio.h> #include <cmpiutil/string.h> #include <cmpiutil/base.h> #include <cmpiutil/cmpiUtils.h> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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