SHA256
1
0
forked from pool/libevent

Accepting request 725008 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/725008
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevent?expand=0&rev=38
This commit is contained in:
Dominique Leuenberger 2019-09-05 10:31:48 +00:00 committed by Git OBS Bridge
commit d09a7e27fc
7 changed files with 37 additions and 17 deletions

View File

@ -1 +1 @@
libevent-2_1-6
libevent-2_1-7

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEnjrIOieXS4TRs0AduGCGhI74aG0FAlzpsLcACgkQuGCGhI74
aG3kIwgAhHPbAWf0JTLZWGin/om10nA7dvS8+JB5tUNBcN5rWeo7vR7o6rFvhe1e
Trtx90U99qzhjRhGU64IVp/AhaSBmE52Rar1nBu/zbAejmxUEz57FYwlBgSrtZbm
gKX+xTaTEyTUU4c82iM2EnJRtDN7rf5ygrYPgqaQ3QXt9gaf9mWAbTs/XMLptRYi
/PLlndXCPYa7PVExQKDwehebWD3+W6Y4HZCugHi/IjKumVtD3uGluU68U1tW/0WJ
aUUF2AFW+ftvqs9VKfqbiqR8XreiA2+NRnpnbB5cJxHjBybG4HttiTE9OF/ENSRO
dkKV7k94N+DRbFZn1QIHAt11tolt4A==
=LcaB
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEnjrIOieXS4TRs0AduGCGhI74aG0FAl1DXRYACgkQuGCGhI74
aG2tsQf9HT+gRadBJ5JIipU7PsjRgH+71KCDmK9QuboXv8Au12ZvBtw//eSyY2nT
yMkGgzuVJXhVXpVu2KZ/d2RnMsFEYglXwiYcqL8eaoBBjH9KzPQPM4x208rw4ztG
775cL7UfStNCcfRSEIfWv92Awta7OSul0LdwbisDVYnt8F59e+mThuTLyQnOPE2o
ajy11rkSsVQm4bwBOwMxavIORA3uz79YJd+hUJ5a6e430BrD54hA+fMUf5qqC0Ju
TeQl+A1Ugrb6x4C3NrP1K7CF4Q/K3bY3lqJBKsZgE/syL6VVxM89bcwo9VLC8APH
hLQwgw6hhuELLghoxqZr4rgbQkxHqA==
=XSk7
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Aug 20 22:27:52 UTC 2019 - David Disseldorp <ddiss@suse.com>
- Update to 2.1.11 stable
* Fix ABI breakage that had been introduced in 2.1.10. Strictly speaking
this release breaks ABI again to make it compatible with <= 2.1.9.
+ See git commit 18104973 for more details
* evdns: add new options -- so-rcvbuf/so-sndbuf
* various autotools and cmake build changes
* buffer: fix possible NULL dereference in evbuffer_setcb() on ENOMEM
* Warn if forked from the event loop during event_reinit()
* evutil: set the have_checked_interfaces in evutil_check_interfaces()
* https-client: correction error checking
-------------------------------------------------------------------
Fri Aug 2 07:05:45 UTC 2019 - Martin Liška <mliska@suse.cz>
- Use FAT LTO objects in order to provide proper static library.
-------------------------------------------------------------------
Mon Jul 1 09:40:17 UTC 2019 - Andreas Schwab <schwab@suse.de>

View File

@ -19,8 +19,8 @@
Name: libevent
%define version_base 2
%define version_minor 1
%define version_release 10
%define abi_release 6
%define version_release 11
%define abi_release 7
%define version_suffix stable
%define libsoname %{name}-%{version_base}_%{version_minor}-%{abi_release}
@ -116,6 +116,7 @@ This package holds the static libraries for libevent2.
%patch0 -p1
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
./autogen.sh
%configure \
--disable-libevent-regress