diff --git a/libasn1c-0.9.28.14.tar.xz b/libasn1c-0.9.28.14.tar.xz new file mode 100644 index 0000000..842b4f0 --- /dev/null +++ b/libasn1c-0.9.28.14.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4132ca3a9232dd054fdb0eb6f0f656b8c2a33c13703651baa74e197699cd6763 +size 97476 diff --git a/libasn1c-0.9.28.9.tar.xz b/libasn1c-0.9.28.9.tar.xz deleted file mode 100644 index e6616b4..0000000 --- a/libasn1c-0.9.28.9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7437d9dacaf078ea5303d8c8a93f5c941f3bdc6a9b75ae15b1476caf9eb3fd0b -size 95816 diff --git a/libasn1c.changes b/libasn1c.changes index cefcdc9..59a21ae 100644 --- a/libasn1c.changes +++ b/libasn1c.changes @@ -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 diff --git a/libasn1c.spec b/libasn1c.spec index 56307be..72a0138 100644 --- a/libasn1c.spec +++ b/libasn1c.spec @@ -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}