Accepting request 1095210 from science

- Update to release 16.1.13

OBS-URL: https://build.opensuse.org/request/show/1095210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jmol?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2023-06-25 19:42:44 +00:00 committed by Git OBS Bridge
commit 53dcc4a2cb
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>

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: jmol
Version: 14.32.73
Version: 16.1.13
Release: 0
Summary: 3D Viewer for chemical structures
License: LGPL-2.1-only

View File

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