From 783fb56b8d52c605d0e1b75cd7b825144e5057a8 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Jan 30 2019 12:35:30 +0000 Subject: Rebuilt and patched for Boost 1.69 --- diff --git a/csdiff-boost169.patch b/csdiff-boost169.patch new file mode 100644 index 0000000..43f7856 --- /dev/null +++ b/csdiff-boost169.patch @@ -0,0 +1,10 @@ +--- csdiff-1.5.0/CMakeLists.txt~ 2019-01-30 12:34:36.351767121 +0000 ++++ csdiff-1.5.0/CMakeLists.txt 2019-01-30 12:34:39.568761671 +0000 +@@ -74,6 +74,7 @@ + set(BOOST_PYTHON_LIB_NAME "boost_python" + CACHE STRING "Name of the boost_python library") + find_library(BOOST_PYTHON NAMES ${BOOST_PYTHON_LIB_NAME} ++ boost_python37 + boost_python-3.2 + boost_python-3.3 + boost_python-3.4) diff --git a/csdiff.spec b/csdiff.spec index f95c248..dd45e24 100644 --- a/csdiff.spec +++ b/csdiff.spec @@ -14,12 +14,13 @@ Name: csdiff Version: 1.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Non-interactive tools for processing code scan results in plain-text License: GPLv3+ URL: https://github.com/kdudka/csdiff Source0: https://github.com/kdudka/csdiff/releases/download/%{name}-%{version}/%{name}-%{version}.tar.xz +Patch0: %{name}-boost169.patch BuildRequires: boost-devel BuildRequires: cmake @@ -65,6 +66,7 @@ code scan defect lists to find out added or fixed defects. %prep %setup -q +%patch0 -p1 %build make version.cc @@ -131,6 +133,9 @@ ctest %{?_smp_mflags} --output-on-failure %endif %changelog +* Wed Jan 30 2019 Jonathan Wakely - 1.5.0-2 +- Rebuilt and patched for Boost 1.69 + * Thu Oct 18 2018 Kamil Dudka 1.5.0-1 - update to latest upstream release