From 292043ce6d4c5ef5a9e5418427cb0a708ca826cae0029760d7f3f0a55afb5dfb Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 26 Oct 2024 14:43:28 +0200 Subject: [PATCH] jmol 16.3.1 --- jmol-16.1.47.tar.xz | 3 --- jmol-16.3.1.tar.xz | 3 +++ jmol.changes | 10 ++++++++++ jmol.spec | 8 ++++---- sanitize_binpkg.sh | 2 +- 5 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 jmol-16.1.47.tar.xz create mode 100644 jmol-16.3.1.tar.xz diff --git a/jmol-16.1.47.tar.xz b/jmol-16.1.47.tar.xz deleted file mode 100644 index de81e2a..0000000 --- a/jmol-16.1.47.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22d4893c98dbf7860666d7fdd4475f12deca2a7843455aef383c53b8c7c6695a -size 21762640 diff --git a/jmol-16.3.1.tar.xz b/jmol-16.3.1.tar.xz new file mode 100644 index 0000000..255f295 --- /dev/null +++ b/jmol-16.3.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060fdb7e33e9fb9f40b551f446ee79966b12f09e666a5f7e87b52eb32c457b63 +size 22737952 diff --git a/jmol.changes b/jmol.changes index 86d0be8..90d2194 100644 --- a/jmol.changes +++ b/jmol.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Oct 26 12:44:44 UTC 2024 - Jan Engelhardt + +- Update to release 16.3.1 + * Significantly increases Jmol's coverage in relation to space + groups and their related plane, layer, rod, and frieze + groups. + * Novel 3D interactive visualizations of space, plane, layer, + rod, and frieze group models. + ------------------------------------------------------------------- Sat Dec 23 13:29:22 UTC 2023 - Jan Engelhardt diff --git a/jmol.spec b/jmol.spec index 54107c5..c2739ad 100644 --- a/jmol.spec +++ b/jmol.spec @@ -1,7 +1,7 @@ # # spec file for package jmol # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: jmol -Version: 16.1.47 +Version: 16.3.1 Release: 0 Summary: 3D Viewer for chemical structures License: LGPL-2.1-only @@ -47,7 +47,7 @@ features for chemicals, crystals, materials and biomolecules. cp %{S:2} . %build -dos2unix CHANGES.txt COPYRIGHT.txt LICENSE.txt README.txt +dos2unix CHANGES.txt COPYRIGHT.txt LICENSE.txt perl -i -pe 's{\@pkgdatadir\@}{%_datadir/%name}gs' jmol.sh # man cp %{S:3} . @@ -72,7 +72,7 @@ desktop-file-install --dir %buildroot%_datadir/applications %{S:4} %files %license LICENSE.txt COPYRIGHT.txt -%doc README.txt CHANGES.txt +%doc CHANGES.txt %_bindir/%name %_datadir/%name %_datadir/applications/%name.desktop diff --git a/sanitize_binpkg.sh b/sanitize_binpkg.sh index 06b73c9..280bc5c 100644 --- a/sanitize_binpkg.sh +++ b/sanitize_binpkg.sh @@ -1,6 +1,6 @@ #!/bin/bash -v=16.1.47 +v=16.3.1 if [ ! -e "Jmol-$v-binary.tar.gz" ]; then wget -c https://downloads.sf.net/jmol/Jmol-$v-binary.tar.gz fi