forked from pool/osmo-iuh
Accepting request 823899 from network:telephony
OBS-URL: https://build.opensuse.org/request/show/823899 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osmo-iuh?expand=0&rev=9
This commit is contained in:
commit
94d738d304
4
_service
4
_service
@ -2,8 +2,8 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">git://git.osmocom.org/osmo-iuh</param>
|
||||
<param name="revision">0.6.0</param>
|
||||
<param name="versionformat">0.6.0</param>
|
||||
<param name="revision">0.6.1</param>
|
||||
<param name="versionformat">0.6.1</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63261745987b15550e29cf9442f2ef395c7fc7c21d0da20c1bf6f20867c5e32d
|
||||
size 10090496
|
3
osmo-iuh-0.6.1.tar.xz
Normal file
3
osmo-iuh-0.6.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0585b8993b4179c3f0e20a506ce41adfa1299d86f33e1913ca73b86cd2a3691
|
||||
size 10090520
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 1 14:25:21 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to new upstream release 0.6.1
|
||||
* Fix compilation with gcc-10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 6 23:26:04 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: osmo-iuh
|
||||
%define lname libosmo-ranap3
|
||||
Version: 0.6.0
|
||||
Version: 0.6.1
|
||||
Release: 0
|
||||
Summary: Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
|
||||
License: AGPL-3.0-or-later AND GPL-2.0-or-later
|
||||
@ -89,7 +89,7 @@ applications that want to make use of libosmo-sabp.
|
||||
%build
|
||||
echo "%version" >.tarball-version
|
||||
autoreconf -fi
|
||||
%configure CFLAGS="%optflags -fcommon" \
|
||||
%configure \
|
||||
--disable-static \
|
||||
--docdir="%_docdir/%name" \
|
||||
--with-systemdsystemunitdir="%_unitdir"
|
||||
|
Loading…
Reference in New Issue
Block a user