Package: avro-c / 1.12.0-3

Metadata

Package Version Patches format
avro-c 1.12.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 src avro c.pc.in Avoid adding useless L I flags to L.patch | (download)

src/avro-c.pc.in | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 src/avro-c.pc.in: avoid adding useless -l, -i flags to libs/cflags
0004 src CMakeLists.txt Link utilities against avro share.patch | (download)

src/CMakeLists.txt | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 src/cmakelists.txt: link utilities against avro-shared,
 not avro-static
fix memory alignment issues.patch | (download)

src/avro/basics.h | 2 1 + 1 - 0 !
src/avro/refcount.h | 46 23 + 23 - 0 !
src/generic.c | 43 24 + 19 - 0 !
src/io.c | 4 2 + 2 - 0 !
src/resolved-reader.c | 20 10 + 10 - 0 !
src/resolved-writer.c | 20 10 + 10 - 0 !
src/wrapped-buffer.c | 2 1 + 1 - 0 !
7 files changed, 71 insertions(+), 66 deletions(-)

 avro-1846: fix memory alignment issues (performance degredation & crashes)
disable flaky test due to missing file.patch | (download)

tests/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable a flaky test that would fail due to missing file
 This required file is not in the release tarball.