SHA256
1
0
forked from pool/libasn1c

- Update to release 0.9.33

OBS-URL: https://build.opensuse.org/package/show/network:telephony/libasn1c?expand=0&rev=22
This commit is contained in:
Jan Engelhardt 2021-03-14 21:13:25 +00:00 committed by Git OBS Bridge
parent e54a3ec79b
commit 567063db21
5 changed files with 14 additions and 23 deletions

3
0.9.33.tar.gz Normal file
View File

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

View File

@ -1,14 +0,0 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://git.osmocom.org/libasn1c</param>
<param name="revision">master</param>
<param name="parent-tag">0.9.32</param>
<param name="versionformat">0.9.32</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>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27bad201d7b86a55578a02acf8f6766627ec40c945f08450e32b4426601f538a
size 100364

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Mar 14 21:12:44 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Update to release 0.9.33
* Changes to build system only; no user-visible changes.
-------------------------------------------------------------------
Sun Sep 6 11:45:01 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
@ -8,13 +14,13 @@ Sun Sep 6 11:45:01 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
-------------------------------------------------------------------
Thu Aug 15 04:54:16 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 0.32
- Update to new upstream release 0.9.32
* Fix misapplication of library SO version
-------------------------------------------------------------------
Tue Dec 11 13:29:56 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 0.31
- Update to new upstream release 0.9.31
* Build fixes
-------------------------------------------------------------------

View File

@ -1,7 +1,7 @@
#
# spec file for package libasn1c
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,17 +17,16 @@
Name: libasn1c
Version: 0.9.32
Version: 0.9.33
Release: 0
Summary: Osmocon ASN.1 decoder and encoder library
License: BSD-2-Clause
Group: Development/Libraries/C and C++
URL: https://git.osmocom.org/libasn1c
Source: %name-%version.tar.xz
Source: https://github.com/osmocom/libasn1c/archive/%version.tar.gz
BuildRequires: libtool >= 2
BuildRequires: pkg-config
BuildRequires: xz
BuildRequires: pkgconfig(libosmocore) >= 0.1.13
%description