0007-__has_feature-is-reserved-rename-to-has_feature.patch 0008-fix-assertion-test.patch 0009-fix-various-compiler-warnings.patch OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/cimple?expand=0&rev=52
123 lines
4.7 KiB
Plaintext
123 lines
4.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Jan 24 18:24:08 UTC 2025 - Klaus Kämpf <kkaempf@suse.de>
|
|
|
|
- fix compilation with newer GCC
|
|
0007-__has_feature-is-reserved-rename-to-has_feature.patch
|
|
0008-fix-assertion-test.patch
|
|
0009-fix-various-compiler-warnings.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 18 14:58:35 UTC 2016 - kkaempf@suse.com
|
|
|
|
- add cimple-2.0.24-gcc6.patch for GCC6.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 2 13:49:31 UTC 2015 - kkaempf@suse.com
|
|
|
|
- add %check section to spec file
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 19 08:57:27 UTC 2015 - kkaempf@suse.com
|
|
|
|
- merge with cimple-pegasus, build tog-pegasus specifics now
|
|
add install-cimlisten.patch
|
|
|
|
- split off brevity, pegasus-adapter, and cmpi-adapter
|
|
as sub-packages
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 29 13:56:28 UTC 2014 - dvaleev@suse.com
|
|
|
|
- Fix build on PowerPC little endian
|
|
|
|
- added patches:
|
|
* ppc64le-support.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 16 09:18:16 UTC 2013 - schwab@suse.de
|
|
|
|
- aarch64-support: Add support for aarch64
|
|
* aarch64-support.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 16 14:02:37 UTC 2012 - kkaempf@suse.com
|
|
|
|
- Fix build for older SUSE distros
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 12 17:43:11 UTC 2012 - cfarrell@suse.com
|
|
|
|
- license update: MIT
|
|
Use SPDX syntax for License line in spec file
|
|
(http://www.spdx.org/licenses)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 9 13:13:13 UTC 2012 - kkaempf@suse.com
|
|
|
|
- Clean up behind spec-cleaner, %make_install is SUSE-specific
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 9 09:23:10 UTC 2012 - aj@suse.de
|
|
|
|
- Run through spec-cleaner.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 5 15:15:59 UTC 2012 - kkaempf@suse.com
|
|
|
|
- Update to 2.0.24
|
|
This is a minor release issued correct an error found in the
|
|
association operation with the PegasusAdapter and an error introduced
|
|
in 2.0.22 in genmod. The genmod error would be evidenced by a users in
|
|
inability to register providers with regmod to OpenPegasus. It is
|
|
recommended that vesion 2.0.22 users upgrade to this verison of
|
|
SimpleWbem. Note that version 2.0.22 introduced a new configuration
|
|
parameter that allows users to control use of the macros that generate
|
|
log entries
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 5 15:15:29 UTC 2012 - kkaempf@suse.com
|
|
|
|
- Update to 2.0.22
|
|
This is a minor release issued to extend error handling of the log
|
|
file and provide diagnostic information if the provider has problems
|
|
configuring and creating logs.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 5 15:14:25 UTC 2012 - kkaempf@suse.com
|
|
|
|
- Update to 2.0.17
|
|
This is a minor release primarily to fix some issues with adapters and
|
|
implement extensions to the logging functions. This minor version
|
|
added functionality to allow better control of logging and to
|
|
implement APIs so that the provider can dynamically control some
|
|
configuration capabilities (class CimpleConfig). This logging
|
|
extension was at user request since the CIMPLE users want to utilize
|
|
the logging capability in production as well as development. NOTE:
|
|
Please consider CimpleConfig experimental for this release since this
|
|
the first time it will be used generally. We will freeze in the next
|
|
release. Notable changes:
|
|
|
|
* Added capability to limit size of log files and backup logs files
|
|
* Added conditional trace for adapters. Implemented for Pegasus adapter
|
|
* Added compile config parameter to control adapter trace
|
|
(--enable-adapter-trace)
|
|
* Added compile config parameter to disable logging (--disable_log_macros)
|
|
* Added runtime config parameter to set max log file
|
|
size(MAX_LOG_FILE_SIZE=(integer)
|
|
* Added runtime config parameter to set max number of backup log
|
|
files(MAX_LOG_BACKUP_FILES=(integer)
|
|
* Added runtime config parameter to disable all
|
|
logging(ENABLE_LOGGING=false)
|
|
* Fixed issues with Pegasus adapter and possible excess memory use
|
|
* Extended unit and test provider tests
|
|
* Added general option to all gen... utilities (-F) to get classlist
|
|
from file
|
|
* Minor performance enhancements
|
|
* Continued improvement of documentation with changes to header files,
|
|
additional readme files and more examples in test providers(/li>
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 4 13:49:07 UTC 2011 - kkaempf@novell.com
|
|
|
|
- Cimple version 2.0.16
|