diff --git a/orthanc.changes b/orthanc.changes index d6fd8e8..9c95e15 100644 --- a/orthanc.changes +++ b/orthanc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 11:53:47 UTC 2024 - Axel Braun + +- applied patches to source tree (for plugins) + ------------------------------------------------------------------- Mon Sep 30 08:43:53 UTC 2024 - Axel Braun diff --git a/orthanc.spec b/orthanc.spec index b07496e..58e1648 100644 --- a/orthanc.spec +++ b/orthanc.spec @@ -198,8 +198,10 @@ tar --strip-components 1 -xzf %{S:0} -C %{buildroot}/usr/src/%{name}/ #Apply dcmtk patch patch %{buildroot}/usr/src/%{name}/OrthancFramework/Resources/CMake/DcmtkConfiguration.cmake < %{P:0} -#Apply boost patch -## patch -p1 -d %{buildroot}/usr/src/%{name} < %{P:1} +#Apply remaining patches to source tree +patch -p1 -d %{buildroot}/usr/src/%{name} < %{P:1} +patch -p1 -d %{buildroot}/usr/src/%{name} < %{P:2} +patch -p1 -d %{buildroot}/usr/src/%{name} < %{P:3} # Do not mark Python scripts as executable find %{buildroot}/usr/src/%{name} -name '*.py' -exec chmod a-x "{}" +