[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated (47637f6dc -> 3cc305b0a)
From: |
gnunet |
Subject: |
[gnunet] branch master updated (47637f6dc -> 3cc305b0a) |
Date: |
Sun, 12 Jan 2025 15:25:09 +0100 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a change to branch master
in repository gnunet.
from 47637f6dc build: hopefully finally correctly fix libatomic detection
for older toolchains
new 596567e8b meson: harmonize library versions
new 3cc305b0a build: separate pkgconfig file for libgnsrecord to sync with
meson generated files
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
configure.ac | 1 +
pkgconfig/Makefile.am | 2 ++
pkgconfig/gnunetgns.pc.in | 4 ++--
pkgconfig/{gnunetdht.pc.in => gnunetgnsrecord.pc.in} | 6 +++---
src/lib/pq/meson.build | 4 ++--
src/lib/testing/meson.build | 4 ++--
6 files changed, 12 insertions(+), 9 deletions(-)
copy pkgconfig/{gnunetdht.pc.in => gnunetgnsrecord.pc.in} (57%)
diff --git a/configure.ac b/configure.ac
index 220608685..67060a36d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1389,6 +1389,7 @@ pkgconfig/gnunetdht.pc
pkgconfig/gnunetdns.pc
pkgconfig/gnunetfs.pc
pkgconfig/gnunetgns.pc
+pkgconfig/gnunetgnsrecord.pc
pkgconfig/gnunethello.pc
pkgconfig/gnunetidentity.pc
pkgconfig/gnunetjson.pc
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
index 754d71571..3358c8550 100644
--- a/pkgconfig/Makefile.am
+++ b/pkgconfig/Makefile.am
@@ -11,6 +11,7 @@ pcfiles = \
gnunetdns.pc \
gnunetfs.pc \
gnunetgns.pc \
+ gnunetgnsrecord.pc \
gnunethello.pc \
gnunetidentity.pc \
gnunetjson.pc \
@@ -50,6 +51,7 @@ EXTRA_DIST = \
gnunetdns.pc.in \
gnunetfs.pc.in \
gnunetgns.pc.in \
+ gnunetgnsrecord.pc.in \
gnunethello.pc.in \
gnunetidentity.pc.in \
gnunetjson.pc.in \
diff --git a/pkgconfig/gnunetgns.pc.in b/pkgconfig/gnunetgns.pc.in
index f7e7c6143..cea0ebc98 100644
--- a/pkgconfig/gnunetgns.pc.in
+++ b/pkgconfig/gnunetgns.pc.in
@@ -4,9 +4,9 @@ libdir=@libdir@
includedir=@includedir@
Name: GNUnet GNS
-Description: Provides API to access the GNUnet Naming System
+Description: Provides API to access the GNU Name System
URL: http://gnunet.org
Version: @VERSION@
Requires:
-Libs: -L${libdir} -lgnunetgns -lgnunetgnsrecord
+Libs: -L${libdir} -lgnunetgns
Cflags: -I${includedir}
diff --git a/pkgconfig/gnunetdht.pc.in b/pkgconfig/gnunetgnsrecord.pc.in
similarity index 57%
copy from pkgconfig/gnunetdht.pc.in
copy to pkgconfig/gnunetgnsrecord.pc.in
index 4a2d12e7b..aaaf8d3ff 100644
--- a/pkgconfig/gnunetdht.pc.in
+++ b/pkgconfig/gnunetgnsrecord.pc.in
@@ -3,10 +3,10 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: GNUnet DHT
-Description: Library to access GNUnet DHT service
+Name: GNUnet GNS record library
+Description: Provides API to handle GNS records
URL: http://gnunet.org
Version: @VERSION@
Requires:
-Libs: -L${libdir} -lgnunetdht
+Libs: -L${libdir} -lgnunetgnsrecord
Cflags: -I${includedir}
diff --git a/src/lib/pq/meson.build b/src/lib/pq/meson.build
index a62c2ed6d..2edfe918a 100644
--- a/src/lib/pq/meson.build
+++ b/src/lib/pq/meson.build
@@ -9,8 +9,8 @@ libgnunetpq_src = ['pq.c',
libgnunetpq = library('gnunetpq',
libgnunetpq_src,
- soversion: '5',
- version: '5.0.0',
+ soversion: '8',
+ version: '8.0.3',
dependencies: [libgnunetutil_dep, pq_dep],
include_directories: [incdir, configuration_inc],
install: true,
diff --git a/src/lib/testing/meson.build b/src/lib/testing/meson.build
index a405f39e2..d60eb5f3c 100644
--- a/src/lib/testing/meson.build
+++ b/src/lib/testing/meson.build
@@ -17,8 +17,8 @@ libgnunettesting_src = [
libgnunettesting = library('gnunettesting',
libgnunettesting_src,
- soversion: '1',
- version: '1.1.0',
+ soversion: '3',
+ version: '3.0.0',
dependencies: [libgnunetutil_dep,
m_dep],
include_directories: [incdir, configuration_inc],
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [gnunet] branch master updated (47637f6dc -> 3cc305b0a),
gnunet <=