- Update to new upstream snapshot 0.9.28.14

OBS-URL: https://build.opensuse.org/package/show/network:telephony/libasn1c?expand=0&rev=8
This commit is contained in:
Jan Engelhardt 2017-10-02 22:35:57 +00:00 committed by Git OBS Bridge
parent 8d4f042a8d
commit 58052c875a
4 changed files with 13 additions and 11 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4132ca3a9232dd054fdb0eb6f0f656b8c2a33c13703651baa74e197699cd6763
size 97476

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7437d9dacaf078ea5303d8c8a93f5c941f3bdc6a9b75ae15b1476caf9eb3fd0b
size 95816

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 2 22:35:06 UTC 2017 - jengelh@inai.de
- Update to new upstream snapshot 0.9.28.14
* Relicense asn1helpers under BSD2C
-------------------------------------------------------------------
Sat Apr 29 00:14:29 UTC 2017 - jengelh@inai.de

View File

@ -17,10 +17,10 @@
Name: libasn1c
Version: 0.9.28.9
Version: 0.9.28.14
Release: 0
Summary: Osmocon ASN.1 decoder and encoder library
License: AGPL-3.0+ and BSD-2-Clause
License: BSD-2-Clause
Group: Development/Libraries/C and C++
Url: http://openbsc.osmocom.org/trac/
@ -41,8 +41,6 @@ EXTENDED-XER, PER.
%package -n libasn1c0
Summary: Osmocon ASN.1 decoder and encoder library
# src/asn1helpers.c causes AGPL
License: AGPL-3.0+
Group: System/Libraries
%description -n libasn1c0
@ -55,7 +53,6 @@ EXTENDED-XER, PER.
%package -n libasn1c-devel
Summary: Development files for libasn1c, Osmocom's ASN.1 decoder and encoder library
License: AGPL-3.0+
Group: Development/Libraries/C and C++
Requires: libasn1c0 = %version
@ -76,9 +73,8 @@ autoreconf -fi
make %{?_smp_mflags}
%install
b="%buildroot"
make %{?_smp_mflags} install DESTDIR="$b"
find "$b/%_libdir" -type f -name "*.la" -delete
%make_install
find "%buildroot/%_libdir" -type f -name "*.la" -delete
%check
make check %{?_smp_mflags}