Update to version 1.1.9
This commit is contained in:
parent
0bf1a51786
commit
3e575049aa
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/socket_wrapper-1.1.6.tar.gz
|
||||
/socket_wrapper-1.1.7.tar.gz
|
||||
/socket_wrapper-1.1.8.tar.gz
|
||||
/socket_wrapper-1.1.9.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: socket_wrapper
|
||||
Version: 1.1.8
|
||||
Release: 4%{?dist}
|
||||
Version: 1.1.9
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: BSD
|
||||
Summary: A library passing all socket communications through Unix sockets
|
||||
@ -9,7 +9,7 @@ Url: http://cwrap.org/
|
||||
Source0: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: libcmocka-devel >= 0.4.1
|
||||
BuildRequires: libcmocka-devel >= 1.1.0
|
||||
|
||||
Recommends: cmake
|
||||
Recommends: pkgconfig
|
||||
@ -71,6 +71,10 @@ popd
|
||||
%{_mandir}/man1/socket_wrapper.1*
|
||||
|
||||
%changelog
|
||||
* Wed Dec 06 2017 Andreas Schneider <asn@redhat.com> - 1.1.9-1
|
||||
- Update to version 1.1.9
|
||||
* Fix thread deadlock with due to a signal interrupt
|
||||
|
||||
* Fri Oct 13 2017 Andreas Schneider <asn@redhat.com> - 1.1.8-1
|
||||
- Update to version 1.1.8
|
||||
* Added support for openat()
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (socket_wrapper-1.1.8.tar.gz) = 55c64a4897a09bf2680132337d24bdd5f01e57369b0e1611dea9daca8a57f44d3b6625d3c3e631f954db3f4fc7e85f7ca229ec647f4bfd756f0bcabc6558498d
|
||||
SHA512 (socket_wrapper-1.1.9.tar.gz) = 62458c7881c0d4e0e7f1ef3ec8dc4277a0f886cd1e9c73f6a20f23ed4546bcc959169fbac909e193e60567985f196358f6567de68b89ac4d4d5ec8473c8afb64
|
||||
|
||||
Loading…
Reference in New Issue
Block a user