File libcomps.changes of Package libcomps
-------------------------------------------------------------------
Wed Jul 10 14:05:56 UTC 2024 - Martin Jambor <mjambor@suse.com>
- Add libcomps-c99.patch in order to avoid C99 violations which are
errors by default with GCC 14. [boo#1221700]
-------------------------------------------------------------------
Mon Dec 4 14:34:19 UTC 2023 - Ana Guerrero <ana.guerrero@suse.com>
- Add BuildRequires on python-setuptools to create python egg and
install it properly. Previously this was pulled by python-Sphinx
in the build environment.
- Use %license instead of %doc
-------------------------------------------------------------------
Sat Nov 4 18:18:46 UTC 2023 - Neal Gompa <ngompa@opensuse.org>
- Update to 0.1.20
+ Fixes of xml parsing
+ Fix non-optimized builds by removing inline keyword
+ Use Py_hash_t instead of long
-------------------------------------------------------------------
Fri Feb 24 15:38:14 UTC 2023 - Bruno Pitrus <brunopitrus@hotmail.com>
- Precompile python bytecode (boo#1208151)
-------------------------------------------------------------------
Sat Sep 24 09:03:42 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.1.19:
* handle upload to pypi
-------------------------------------------------------------------
Wed Nov 3 10:42:20 UTC 2021 - Neal Gompa <ngompa13@gmail.com>
- Upgrade to 0.1.18
+ Fix several covscan warnings
-------------------------------------------------------------------
Fri Aug 27 03:36:32 UTC 2021 - Neal Gompa <ngompa13@gmail.com>
- Upgrade to 0.1.17
+ Fix a crash when clearing COMPS_ObjRTree (rh#1888343)
+ Don't print empty requires
+ Fix memory leaks and resource leaks
+ Remove Python 2 support
- Drop patch included in this release
+ Patch: fix-sphinx.patch
-------------------------------------------------------------------
Wed Jun 9 08:47:28 UTC 2021 - Martin Liška <mliska@suse.cz>
- Add upstream patch fix-sphinx.patch which fixes build with Sphinx 4.x.
-------------------------------------------------------------------
Tue Apr 13 12:40:10 UTC 2021 - Neal Gompa <ngompa13@gmail.com>
- Upgrade to 0.1.16
+ Fix a crash when clearing COMPS_ObjRTree (rh#1888343)
+ Fixes for leaks and crashes
-------------------------------------------------------------------
Sat Jun 6 22:27:58 UTC 2020 - Neal Gompa <ngompa13@gmail.com>
- Upgrade to 0.1.15
+ Do not skip type=mandatory in xml output and test it (rh#1771224)
+ Remove unused global variable UnfoObjListIt (rh#1793424)
+ Make inline function __comps_objmrtree_all also static (rh#1793424)
-------------------------------------------------------------------
Tue Dec 3 13:02:29 UTC 2019 - Neal Gompa <ngompa13@gmail.com>
- Upgrade to 0.1.14
+ Fix reference to versioned libcomps.so
-------------------------------------------------------------------
Tue Dec 3 12:42:44 UTC 2019 - Neal Gompa <ngompa13@gmail.com>
- Upgrade to 0.1.13
+ Fix massively broken libcomps pkgconfig file
+ Change libcomps soversion to use only the version major
-------------------------------------------------------------------
Sun Dec 1 15:46:52 UTC 2019 - Neal Gompa <ngompa13@gmail.com>
- Upgrade to 0.1.12
+ Fix order of asserts() in unit test (rh#1713220)
+ Fix Python method descriptors for Python 3.8 (rh#1734777)
+ Refactor pkgconfig file generation and install properly
+ Fix segfault when converting empty dict to string (rh#1757959)
+ Add missing python metadata to python3-libcomps
+ Refactor building and installing Python bindings
-------------------------------------------------------------------
Sun Mar 31 14:53:26 UTC 2019 - Neal Gompa <ngompa13@gmail.com>
- Upgrade to 0.1.11
+ Fix missing braces
+ Fix UAF in comps_objmrtree_unite function
- Drop merged patches
* 0001-Fix-Missing-braces.patch
* 0002-Fix-UAF-in-comps_objmrtree_unite-function.patch
* libcomps-0.1.7-Add-zlib-as-an-explicit-dependency.patch
-------------------------------------------------------------------
Thu Feb 7 15:45:43 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update RPM groups
-------------------------------------------------------------------
Sun Feb 3 19:07:56 UTC 2019 - Neal Gompa <ngompa13@gmail.com>
- Upgrade to 0.1.9
+ Fix memory leaks
+ Remove unused code
- Backport fix for logic error
* Patch: 0001-Fix-Missing-braces.patch
- Backport fix for CVE-2019-3817 (boo#1122841)
* Patch: 0002-Fix-UAF-in-comps_objmrtree_unite-function.patch
- Drop Python 2 subpackage
- Adjust changes entries to use full author identities
-------------------------------------------------------------------
Sun Sep 17 19:12:56 UTC 2017 - Bernhard Wiedemann <bwiedemann@suse.com>
- Drop environment.pickle from doc to make build reproducible
-------------------------------------------------------------------
Sun Aug 13 19:12:57 UTC 2017 - Neal Gompa <ngompa13@gmail.com>
- Upgrade to 0.1.8
-------------------------------------------------------------------
Mon Feb 1 06:43:39 UTC 2016 - Neal Gompa <ngompa13@gmail.com>
- Initial packaging of libcomps based on Mageia packaging