SHA256
1
0
forked from pool/jmol

4 Commits

Author SHA256 Message Date
cfb2599a6f jmol 16.3.45 2026-01-14 23:53:15 +01:00
ccdef19b3f jmol 16.2.21 2024-10-26 15:28:22 +02:00
32edb62a2d jmol 16.1.47 2024-10-26 15:28:18 +02:00
7d2bf0eeb2 - Update to release 16.1.45
OBS-URL: https://build.opensuse.org/package/show/science/jmol?expand=0&rev=29
2024-10-26 15:28:18 +02:00
5 changed files with 40 additions and 9 deletions

Binary file not shown.

BIN
jmol-16.3.45.tar.xz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Wed Jan 14 22:51:34 UTC 2026 - Jan Engelhardt <jengelh@inai.de>
- Update to release 16.3.45
* New commands: `UNITCELL unitcell_xxx`, `load filename FILL
"UNITCELL_xxx"`, `LOAD FILL "unitcell_x"`, `MODELKIT SPACEGROUP
>a,2b,c>`
- Reinstate openSUSE updates; the visual bug from earlier is fixed.
-------------------------------------------------------------------
Sat Oct 26 13:20:24 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 16.2.21
- No more updates for openSUSE; 16.2.25 and beyond are strangely
broken; the UI main window no longer has a black background
and hangs when using "Open PDB"/"Open MOL".
-------------------------------------------------------------------
Sat Dec 23 13:29:22 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 16.1.47
* New feature: `LOAD .... fill unitcell rhombohedral`,
`LOAD .... fill unitcell trigonal` and
`LOAD ... fill unitcell "2a,a-b,..."`
-------------------------------------------------------------------
Sun Nov 12 23:16:57 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 16.1.45
* New feature: UNITCELL RHOMBOHEDRAL and UNITCELL TRIGONAL
-------------------------------------------------------------------
Sun Jun 25 10:07:01 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -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.13
Version: 16.3.45
Release: 0
Summary: 3D Viewer for chemical structures
License: LGPL-2.1-only
@@ -26,7 +26,7 @@ URL: http://jmol.sf.net/
#XSource: https://downloads.sf.net/jmol/Jmol-%version-binary.tar.gz
Source: jmol-%version.tar.xz
Source2: https://wiki.jmol.org/images/1/1c/Jmol_icon13.png
Source2: Jmol_icon13.png
Source3: %name.man
Source4: %name.desktop
Source9: sanitize_binpkg.sh
@@ -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

View File

@@ -1,6 +1,6 @@
#!/bin/bash
v=16.1.13
v=16.3.45
if [ ! -e "Jmol-$v-binary.tar.gz" ]; then
wget -c https://downloads.sf.net/jmol/Jmol-$v-binary.tar.gz
fi