Hello community, here is the log from the commit of package votca-csgapps for openSUSE:Factory checked in at 2017-09-04 12:39:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/votca-csgapps (Old) and /work/SRC/openSUSE:Factory/.votca-csgapps.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "votca-csgapps" Mon Sep 4 12:39:18 2017 rev:9 rq:520514 version:1.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/votca-csgapps/votca-csgapps.changes 2017-02-03 20:04:46.757133205 +0100 +++ /work/SRC/openSUSE:Factory/.votca-csgapps.new/votca-csgapps.changes 2017-09-04 12:39:20.793984443 +0200 @@ -1,0 +2,6 @@ +Sun Sep 3 13:28:47 UTC 2017 - [email protected] + +- Upgrade to 1.4.1 + * details: https://github.com/votca/csg/blob/master/CHANGELOG.md + +------------------------------------------------------------------- Old: ---- votca-csgapps-1.4.tar.gz New: ---- votca-csgapps-1.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ votca-csgapps.spec ++++++ --- /var/tmp/diff_new_pack.HEkjwH/_old 2017-09-04 12:39:21.701856713 +0200 +++ /var/tmp/diff_new_pack.HEkjwH/_new 2017-09-04 12:39:21.701856713 +0200 @@ -2,7 +2,7 @@ # spec file for package votca-csgapps # # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2013-2016 Christoph Junghans +# Copyright (c) 2013-2017 Christoph Junghans # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,8 @@ # Name: votca-csgapps -Version: 1.4 -%define uversion 1.4 +Version: 1.4.1 +%define uversion 1.4.1 Release: 0 Summary: VOTCA coarse-graining engine applications Group: Productivity/Scientific/Chemistry ++++++ votca-csgapps-1.4.tar.gz -> votca-csgapps-1.4.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/csgapps-1.4/.travis.yml new/csgapps-1.4.1/.travis.yml --- old/csgapps-1.4/.travis.yml 2016-10-29 18:47:51.000000000 +0200 +++ new/csgapps-1.4.1/.travis.yml 2017-09-03 01:42:18.000000000 +0200 @@ -33,13 +33,13 @@ - cm-super - doxygen - graphviz - - python-numpy + - ghostscript - gnuplot-nox - octave env: global: - - HDF5_VERSION=1.8.14 + - HDF5_VERSION=1.8.18 - GMX_MAX_THREADS=8 - CCACHE_CPP2=yes #for clang - GVER=4.8 @@ -55,7 +55,7 @@ - wget https://raw.githubusercontent.com/votca/buildutil/master/build.sh && chmod 755 build.sh - mkdir -p "$HOME/votca/src" - if [[ ${MINIMAL} != yes ]]; then - wget -qO- https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-${HDF5_VERSION}/src/hdf5-${HDF5_VERSION}.tar.gz | tar -xz && + wget -qO- https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-${HDF5_VERSION%.*}/hdf5-${HDF5_VERSION}/src/hdf5-${HDF5_VERSION}.tar.gz | tar -xz && cd hdf5-${HDF5_VERSION} && ./configure --prefix=$HOME/hdf5 && make -j4 &> /dev/null && make install && cd ..; fi - if [[ ${GMX_VERSION} = 9999 ]]; then @@ -65,9 +65,10 @@ fi - if [[ ${MAN} ]]; then git clone --depth=1 https://github.com/votca/doxygen.git "$HOME/votca/src/devdoc"; fi - if [[ ${GVER} ]]; then export CC=gcc-${GVER}; export CXX=g++-${GVER}; fi + - pip install --user numpy script: - - PATH="$HOME/hdf5:$PATH" ./build.sh -Wu $([[ ${TRAVIS_BRANCH} = stable ]] || echo "--dev") --prefix "$HOME/votca" + - PATH="$HOME/hdf5:$PATH" ./build.sh -Wu --prefix "$HOME/votca" ${TYPE:+-DCMAKE_BUILD_TYPE=${TYPE}} ${TEST:+--runtest=$TEST} ${WERROR:+--warn-to-errors} -DWITH_H5MD=ON ${MINIMAL:+--minimal} ${MAN:+--devdoc} ${J:+-j$J} ${BDIR:+--builddir=$BDIR} ${NINJA:+--ninja} ${WALL:+--Wall} ${GMX_VERSION:+--gmx-release ${GMX_VERSION}} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/csgapps-1.4/CMakeLists.txt new/csgapps-1.4.1/CMakeLists.txt --- old/csgapps-1.4/CMakeLists.txt 2016-10-29 18:47:51.000000000 +0200 +++ new/csgapps-1.4.1/CMakeLists.txt 2017-09-03 01:42:18.000000000 +0200 @@ -2,7 +2,7 @@ project(csgapps) -set(PROJECT_VERSION "1.4") +set(PROJECT_VERSION "1.4.1") set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules)
