Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package votca for openSUSE:Factory checked 
in at 2024-06-05 17:42:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/votca (Old)
 and      /work/SRC/openSUSE:Factory/.votca.new.24587 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "votca"

Wed Jun  5 17:42:29 2024 rev:11 rq:1178635 version:2024

Changes:
--------
--- /work/SRC/openSUSE:Factory/votca/votca.changes      2024-02-04 
19:07:47.733568632 +0100
+++ /work/SRC/openSUSE:Factory/.votca.new.24587/votca.changes   2024-06-05 
17:43:13.655913390 +0200
@@ -1,0 +2,5 @@
+Mon Jun  3 21:40:05 UTC 2024 - Christoph Junghans <[email protected]>
+
+- Add upsteam patch, 1032.patch, to fix build with newer boost
+
+-------------------------------------------------------------------

New:
----
  1032.patch

BETA DEBUG BEGIN:
  New:
- Add upsteam patch, 1032.patch, to fix build with newer boost
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ votca.spec ++++++
--- /var/tmp/diff_new_pack.eivxwe/_old  2024-06-05 17:43:14.511944565 +0200
+++ /var/tmp/diff_new_pack.eivxwe/_new  2024-06-05 17:43:14.515944710 +0200
@@ -34,6 +34,8 @@
 Group:          Productivity/Scientific/Chemistry
 URL:            https://www.votca.org
 Source0:        
https://github.com/votca/votca/archive/v%{uversion}.tar.gz#/%{name}-%{uversion}.tar.gz
+# PATCH-FIX-UPSTREAM 1032.patch -- fix build with newer boost votca/votca#1032
+Patch0:         1032.patch
 
 BuildRequires:  cmake >= 3.13
 BuildRequires:  eigen3-devel
@@ -175,7 +177,7 @@
 This package contains the bash completion support for votca.
 
 %prep
-%autosetup -n %{name}-%{uversion}
+%autosetup -p1 -n %{name}-%{uversion}
 
 %build
 %setup_openmpi

++++++ 1032.patch ++++++
>From 9a29a3a82ea23c5159d43b0f25218601e12085b4 Mon Sep 17 00:00:00 2001
From: Michael Cho <[email protected]>
Date: Thu, 25 Apr 2024 14:14:54 -0400
Subject: [PATCH] Fix build with Boost 1.85.0

Signed-off-by: Michael Cho <[email protected]>
---
 csg/src/libcsg/modules/io/pdbreader.cc    | 1 -
 xtp/src/libxtp/calculators/kmcmultiple.cc | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/csg/src/libcsg/modules/io/pdbreader.cc 
b/csg/src/libcsg/modules/io/pdbreader.cc
index 14b259ee8b..3686806e9d 100644
--- a/csg/src/libcsg/modules/io/pdbreader.cc
+++ b/csg/src/libcsg/modules/io/pdbreader.cc
@@ -22,7 +22,6 @@
 
 // Third party includes
 #include <boost/algorithm/string.hpp>
-#include <boost/filesystem/convenience.hpp>
 #include <boost/lexical_cast.hpp>
 
 // VOTCA includes
diff --git a/xtp/src/libxtp/calculators/kmcmultiple.cc 
b/xtp/src/libxtp/calculators/kmcmultiple.cc
index 1627950277..fa515e78eb 100644
--- a/xtp/src/libxtp/calculators/kmcmultiple.cc
+++ b/xtp/src/libxtp/calculators/kmcmultiple.cc
@@ -20,6 +20,7 @@
 
 // Third party includes
 #include <boost/format.hpp>
+#include <boost/numeric/conversion/cast.hpp>
 
 // VOTCA includes
 #include <votca/tools/constants.h>

Reply via email to