Hello community, here is the log from the commit of package jmol for openSUSE:Factory checked in at 2018-10-22 11:25:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jmol (Old) and /work/SRC/openSUSE:Factory/.jmol.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jmol" Mon Oct 22 11:25:49 2018 rev:2 rq:643500 version:14.29.26 Changes: -------- --- /work/SRC/openSUSE:Factory/jmol/jmol.changes 2018-01-22 16:20:38.263986535 +0100 +++ /work/SRC/openSUSE:Factory/.jmol.new/jmol.changes 2018-10-22 11:26:03.866993841 +0200 @@ -1,0 +2,9 @@ +Sat Oct 20 11:57:45 UTC 2018 - Jan Engelhardt <[email protected]> + +- 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. + +------------------------------------------------------------------- Old: ---- jmol-14.27.2.tar.xz New: ---- jmol-14.29.26.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jmol.spec ++++++ --- /var/tmp/diff_new_pack.ngX1fs/_old 2018-10-22 11:26:05.106992625 +0200 +++ /var/tmp/diff_new_pack.ngX1fs/_new 2018-10-22 11:26:05.110992621 +0200 @@ -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 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: desktop-file-utils BuildRequires: dos2unix -BuildRequires: xz BuildRequires: update-desktop-files +BuildRequires: xz Requires: java %description ++++++ jmol-14.27.2.tar.xz -> jmol-14.29.26.tar.xz ++++++ /work/SRC/openSUSE:Factory/jmol/jmol-14.27.2.tar.xz /work/SRC/openSUSE:Factory/.jmol.new/jmol-14.29.26.tar.xz differ: char 1, line 1 ++++++ sanitize_binpkg.sh ++++++ --- /var/tmp/diff_new_pack.ngX1fs/_old 2018-10-22 11:26:05.178992554 +0200 +++ /var/tmp/diff_new_pack.ngX1fs/_new 2018-10-22 11:26:05.178992554 +0200 @@ -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"
