diff --git a/jmol-14.27.2.tar.xz b/jmol-14.27.2.tar.xz deleted file mode 100644 index 0926667..0000000 --- a/jmol-14.27.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e0b87cb213d80e9f1a0486d8de7f452d6a1d938d4d4e7decff9026e3eb5406a -size 16291840 diff --git a/jmol-14.29.26.tar.xz b/jmol-14.29.26.tar.xz new file mode 100644 index 0000000..5bd953d --- /dev/null +++ b/jmol-14.29.26.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ec3fa8f20dfa21cbccac8e4c40ad9ded3170bf847ef5b934151b3ad1f6a9de +size 7454280 diff --git a/jmol.changes b/jmol.changes index 79ba2c2..66a56cb 100644 --- a/jmol.changes +++ b/jmol.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Oct 20 11:57:45 UTC 2018 - Jan Engelhardt + +- Update to new upstream release 14.29.26 + * Fixed: Magnetic CIF reader did not handle symmetry operations + with n/16. + * Fixed: 3-membered aziridine with non-H substituent should + be chiral. + ------------------------------------------------------------------- Fri Jan 19 23:24:04 UTC 2018 - jengelh@inai.de diff --git a/jmol.spec b/jmol.spec index 6999f89..e4f55a6 100644 --- a/jmol.spec +++ b/jmol.spec @@ -1,7 +1,7 @@ # # spec file for package jmol # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,15 +12,15 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: jmol -Version: 14.27.2 +Version: 14.29.26 Release: 0 Summary: 3D Viewer for chemical structures -License: LGPL-2.1 +License: LGPL-2.1-only Group: Productivity/Scientific/Chemistry Url: http://jmol.sf.net/ @@ -36,8 +36,8 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: desktop-file-utils BuildRequires: dos2unix -BuildRequires: xz BuildRequires: update-desktop-files +BuildRequires: xz Requires: java %description diff --git a/sanitize_binpkg.sh b/sanitize_binpkg.sh index b09dbaa..500b9ad 100644 --- a/sanitize_binpkg.sh +++ b/sanitize_binpkg.sh @@ -1,8 +1,8 @@ #!/bin/bash -v=14.27.2 +v=14.29.26 rm -rf "jmol-$v" tar -xf "Jmol-$v-binary.tar.gz" # kill bundled software -rm "jmol-$v/jsmol.zip" "jmol-$v/JSpecView.jar" -tar -cf "jmol-$v.tar.xz" "jmol-$v" +rm "jmol-$v/jsmol.zip" +tar -cf --use=xz "jmol-$v.tar.xz" "jmol-$v"