From 35da09333b70c3808ee7949ba09a908b612c7773fdb90416bd56af8adf409ea0 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 19 Dec 2019 22:29:43 +0000 Subject: [PATCH] - Update to release 14.30.1 OBS-URL: https://build.opensuse.org/package/show/science/jmol?expand=0&rev=17 --- jmol-14.29.26.tar.xz | 3 --- jmol-14.30.1.tar.xz | 3 +++ jmol.changes | 7 +++++++ jmol.spec | 6 +++--- sanitize_binpkg.sh | 7 +++++-- 5 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 jmol-14.29.26.tar.xz create mode 100644 jmol-14.30.1.tar.xz diff --git a/jmol-14.29.26.tar.xz b/jmol-14.29.26.tar.xz deleted file mode 100644 index 5bd953d..0000000 --- a/jmol-14.29.26.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58ec3fa8f20dfa21cbccac8e4c40ad9ded3170bf847ef5b934151b3ad1f6a9de -size 7454280 diff --git a/jmol-14.30.1.tar.xz b/jmol-14.30.1.tar.xz new file mode 100644 index 0000000..e263061 --- /dev/null +++ b/jmol-14.30.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beb8a3617423382176b2a6ee9015d38192848f8fd6026a972cbf9f93c4057a9a +size 11735168 diff --git a/jmol.changes b/jmol.changes index 66a56cb..10f3ba3 100644 --- a/jmol.changes +++ b/jmol.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Dec 19 22:25:59 UTC 2019 - Jan Engelhardt + +- 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 diff --git a/jmol.spec b/jmol.spec index e4f55a6..2475625 100644 --- a/jmol.spec +++ b/jmol.spec @@ -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 diff --git a/sanitize_binpkg.sh b/sanitize_binpkg.sh index 500b9ad..cbc74c0 100644 --- a/sanitize_binpkg.sh +++ b/sanitize_binpkg.sh @@ -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"