diff --git a/socket_wrapper.spec b/socket_wrapper.spec index e012fc8..c5102be 100644 --- a/socket_wrapper.spec +++ b/socket_wrapper.spec @@ -1,6 +1,8 @@ +%global __cmake_in_source_build 1 + Name: socket_wrapper Version: 1.2.4 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Summary: A library passing all socket communications through Unix sockets @@ -74,6 +76,9 @@ popd %{_mandir}/man1/socket_wrapper.1* %changelog +* Fri Jul 24 2020 Jeff Law - 1.2.4-2 +- Use __cmake_in_source_build + * Tue Mar 24 2020 Andreas Schneider - 1.2.4-1 - Update to version 1.2.4 * https://gitlab.com/cwrap/socket_wrapper/-/blob/master/CHANGELOG