From c63f74c386e9fdccf0df9cb1babfc848f83a7850716b4c5c3556e6233a1943df Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 25 Jun 2023 10:08:26 +0000 Subject: [PATCH] - Update to release 16.1.13 OBS-URL: https://build.opensuse.org/package/show/science/jmol?expand=0&rev=27 --- jmol-14.32.73.tar.xz | 3 --- jmol-16.1.13.tar.xz | 3 +++ jmol.changes | 6 ++++++ jmol.spec | 4 ++-- sanitize_binpkg.sh | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 jmol-14.32.73.tar.xz create mode 100644 jmol-16.1.13.tar.xz diff --git a/jmol-14.32.73.tar.xz b/jmol-14.32.73.tar.xz deleted file mode 100644 index 18370b8..0000000 --- a/jmol-14.32.73.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ea1ae725d056b2b1e5296815faf78cb21360c0f5bba18f78bfccc53bc3ff691 -size 25420188 diff --git a/jmol-16.1.13.tar.xz b/jmol-16.1.13.tar.xz new file mode 100644 index 0000000..235c926 --- /dev/null +++ b/jmol-16.1.13.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc242934fd69be5cf89ca69bca69274f97902f84ff60032ef54dac0457393a6 +size 25654632 diff --git a/jmol.changes b/jmol.changes index 15026e6..13cc9a0 100644 --- a/jmol.changes +++ b/jmol.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jun 25 10:07:01 UTC 2023 - Jan Engelhardt + +- Update to release 16.1.13 + * added a JME 2-D editor tool + ------------------------------------------------------------------- Mon Aug 29 07:27:51 UTC 2022 - Jan Engelhardt diff --git a/jmol.spec b/jmol.spec index e166c64..41e289e 100644 --- a/jmol.spec +++ b/jmol.spec @@ -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 diff --git a/sanitize_binpkg.sh b/sanitize_binpkg.sh index d70381d..d3a30d0 100644 --- a/sanitize_binpkg.sh +++ b/sanitize_binpkg.sh @@ -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