SHA256
1
0
forked from pool/jmol

Accepting request 999991 from science

update

OBS-URL: https://build.opensuse.org/request/show/999991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jmol?expand=0&rev=7
This commit is contained in:
2022-08-30 12:49:15 +00:00
committed by Git OBS Bridge
5 changed files with 13 additions and 6 deletions

BIN
jmol-14.32.55.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
jmol-14.32.73.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

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