SHA256
1
0
forked from pool/jmol

- Update to new upstream release 14.29.26

OBS-URL: https://build.opensuse.org/package/show/science/jmol?expand=0&rev=15
This commit is contained in:
Jan Engelhardt 2018-10-20 11:59:29 +00:00 committed by Git OBS Bridge
parent d57c4c8ef5
commit 7c1bb5a9d3
5 changed files with 20 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3e0b87cb213d80e9f1a0486d8de7f452d6a1d938d4d4e7decff9026e3eb5406a
size 16291840

3
jmol-14.29.26.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58ec3fa8f20dfa21cbccac8e4c40ad9ded3170bf847ef5b934151b3ad1f6a9de
size 7454280

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Oct 20 11:57:45 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- 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

View File

@ -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

View File

@ -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"