Hello community, here is the log from the commit of package jmol for openSUSE:Factory checked in at 2019-12-21 12:32:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jmol (Old) and /work/SRC/openSUSE:Factory/.jmol.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jmol" Sat Dec 21 12:32:37 2019 rev:3 rq:758342 version:14.30.1 Changes: -------- --- /work/SRC/openSUSE:Factory/jmol/jmol.changes 2018-10-22 11:26:03.866993841 +0200 +++ /work/SRC/openSUSE:Factory/.jmol.new.6675/jmol.changes 2019-12-21 12:33:09.763414063 +0100 @@ -1,0 +2,7 @@ +Thu Dec 19 22:25:59 UTC 2019 - Jan Engelhardt <[email protected]> + +- Update to release 14.30.1 + * new feature: (undocumented) set picking dragMolecule + * new feature: set picking dragModel + +------------------------------------------------------------------- Old: ---- jmol-14.29.26.tar.xz New: ---- jmol-14.30.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jmol.spec ++++++ --- /var/tmp/diff_new_pack.ZcRtAE/_old 2019-12-21 12:33:11.243414766 +0100 +++ /var/tmp/diff_new_pack.ZcRtAE/_new 2019-12-21 12:33:11.247414768 +0100 @@ -1,7 +1,7 @@ # # spec file for package jmol # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: jmol -Version: 14.29.26 +Version: 14.30.1 Release: 0 Summary: 3D Viewer for chemical structures License: LGPL-2.1-only Group: Productivity/Scientific/Chemistry -Url: http://jmol.sf.net/ +URL: http://jmol.sf.net/ #Source: http://downloads.sf.net/jmol/Jmol-%version-binary.tar.gz Source: jmol-%version.tar.xz ++++++ jmol-14.29.26.tar.xz -> jmol-14.30.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/jmol/jmol-14.29.26.tar.xz /work/SRC/openSUSE:Factory/.jmol.new.6675/jmol-14.30.1.tar.xz differ: char 17, line 1 ++++++ sanitize_binpkg.sh ++++++ --- /var/tmp/diff_new_pack.ZcRtAE/_old 2019-12-21 12:33:11.447414863 +0100 +++ /var/tmp/diff_new_pack.ZcRtAE/_new 2019-12-21 12:33:11.447414863 +0100 @@ -1,8 +1,11 @@ #!/bin/bash -v=14.29.26 +v=14.30.1 +if [ ! -e "Jmol-$v-binary.tar.gz" ]; then + wget -c http://downloads.sf.net/jmol/Jmol-$v-binary.tar.gz +fi rm -rf "jmol-$v" tar -xf "Jmol-$v-binary.tar.gz" # kill bundled software rm "jmol-$v/jsmol.zip" -tar -cf --use=xz "jmol-$v.tar.xz" "jmol-$v" +tar --use=xz -cf "jmol-$v.tar.xz" "jmol-$v"
