Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package votca-tools for openSUSE:Factory checked in at 2021-05-04 22:00:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/votca-tools (Old) and /work/SRC/openSUSE:Factory/.votca-tools.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "votca-tools" Tue May 4 22:00:54 2021 rev:20 rq:890202 version:2021 Changes: -------- --- /work/SRC/openSUSE:Factory/votca-tools/votca-tools.changes 2021-03-17 20:19:25.287273768 +0100 +++ /work/SRC/openSUSE:Factory/.votca-tools.new.2988/votca-tools.changes 2021-05-04 22:00:57.256608543 +0200 @@ -1,0 +2,6 @@ +Mon May 3 23:10:45 UTC 2021 - Christoph Junghans <jungh...@votca.org> + +- add 6bb7e35ba7d1a31247eafb323be2777ec0439cfe.patch to fix + build on Factory [gh#votca/tools#361] + +------------------------------------------------------------------- New: ---- 6bb7e35ba7d1a31247eafb323be2777ec0439cfe.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ votca-tools.spec ++++++ --- /var/tmp/diff_new_pack.jzwz2R/_old 2021-05-04 22:00:57.680606949 +0200 +++ /var/tmp/diff_new_pack.jzwz2R/_new 2021-05-04 22:00:57.684606934 +0200 @@ -26,6 +26,8 @@ Group: Productivity/Scientific/Chemistry URL: http://www.votca.org Source0: https://github.com/votca/tools/archive/v%{uversion}.tar.gz#/%{name}-%{uversion}.tar.gz +# PATCH-FIX-UPSTREAM 6bb7e35ba7d1a31247eafb323be2777ec0439cfe.patch gh#votca/tools#361 +Patch0: https://github.com/votca/tools/commit/6bb7e35ba7d1a31247eafb323be2777ec0439cfe.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -75,6 +77,7 @@ %prep %setup -n tools-%{uversion} -q +%patch0 -p1 # Avoid unnecessary rebuilds of the package FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y') ++++++ 6bb7e35ba7d1a31247eafb323be2777ec0439cfe.patch ++++++ >From 6bb7e35ba7d1a31247eafb323be2777ec0439cfe Mon Sep 17 00:00:00 2001 From: Christoph Junghans <jungh...@lanl.gov> Date: Thu, 29 Apr 2021 21:49:55 -0600 Subject: [PATCH] objectfactory.h: add missing include --- include/votca/tools/objectfactory.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/votca/tools/objectfactory.h b/include/votca/tools/objectfactory.h index 81535009..998943fb 100644 --- a/include/votca/tools/objectfactory.h +++ b/include/votca/tools/objectfactory.h @@ -22,6 +22,7 @@ #include <map> #include <memory> #include <stdexcept> +#include <vector> // Third party includes #include <boost/lexical_cast.hpp>