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-01-15 19:46:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/votca-tools (Old) and /work/SRC/openSUSE:Factory/.votca-tools.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "votca-tools" Fri Jan 15 19:46:18 2021 rev:18 rq:863134 version:1.6.4 Changes: -------- --- /work/SRC/openSUSE:Factory/votca-tools/votca-tools.changes 2020-12-10 18:19:57.347092597 +0100 +++ /work/SRC/openSUSE:Factory/.votca-tools.new.28504/votca-tools.changes 2021-01-15 19:46:19.994031197 +0100 @@ -1,0 +2,6 @@ +Tue Jan 12 23:30:39 UTC 2021 - Christoph Junghans <jungh...@votca.org> + +- Update to 1.6.4 + - no changes + +------------------------------------------------------------------- Old: ---- votca-tools-1.6.3.tar.gz New: ---- votca-tools-1.6.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ votca-tools.spec ++++++ --- /var/tmp/diff_new_pack.unOGDO/_old 2021-01-15 19:46:20.590032085 +0100 +++ /var/tmp/diff_new_pack.unOGDO/_new 2021-01-15 19:46:20.590032085 +0100 @@ -18,7 +18,7 @@ Name: votca-tools -Version: 1.6.3 +Version: 1.6.4 Release: 0 %define uversion %{version} %define sover 6 ++++++ votca-tools-1.6.3.tar.gz -> votca-tools-1.6.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tools-1.6.3/CHANGELOG.md new/tools-1.6.4/CHANGELOG.md --- old/tools-1.6.3/CHANGELOG.md 2020-12-09 04:54:01.000000000 +0100 +++ new/tools-1.6.4/CHANGELOG.md 2021-01-12 19:26:39.000000000 +0100 @@ -1,5 +1,8 @@ For more detailed information about the changes see the history of the [repository](https://github.com/votca/tools/commits/stable). +## Version 1.6.4 (released 12.01.21) +* no changes + ## Version 1.6.3 (released 09.12.20) * switch to ghcr.io for CI (#297) * use master .clang-format in format action (#304, #307) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tools-1.6.3/CMakeLists.txt new/tools-1.6.4/CMakeLists.txt --- old/tools-1.6.3/CMakeLists.txt 2020-12-09 04:54:01.000000000 +0100 +++ new/tools-1.6.4/CMakeLists.txt 2021-01-12 19:26:39.000000000 +0100 @@ -2,7 +2,7 @@ project(votca-tools) -set(PROJECT_VERSION "1.6.3") +set(PROJECT_VERSION "1.6.4") string(REGEX REPLACE "^[1-9]+\\.([1-9]+).*$" "\\1" SOVERSION "${PROJECT_VERSION}") if (NOT ${SOVERSION} MATCHES "[1-9]+") message(FATAL_ERROR "Could not determind SOVERSION from ${PROJECT_VERSION}")