File project.diff of Package sblim-sfcc
--- sblim-sfcc.changes.orig
+++ sblim-sfcc.changes
@@ -1,4 +1,17 @@
-------------------------------------------------------------------
+Thu Mar 5 20:56:48 CET 2009 - mhrusecky@suse.cz
+
+- update to 2.2.0
+ * Bugs:
+ - 2596921: v2test_ei test fails when using CIMXML interface
+ - 2431835: XML client library not found.
+ - 2270179: Missing includes and values in return statements
+ - 2158091: sfcb modules belong in private dir
+ - 2102345: missing configuration of CIM-HOST-PORT in sblim-sfcc
+ - 2102339: Missing ret values in sblim-sfcc
+ * Dropped merged patches
+
+-------------------------------------------------------------------
Wed Nov 12 16:19:10 CET 2008 - prusnak@suse.cz
- added 5 more fixes to retval.patch
--- sblim-sfcc.spec.orig
+++ sblim-sfcc.spec
@@ -1,7 +1,7 @@
#
-# spec file for package sblim-sfcc (Version 2.1.0)
+# spec file for package sblim-sfcc (Version 2.2.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
@@ -19,19 +19,23 @@
Name: sblim-sfcc
-Version: 2.1.0
+Version: 2.2.0
Release: 6
Url: http://sblim.wiki.sourceforge.net/
License: Other uncritical OpenSource License
Group: System/Management
Summary: Small Footprint CIM Client Library
Source: %{name}-%{version}.tar.bz2
-Patch0: %{name}-%{version}-includes.patch
-Patch1: %{name}-%{version}-retval.patch
-Patch2: %{name}-%{version}-cimhostport.patch
+# PATCH-FIX-UPSTREAM %{name}-2.2.0-missing-includes.patch [ upstream#2793377 ] mhrusecky@suse.cz -- add missing includes
+# https://sourceforge.net/tracker/?func=detail&aid=2793377&group_id=128809&atid=712784
+Patch0: %{name}-2.2.0-missing-includes.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++
+%if 0%{?suse_version} > 1020
BuildRequires: libcurl-devel
+%else
+BuildRequires: curl-devel
+%endif
%description
Small Footprint CIM Client Library (sfcc) Runtime Libraries
@@ -44,25 +48,28 @@ Authors:
%package devel
License: Other uncritical OpenSource License
-Group: System/Management
Summary: Small Footprint CIM Client Library
-Requires: %{name} = %{version} glibc-devel
+Group: System/Management
+Requires: %{name} = %{version}
+Requires: glibc-devel
+
+%if 0%{?suse_version} > 1020
+Requires: libcurl-devel
+%else
+Requires: curl-devel
+%endif
%description devel
Small Footprint CIM Client Library (sfcc) Header Files and Link
Libraries
-
-
Authors:
--------
SBLIM Project
%prep
%setup -q
-%patch0
-%patch1
-%patch2
+%patch0 -p1
%build
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"