From 127ad7c132be14556da5a3f6b115d6acc4728bb3e287eca695b159ca13966c02 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 29 Aug 2022 07:28:43 +0000 Subject: [PATCH] - Update to release 14.32.73 OBS-URL: https://build.opensuse.org/package/show/science/jmol?expand=0&rev=25 --- jmol-14.32.55.tar.xz | 3 --- jmol-14.32.73.tar.xz | 3 +++ jmol.changes | 7 +++++++ jmol.spec | 4 ++-- sanitize_binpkg.sh | 2 +- 5 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 jmol-14.32.55.tar.xz create mode 100644 jmol-14.32.73.tar.xz diff --git a/jmol-14.32.55.tar.xz b/jmol-14.32.55.tar.xz deleted file mode 100644 index 9bcf9e9..0000000 --- a/jmol-14.32.55.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0d757e5c1c2bdadbd3b42f8c2590a0afdf57d190e1484f309844e993bad9291 -size 25347832 diff --git a/jmol-14.32.73.tar.xz b/jmol-14.32.73.tar.xz new file mode 100644 index 0000000..18370b8 --- /dev/null +++ b/jmol-14.32.73.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea1ae725d056b2b1e5296815faf78cb21360c0f5bba18f78bfccc53bc3ff691 +size 25420188 diff --git a/jmol.changes b/jmol.changes index bfd7792..15026e6 100644 --- a/jmol.changes +++ b/jmol.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Aug 29 07:27:51 UTC 2022 - Jan Engelhardt + +- Update to release 14.32.73 + * XSF surface files with over about 267 atoms were not + recognizing presence of surface data + ------------------------------------------------------------------- Mon May 16 20:48:46 UTC 2022 - Jan Engelhardt diff --git a/jmol.spec b/jmol.spec index 99366a2..e166c64 100644 --- a/jmol.spec +++ b/jmol.spec @@ -17,14 +17,14 @@ Name: jmol -Version: 14.32.55 +Version: 14.32.73 Release: 0 Summary: 3D Viewer for chemical structures License: LGPL-2.1-only Group: Productivity/Scientific/Chemistry URL: http://jmol.sf.net/ -#Source: https://downloads.sf.net/jmol/Jmol-%version-binary.tar.gz +#XSource: https://downloads.sf.net/jmol/Jmol-%version-binary.tar.gz Source: jmol-%version.tar.xz Source2: https://wiki.jmol.org/images/1/1c/Jmol_icon13.png Source3: %name.man diff --git a/sanitize_binpkg.sh b/sanitize_binpkg.sh index 0ba6c46..d70381d 100644 --- a/sanitize_binpkg.sh +++ b/sanitize_binpkg.sh @@ -1,6 +1,6 @@ #!/bin/bash -v=14.32.55 +v=14.32.73 if [ ! -e "Jmol-$v-binary.tar.gz" ]; then wget -c https://downloads.sf.net/jmol/Jmol-$v-binary.tar.gz fi