Compare commits

..

No commits in common. "factory" and "devel" have entirely different histories.

4 changed files with 7 additions and 18 deletions

3
votca-2024.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74d447f976a7d5c05ec65ab99f52b75379cafa3b40b8bc3b9b328f8402bc53dc
size 41326889

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:704d50f64bbfa2e19d0aa4b5726ac35c20c3b9b45554be5f1e1417d430e31c24
size 41332515

View File

@ -1,17 +1,3 @@
-------------------------------------------------------------------
Sun Sep 29 20:24:56 UTC 2024 - Christoph Junghans <junghans@votca.org>
- Update to v2024.2
- Editorial changes for v2024.1 JOSS paper ([gh#votca/votca##1148],
[gh#votca/votca##1153], [gh#votca/votca##1154])
- Fix permissions on some scripts ([gh#votca/votca##1150])
- Fix exit code on some scripts ([gh#votca/votca##1151])
- Update CITATION.cff ([gh#votca/votca##1155])
- Clean up CI ([gh#votca/votca##1146], [gh#votca/votca##1160],
[gh#votca/votca##1161], [gh#votca/votca##1162])
- supporting ORCA6 logfile reading ([gh#votca/votca##1157])
-------------------------------------------------------------------
Sat Jul 20 15:06:44 UTC 2024 - Christoph Junghans <junghans@votca.org>

View File

@ -25,7 +25,7 @@
%endif
Name: votca
Version: 2024.2
Version: 2024.1
Release: 0
%define uversion %{version}
%define sover 2024
@ -204,6 +204,9 @@ sed -i '1s@/usr/bin/env .*bash@/bin/bash@' \
%{buildroot}/%{_datadir}/votca/csg-tutorials/*/*/*/*.sh \
%{buildroot}/%{_bindir}/csg_{call,inverse}
# fixed in next release
chmod +x %{buildroot}/%{_datadir}/votca/csg-tutorials/spce/ibi_espressopp/spce.py
%if %{with_xtp}
chmod +x %{buildroot}/%{_datadir}/votca/xtp-tutorials/pyxtp/scripts/run_*.py
sed -i '1s@env @@' %{buildroot}/%{_bindir}/xtp_* \