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-07-22 22:43:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/votca-tools (Old)
 and      /work/SRC/openSUSE:Factory/.votca-tools.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "votca-tools"

Thu Jul 22 22:43:33 2021 rev:21 rq:907762 version:2021.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/votca-tools/votca-tools.changes  2021-05-04 
22:00:57.256608543 +0200
+++ /work/SRC/openSUSE:Factory/.votca-tools.new.1899/votca-tools.changes        
2021-07-22 22:44:29.411111457 +0200
@@ -1,0 +2,10 @@
+Sun Jul 18 13:52:05 UTC 2021 - Christoph Junghans <jungh...@votca.org>
+
+- drop 6bb7e35ba7d1a31247eafb323be2777ec0439cfe.patch, merged
+  upsteam
+- Update to 2021.1
+  - fix build on F34 and openSUSE ([gh#votca/tools#361])
+  - add support for oneapi mkl ([gh#votca/tools#363],
+    [gh#votca/tools#369])
+
+-------------------------------------------------------------------

Old:
----
  6bb7e35ba7d1a31247eafb323be2777ec0439cfe.patch
  votca-tools-2021.tar.gz

New:
----
  votca-tools-2021.1.tar.gz

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

Other differences:
------------------
++++++ votca-tools.spec ++++++
--- /var/tmp/diff_new_pack.iX6S9U/_old  2021-07-22 22:44:29.843110894 +0200
+++ /var/tmp/diff_new_pack.iX6S9U/_new  2021-07-22 22:44:29.847110888 +0200
@@ -17,7 +17,7 @@
 #
 
 Name:           votca-tools
-Version:        2021
+Version:        2021.1
 Release:        0
 %define         uversion %version
 %define         sover 2021
@@ -26,12 +26,10 @@
 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
 
-BuildRequires:  cmake
+BuildRequires:  cmake >= 3.12
 BuildRequires:  eigen3-devel
 BuildRequires:  fftw3-devel
 BuildRequires:  gcc-c++
@@ -77,7 +75,6 @@
 
 %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')

++++++ votca-tools-2021.tar.gz -> votca-tools-2021.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tools-2021/CHANGELOG.rst 
new/tools-2021.1/CHANGELOG.rst
--- old/tools-2021/CHANGELOG.rst        2021-03-13 02:24:22.000000000 +0100
+++ new/tools-2021.1/CHANGELOG.rst      2021-07-18 02:25:36.000000000 +0200
@@ -1,6 +1,12 @@
 For more detailed information about the changes see the history of the
 `repository <https://github.com/votca/tools/commits/stable>`__.
 
+Version 2021.1 (released 18.07.21)
+==================================
+
+-  fix build on F34 and openSUSE (#361)
+-  add support for oneapi mkl (#363, #369)
+
 Version 2021 (released 13.03.21)
 ================================
 
@@ -8,7 +14,7 @@
 -  add auto-cancel workflow to GitHub Actions (#343)
 -  remove unused ext/alloc_traits.h from tests (#354)
 
-Version 2021-rc.1 (released 13.03.21)
+Version 2021-rc.1 (released 15.01.21)
 =====================================
 
 -  add support of txt2tqs 3.4 (#208)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tools-2021/CMakeLists.txt 
new/tools-2021.1/CMakeLists.txt
--- old/tools-2021/CMakeLists.txt       2021-03-13 02:24:22.000000000 +0100
+++ new/tools-2021.1/CMakeLists.txt     2021-07-18 02:25:36.000000000 +0200
@@ -2,7 +2,7 @@
 
 project(votca-tools LANGUAGES CXX)
 
-set(PROJECT_VERSION "2021")
+set(PROJECT_VERSION "2021.1")
 string(REGEX REPLACE "[-.].*$" "" SOVERSION "${PROJECT_VERSION}")
 if (NOT ${SOVERSION} MATCHES "^[0-9]+$")
   message(FATAL_ERROR "Could not determine SOVERSION (${SOVERSION}) from 
${PROJECT_VERSION}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tools-2021/CMakeModules/FindMKL.cmake 
new/tools-2021.1/CMakeModules/FindMKL.cmake
--- old/tools-2021/CMakeModules/FindMKL.cmake   2021-03-13 02:24:22.000000000 
+0100
+++ new/tools-2021.1/CMakeModules/FindMKL.cmake 2021-07-18 02:25:36.000000000 
+0200
@@ -94,6 +94,7 @@
   PATHS
     /opt/intel
     /opt/intel/mkl
+    /opt/intel/oneapi/mkl/latest
     $ENV{MKLROOT}
     /opt/intel/compilers_and_libraries/linux/mkl
     /usr/include/mkl
@@ -223,6 +224,9 @@
         /opt/intel/mkl/lib
         /opt/intel/tbb/lib
         /opt/intel/lib
+        /opt/intel/oneapi/mkl/latest/lib
+        /opt/intel/oneapi/compiler/latest/linux/compiler/lib
+        /opt/intel/oneapi/lib
         $ENV{MKLROOT}/lib
         ${ENV_LIBRARY_PATHS}
         /opt/intel/compilers_and_libraries/linux/mkl/lib
@@ -251,6 +255,9 @@
         /opt/intel/mkl/lib
         /opt/intel/tbb/lib
         /opt/intel/lib
+        /opt/intel/oneapi/mkl/latest/lib
+        /opt/intel/oneapi/compiler/latest/linux/compiler/lib
+        /opt/intel/oneapi/lib
         $ENV{MKLROOT}/lib
         ${ENV_LIBRARY_PATHS}
         /opt/intel/compilers_and_libraries/linux/mkl/lib
@@ -369,6 +376,7 @@
   REQUIRED_VARS MKL_INCLUDE_DIR
                 MKL_Core_LINK_LIBRARY
                 MKL_Interface_LINK_LIBRARY
+                MKL_ThreadingLibrary_LINK_LIBRARY
                 MKL_ThreadLayer_LINK_LIBRARY)
 
 find_package_handle_standard_args(MKL_Static
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tools-2021/include/votca/tools/objectfactory.h 
new/tools-2021.1/include/votca/tools/objectfactory.h
--- old/tools-2021/include/votca/tools/objectfactory.h  2021-03-13 
02:24:22.000000000 +0100
+++ new/tools-2021.1/include/votca/tools/objectfactory.h        2021-07-18 
02:25:36.000000000 +0200
@@ -22,6 +22,7 @@
 #include <map>
 #include <memory>
 #include <stdexcept>
+#include <vector>
 
 // Third party includes
 #include <boost/lexical_cast.hpp>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tools-2021/src/tools/votca_property.cc 
new/tools-2021.1/src/tools/votca_property.cc
--- old/tools-2021/src/tools/votca_property.cc  2021-03-13 02:24:22.000000000 
+0100
+++ new/tools-2021.1/src/tools/votca_property.cc        2021-07-18 
02:25:36.000000000 +0200
@@ -52,8 +52,9 @@
     level = 1;
 
     AddProgramOptions()("file", po::value<string>(), "xml file to parse")(
-        "format", po::value<string>(), "output format [XML TXT TEX]")(
-        "level", po::value<votca::Index>(), "output from this level ");
+        "format", po::value<string>(),
+        "output format [XML TXT TEX]")("level", po::value<votca::Index>(),
+                                       "output from this level ");
   };
 
   bool EvaluateOptions() override {

Reply via email to