SHA256
1
0
forked from pool/jmol

- Update to release 16.1.13

OBS-URL: https://build.opensuse.org/package/show/science/jmol?expand=0&rev=27
This commit is contained in:
Jan Engelhardt 2023-06-25 10:08:26 +00:00 committed by Git OBS Bridge
parent 127ad7c132
commit c63f74c386
5 changed files with 12 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jun 25 10:07:01 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 16.1.13
* added a JME 2-D editor tool
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 29 07:27:51 UTC 2022 - Jan Engelhardt <jengelh@inai.de> Mon Aug 29 07:27:51 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package jmol # spec file for package jmol
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: jmol Name: jmol
Version: 14.32.73 Version: 16.1.13
Release: 0 Release: 0
Summary: 3D Viewer for chemical structures Summary: 3D Viewer for chemical structures
License: LGPL-2.1-only License: LGPL-2.1-only

View File

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