SHA256
1
0
forked from pool/libyaml

Accepting request 653782 from home:mimi_vx:branches:devel:libraries:c_c++

- update to 0.2.1
 * Fixed most compiler warnings -Wall -Wextra
 * Support static and dynamic libraries
 * Add support for `make test`
 * Apply old fix for `\/` that is not in master.
 * Port bug fix from Perl binding
 * Removed trailing-whitespaces
 *  Fix -Wformat compilation errors in tests
 * Added missing Cflags path in pkg-config file
 * Forbid escaped singlequote in doublequotes

OBS-URL: https://build.opensuse.org/request/show/653782
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyaml?expand=0&rev=19
This commit is contained in:
2018-12-06 13:59:52 +00:00
committed by Git OBS Bridge
parent 2998ae3a4a
commit d51fd044c7
4 changed files with 21 additions and 7 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Dec 4 08:48:50 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.2.1
* Fixed most compiler warnings -Wall -Wextra
* Support static and dynamic libraries
* Add support for `make test`
* Apply old fix for `\/` that is not in master.
* Port bug fix from Perl binding
* Removed trailing-whitespaces
* Fix -Wformat compilation errors in tests
* Added missing Cflags path in pkg-config file
* Forbid escaped singlequote in doublequotes
-------------------------------------------------------------------
Sun Dec 31 22:20:11 UTC 2017 - avindra@opensuse.org