Hello community,

here is the log from the commit of package sblim-cmpi-devel for 
openSUSE:Factory checked in at 2012-08-04 13:28:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sblim-cmpi-devel (Old)
 and      /work/SRC/openSUSE:Factory/.sblim-cmpi-devel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sblim-cmpi-devel", Maintainer is "bwhite...@novell.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sblim-cmpi-devel/sblim-cmpi-devel.changes        
2012-03-09 21:28:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sblim-cmpi-devel.new/sblim-cmpi-devel.changes   
2012-08-04 13:28:22.000000000 +0200
@@ -1,0 +2,15 @@
+Wed Aug  1 09:55:11 UTC 2012 - kkae...@suse.com
+
+- Update to 2.0.3
+  Bugs Fixed:
+  - 3531598 several CmpiObjectPath methods leak memory
+  - 3531599 replace CMGetCharPtr with CMGetCharsPtr
+  - 3531597 returnData with char type fails
+  - 3531596 CmpiData uses wrong union for unsigned data
+
+  New Features:
+  - 3531601 add CmpiString constructor for char data
+  - 3531603 no way to determine internal type of CmpiData
+    (add getType function)
+
+-------------------------------------------------------------------

Old:
----
  CMPIString-const-char-constructor.patch
  sblim-cmpi-devel-2.0.2.tar.bz2

New:
----
  sblim-cmpi-devel-2.0.3.tar.bz2

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

Other differences:
------------------
++++++ sblim-cmpi-devel.spec ++++++
--- /var/tmp/diff_new_pack.5kOMrj/_old  2012-08-04 13:28:27.000000000 +0200
+++ /var/tmp/diff_new_pack.5kOMrj/_new  2012-08-04 13:28:27.000000000 +0200
@@ -16,9 +16,8 @@
 #
 
 
-
 Name:           sblim-cmpi-devel
-Version:        2.0.2
+Version:        2.0.3
 Release:        0
 Url:            http://sblim.sf.net/
 BuildRequires:  doxygen
@@ -33,7 +32,6 @@
 %else
 Patch:          opensuse-docdir.patch
 %endif
-Patch1:         CMPIString-const-char-constructor.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        SBLIM CMPI Provider Development Support
 License:        EPL-1.0
@@ -49,7 +47,9 @@
 
 %package -n sblim-cmpi-c++-devel
 Summary:        SBLIM CMPI Provider Development Support
-Requires:       libcmpiCppImpl0 %{name}
+Group:          Development/Libraries/C and C++
+Requires:       %{name}
+Requires:       libcmpiCppImpl0
 Conflicts:      tog-pegasus
 
 %description -n sblim-cmpi-c++-devel
@@ -62,6 +62,7 @@
 
 %package -n libcmpiCppImpl0
 Summary:        SBLIM CMPI Provider Development Support
+Group:          Development/Libraries/C and C++
 Conflicts:      tog-pegasus
 
 %description -n libcmpiCppImpl0
@@ -83,14 +84,11 @@
 # adapt docdir
 %patch
 %endif
-%patch1
+
 cp %{_sourcedir}/Doxyfile %{_builddir}/%{name}-%{version}/
 mkdir %{_builddir}/%{name}-%{version}/autodocs
 
 %build
-%if 0%{?suse_version}
-%{suse_update_config -f}
-%endif
 autoreconf --verbose --force --install
 %configure
 make %{?_smp_mflags}

++++++ sblim-cmpi-devel-2.0.2.tar.bz2 -> sblim-cmpi-devel-2.0.3.tar.bz2 ++++++
++++ 61817 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-devel-2.0.2/ChangeLog new/sblim-cmpi-devel-2.0.3/ChangeLog
--- old/sblim-cmpi-devel-2.0.2/ChangeLog        2011-07-13 23:37:36.000000000 
+0200
+++ new/sblim-cmpi-devel-2.0.3/ChangeLog        2012-07-31 06:03:31.000000000 
+0200
@@ -1,3 +1,45 @@
+2012-06-09  Tyrel Datwyler <tyr...@us.ibm.com>
+
+       * CmpiImpl.cpp, NEWS, cmpi/CmpiData.h:
+
+       Fixed 3531603: no way to determine internal type of CmpiData
+
+2012-06-05  Tyrel Datwyler <tyr...@us.ibm.com>
+
+       * CmpiImpl.cpp, NEWS:
+
+       Fixed 3531596: CmpiData uses wrong union for unsigned data
+
+2012-06-05  Tyrel Datwyler <tyr...@us.ibm.com>
+
+       * CmpiImpl.cpp, NEWS:
+
+       Fixed 3531597: returnData with char type fails
+
+2012-06-02  Tyrel Datwyler <tyr...@us.ibm.com>
+
+       * CmpiImpl.cpp, NEWS:
+
+       Fixed 3531599: replace CMGetCharPtr with CMGetCharsPtr
+
+2012-06-02  Tyrel Datwyler <tyr...@us.ibm.com>
+
+       * CmpiImpl.cpp, NEWS:
+
+       Fixed 3531598: several CmpiObjectPath methods leak memory
+
+2012-06-02  Tyrel Datwyler <tyr...@us.ibm.com>
+
+       * CmpiImpl.cpp, NEWS, cmpi/CmpiString.h:
+
+       Fixed 3531601: add CmpiString constructor for char data
+
+2011-07-13  Tyrel Datwyler <tyr...@us.ibm.com>
+
+       * ChangeLog, NEWS, configure.ac:
+
+       Updated release version to 2.0.2
+
 2011-05-17  Tyrel Datwyler <tyr...@us.ibm.com>
 
        * NEWS, cmpi/cmpios.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-devel-2.0.2/CmpiImpl.cpp new/sblim-cmpi-devel-2.0.3/CmpiImpl.cpp
--- old/sblim-cmpi-devel-2.0.2/CmpiImpl.cpp     2009-08-19 03:21:57.000000000 
+0200
+++ new/sblim-cmpi-devel-2.0.3/CmpiImpl.cpp     2012-06-10 03:30:07.000000000 
+0200
@@ -1,6 +1,6 @@
 /*
  *
- * $Id: CmpiImpl.cpp,v 1.11 2009/08/19 01:21:57 tyreld Exp $
+ * $Id: CmpiImpl.cpp,v 1.17 2012/06/10 01:30:07 tyreld Exp $
  *
  * (C) Copyright IBM Corp. 2003, 2005, 2008
  *
@@ -858,25 +858,25 @@
 
 CmpiData::CmpiData(CMPIUint8 d) {
    _data.state=CMPI_goodValue;
-   _data.value.sint8=d;
+   _data.value.uint8=d;
    _data.type=CMPI_uint8;
 }
 
 CmpiData::CmpiData(CMPIUint16 d) {
    _data.state=CMPI_goodValue;
-   _data.value.sint16=d;
+   _data.value.uint16=d;
    _data.type=CMPI_uint16;
 }
 
 CmpiData::CmpiData(CMPIUint32 d) {
    _data.state=CMPI_goodValue;
-   _data.value.sint32=d;
+   _data.value.uint32=d;
    _data.type=CMPI_uint32;
 }
 
 CmpiData::CmpiData(CMPIUint64 d) {
    _data.state=CMPI_goodValue;
-   _data.value.sint64=d;
+   _data.value.uint64=d;
    _data.type=CMPI_uint64;
 }
 
@@ -1042,6 +1042,10 @@
   return (_data.state & CMPI_notFound);
 }
 
+CMPIType CmpiData::getType() const {
+    return _data.type;
+}
+
 
 //---------------------------------------------------
 //--
@@ -1133,7 +1137,7 @@
      else
        throw CmpiStatus(rc.rc,name->charPtr());
    }
-   if (name) *name=*(new CmpiString(s));
+   if (name) *name=CmpiString(s);
    return d;
 };
 
@@ -1188,7 +1192,7 @@
 }
 
 const char*  CmpiStatus::msg() {
-   return st.msg ? CMGetCharPtr(st.msg) : 0;
+   return st.msg ? CMGetCharsPtr(st.msg,NULL) : 0;
 }
 
 CmpiStatus::CmpiStatus() {
@@ -1252,7 +1256,7 @@
 
 void *CmpiObjectPath::makeObjectPath(CMPIBroker *mb, const CmpiString& ns, 
const char *cls) {
    CMPIStatus rc={CMPI_RC_OK,NULL};
-   void *op=mb->eft->newObjectPath(mb,CMGetCharPtr(ns.getEnc()),cls,&rc);
+   void *op=mb->eft->newObjectPath(mb,CMGetCharsPtr(ns.getEnc(),NULL),cls,&rc);
    if (rc.rc!=CMPI_RC_OK) throw CmpiStatus(rc);
    return op;
 }
@@ -1268,7 +1272,7 @@
    CMPIStatus rc={CMPI_RC_OK,NULL};
    CMPIString *s=getEnc()->ft->getNameSpace(getEnc(),&rc);
    if (rc.rc!=CMPI_RC_OK) throw CmpiStatus(rc);
-   return *new CmpiString(s);
+   return CmpiString(s);
 }
 
 void CmpiObjectPath::setNameSpace(const char* ns) {
@@ -1280,7 +1284,7 @@
    CMPIStatus rc={CMPI_RC_OK,NULL};
    CMPIString *s=getEnc()->ft->getHostname(getEnc(),&rc);
    if (rc.rc!=CMPI_RC_OK) throw CmpiStatus(rc);
-   return *new CmpiString(s);
+   return CmpiString(s);
 }
 
 void CmpiObjectPath::setHostname(const char* hn) {
@@ -1292,7 +1296,7 @@
    CMPIStatus rc={CMPI_RC_OK,NULL};
    CMPIString *s=getEnc()->ft->getClassName(getEnc(),&rc);
    if (rc.rc!=CMPI_RC_OK) throw CmpiStatus(rc);
-   return *new CmpiString(s);
+   return CmpiString(s);
 }
 
 void CmpiObjectPath::setClassName(const char* cn) {
@@ -1321,7 +1325,7 @@
    CMPIString *s;
    d._data=getEnc()->ft->getKeyAt(getEnc(),(int)pos,&s,&rc);
    if (rc.rc!=CMPI_RC_OK) throw CmpiStatus(rc);
-   if (name) *name=*(new CmpiString(s));
+   if (name) *name=CmpiString(s);
    return d;
 }
 
@@ -1353,7 +1357,8 @@
 }
 
 void CmpiResult::returnData(const CmpiData& d) {
-   CMPIStatus 
rc=getEnc()->ft->returnData(getEnc(),&d._data.value,d._data.type);
+   CMPIStatus rc=getEnc()->ft->returnData(getEnc(),
+           (d._data.type!=CMPI_chars) ? &d._data.value : (CMPIValue 
*)d._data.value.chars, d._data.type);
    if (rc.rc!=CMPI_RC_OK) throw CmpiStatus(rc);
 }
 
@@ -1558,6 +1563,11 @@
   enc=CMNewString(CmpiProviderBase::getBroker(),s.charPtr(),NULL);
 }
 
+CmpiString::CmpiString(const char * s)
+{
+    enc=CMNewString(CmpiProviderBase::getBroker(),(char *)s,NULL);
+}
+
 CmpiString::CmpiString(CMPIString* c) {
    enc=c;
 }
@@ -1638,7 +1648,7 @@
      else
        throw CmpiStatus(rc.rc,name->charPtr());
    }
-   if (name) *name=*(new CmpiString(s));
+   if (name) *name=CmpiString(s);
    return d;
 }
 
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-devel-2.0.2/INSTALL new/sblim-cmpi-devel-2.0.3/INSTALL
--- old/sblim-cmpi-devel-2.0.2/INSTALL  2008-06-06 21:56:23.000000000 +0200
+++ new/sblim-cmpi-devel-2.0.3/INSTALL  2011-02-19 03:47:06.000000000 +0100
@@ -2,18 +2,24 @@
 *************************
 
 Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006, 2007 Free Software Foundation, Inc.
+2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
-This file is free documentation; the Free Software Foundation gives
-unlimited permission to copy, distribute and modify it.
+   Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.  This file is offered as-is,
+without warranty of any kind.
 
 Basic Installation
 ==================
 
-Briefly, the shell commands `./configure; make; make install' should
+   Briefly, the shell commands `./configure; make; make install' should
 configure, build, and install this package.  The following
 more-detailed instructions are generic; see the `README' file for
-instructions specific to this package.
+instructions specific to this package.  Some packages provide this
+`INSTALL' file but do not implement all of the features documented
+below.  The lack of an optional feature in a given package is not
+necessarily a bug.  More recommendations for GNU packages can be found
+in *note Makefile Conventions: (standards)Makefile Conventions.
 
    The `configure' shell script attempts to guess correct values for
 various system-dependent variables used during compilation.  It uses
@@ -42,7 +48,7 @@
 you want to change it or regenerate `configure' using a newer version
 of `autoconf'.
 
-The simplest way to compile this package is:
+   The simplest way to compile this package is:
 
   1. `cd' to the directory containing the package's source code and type
      `./configure' to configure the package for your system.
@@ -53,12 +59,22 @@
   2. Type `make' to compile the package.
 
   3. Optionally, type `make check' to run any self-tests that come with
-     the package.
+     the package, generally using the just-built uninstalled binaries.
 
   4. Type `make install' to install the programs and any data files and
-     documentation.
+     documentation.  When installing into a prefix owned by root, it is
+     recommended that the package be configured and built as a regular
+     user, and only the `make install' phase executed with root
+     privileges.
+
+  5. Optionally, type `make installcheck' to repeat any self-tests, but
+     this time using the binaries in their final installed location.
+     This target does not install anything.  Running this target as a
+     regular user, particularly if the prior `make install' required
+     root privileges, verifies that the installation completed
+     correctly.
 
-  5. You can remove the program binaries and object files from the
+  6. You can remove the program binaries and object files from the
      source code directory by typing `make clean'.  To also remove the
      files that `configure' created (so you can compile the package for
      a different kind of computer), type `make distclean'.  There is
@@ -67,15 +83,22 @@
      all sorts of other programs in order to regenerate files that came
      with the distribution.
 
-  6. Often, you can also type `make uninstall' to remove the installed
-     files again.
+  7. Often, you can also type `make uninstall' to remove the installed
+     files again.  In practice, not all packages have tested that
+     uninstallation works correctly, even though it is required by the
+     GNU Coding Standards.
+
+  8. Some packages, particularly those that use Automake, provide `make
+     distcheck', which can by used by developers to test that all other
+     targets like `make install' and `make uninstall' work correctly.
+     This target is generally not run by end users.
 
 Compilers and Options
 =====================
 
-Some systems require unusual options for compilation or linking that the
-`configure' script does not know about.  Run `./configure --help' for
-details on some of the pertinent environment variables.
+   Some systems require unusual options for compilation or linking that
+the `configure' script does not know about.  Run `./configure --help'
+for details on some of the pertinent environment variables.
 
    You can give `configure' initial values for configuration parameters
 by setting variables in the command line or in the environment.  Here
@@ -88,25 +111,41 @@
 Compiling For Multiple Architectures
 ====================================
 
-You can compile the package for more than one kind of computer at the
+   You can compile the package for more than one kind of computer at the
 same time, by placing the object files for each architecture in their
 own directory.  To do this, you can use GNU `make'.  `cd' to the
 directory where you want the object files and executables to go and run
 the `configure' script.  `configure' automatically checks for the
-source code in the directory that `configure' is in and in `..'.
+source code in the directory that `configure' is in and in `..'.  This
+is known as a "VPATH" build.
 
    With a non-GNU `make', it is safer to compile the package for one
 architecture at a time in the source code directory.  After you have
 installed the package for one architecture, use `make distclean' before
 reconfiguring for another architecture.
 
+   On MacOS X 10.5 and later systems, you can create libraries and
+executables that work on multiple system types--known as "fat" or
+"universal" binaries--by specifying multiple `-arch' options to the
+compiler but only a single `-arch' option to the preprocessor.  Like
+this:
+
+     ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
+                 CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
+                 CPP="gcc -E" CXXCPP="g++ -E"
+
+   This is not guaranteed to produce working output in all cases, you
+may have to build one architecture at a time and combine the results
+using the `lipo' tool if you have problems.
+
 Installation Names
 ==================
 
-By default, `make install' installs the package's commands under
+   By default, `make install' installs the package's commands under
 `/usr/local/bin', include files under `/usr/local/include', etc.  You
 can specify an installation prefix other than `/usr/local' by giving
-`configure' the option `--prefix=PREFIX'.
+`configure' the option `--prefix=PREFIX', where PREFIX must be an
+absolute file name.
 
    You can specify separate installation prefixes for
 architecture-specific files and architecture-independent files.  If you
@@ -117,16 +156,47 @@
    In addition, if you use an unusual directory layout you can give
 options like `--bindir=DIR' to specify different values for particular
 kinds of files.  Run `configure --help' for a list of the directories
-you can set and what kinds of files go in them.
+you can set and what kinds of files go in them.  In general, the
+default for these options is expressed in terms of `${prefix}', so that
+specifying just `--prefix' will affect all of the other directory
+specifications that were not explicitly provided.
+
+   The most portable way to affect installation locations is to pass the
+correct locations to `configure'; however, many packages provide one or
+both of the following shortcuts of passing variable assignments to the
+`make install' command line to change installation locations without
+having to reconfigure or recompile.
+
+   The first method involves providing an override variable for each
+affected directory.  For example, `make install
+prefix=/alternate/directory' will choose an alternate location for all
+directory configuration variables that were expressed in terms of
+`${prefix}'.  Any directories that were specified during `configure',
+but not in terms of `${prefix}', must each be overridden at install
+time for the entire installation to be relocated.  The approach of
+makefile variable overrides for each directory variable is required by
+the GNU Coding Standards, and ideally causes no recompilation.
+However, some platforms have known limitations with the semantics of
+shared libraries that end up requiring recompilation when using this
+method, particularly noticeable in packages that use GNU Libtool.
+
+   The second method involves providing the `DESTDIR' variable.  For
+example, `make install DESTDIR=/alternate/directory' will prepend
+`/alternate/directory' before all installation names.  The approach of
+`DESTDIR' overrides is not required by the GNU Coding Standards, and
+does not work on platforms that have drive letters.  On the other hand,
+it does better at avoiding recompilation issues, and works well even
+when some directory options were not specified in terms of `${prefix}'
+at `configure' time.
+
+Optional Features
+=================
 
    If the package supports it, you can cause programs to be installed
 with an extra prefix or suffix on their names by giving `configure' the
 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
 
-Optional Features
-=================
-
-Some packages pay attention to `--enable-FEATURE' options to
+   Some packages pay attention to `--enable-FEATURE' options to
 `configure', where FEATURE indicates an optional part of the package.
 They may also pay attention to `--with-PACKAGE' options, where PACKAGE
 is something like `gnu-as' or `x' (for the X Window System).  The
@@ -138,14 +208,53 @@
 you can use the `configure' options `--x-includes=DIR' and
 `--x-libraries=DIR' to specify their locations.
 
+   Some packages offer the ability to configure how verbose the
+execution of `make' will be.  For these packages, running `./configure
+--enable-silent-rules' sets the default to minimal output, which can be
+overridden with `make V=1'; while running `./configure
+--disable-silent-rules' sets the default to verbose, which can be
+overridden with `make V=0'.
+
+Particular systems
+==================
+
+   On HP-UX, the default C compiler is not ANSI C compatible.  If GNU
+CC is not installed, it is recommended to use the following options in
+order to use an ANSI C compiler:
+
+     ./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
+
+and if that doesn't work, install pre-built binaries of GCC for HP-UX.
+
+   On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
+parse its `<wchar.h>' header file.  The option `-nodtk' can be used as
+a workaround.  If GNU CC is not installed, it is therefore recommended
+to try
+
+     ./configure CC="cc"
+
+and if that doesn't work, try
+
+     ./configure CC="cc -nodtk"
+
+   On Solaris, don't put `/usr/ucb' early in your `PATH'.  This
+directory contains several dysfunctional programs; working variants of
+these programs are available in `/usr/bin'.  So, if you need `/usr/ucb'
+in your `PATH', put it _after_ `/usr/bin'.
+
+   On Haiku, software installed for all users goes in `/boot/common',
+not `/usr/local'.  It is recommended to use the following options:
+
+     ./configure --prefix=/boot/common
+
 Specifying the System Type
 ==========================
 
-There may be some features `configure' cannot figure out automatically,
-but needs to determine by the type of machine the package will run on.
-Usually, assuming the package is built to be run on the _same_
-architectures, `configure' can figure that out, but if it prints a
-message saying it cannot guess the machine type, give it the
+   There may be some features `configure' cannot figure out
+automatically, but needs to determine by the type of machine the package
+will run on.  Usually, assuming the package is built to be run on the
+_same_ architectures, `configure' can figure that out, but if it prints
+a message saying it cannot guess the machine type, give it the
 `--build=TYPE' option.  TYPE can either be a short name for the system
 type, such as `sun4', or a canonical name which has the form:
 
@@ -153,7 +262,8 @@
 
 where SYSTEM can have one of these forms:
 
-     OS KERNEL-OS
+     OS
+     KERNEL-OS
 
    See the file `config.sub' for the possible values of each field.  If
 `config.sub' isn't included in this package, then this package doesn't
@@ -171,9 +281,9 @@
 Sharing Defaults
 ================
 
-If you want to set default values for `configure' scripts to share, you
-can create a site shell script called `config.site' that gives default
-values for variables like `CC', `cache_file', and `prefix'.
+   If you want to set default values for `configure' scripts to share,
+you can create a site shell script called `config.site' that gives
+default values for variables like `CC', `cache_file', and `prefix'.
 `configure' looks for `PREFIX/share/config.site' if it exists, then
 `PREFIX/etc/config.site' if it exists.  Or, you can set the
 `CONFIG_SITE' environment variable to the location of the site script.
@@ -182,7 +292,7 @@
 Defining Variables
 ==================
 
-Variables not defined in a site shell script can be set in the
+   Variables not defined in a site shell script can be set in the
 environment passed to `configure'.  However, some packages may run
 configure again during the build, and the customized values of these
 variables may be lost.  In order to avoid this problem, you should set
@@ -201,11 +311,19 @@
 `configure' Invocation
 ======================
 
-`configure' recognizes the following options to control how it operates.
+   `configure' recognizes the following options to control how it
+operates.
 
 `--help'
 `-h'
-     Print a summary of the options to `configure', and exit.
+     Print a summary of all of the options to `configure', and exit.
+
+`--help=short'
+`--help=recursive'
+     Print a summary of the options unique to this package's
+     `configure', and exit.  The `short' variant lists options used
+     only in the top level, while the `recursive' variant lists options
+     also present in any nested packages.
 
 `--version'
 `-V'
@@ -232,6 +350,16 @@
      Look for the package's source code in directory DIR.  Usually
      `configure' can determine that directory automatically.
 
+`--prefix=DIR'
+     Use DIR as the installation prefix.  *note Installation Names::
+     for more details, including other options available for fine-tuning
+     the installation locations.
+
+`--no-create'
+`-n'
+     Run the configure checks, but stop before creating any output
+     files.
+
 `configure' also accepts some other, not widely useful, options.  Run
 `configure --help' for more details.
 
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-devel-2.0.2/NEWS new/sblim-cmpi-devel-2.0.3/NEWS
--- old/sblim-cmpi-devel-2.0.2/NEWS     2011-07-13 23:36:37.000000000 +0200
+++ new/sblim-cmpi-devel-2.0.3/NEWS     2012-07-31 05:58:59.000000000 +0200
@@ -1,3 +1,16 @@
+Changes in 2.0.3
+================
+
+Bugs Fixed:
+- 3531598 several CmpiObjectPath methods leak memory
+- 3531599 replace CMGetCharPtr with CMGetCharsPtr
+- 3531597 returnData with char type fails
+- 3531596 CmpiData uses wrong union for unsigned data
+
+New Features:
+- 3531601 add CmpiString constructor for char data
+- 3531603 no way to determine internal type of CmpiData (add getType function)
+
 Changes in 2.0.2
 ================
 
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-devel-2.0.2/cmpi/CmpiData.h 
new/sblim-cmpi-devel-2.0.3/cmpi/CmpiData.h
--- old/sblim-cmpi-devel-2.0.2/cmpi/CmpiData.h  2008-07-09 21:36:59.000000000 
+0200
+++ new/sblim-cmpi-devel-2.0.3/cmpi/CmpiData.h  2012-06-10 03:30:08.000000000 
+0200
@@ -1,6 +1,6 @@
 /*
  *
- * $Id: CmpiData.h,v 1.4 2008/07/09 19:36:59 tyreld Exp $
+ * $Id: CmpiData.h,v 1.5 2012/06/10 01:30:08 tyreld Exp $
  *
  * (C) Copyright IBM Corp. 2003, 2005, 2008
  *
@@ -205,6 +205,10 @@
    /** test for not found value
    */
    int isNotFound() const;
+   
+   /** get internal data type
+    */
+   CMPIType getType() const;
 };
 
 #endif
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-devel-2.0.2/cmpi/CmpiString.h 
new/sblim-cmpi-devel-2.0.3/cmpi/CmpiString.h
--- old/sblim-cmpi-devel-2.0.2/cmpi/CmpiString.h        2008-07-09 
21:36:59.000000000 +0200
+++ new/sblim-cmpi-devel-2.0.3/cmpi/CmpiString.h        2012-06-03 
06:51:10.000000000 +0200
@@ -1,6 +1,6 @@
 /*
  *
- * $Id: CmpiString.h,v 1.3 2008/07/09 19:36:59 tyreld Exp $
+ * $Id: CmpiString.h,v 1.4 2012/06/03 04:51:10 tyreld Exp $
  *
  * (C) Copyright IBM Corp. 2003, 2005, 2008
  *
@@ -71,6 +71,10 @@
    */
    CmpiString();
 
+   /** Constructor - char *
+    */
+   CmpiString(const char * s);
+
    /** Constructor - Copy constructor
    */
    CmpiString(const CmpiString& s);
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-devel-2.0.2/config.h.in new/sblim-cmpi-devel-2.0.3/config.h.in
--- old/sblim-cmpi-devel-2.0.2/config.h.in      2011-07-13 23:37:07.000000000 
+0200
+++ new/sblim-cmpi-devel-2.0.3/config.h.in      2012-07-31 06:11:49.000000000 
+0200
@@ -45,6 +45,10 @@
 /* Define to 1 if the system has the type `_Bool'. */
 #undef HAVE__BOOL
 
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+   */
+#undef LT_OBJDIR
+
 /* Name of package */
 #undef PACKAGE
 
@@ -60,6 +64,9 @@
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME
 
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
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-devel-2.0.2/configure.ac new/sblim-cmpi-devel-2.0.3/configure.ac
--- old/sblim-cmpi-devel-2.0.2/configure.ac     2011-07-13 23:36:48.000000000 
+0200
+++ new/sblim-cmpi-devel-2.0.3/configure.ac     2012-07-31 06:01:49.000000000 
+0200
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT(sblim-cmpi-devel, 2.0.2, <sblim-de...@lists.sourceforge.net>)
+AC_INIT(sblim-cmpi-devel, 2.0.3, <sblim-de...@lists.sourceforge.net>)
 AC_CONFIG_SRCDIR([CmpiImpl.cpp])
 AC_CONFIG_HEADER([config.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-devel-2.0.2/missing new/sblim-cmpi-devel-2.0.3/missing
--- old/sblim-cmpi-devel-2.0.2/missing  2008-06-06 21:56:23.000000000 +0200
+++ new/sblim-cmpi-devel-2.0.3/missing  2011-02-19 03:47:07.000000000 +0100
@@ -1,10 +1,10 @@
 #! /bin/sh
 # Common stub for a few missing GNU programs while installing.
 
-scriptversion=2006-05-10.23
+scriptversion=2009-04-28.21; # UTC
 
-# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006
-#   Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006,
+# 2008, 2009 Free Software Foundation, Inc.
 # Originally by Fran,cois Pinard <pin...@iro.umontreal.ca>, 1996.
 
 # This program is free software; you can redistribute it and/or modify
@@ -18,9 +18,7 @@
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301, USA.
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
@@ -89,6 +87,9 @@
   tar          try tar, gnutar, gtar, then tar without non-portable flags
   yacc         create \`y.tab.[ch]', if possible, from existing .[ch]
 
+Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and
+\`g' are ignored when checking the name.
+
 Send bug reports to <bug-autom...@gnu.org>."
     exit $?
     ;;
@@ -106,15 +107,22 @@
 
 esac
 
+# normalize program name to check for.
+program=`echo "$1" | sed '
+  s/^gnu-//; t
+  s/^gnu//; t
+  s/^g//; t'`
+
 # Now exit if we have it, but it failed.  Also exit now if we
 # don't have it and --version was passed (most likely to detect
-# the program).
+# the program).  This is about non-GNU programs, so use $1 not
+# $program.
 case $1 in
-  lex|yacc)
+  lex*|yacc*)
     # Not GNU programs, they don't have --version.
     ;;
 
-  tar)
+  tar*)
     if test -n "$run"; then
        echo 1>&2 "ERROR: \`tar' requires --run"
        exit 1
@@ -138,7 +146,7 @@
 
 # If it does not exist, or fails to run (possibly an outdated version),
 # try to emulate it.
-case $1 in
+case $program in
   aclocal*)
     echo 1>&2 "\
 WARNING: \`$1' is $msg.  You should only need it if
@@ -148,7 +156,7 @@
     touch aclocal.m4
     ;;
 
-  autoconf)
+  autoconf*)
     echo 1>&2 "\
 WARNING: \`$1' is $msg.  You should only need it if
          you modified \`${configure_ac}'.  You might want to install the
@@ -157,7 +165,7 @@
     touch configure
     ;;
 
-  autoheader)
+  autoheader*)
     echo 1>&2 "\
 WARNING: \`$1' is $msg.  You should only need it if
          you modified \`acconfig.h' or \`${configure_ac}'.  You might want
@@ -187,7 +195,7 @@
           while read f; do touch "$f"; done
     ;;
 
-  autom4te)
+  autom4te*)
     echo 1>&2 "\
 WARNING: \`$1' is needed, but is $msg.
          You might have modified some files without having the
@@ -210,7 +218,7 @@
     fi
     ;;
 
-  bison|yacc)
+  bison*|yacc*)
     echo 1>&2 "\
 WARNING: \`$1' $msg.  You should only need it if
          you modified a \`.y' file.  You may need the \`Bison' package
@@ -240,7 +248,7 @@
     fi
     ;;
 
-  lex|flex)
+  lex*|flex*)
     echo 1>&2 "\
 WARNING: \`$1' is $msg.  You should only need it if
          you modified a \`.l' file.  You may need the \`Flex' package
@@ -263,7 +271,7 @@
     fi
     ;;
 
-  help2man)
+  help2man*)
     echo 1>&2 "\
 WARNING: \`$1' is $msg.  You should only need it if
         you modified a dependency of a manual page.  You may need the
@@ -277,11 +285,11 @@
     else
        test -z "$file" || exec >$file
        echo ".ab help2man is required to generate this page"
-       exit 1
+       exit $?
     fi
     ;;
 
-  makeinfo)
+  makeinfo*)
     echo 1>&2 "\
 WARNING: \`$1' is $msg.  You should only need it if
          you modified a \`.texi' or \`.texinfo' file, or any other file
@@ -310,7 +318,7 @@
     touch $file
     ;;
 
-  tar)
+  tar*)
     shift
 
     # We have already tried tar in the generic part.
@@ -363,5 +371,6 @@
 # eval: (add-hook 'write-file-hooks 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-end: "$"
+# time-stamp-time-zone: "UTC"
+# time-stamp-end: "; # UTC"
 # End:
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-devel-2.0.2/sblim-cmpi-devel.spec 
new/sblim-cmpi-devel-2.0.3/sblim-cmpi-devel.spec
--- old/sblim-cmpi-devel-2.0.2/sblim-cmpi-devel.spec    2011-07-13 
23:37:07.000000000 +0200
+++ new/sblim-cmpi-devel-2.0.3/sblim-cmpi-devel.spec    2012-07-31 
06:12:23.000000000 +0200
@@ -8,7 +8,7 @@
 
 Summary: SBLIM CMPI Provider Development Support
 Name: sblim-cmpi-devel
-Version: 2.0.2
+Version: 2.0.3
 Release: 0
 Group: Systems Management/Base
 URL: http://www.sblim.org

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

Reply via email to