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:
Dominique Leuenberger 2022-08-30 12:49:15 +00:00 committed by Git OBS Bridge
commit 3c9e980209
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