Change in libosmocore[master]: contrib/libosmocore.spec.in: Depends on talloc 2.1.0

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Tue Nov 16 12:08:32 UTC 2021


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/26262 )


Change subject: contrib/libosmocore.spec.in: Depends on talloc 2.1.0
......................................................................

contrib/libosmocore.spec.in: Depends on talloc 2.1.0

With recent commit (see below) libosmocore started using talloc API
talloc_pooled_object(), which is available only startinf from talloc
2.1.0.
Let's bump required version check accordingly.

Issue found by osmo-release.sh:
ERROR: configure.ac <talloc, 2.1.0> does NOT match contrib/*.spec.in <talloc, 2.0.1>!

Fixes: b72867f0e68c96ca25e1f9929ce92be0a802db6b
Change-Id: I6797e244118ce2ca7dd22050ff505d8442bba672
---
M contrib/libosmocore.spec.in
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/62/26262/1

diff --git a/contrib/libosmocore.spec.in b/contrib/libosmocore.spec.in
index df36e89..a3e0601 100644
--- a/contrib/libosmocore.spec.in
+++ b/contrib/libosmocore.spec.in
@@ -29,7 +29,7 @@
 BuildRequires:  pkgconfig(gnutls) >= 2.12.0
 BuildRequires:  pkgconfig(libpcsclite)
 BuildRequires:  pkgconfig(libusb-1.0)
-BuildRequires:  pkgconfig(talloc) >= 2.0.1
+BuildRequires:  pkgconfig(talloc) >= 2.1.0
 BuildRequires:  pkgconfig(libmnl)
 BuildRequires:  pkgconfig(libsystemd)
 

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/26262
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I6797e244118ce2ca7dd22050ff505d8442bba672
Gerrit-Change-Number: 26262
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211116/c95d0d06/attachment.htm>


More information about the gerrit-log mailing list