Update to version 1.1.2.
This commit is contained in:
parent
2968f539ea
commit
b195285a1e
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/socket_wrapper-1.0.2.tar.gz
|
||||
/socket_wrapper-1.1.0.tar.gz
|
||||
/socket_wrapper-1.1.1.tar.gz
|
||||
/socket_wrapper-1.1.2.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: socket_wrapper
|
||||
Version: 1.1.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.1.2
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: BSD
|
||||
Summary: A library passing all socket communications trough Unix sockets
|
||||
@ -63,8 +63,12 @@ popd
|
||||
%{_libdir}/cmake/socket_wrapper/socket_wrapper-config.cmake
|
||||
%dir %{_libdir}/pkgconfig
|
||||
%{_libdir}/pkgconfig/socket_wrapper.pc
|
||||
%{_mandir}/man1/socket_wrapper.1*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 01 2014 - Andreas Schneider <asn@redhat.com> - 1.1.2-1
|
||||
* Update to version 1.1.2.
|
||||
|
||||
* Wed Oct 01 2014 - Andreas Schneider <asn@redhat.com> - 1.1.1-2
|
||||
- resolves: #1146409 - Do not own /usr/lib64/cmake
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user