From 8d4f042a8dce3fad870a1dac5f22fc97c13c687b880cfc2b02e43875c2495df8 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 29 Apr 2017 00:16:23 +0000 Subject: [PATCH] - Update to new upstream snapshot 0.9.28.9 OBS-URL: https://build.opensuse.org/package/show/network:telephony/libasn1c?expand=0&rev=6 --- _service | 14 ++++++++++++++ libasn1c-0.9.28.9.tar.xz | 3 +++ libasn1c-0.9.28~21.tar.xz | 3 --- libasn1c.changes | 9 +++++++++ libasn1c.spec | 17 ++++++----------- 5 files changed, 32 insertions(+), 14 deletions(-) create mode 100644 _service create mode 100644 libasn1c-0.9.28.9.tar.xz delete mode 100644 libasn1c-0.9.28~21.tar.xz diff --git a/_service b/_service new file mode 100644 index 0000000..f325b4c --- /dev/null +++ b/_service @@ -0,0 +1,14 @@ + + + git + git://git.osmocom.org/libasn1c + master + 41b85d5597119fa8105dc0641ffe5cd1bbae39b2 + 0.9.28.@TAG_OFFSET@ + + + *.tar + xz + + + diff --git a/libasn1c-0.9.28.9.tar.xz b/libasn1c-0.9.28.9.tar.xz new file mode 100644 index 0000000..e6616b4 --- /dev/null +++ b/libasn1c-0.9.28.9.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7437d9dacaf078ea5303d8c8a93f5c941f3bdc6a9b75ae15b1476caf9eb3fd0b +size 95816 diff --git a/libasn1c-0.9.28~21.tar.xz b/libasn1c-0.9.28~21.tar.xz deleted file mode 100644 index 00caca7..0000000 --- a/libasn1c-0.9.28~21.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:201ee1349094087e6edbb030caf1bfa0e22ff83d6b20d621b726fb8183170909 -size 98096 diff --git a/libasn1c.changes b/libasn1c.changes index a8e6289..cefcdc9 100644 --- a/libasn1c.changes +++ b/libasn1c.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Apr 29 00:14:29 UTC 2017 - jengelh@inai.de + +- Update to new upstream snapshot 0.9.28.9 + * aper fix for decoding constrained integer with lower boundary + * fix APER encoding of integer + * remove config.h include from asn_system.h + * Add helper functions for uint32_t in octet strings + ------------------------------------------------------------------- Wed Dec 23 18:40:53 UTC 2015 - jengelh@inai.de diff --git a/libasn1c.spec b/libasn1c.spec index d3c6945..56307be 100644 --- a/libasn1c.spec +++ b/libasn1c.spec @@ -1,7 +1,7 @@ # # spec file for package libasn1c # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,20 +16,15 @@ # -%define soname 0 Name: libasn1c -Version: 0.9.28~21 +Version: 0.9.28.9 Release: 0 Summary: Osmocon ASN.1 decoder and encoder library License: AGPL-3.0+ and BSD-2-Clause Group: Development/Libraries/C and C++ Url: http://openbsc.osmocom.org/trac/ -#Git-Clone: git://git.osmocom.org/libasn1c -#Snapshot: 2d4f2bd91ce5724c9f1c3916dfa5b21c8f6e7fbc Source: %name-%version.tar.xz -BuildRequires: autoconf -BuildRequires: automake BuildRequires: libtool >= 2 BuildRequires: pkg-config BuildRequires: xz @@ -46,9 +41,9 @@ EXTENDED-XER, PER. %package -n libasn1c0 Summary: Osmocon ASN.1 decoder and encoder library -Group: System/Libraries # src/asn1helpers.c causes AGPL License: AGPL-3.0+ +Group: System/Libraries %description -n libasn1c0 Lev Walkins's asn1c runtime, as a shared library and with @@ -60,9 +55,9 @@ 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 -License: AGPL-3.0+ %description -n libasn1c-devel Compiles ASN.1 data structures into C source structures that can be @@ -73,10 +68,10 @@ This subpackage contains libraries and header files for developing applications that want to make use of libasn1c. %prep -%setup -qn %name +%setup -q %build -autoreconf -fiv +autoreconf -fi %configure --disable-static make %{?_smp_mflags}