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-03-17 20:15:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/votca-tools (Old)
 and      /work/SRC/openSUSE:Factory/.votca-tools.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "votca-tools"

Wed Mar 17 20:15:19 2021 rev:19 rq:878937 version:2021

Changes:
--------
--- /work/SRC/openSUSE:Factory/votca-tools/votca-tools.changes  2021-01-15 
19:46:19.994031197 +0100
+++ /work/SRC/openSUSE:Factory/.votca-tools.new.2401/votca-tools.changes        
2021-03-17 20:19:25.287273768 +0100
@@ -1,0 +2,61 @@
+Sat Mar 13 18:25:18 UTC 2021 - Christoph Junghans <jungh...@votca.org>
+
+- Update to 2021
+  - fix CI on rawhide ([gh#votca/tools#336])
+  - add auto-cancel workflow to GitHub Actions
+    ([gh#votca/tools#343])
+  - remove unused ext/alloc_traits.h from tests
+    ([gh#votca/tools#354])
+
+-------------------------------------------------------------------
+Wed Jan 13 01:07:33 UTC 2021 - Christoph Junghans <jungh...@votca.org>
+
+- Update to 2021~rc1 
+  - add support of txt2tqs 3.4 ([gh#votca/tools#208])
+  - fix MKL:: target creation ([gh#votca/tools#207],
+    [gh#votca/tools#265], [gh#votca/tools#269],
+    [gh#votca/tools#270])
+  - use local includes ([gh#votca/tools#204])
+  - add more support for units ([gh#votca/tools#200])
+  - add methods to update user input with defaults
+    ([gh#votca/tools#222])
+  - fix usage of PROJECT_SOURCE_DIR in cmake
+    ([gh#votca/tools#230])
+  - fix merging calculator defaults ([gh#votca/tools#226],
+    [gh#votca/tools#227])
+  - document cmake options and packages ([gh#votca/tools#231])
+  - make fftw3 a public dependency ([gh#votca/tools#235])
+  - rename WITH_RC_FILES to INSTALL_RC_FILES
+    ([gh#votca/tools#236])
+  - check calculator input options ([gh#votca/tools#232],
+    [gh#votca/tools#233])
+  - allow calculator choices to be a list ([gh#votca/tools#239])
+  - inject defaults into calculator values ([gh#votca/tools#241])
+  - fixed bug introduced by defaults injection
+    ([gh#votca/tools#241], [gh#votca/tools#242])
+  - make votca_compare always executable in builddir
+    ([gh#votca/tools#244])
+  - add rel. compare to votca_compare ([gh#votca/tools#143])
+  - standardize header formatting ([gh#votca/tools#246])
+  - move CI to GitHub Ations ([gh#votca/tools#251],
+    [gh#votca/tools#254], [gh#votca/tools#256],
+    [gh#votca/tools#258], [gh#votca/tools#260],
+    [gh#votca/tools#274], [gh#votca/tools#275], 
+    [gh#votca/tools#296], [gh#votca/tools#321])
+  - improve mkl detection ([gh#votca/tools#257],
+    [gh#votca/tools#299])
+  - clean up installed cmake find modules ([gh#votca/tools#263])
+  - update codacy badge ([gh#votca/tools#264])
+  - add mkl builds to CI ([gh#votca/tools#267],
+    [gh#votca/tools#271])
+  - convert markdown files to rst files ([gh#votca/tools#272])
+  - enable CXX only in CMake ([gh#votca/tools#273])
+  - format code with clang-10 ([gh#votca/tools#277])
+  - fix clang-9 conversion warning ([gh#votca/tools#276])
+  - add class to writeand read matrices ([gh#votca/tools#290])
+  - Bump required CMake version to 3.12 ([gh#votca/tools#301])
+  - refactored getenv() into separate function
+    ([gh#votca/tools#302])
+  - use unique_ptr in factory ([gh#votca/tools#303])
+
+-------------------------------------------------------------------

Old:
----
  votca-tools-1.6.4.tar.gz

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

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

Other differences:
------------------
++++++ votca-tools.spec ++++++
--- /var/tmp/diff_new_pack.vs6Vem/_old  2021-03-17 20:19:25.803274474 +0100
+++ /var/tmp/diff_new_pack.vs6Vem/_new  2021-03-17 20:19:25.807274479 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package votca-tools
 #
-# Copyright (c) 2020 SUSE LLC
-# Copyright (c) 2013-2020 Christoph Junghans
+# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2013-2021 Christoph Junghans
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,11 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-
 Name:           votca-tools
-Version:        1.6.4
+Version:        2021
 Release:        0
-%define         uversion %{version}
-%define         sover 6
+%define         uversion %version
+%define         sover 2021
 Summary:        VOTCA tools library
 License:        Apache-2.0
 Group:          Productivity/Scientific/Chemistry
@@ -83,7 +82,7 @@
 sed -i -e "s/__DATE__/\"$FAKE_BUILDDATE\"/" -e 
"s/__TIME__/\"$FAKE_BUILDTIME\"/" src/libtools/version.cc
 
 %build
-%{cmake} -DWITH_RC_FILES=OFF -DCMAKE_SKIP_RPATH=OFF -DENABLE_TESTING=ON
+%{cmake} -DINSTALL_RC_FILES=OFF -DCMAKE_SKIP_RPATH=OFF -DENABLE_TESTING=ON
 %cmake_build
 
 %install
@@ -102,7 +101,7 @@
 %postun -n libvotca_tools%sover -p /sbin/ldconfig
 
 %files -n libvotca_tools%sover
-%doc NOTICE README.md CHANGELOG.md
+%doc NOTICE README.rst CHANGELOG.rst
 %license LICENSE
 %{_libdir}/libvotca_tools.so.%{sover}
 

++++++ votca-tools-1.6.4.tar.gz -> votca-tools-2021.tar.gz ++++++
++++ 7621 lines of diff (skipped)

Reply via email to