forked from pool/maeparser
* Allow property names to include colons
(gh#schrodinger/maeparser#77).
OBS-URL: https://build.opensuse.org/package/show/science/maeparser?expand=0&rev=6
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Feb 1 19:51:01 UTC 2023 - Antoine Belvire <antoine.belvire@opensuse.org>
|
|
|
|
- Update to version 1.3.1:
|
|
* Allow property names to include colons
|
|
(gh#schrodinger/maeparser#77).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 6 19:51:16 UTC 2022 - Antoine Belvire <antoine.belvire@opensuse.org>
|
|
|
|
- Update to version 1.3.0:
|
|
* Add two methods to get sub-block names:
|
|
+ std::vector<std::string> Block::getBlockNames() const;
|
|
+ std::vector<std::string> Block::getIndexedBlockNames() const;
|
|
* Fix some build issues.
|
|
- Remove upstreamed maeparser-1.2.4-cmake-config-installdir.patch.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 22 17:39:20 UTC 2022 - Antoine Belvire <antoine.belvire@opensuse.org>
|
|
|
|
- Drop irrelevant Obsoletes/Provides on shared library.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 15 13:16:25 UTC 2022 - Antoine Belvire <antoine.belvire@opensuse.org>
|
|
|
|
- Initial package: maeparser-1.2.4.
|
|
|