Accepting request 758342 from science
- Update to release 14.30.1 OBS-URL: https://build.opensuse.org/request/show/758342 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jmol?expand=0&rev=3
This commit is contained in:
commit
258fae5ccd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58ec3fa8f20dfa21cbccac8e4c40ad9ded3170bf847ef5b934151b3ad1f6a9de
|
||||
size 7454280
|
3
jmol-14.30.1.tar.xz
Normal file
3
jmol-14.30.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:beb8a3617423382176b2a6ee9015d38192848f8fd6026a972cbf9f93c4057a9a
|
||||
size 11735168
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 19 22:25:59 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 14.30.1
|
||||
* new feature: (undocumented) set picking dragMolecule
|
||||
* new feature: set picking dragModel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 20 11:57:45 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package jmol
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
Name: jmol
|
||||
Version: 14.29.26
|
||||
Version: 14.30.1
|
||||
Release: 0
|
||||
Summary: 3D Viewer for chemical structures
|
||||
License: LGPL-2.1-only
|
||||
Group: Productivity/Scientific/Chemistry
|
||||
Url: http://jmol.sf.net/
|
||||
URL: http://jmol.sf.net/
|
||||
|
||||
#Source: http://downloads.sf.net/jmol/Jmol-%version-binary.tar.gz
|
||||
Source: jmol-%version.tar.xz
|
||||
|
@ -1,8 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
v=14.29.26
|
||||
v=14.30.1
|
||||
if [ ! -e "Jmol-$v-binary.tar.gz" ]; then
|
||||
wget -c http://downloads.sf.net/jmol/Jmol-$v-binary.tar.gz
|
||||
fi
|
||||
rm -rf "jmol-$v"
|
||||
tar -xf "Jmol-$v-binary.tar.gz"
|
||||
# kill bundled software
|
||||
rm "jmol-$v/jsmol.zip"
|
||||
tar -cf --use=xz "jmol-$v.tar.xz" "jmol-$v"
|
||||
tar --use=xz -cf "jmol-$v.tar.xz" "jmol-$v"
|
||||
|
Loading…
x
Reference in New Issue
Block a user