Accepting request 948194 from home:AndreasStieger:branches:devel:libraries:c_c++
Botan 2.19.1 OBS-URL: https://build.opensuse.org/request/show/948194 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=110
This commit is contained in:
parent
fff33fb6e7
commit
9eb8fc307c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:541a3b13f1b9d30f977c6c1ae4c7bfdfda763cda6e44de807369dce79f42307e
|
|
||||||
size 5996928
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCAAdFiEEYh2vZBHhhRxM+aLhYhHr8e+637wFAmF2qtoACgkQYhHr8e+6
|
|
||||||
37ydswgAvLxU21J5j4xdOjC+XLfKIgpoZy5hxRZFQlQrEU3nhAxH2pYuCmBAwe5+
|
|
||||||
yv8MlzBEZoipDAU8zwnkGAUQqXDhhp1g9jjOFW8BoWzDGqZhnz3+Tyae82QjY3gq
|
|
||||||
ne1tdb+pNgOlTwVHYizF8rKqeCICnPrXgDD7IyrGV/FJK93xOWS8nvjFw9MInAPn
|
|
||||||
mJRVBefnuiiwpDEH4HMbvrVb/qZb7/2R99FqQj9+Wgqu+xnPvLXLypbNQyEpXb9k
|
|
||||||
FxLRT6zCyv1Rx1faHg5CQkSTolY/GIKVD+xbbc3TQg0/bZQ349kGdeJ5Uxtvnof0
|
|
||||||
bvL6AWi8Gv0S7Mj/clUdud2/Twc3Fg==
|
|
||||||
=nzWt
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
Botan-2.19.1.tar.xz
Normal file
3
Botan-2.19.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e26e00cfefda64082afdd540d3c537924f645d6a674afed2cd171005deff5560
|
||||||
|
size 6088380
|
11
Botan-2.19.1.tar.xz.asc
Normal file
11
Botan-2.19.1.tar.xz.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCAAdFiEEYh2vZBHhhRxM+aLhYhHr8e+637wFAmHrL38ACgkQYhHr8e+6
|
||||||
|
37xo/Af7BKa2CuoqXRLB+vNtyH+410RhJYvgkp98PrjAzXfTOFTGV/RH40PqAUSv
|
||||||
|
pTghqbZ0sjUbrIdCKGymjxEK4x2IFFZCXDUivep3iKVEby3F1yB03D7V/ze2l596
|
||||||
|
EcNh937e1FzEir9XNbtJyW2Dbv5vbToIMBNU3F/lOwD1bPWcc+tHmrMXLyHC+vgV
|
||||||
|
F9zT+0Rz6XHy9FQ3IZvLnVELJkkKuhuCGgjfwXlNaCqMRLjk8fq/bj8/o+pfYkup
|
||||||
|
LKrS1lyV0NbblrzWthdyHI+TAJtSlqLO1Wc0ZVbzmkCPhcpsTEB5s7qYjxOPAQts
|
||||||
|
JG7NvtyiVQZIEwyy0W79iStOeXJ9PA==
|
||||||
|
=O/Uc
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 23 08:11:39 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- update to 2.19.1:
|
||||||
|
* Add a forward error correction code compatible with the zfec
|
||||||
|
library
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 24 20:02:41 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Wed Nov 24 20:02:41 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package Botan
|
# spec file for package Botan
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
%{!?make_build: %define make_build make %{?_smp_mflags}}
|
%{!?make_build: %define make_build make %{?_smp_mflags}}
|
||||||
%define version_suffix 2-18
|
%define version_suffix 2-19
|
||||||
%define short_version 2
|
%define short_version 2
|
||||||
Name: Botan
|
Name: Botan
|
||||||
Version: 2.18.2
|
Version: 2.19.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A C++ Crypto Library
|
Summary: A C++ Crypto Library
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
libbotan-2-18
|
libbotan-2-19
|
||||||
libbotan-devel
|
libbotan-devel
|
||||||
requires -libbotan-<targettype> = <version>
|
requires -libbotan-<targettype> = <version>
|
||||||
requires "libbotan-2-18-<targettype> = <version>"
|
requires "libbotan-2-19-<targettype> = <version>"
|
||||||
|
Loading…
Reference in New Issue
Block a user