Hello community,

here is the log from the commit of package votca-csgapps for openSUSE:Factory 
checked in at 2020-12-10 18:19:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/votca-csgapps (Old)
 and      /work/SRC/openSUSE:Factory/.votca-csgapps.new.2328 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "votca-csgapps"

Thu Dec 10 18:19:51 2020 rev:15 rq:854601 version:1.6.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/votca-csgapps/votca-csgapps.changes      
2020-08-25 09:37:15.616158387 +0200
+++ /work/SRC/openSUSE:Factory/.votca-csgapps.new.2328/votca-csgapps.changes    
2020-12-10 18:19:52.635080756 +0100
@@ -1,0 +2,6 @@
+Wed Dec  9 20:26:05 UTC 2020 - Christoph Junghans <jungh...@votca.org>
+
+- Upgrade to 1.6.3
+  - details: https://github.com/votca/csg/blob/stable/CHANGELOG.md
+
+-------------------------------------------------------------------

Old:
----
  votca-csgapps-1.6.2.tar.gz

New:
----
  votca-csgapps-1.6.3.tar.gz

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

Other differences:
------------------
++++++ votca-csgapps.spec ++++++
--- /var/tmp/diff_new_pack.2wMPEF/_old  2020-12-10 18:19:53.363082585 +0100
+++ /var/tmp/diff_new_pack.2wMPEF/_new  2020-12-10 18:19:53.367082595 +0100
@@ -17,7 +17,7 @@
 #
 
 Name:       votca-csgapps
-Version:    1.6.2
+Version:    1.6.3
 %define     uversion %{version}
 Release:    0
 Summary:    VOTCA coarse-graining engine applications

++++++ votca-csgapps-1.6.2.tar.gz -> votca-csgapps-1.6.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/csgapps-1.6.2/.github/workflows/continuous-integration-workflow.yml 
new/csgapps-1.6.3/.github/workflows/continuous-integration-workflow.yml
--- old/csgapps-1.6.2/.github/workflows/continuous-integration-workflow.yml     
2020-08-22 15:31:16.000000000 +0200
+++ new/csgapps-1.6.3/.github/workflows/continuous-integration-workflow.yml     
2020-12-09 04:54:02.000000000 +0100
@@ -7,10 +7,10 @@
 
 jobs:
   CI:
-    continue-on-error: ${{ matrix.distro == 'ubuntu_devel' || matrix.distro == 
'fedora_rawhide' || matrix.continue-on-error == true }}
+    continue-on-error: ${{ matrix.distro == 'ubuntu:devel' || matrix.distro == 
'fedora:rawhide' || matrix.distro == 'opensuse:latest' || 
matrix.continue-on-error == true }}
     strategy:
       matrix:
-        distro: [latest, fedora_rawhide, opensuse, ubuntu, ubuntu_devel, 
ubuntu_rolling, ubuntu_18.04]
+        distro: ['fedora:latest', 'fedora:rawhide', 'opensuse:latest', 
'ubuntu:latest', 'ubuntu:devel', 'ubuntu:rolling', 'ubuntu:18.04']
         toolchain: [gnu, clang]
         cmake_build_type: [Release, Debug]
         minimal: [false]
@@ -19,13 +19,13 @@
         coverage: [false]
         no_regression_testing: [true]
         include:
-          - distro: latest
+          - distro: 'fedora:latest'
             toolchain: gnu
             cmake_build_type: Release
             module_build: true
             no_regression_testing: true
     runs-on: ubuntu-latest
-    container: votca/buildenv:${{ matrix.distro }}
+    container: ghcr.io/votca/buildenv/${{ matrix.distro }}
     steps:
       - uses: actions/checkout@v2.2.0
         with:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/csgapps-1.6.2/.github/workflows/format.yml 
new/csgapps-1.6.3/.github/workflows/format.yml
--- old/csgapps-1.6.2/.github/workflows/format.yml      2020-08-22 
15:31:16.000000000 +0200
+++ new/csgapps-1.6.3/.github/workflows/format.yml      2020-12-09 
04:54:02.000000000 +0100
@@ -7,7 +7,7 @@
     name: clang-format
     if: ${{ github.event.comment.body == '@votca-bot format' }}
     runs-on: ubuntu-latest
-    container: votca/buildenv:format
+    container: ghcr.io/votca/buildenv/format:latest
     steps:
       - name: Check if message comes from PR
         uses: octokit/request-action@v2.x
@@ -35,7 +35,9 @@
           token: ${{ secrets.VOTCA_BOT_TOKEN }}
       - name: Run clang-format
         if: ${{ fromJSON(steps.issue_info.outputs.data).pull_request }}
-        run: find . -type f -regex ".*\.\(c\|h\|cc\|cpp\|hpp\)" -print0 | 
xargs -0 clang-format -i -style=file
+        run: |
+          curl -OL https://github.com/votca/votca/raw/master/.clang-format
+          find . -type f -regex ".*\.\(c\|h\|cc\|cpp\|hpp\)" -print0 | xargs 
-0 clang-format -i -style=file
       - name: Commit and push
         if: ${{ fromJSON(steps.issue_info.outputs.data).pull_request }}
         run: |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/csgapps-1.6.2/CMakeLists.txt 
new/csgapps-1.6.3/CMakeLists.txt
--- old/csgapps-1.6.2/CMakeLists.txt    2020-08-22 15:31:16.000000000 +0200
+++ new/csgapps-1.6.3/CMakeLists.txt    2020-12-09 04:54:02.000000000 +0100
@@ -2,7 +2,7 @@
 
 project(csgapps)
 
-set(PROJECT_VERSION "1.6.2")
+set(PROJECT_VERSION "1.6.3")
 
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules)
 
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to