* fix build with gcc15 OBS-URL: https://build.opensuse.org/package/show/science/ds9?expand=0&rev=8
73 lines
3.1 KiB
Plaintext
73 lines
3.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Jul 27 04:56:24 UTC 2025 - Giacomo Comes <gcomes.obs@gmail.com>
|
|
|
|
- add -std=gnu11 to CFLAGS
|
|
* fix build with gcc15
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 26 12:24:57 UTC 2024 - Giacomo Comes <gcomes.obs@gmail.com>
|
|
|
|
- Use %patch -p N instead of deprecated %patchN
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 15 12:51:44 UTC 2024 - Giacomo Comes <gcomes.obs@gmail.com> - 8.6
|
|
|
|
- Update to version 8.6
|
|
* see https://ds9.si.edu/doc/release/r8.6.html for notes
|
|
- Add CFLAGS -D_LARGEFILE64_SOURCE for i586 tumbleweed build
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 2 01:12:47 UTC 2023 - Giacomo Comes <gcomes.obs@gmail.com> - 8.5
|
|
|
|
- Update to version 8.5
|
|
* see https://ds9.si.edu/doc/release/r8.5.html for notes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 19 16:24:06 UTC 2022 - Giacomo Comes <gcomes.obs@gmail.com> - 8.4.1
|
|
|
|
- Update to version 8.4.1
|
|
* fix prism dialog
|
|
- Update to version 8.4
|
|
* see https://ds9.si.edu/doc/release/r8.4.html for notes
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 1 00:20:55 UTC 2022 - Giacomo Comes <gcomes.obs@gmail.com> - 8.3
|
|
|
|
- Update to version 8.3
|
|
- Add %if construct for tumbleweed, fedora and ppc workaround
|
|
- Drop all unnecessary patches and keep only no-return-in-nonvoid-function.patch
|
|
- Remove old specfile constructs
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 27 18:00:00 UTC 2021 - mathar@mpia.de
|
|
- Version derived from ds9.si.edu 8.3b1
|
|
+ Syntax errors in libtiff: replace compat lib by native OS version
|
|
+ add LIBS = -lm in tcl8.6/unix/configure for openSUSE Tumbleweed
|
|
+ Need to use pragma once in an awk script (broken guard) for openSUSE Tumbleweed
|
|
+ replaced config.{guess|sub} to support aarch64 and PPC
|
|
+ added BUILT_SOURCES in two Makefile.ac to avoid rat races with parallel build
|
|
-------------------------------------------------------------------
|
|
Sat Mar 06 18:00:00 UTC 2021 - mathar@mpia.de
|
|
- Version derived from ds9.si.edu 8.2.1
|
|
-------------------------------------------------------------------
|
|
Tue Sep 26 18:00:00 UTC 2019 - mathar@mpia.de
|
|
|
|
- Version derived from ds9.si.edu 8.1b2
|
|
+ Employing https://core.tcl-lang.org/tcltls/ = TLS 1.7 to replace
|
|
the variant within sources so openSSL 1.1 systems can be handled.
|
|
Detail: the original ds9 source code is here as ds9.8.1b2.tar.gz
|
|
and the TLS 1.7 code in tcltls-1.7.19.tar.gz . The RPM spec-file
|
|
merges the newer TLS into the unbundled ds9 directories.
|
|
+ Patched various non-void functions which may (virtually) fall
|
|
through switch-cases and not return a value, so gcc reports warnings.
|
|
(This is mainly to
|
|
please the build.opensuse.org service and not needed with a rpmbuild.)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 7 01:09:51 UTC 2017 - asarai@suse.com
|
|
|
|
- Initial import of SAOImage DS9 7.5.
|
|
- Add patches to make compilation with gcc6 (and packaging) work properly:
|
|
+ tkblt-gcc6.patch
|
|
+ tksao-gcc-errors.patch
|