SHA256
1
0
forked from pool/jmol

- Update to release 14.32.73

OBS-URL: https://build.opensuse.org/package/show/science/jmol?expand=0&rev=25
This commit is contained in:
Jan Engelhardt 2022-08-29 07:28:43 +00:00 committed by Git OBS Bridge
parent 1fb78c6a69
commit 127ad7c132
5 changed files with 13 additions and 6 deletions

View File

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

3
jmol-14.32.73.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ea1ae725d056b2b1e5296815faf78cb21360c0f5bba18f78bfccc53bc3ff691
size 25420188

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Aug 29 07:27:51 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 14.32.73
* XSF surface files with over about 267 atoms were not
recognizing presence of surface data
-------------------------------------------------------------------
Mon May 16 20:48:46 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,14 +17,14 @@
Name: jmol
Version: 14.32.55
Version: 14.32.73
Release: 0
Summary: 3D Viewer for chemical structures
License: LGPL-2.1-only
Group: Productivity/Scientific/Chemistry
URL: http://jmol.sf.net/
#Source: https://downloads.sf.net/jmol/Jmol-%version-binary.tar.gz
#XSource: https://downloads.sf.net/jmol/Jmol-%version-binary.tar.gz
Source: jmol-%version.tar.xz
Source2: https://wiki.jmol.org/images/1/1c/Jmol_icon13.png
Source3: %name.man

View File

@ -1,6 +1,6 @@
#!/bin/bash
v=14.32.55
v=14.32.73
if [ ! -e "Jmol-$v-binary.tar.gz" ]; then
wget -c https://downloads.sf.net/jmol/Jmol-$v-binary.tar.gz
fi