Files
gentoo/dev-libs/nng/files/nng-1.10.1-version.patch
Zoltan Puskas d49c5a8b26 dev-libs/nng: new package, add 1.10.1
This package is needed for KiCad's v9 series new plugin communication
protocol.

Closes: https://bugs.gentoo.org/943018
Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info>
Signed-off-by: Sam James <sam@gentoo.org>
2025-03-15 08:03:48 +00:00

13 lines
486 B
Diff

diff -Naur nng-1.10.1-orig/include/nng/nng.h nng-1.10.1/include/nng/nng.h
--- nng-1.10.1-orig/include/nng/nng.h 2025-01-26 08:38:16.000000000 -0800
+++ nng-1.10.1/include/nng/nng.h 2025-03-13 00:02:11.356499237 -0700
@@ -58,7 +58,7 @@
// may not necessarily match the ABI versions.
#define NNG_MAJOR_VERSION 1
#define NNG_MINOR_VERSION 10
-#define NNG_PATCH_VERSION 0
+#define NNG_PATCH_VERSION 1
// if non-empty (i.e. "pre"), this is a pre-release
#define NNG_RELEASE_SUFFIX ""