forked from pool/libasn1c
Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
043bbcacf7 | ||
|
bd62ca4c35 | ||
|
05ecf8042e | ||
|
4226d96a68 | ||
d25751f436 |
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c45b58c73ccea5f82433936c0a61748510b7bb4b31614ff3e8eef3d2c29a1918
|
||||
size 138069
|
BIN
0.9.38.tar.gz
(Stored with Git LFS)
Normal file
BIN
0.9.38.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
mtime: 1739454171
|
||||
commit: 37b44435c40c5a16d4083da9a832e6ce70165d11c7b20d7960ec7c2c1762bf5c
|
||||
url: https://src.opensuse.org/jengelh/libasn1c
|
||||
revision: master
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71e7a5fa561e603b99fc4e034d6a4e330907dadd2795416fb6647b6180014cc7
|
||||
size 256
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 13 13:42:15 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 0.9.38
|
||||
* No user-visible changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 20 21:56:01 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 0.9.37
|
||||
* A readme file was added
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 1 17:34:45 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libasn1c
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,13 +17,12 @@
|
||||
|
||||
|
||||
Name: libasn1c
|
||||
Version: 0.9.36
|
||||
Version: 0.9.38
|
||||
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
|
||||
|
||||
URL: https://gitea.osmocom.org/cellular-infrastructure/libasn1c
|
||||
Source: https://github.com/osmocom/libasn1c/archive/%version.tar.gz
|
||||
BuildRequires: libtool >= 2
|
||||
BuildRequires: pkg-config
|
||||
@ -49,13 +48,13 @@ Compiles ASN.1 data structures into C source structures that can be
|
||||
simply (un)marshalled from and to: BER, DER, CER, BASIC-XER, CXER,
|
||||
EXTENDED-XER, PER.
|
||||
|
||||
%package -n libasn1c-devel
|
||||
%package devel
|
||||
Summary: Development files for libasn1c, Osmocom's ASN.1 decoder and encoder library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libasn1c1 = %version
|
||||
Requires: pkgconfig(talloc)
|
||||
|
||||
%description -n libasn1c-devel
|
||||
%description devel
|
||||
Compiles ASN.1 data structures into C source structures that can be
|
||||
simply (un)marshalled from and to: BER, DER, CER, BASIC-XER, CXER,
|
||||
EXTENDED-XER, PER.
|
||||
@ -82,13 +81,13 @@ if ! %make_build check; then
|
||||
find . -name testsuite.log -exec cat "{}" "+"
|
||||
fi
|
||||
|
||||
%post -n libasn1c1 -p /sbin/ldconfig
|
||||
%postun -n libasn1c1 -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n libasn1c1
|
||||
|
||||
%files -n libasn1c1
|
||||
%_libdir/libasn1c.so.*
|
||||
|
||||
%files -n libasn1c-devel
|
||||
%files devel
|
||||
%doc README.md
|
||||
%license COPYING
|
||||
%_includedir/%name/
|
||||
%_libdir/pkgconfig/*.pc
|
||||
|
Loading…
x
Reference in New Issue
Block a user