Update to version 1.0.2.
This commit is contained in:
parent
f2e5cb18c5
commit
e1ce0390b3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/socket_wrapper-1.0.1.tar.gz
|
||||
/socket_wrapper-1.0.2.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: socket_wrapper
|
||||
Version: 1.0.1
|
||||
Release: 3%{?dist}
|
||||
Version: 1.0.2
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: BSD
|
||||
Summary: A library passing all socket communications trough Unix sockets
|
||||
@ -59,12 +59,15 @@ popd
|
||||
%doc AUTHORS README ChangeLog COPYING
|
||||
%{_libdir}/libsocket_wrapper.so*
|
||||
%dir %{_libdir}/cmake
|
||||
%{_libdir}/cmake/socket_wrapper-config-version.cmake
|
||||
%{_libdir}/cmake/socket_wrapper-config.cmake
|
||||
%{_libdir}/cmake/socket_wrapper/socket_wrapper-config-version.cmake
|
||||
%{_libdir}/cmake/socket_wrapper/socket_wrapper-config.cmake
|
||||
%dir %{_libdir}/pkgconfig
|
||||
%{_libdir}/pkgconfig/socket_wrapper.pc
|
||||
|
||||
%changelog
|
||||
* Tue May 06 2014 - Andreas Schneider <asn@redhat.com> - 1.0.2-1
|
||||
- Update to version 1.0.2.
|
||||
|
||||
* Tue Feb 11 2014 - Andreas Schneider <asn@redhat.com> - 1.0.1-3
|
||||
- Remove Group
|
||||
- Remove glibc-devel build requirement
|
||||
|
||||
Loading…
Reference in New Issue
Block a user