Hello community,

here is the log from the commit of package cmpi-bindings for openSUSE:Factory 
checked in at 2012-03-22 12:31:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cmpi-bindings (Old)
 and      /work/SRC/openSUSE:Factory/.cmpi-bindings.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cmpi-bindings", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cmpi-bindings/cmpi-bindings.changes      
2011-10-02 09:52:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cmpi-bindings.new/cmpi-bindings.changes 
2012-03-22 12:31:48.000000000 +0100
@@ -1,0 +2,24 @@
+Mon Mar 12 09:33:14 UTC 2012 - [email protected]
+
+- Update to 0.5.1
+  Confine data_data to wrapping CMPIData, don't convert the value
+  (fixes issue #3 reported by mibanescu)
+
+-------------------------------------------------------------------
+Mon Mar  5 14:58:44 UTC 2012 - [email protected]
+
+- Update to 0.5.0
+  Bugfixes
+  - plug many memory leaks
+  - proper handling of Null value in Python
+  Features
+  - switch to a *much* simpler Ruby API
+  - provide cmpi-bindings as a Ruby gem
+
+-------------------------------------------------------------------
+Sun Oct  2 18:44:39 UTC 2011 - [email protected]
+
+- Proper error handling in CMPIObjectPath constructor
+- v 0.4.18
+
+-------------------------------------------------------------------

Old:
----
  cmpi-bindings-0.4.17.tar.bz2

New:
----
  cmpi-bindings-0.5.1.tar.bz2

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

Other differences:
------------------
++++++ cmpi-bindings.spec ++++++
--- /var/tmp/diff_new_pack.ThBn90/_old  2012-03-22 12:31:52.000000000 +0100
+++ /var/tmp/diff_new_pack.ThBn90/_new  2012-03-22 12:31:52.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cmpi-bindings
 #
-# 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
@@ -20,7 +20,7 @@
 Url:            http://github.com/kkaempf/cmpi-bindings
 
 Name:           cmpi-bindings
-Version:        0.4.17
+Version:        0.5.1
 Release:        1
 License:        BSD-3-Clause ; EPL-1.0
 Summary:        Adapter to write and run CMPI-type CIM providers
@@ -39,7 +39,7 @@
 BuildRequires:  -vim
 %endif
 
-%if 0%{?fedora} + 0%{?rhel_version} > 0
+%if 0%{?fedora} + 0%{?rhel_version} + 0%{?centos_version}  > 0
 
 BuildRequires:  curl-devel pkgconfig ruby ruby-devel
 BuildRequires:  ruby-libs
@@ -49,7 +49,7 @@
 BuildRequires:  irb
 %endif
 
-%if 0%{?rhel_version} >= 500 || 0%{?fedora}
+%if 0%{?rhel_version} >= 500 || 0%{?centos_version} >= 500 || 0%{?fedora}
 # rdoc is separate from rhel5 on
 BuildRequires:  ruby-rdoc
 %endif
@@ -101,6 +101,7 @@
       -DCMAKE_CXX_FLAGS_RELEASE:STRING="%{optflags}" \
       -DCMAKE_BUILD_TYPE=Release \
       -DCMAKE_SKIP_RPATH=1 \
+      -DBUILD_RUBY_GEM=no \
       ..
 make %{?_smp_mflags}
 
@@ -115,7 +116,7 @@
 Group:          Development/Languages/Ruby
 # for the debug package. we dont use debug_package_requires here as it would 
enforce to install both packages.
 Provides:       %{name} = %{version}-%{release}
-%if 0%{?fedora} + 0%{?rhel_version} > 0
+%if 0%{?fedora} + 0%{?rhel_version} + 0%{?centos_version} > 0
 Requires:       ruby(abi) = 1.8
 %endif
 %if 0%{?suse_version} > 1110

++++++ cmpi-bindings-0.4.17.tar.bz2 -> cmpi-bindings-0.5.1.tar.bz2 ++++++
++++ 14758 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to