* Sun Feb 19 2023 Klaus Kämpf <kkaempf@suse.com>
- Fix build for 15.4, define py3_requires in .spec
* Fri May 01 2020 Klaus Kämpf <kkaempf@suse.com>
- build -python3 subpackage for openSUSE Leap 15 and later.
* Tue Jul 19 2016 mvetter@suse.com
- boo#985179 openlmi-providers fails to build
- boo#985247 openlmi-networking fails to build
- Fix build with gcc6.
openlmi-providers uses konkretcmpi. If both are build with gcc6
konkretcmpi segfaulted.
- Add konkretcmpi-0.9.2-fix-segfault-mofelement.patch
- Add -fno-delete-null-pointer-checks to CXXFlags and CFLags
* Fri Mar 18 2016 kkaempf@suse.com
- sync patches with upstream
* rename
0001-konkretreg-ignore-KONKRET_REGISTRATION-macro-in-libr.patch
to 0005-konkretreg-ignore-KONKRET_REGISTRATION-macro-in-libr.patch
konkretcmpi-0.9.2-fix-returning-instance-from-method.patch
to 0003-Fix-returning-instance-as-an-output-argument-from-me.patch
* add
0002-Don-t-optimize-out-module-registration.patch
0004-Fix-missing-rpath.patch
* Tue Aug 04 2015 kkaempf@suse.com
- add 0001-konkretreg-ignore-KONKRET_REGISTRATION-macro-in-libr.patch
On some systems the KONKRET_REGISTRATION macro definition gets
compiled into the provider library and then konkretreg generates
incorrect registration file. This commit adds a check for this
case.
* Thu Mar 26 2015 kkaempf@suse.com
- back out konkretmof.so name fix
* Mon Feb 09 2015 kkaempf@suse.com
- add upstream patch
konkretcmpi-0.9.2-fix-returning-instance-from-method.patch
- add older-cmake.patch to build with older cmake versions
- fix konkretmof.so name (Factory cmake bug)
- fix konkretcmpi-python file path
- apply sle10.patch on SLE10 only
* Mon Feb 02 2015 kkaempf@suse.com
- fix rhel6 build
* Mon Apr 28 2014 kkaempf@suse.com
- Honor the fact that string properties with EmbeddedInstance
qualifier are handled as instance properties.
Fixes compatibility issue with cim-schema 2.40.0
Add 0001-Honor-that-string-properties-with-EmbeddedInstance-q.patch
* Wed Apr 23 2014 kkaempf@suse.com
- Fix devel dependencies (cmake, sblim-cmpi-devel, cim-schema)
- Drop cim-server from requires.
* Wed Apr 23 2014 kkaempf@suse.com
- Follow shared library policy
rename 'konkretcmpi' to 'libkonkretcmpi0'
* Mon Feb 10 2014 pwieczorkiewicz@suse.com
- Add '%doc README NEWS COPYING' directive to the spec file
- Needed in SLE12 due to openlmi-providers dependency (fate#316180)
* Fri Jan 17 2014 kkaempf@suse.com
- Fix python install pathes (esp. fixes SLE10 build)
swig-classic.patch renamed to sle10.patch
* Thu Oct 17 2013 kkaempf@suse.com
- Update to 0.9.2
* Modifiable templates for method stubs.
* Stub substitutions for method name, method type.
* Generated code for method input arguments name and type.
* Also generated code for output arguments.
* Bugfix possible integer overflow.
* Name collision avoidance for status variable in generated
* Modifiable template for enumeration stub.
* Plenty of bugfixes not announced in silent 0.9.1 release.
* Thu Aug 01 2013 kkaempf@suse.com
- Update to 0.9.1
* Add support for embedded instances
* Support varlist in KReturn2
* Fix return type for generated indication functions
* Enable direct calls
* Fix method arguments that are both input and output
* Fri Jul 26 2013 kkaempf@suse.com
- Fix build for SLE11 (old swig, old cmake)
Add swig-classic.patch
* Thu Jul 11 2013 kkaempf@suse.com
- fix libkonkretmof so symlinks
add fix-libkonkretmof-so-symlinks.patch
* Wed Jun 26 2013 kkaempf@suse.com
- update to 'proxy' branch (0.9.0_35_g9729565)
- drop all patches, merged upstream
* Tue May 21 2013 kkaempf@suse.com
- Fix return type for generated indication functions
(konkretcmpi-0.9.0-fix-indication-return-type.patch)
* Thu May 02 2013 kkaempf@suse.com
- Enable using direct calls in KDefaultGetInstance
(enable-direct-call.patch)
- Fix method arguments that are both input and output
(konkretcmpi-0.9.0-fix-inputoutput-method-arguments.patch)
- Create -python subpackage (konkretcmpi python bindings)