- Update to release 14.32.55

OBS-URL: https://build.opensuse.org/package/show/science/jmol?expand=0&rev=23
This commit is contained in:
2022-05-16 20:51:06 +00:00
committed by Git OBS Bridge
parent a05371ee18
commit 1fb78c6a69
5 changed files with 16 additions and 6 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon May 16 20:48:46 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 14.32.55
* feature change: axes POSITION [x y] "xyz" with symmetry
* new feature: axes POSITION [x y] "xyzabc"
* new feature: global user variable dragDropFileType
* bugfix: deleting atoms from PDB failed
* bugfix: ModelKit dragAtom did not update measurements
-------------------------------------------------------------------
Mon Feb 8 22:01:23 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package jmol
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 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.31.20
Version: 14.32.55
Release: 0
Summary: 3D Viewer for chemical structures
License: LGPL-2.1-only

View File

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