Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libosmocore: update to 1.5.1.
@ 2021-04-20 11:57 Gottox
  2022-01-09 14:33 ` Piraty
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gottox @ 2021-04-20 11:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There is a new pull request by Gottox against master on the void-packages repository

https://github.com/Gottox/void-packages libosmocore-1.5.1
https://github.com/void-linux/void-packages/pull/30381

libosmocore: update to 1.5.1.


A patch file from https://github.com/void-linux/void-packages/pull/30381.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libosmocore-1.5.1-30381.patch --]
[-- Type: text/x-diff, Size: 2580 bytes --]

From 1aef77a2807037f544ab743d7738acfde7092d57 Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Tue, 20 Apr 2021 13:57:44 +0200
Subject: [PATCH] libosmocore: update to 1.5.1.

---
 common/shlibs                | 16 +++++++++-------
 srcpkgs/libosmocore/template |  8 +++++---
 2 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index d9dd3f1f3477..0ab855562803 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1667,13 +1667,15 @@ libplibnet.so.1 plib-1.8.5_1
 libplibpsl.so.1 plib-1.8.5_1
 libplibpw.so.1 plib-1.8.5_1
 libode.so.8 libode-0.16_1
-libosmocore.so.12 libosmocore-1.2.0_1
-libosmovty.so.4 libosmocore-0.10.2_1
-libosmosim.so.0 libosmocore-0.8.0_1
-libosmocodec.so.0 libosmocore-0.6.6_1
-libosmogsm.so.13 libosmocore-1.2.0_1
-libosmogb.so.9 libosmocore-1.2.0_1
-libosmoctrl.so.0 libosmocore-0.7.0_1
+libosmocore.so.17 libosmocore-1.5.1_1
+libosmovty.so.9 libosmocore-1.5.1_1
+libosmogsm.so.16 libosmocore-1.5.1_1
+libosmocodec.so.0 libosmocore-1.5.1_1
+libosmocoding.so.0 libosmocore-1.5.1_1
+libosmogb.so.12 libosmocore-1.5.1_1
+libosmoctrl.so.0 libosmocore-1.5.1_1
+libosmosim.so.2 libosmocore-1.5.1_1
+libosmousb.so.0 libosmocore-1.5.1_1
 libgtkglext-x11-1.0.so.0 gtkglext-1.2.0_4
 libgdkglext-x11-1.0.so.0 gtkglext-1.2.0_4
 libXaw3d.so.8 libXaw3d-1.6.2_1
diff --git a/srcpkgs/libosmocore/template b/srcpkgs/libosmocore/template
index 51242a6137b0..92a410f25021 100644
--- a/srcpkgs/libosmocore/template
+++ b/srcpkgs/libosmocore/template
@@ -1,18 +1,19 @@
 # Template file for 'libosmocore'
 pkgname=libosmocore
-version=1.2.0
+version=1.5.1
 revision=1
 build_style=gnu-configure
 configure_args="--exec-prefix=/usr --libexecdir=/usr/lib
  --docdir=/usr/share/doc/libosmocore"
 hostmakedepends="autoconf automake libtool git pkg-config python"
-makedepends="pcsclite-devel talloc-devel gnutls-devel"
+makedepends="pcsclite-devel talloc-devel gnutls-devel libusb-devel libmnl-devel
+ lksctp-tools-devel"
 short_desc="Core libs for osmocom"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://bb.osmocom.org/trac/wiki/libosmocore"
 distfiles="https://github.com/osmocom/libosmocore/archive/${version}.tar.gz"
-checksum=74b8e0edb2a97eb3665f4004ed7b5c6a42c2e3f5fe29dcd5d474e7c4d1d11888
+checksum=935766eb26e594cbaa5b5f28383b331db65a9de8088d13008bf0d53e9f559473
 
 CFLAGS="-fcommon"
 
@@ -26,6 +27,7 @@ libosmocore-devel_package() {
 	pkg_install() {
 		vmove usr/include
 		vmove usr/lib/pkgconfig
+		vmove usr/share/aclocal
 		vmove "usr/lib/*.so"
 	}
 }

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: libosmocore: update to 1.5.1.
  2021-04-20 11:57 [PR PATCH] libosmocore: update to 1.5.1 Gottox
@ 2022-01-09 14:33 ` Piraty
  2022-05-18  2:09 ` github-actions
  2022-06-02  2:13 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: Piraty @ 2022-01-09 14:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 153 bytes --]

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/30381#issuecomment-1008309063

Comment:
1.6.0 is out

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: libosmocore: update to 1.5.1.
  2021-04-20 11:57 [PR PATCH] libosmocore: update to 1.5.1 Gottox
  2022-01-09 14:33 ` Piraty
@ 2022-05-18  2:09 ` github-actions
  2022-06-02  2:13 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-05-18  2:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/30381#issuecomment-1129492906

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Closed]: libosmocore: update to 1.5.1.
  2021-04-20 11:57 [PR PATCH] libosmocore: update to 1.5.1 Gottox
  2022-01-09 14:33 ` Piraty
  2022-05-18  2:09 ` github-actions
@ 2022-06-02  2:13 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-06-02  2:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 167 bytes --]

There's a closed pull request on the void-packages repository

libosmocore: update to 1.5.1.
https://github.com/void-linux/void-packages/pull/30381

Description:
None

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-06-02  2:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-20 11:57 [PR PATCH] libosmocore: update to 1.5.1 Gottox
2022-01-09 14:33 ` Piraty
2022-05-18  2:09 ` github-actions
2022-06-02  2:13 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).