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-07-23 23:41:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/votca-xtp (Old) and /work/SRC/openSUSE:Factory/.votca-xtp.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "votca-xtp" Fri Jul 23 23:41:06 2021 rev:9 rq:907764 version:2021.1 Changes: -------- --- /work/SRC/openSUSE:Factory/votca-xtp/votca-xtp.changes 2021-03-17 20:19:26.143274939 +0100 +++ /work/SRC/openSUSE:Factory/.votca-xtp.new.1899/votca-xtp.changes 2021-07-23 23:41:18.273824217 +0200 @@ -1,0 +2,6 @@ +Sun Jul 18 14:15:44 UTC 2021 - Christoph Junghans <jungh...@votca.org> + +- Update to 2021.1 + - No changes since v2021 + +------------------------------------------------------------------- Old: ---- votca-xtp-2021.tar.gz New: ---- votca-xtp-2021.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ votca-xtp.spec ++++++ --- /var/tmp/diff_new_pack.LRnt5I/_old 2021-07-23 23:41:18.789823557 +0200 +++ /var/tmp/diff_new_pack.LRnt5I/_new 2021-07-23 23:41:18.789823557 +0200 @@ -18,7 +18,7 @@ Name: votca-xtp -Version: 2021 +Version: 2021.1 Release: 0 %define uversion %version %define sover 2021 ++++++ votca-xtp-2021.tar.gz -> votca-xtp-2021.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xtp-2021/CHANGELOG.rst new/xtp-2021.1/CHANGELOG.rst --- old/xtp-2021/CHANGELOG.rst 2021-03-13 02:24:25.000000000 +0100 +++ new/xtp-2021.1/CHANGELOG.rst 2021-07-18 02:25:41.000000000 +0200 @@ -1,6 +1,9 @@ For more detailed information about the changes see the history of the `repository <https://github.com/votca/xtp/commits/master>`__. +Version 2021.1 (released 18.07.21) +================================== + Version 2021 (released 13.03.21) ================================ @@ -8,7 +11,7 @@ - add xtp_qmmm2qm to cmake install (#665) - add auto-cancel workflow to GitHub Actions (#674) -Version 2021-rc.1 (released 13.03.21) +Version 2021-rc.1 (released 15.01.21) ===================================== - G0W0 rpa energies are fixed in BSE (#383) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xtp-2021/CMakeLists.txt new/xtp-2021.1/CMakeLists.txt --- old/xtp-2021/CMakeLists.txt 2021-03-13 02:24:25.000000000 +0100 +++ new/xtp-2021.1/CMakeLists.txt 2021-07-18 02:25:41.000000000 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.12) project(votca-xtp 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}")