Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package votca-xtp for openSUSE:Factory checked in at 2021-09-20 23:33:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/votca-xtp (Old) and /work/SRC/openSUSE:Factory/.votca-xtp.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "votca-xtp" Mon Sep 20 23:33:37 2021 rev:10 rq:920310 version:2021.2 Changes: -------- --- /work/SRC/openSUSE:Factory/votca-xtp/votca-xtp.changes 2021-07-23 23:41:18.273824217 +0200 +++ /work/SRC/openSUSE:Factory/.votca-xtp.new.1899/votca-xtp.changes 2021-09-20 23:36:25.343415905 +0200 @@ -1,0 +2,6 @@ +Mon Sep 20 09:48:22 UTC 2021 - Christoph Junghans <jungh...@votca.org> + +- Update to 2021.2 + - No changes since v2021.1 + +------------------------------------------------------------------- Old: ---- votca-xtp-2021.1.tar.gz New: ---- votca-xtp-2021.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ votca-xtp.spec ++++++ --- /var/tmp/diff_new_pack.nPJ1pM/_old 2021-09-20 23:36:25.755416414 +0200 +++ /var/tmp/diff_new_pack.nPJ1pM/_new 2021-09-20 23:36:25.755416414 +0200 @@ -18,7 +18,7 @@ Name: votca-xtp -Version: 2021.1 +Version: 2021.2 Release: 0 %define uversion %version %define sover 2021 ++++++ votca-xtp-2021.1.tar.gz -> votca-xtp-2021.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xtp-2021.1/CHANGELOG.rst new/xtp-2021.2/CHANGELOG.rst --- old/xtp-2021.1/CHANGELOG.rst 2021-07-18 02:25:41.000000000 +0200 +++ new/xtp-2021.2/CHANGELOG.rst 2021-09-19 04:34:28.000000000 +0200 @@ -1,9 +1,16 @@ For more detailed information about the changes see the history of the `repository <https://github.com/votca/xtp/commits/master>`__. +Version 2021.2 (released 19.09.21) +================================== + +- no changes since v2021.1 + Version 2021.1 (released 18.07.21) ================================== +- no changes since v2021 + Version 2021 (released 13.03.21) ================================ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xtp-2021.1/CMakeLists.txt new/xtp-2021.2/CMakeLists.txt --- old/xtp-2021.1/CMakeLists.txt 2021-07-18 02:25:41.000000000 +0200 +++ new/xtp-2021.2/CMakeLists.txt 2021-09-19 04:34:28.000000000 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.12) project(votca-xtp LANGUAGES CXX) -set(PROJECT_VERSION "2021.1") +set(PROJECT_VERSION "2021.2") string(REGEX REPLACE "[-.].*$" "" SOVERSION "${PROJECT_VERSION}") if (NOT ${SOVERSION} MATCHES "^[0-9]+$") message(FATAL_ERROR "Could not determine SOVERSION (${SOVERSION}) from ${PROJECT_VERSION}")