- Update to new upstream snapshot 0.9.28.9

OBS-URL: https://build.opensuse.org/package/show/network:telephony/libasn1c?expand=0&rev=6
This commit is contained in:
Jan Engelhardt 2017-04-29 00:16:23 +00:00 committed by Git OBS Bridge
parent 73d1dfb180
commit 8d4f042a8d
5 changed files with 32 additions and 14 deletions

14
_service Normal file
View File

@ -0,0 +1,14 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">git://git.osmocom.org/libasn1c</param>
<param name="revision">master</param>
<param name="parent-tag">41b85d5597119fa8105dc0641ffe5cd1bbae39b2</param>
<param name="versionformat">0.9.28.@TAG_OFFSET@</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

3
libasn1c-0.9.28.9.tar.xz Normal file
View File

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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:201ee1349094087e6edbb030caf1bfa0e22ff83d6b20d621b726fb8183170909
size 98096

View File

@ -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

View File

@ -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}