SHA256
10
0
forked from pool/cfitsio

31 Commits

Author SHA256 Message Date
9c8e02d543 Accepting request 1271863 from home:badshah400:branches:science
* Update to version 4.6.2.
* Drop cfitsio-nullptr.patch: incorporated upstream.
* Drop cfitsio-cmake-devel-scripts-destination.patch: fixed upstream (also fixes boo#1236985).

OBS-URL: https://build.opensuse.org/request/show/1271863
OBS-URL: https://build.opensuse.org/package/show/science/cfitsio?expand=0&rev=44
2025-04-22 17:31:16 +00:00
5e4545d163 Accepting request 1267673 from home:hsk17:branches:openSUSE:Factory:Staging:Gcc7
add cfitsio-nullptr.patch to fix gcc15 compile time error

OBS-URL: https://build.opensuse.org/request/show/1267673
OBS-URL: https://build.opensuse.org/package/show/science/cfitsio?expand=0&rev=42
2025-04-07 17:41:01 +00:00
c0237d3d37 Accepting request 1254893 from home:sfalken:branches:science
- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS on cmake4

    and on Gnu/Hurd kernels.

OBS-URL: https://build.opensuse.org/request/show/1254893
OBS-URL: https://build.opensuse.org/package/show/science/cfitsio?expand=0&rev=40
2025-03-24 18:07:38 +00:00
a0cabbdbbd Accepting request 1232765 from home:badshah400:branches:devel:languages:python:numeric
* Update to version 4.5.0.
* Drop upstreamed patches.

OBS-URL: https://build.opensuse.org/request/show/1232765
OBS-URL: https://build.opensuse.org/package/show/science/cfitsio?expand=0&rev=38
2024-12-25 08:50:42 +00:00
1ead67cf6d OBS-URL: https://build.opensuse.org/package/show/science/cfitsio?expand=0&rev=36 2024-07-04 08:45:42 +00:00
fd269b6d2c Accepting request 1182493 from home:badshah400:branches:science
* Update to version 4.4.0.
* Change License tag to NASA-1.3 in keeping with upstream.
* Switch to cmake+ninja for build.
* Switch BuildRequires to pkgconfig based packages where possible.
* Add a bunch of cmake build related patches to make the output close to that generated by autotools: cfitsio-devel-scripts-destination.patch.  cfitsio-allow-user-specified-incdir.patch.  cfitsio-cmake-lowercase-util-names.patch.  cfitsio-cmake-match-autotools-soversion.patch.

OBS-URL: https://build.opensuse.org/request/show/1182493
OBS-URL: https://build.opensuse.org/package/show/science/cfitsio?expand=0&rev=35
2024-07-04 08:23:31 +00:00
7e3d7c9f49 Accepting request 1137204 from home:StefanBruens:branches:science
- Update to version 4.3.1:
  * Improve longstring keyword functions

OBS-URL: https://build.opensuse.org/request/show/1137204
OBS-URL: https://build.opensuse.org/package/show/science/cfitsio?expand=0&rev=33
2024-01-06 10:30:51 +00:00
e6d93e70e0 Accepting request 1100896 from home:badshah400:branches:science
* Update to version 4.3.0.
* Make doc package noarch.

OBS-URL: https://build.opensuse.org/request/show/1100896
OBS-URL: https://build.opensuse.org/package/show/science/cfitsio?expand=0&rev=31
2023-07-27 09:47:08 +00:00
56eedc7b74 Accepting request 1042936 from home:StefanBruens:branches:science
Update

OBS-URL: https://build.opensuse.org/request/show/1042936
OBS-URL: https://build.opensuse.org/package/show/science/cfitsio?expand=0&rev=29
2022-12-14 14:36:59 +00:00
OBS User buildservice-autocommit
f0b92f981e Updating link to change in openSUSE:Factory/cfitsio revision 25
OBS-URL: https://build.opensuse.org/package/show/science/cfitsio?expand=0&rev=6b7701d0fd82545571a51a2c500f0b57
2022-12-14 14:08:16 +00:00
Asterios Dramis
4ecd9b8731 Accepting request 1042225 from home:StefanBruens:branches:science
- Update to version 4.2.0:
  - This release includes patches to security vulnerabilities.
    We strongly encourage this upgrade, particularly for those
    running CFITSIO in web accessible applications.
  - Fix to fits_read_key function, which was failing to properly
    read keywords declared type TUINT on compilers where
    sizeof(int) = sizeof(long).
  - Added new functions fits_read_cols and fits_write_cols to
    efficiently read or write multiple columns in a single
    function call
  - Added new function fits_copy_selrows to copy only selected
    rows, such as the selected rows returned by fits_find_rows
  - Added new calculator functions ERF(X), ERFC(X) and GAMMA(X),
    which are mathematical special functions of the same name
  - Added new calculator function GTIFIND() which reports which
    GTI row brackets a given time sample
  - Added new calculator functions which operate upon vector table
    values NAXIS(V), NAXES(V,n), ELEMENTNUM(V) and AXISELEM(V,n),
    and ARRAY(X,d) which promotes scalar X to a vector or array
    with given dimensions.
  - The CFITSIO histogramming code now handles binning by any
    arbitrary calculator expression rather than just a column name.
    Both the binned columns as well as the optional weights may be
    calculator expressions, enclosed in parentheses. 
  - Binning of vector columns or expressions is now supported, as
    long as all binned inputs (as well as the optional weighting)
    have the same vector dimensions. Binning of variable-length
    columns remains unsupported.
  - A bug that caused histogram weights from columns that are null
    values to be tallied along with non-null values has been fixed.
  - The CFITSIO calculator and histogramming functionality is now
    fully reentrant and does not require multithreading interlocks.
  - A long-standing segmentation fault bug in the histogramming
    code related to binning any value using the "reciprocal" /XXXX
    notation has been fixed.
  - Added mutex locks for thread safety in ftgiou and ftfiou.
  - Added several Fortran wrappers to support image read/write when
    'fpixel' and 'nelements' are 8-byte integers.
  - Fixed bug which was adding spaces to some cases of long string
    key value output.
- Enable SSE2 on x86_64
- Package fitscopy util
- Enable bzip2 support

OBS-URL: https://build.opensuse.org/request/show/1042225
OBS-URL: https://build.opensuse.org/package/show/science/cfitsio?expand=0&rev=25
2022-12-12 21:57:52 +00:00
Asterios Dramis
3eff43ac98 Accepting request 965771 from home:adra:branches:science
Update to version 4.1.0

OBS-URL: https://build.opensuse.org/request/show/965771
OBS-URL: https://build.opensuse.org/package/show/science/cfitsio?expand=0&rev=23
2022-03-29 21:24:26 +00:00
Asterios Dramis
fcfeac9703 Accepting request 909633 from home:adra:branches:science
Update to version 4.0.0, Removed cfitsio-zlib.patch (not needed anynore)

OBS-URL: https://build.opensuse.org/request/show/909633
OBS-URL: https://build.opensuse.org/package/show/science/cfitsio?expand=0&rev=22
2021-08-01 22:02:11 +00:00
Asterios Dramis
886ab81207 Accepting request 827084 from home:dirkmueller:branches:science
- update to 3.490:
  - Fix to imcompress.c.  It now turns off quantization if ZSCALE
    and ZZERO columns are missing.  Treatment will be the same as
    if ZQUANTIZ were set to 'NONE', even if ZQUANTIZ is present
    and set to something else.
  - Added mutex to fits_execute_template() function so that the
    creation of files using ASCII templates will be thread safe.
  - In fpack when using -table flag, replaced warning message with a
    more detailed description mentioning FITS format update.
  - Added flag to CMake builds to disable curl dependency.  Also
    only add CURL_LIBRARIES to CMake link target if curl is found.
  - Minor adjustment to download progress output.

OBS-URL: https://build.opensuse.org/request/show/827084
OBS-URL: https://build.opensuse.org/package/show/science/cfitsio?expand=0&rev=20
2020-08-17 00:06:14 +00:00
Asterios Dramis
9959ed8044 OBS-URL: https://build.opensuse.org/package/show/science/cfitsio?expand=0&rev=18 2020-07-06 23:00:35 +00:00
Asterios Dramis
24f611df9b Accepting request 819003 from home:bnavigator:branches:science
- Update to version 3.480

OBS-URL: https://build.opensuse.org/request/show/819003
OBS-URL: https://build.opensuse.org/package/show/science/cfitsio?expand=0&rev=16
2020-07-06 22:50:42 +00:00
Asterios Dramis
01553428df Accepting request 735452 from home:adra:branches:science
Update to version 3.470, Rebased cfitsio-zlib.patch to apply cleanly

OBS-URL: https://build.opensuse.org/request/show/735452
OBS-URL: https://build.opensuse.org/package/show/science/cfitsio?expand=0&rev=14
2019-10-05 20:44:16 +00:00
Asterios Dramis
b2c840d61a Accepting request 653391 from home:adra:branches:science
Update to version 3.450

OBS-URL: https://build.opensuse.org/request/show/653391
OBS-URL: https://build.opensuse.org/package/show/science/cfitsio?expand=0&rev=12
2018-12-01 23:00:11 +00:00
Asterios Dramis
27b9952207 Accepting request 597598 from home:adra:branches:science
Update to version 3.440, Rebased cfitsio-zlib.patch to apply cleanly

OBS-URL: https://build.opensuse.org/request/show/597598
OBS-URL: https://build.opensuse.org/package/show/science/cfitsio?expand=0&rev=10
2018-04-17 21:26:15 +00:00
Asterios Dramis
d0c82e3739 Accepting request 595791 from home:adra:branches:science
Update to version 3.430, Package licence file as license not doc

OBS-URL: https://build.opensuse.org/request/show/595791
OBS-URL: https://build.opensuse.org/package/show/science/cfitsio?expand=0&rev=7
2018-04-11 21:06:11 +00:00
Asterios Dramis
0431e9670d Accepting request 574852 from home:adra:branches:science
Update to version 3.420, Added new build requirement libcurl-devel

OBS-URL: https://build.opensuse.org/request/show/574852
OBS-URL: https://build.opensuse.org/package/show/science/cfitsio?expand=0&rev=5
2018-02-09 22:00:19 +00:00
fe958cd6e0 Accepting request 461138 from science
1

OBS-URL: https://build.opensuse.org/request/show/461138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cfitsio?expand=0&rev=14
2017-03-03 16:45:05 +00:00
be3850d483 Accepting request 405021 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/405021
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cfitsio?expand=0&rev=13
2016-07-01 07:58:59 +00:00
1bbd9f7ed0 Accepting request 266609 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/266609
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cfitsio?expand=0&rev=12
2014-12-29 23:50:03 +00:00
Stephan Kulow
1e4d4ec053 Accepting request 222538 from devel:libraries:c_c++
Update to version 3.360, Renamed libcfitsio-devel to cfitsio-devel and libcfitsio-devel-doc to cfitsio-devel-doc, Removed/Rebased some patches (forwarded request 222518 from adra)

OBS-URL: https://build.opensuse.org/request/show/222538
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cfitsio?expand=0&rev=10
2014-02-19 05:51:37 +00:00
Stephan Kulow
b9d798e81b Accepting request 211359 from devel:libraries:c_c++
- ppc64le-support.patch: Add support for ppc64le. (forwarded request 211258 from uweigand)

OBS-URL: https://build.opensuse.org/request/show/211359
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cfitsio?expand=0&rev=9
2013-12-19 11:07:40 +00:00
Stephan Kulow
55b1024f6a Accepting request 182430 from devel:libraries:c_c++
Update to version 3.350, Removed cfitsio.patch (fixed upstream), Rebased cfitsio-zlib.patch, Added a patch (no-return-in-nonvoid-function.patch) to fix rpm post build check error (forwarded request 182413 from adra)

OBS-URL: https://build.opensuse.org/request/show/182430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cfitsio?expand=0&rev=7
2013-07-07 20:17:08 +00:00
Stephan Kulow
2e505fec32 Accepting request 179163 from devel:libraries:c_c++
- aarch64-support.patch: Add support for aarch64 (forwarded request 179135 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/179163
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cfitsio?expand=0&rev=6
2013-06-17 08:02:42 +00:00
Stephan Kulow
caabe613d3 Accepting request 162577 from devel:libraries:c_c++
Update to version 3.340, Rebased cfitsio.patch to apply cleanly (forwarded request 162545 from adra)

OBS-URL: https://build.opensuse.org/request/show/162577
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cfitsio?expand=0&rev=5
2013-04-06 06:51:57 +00:00
Stephan Kulow
b6eb05a1af Accepting request 129490 from devel:libraries:c_c++
Update to version 3.310, Updated/Rebased cfitsio.patch and cfitsio-zlib.patch, Remove some more bundled zlib files from the package (forwarded request 129486 from adra)

OBS-URL: https://build.opensuse.org/request/show/129490
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cfitsio?expand=0&rev=3
2012-08-05 05:59:00 +00:00
Stephan Kulow
f087140a16 Accepting request 120641 from devel:libraries:c_c++
Rename the libcfitsio0 package to cfitsio (more appropriate, based on original package name). NOTE: If this SR is accepted the libcfitsio0 package should be removed from Factory

OBS-URL: https://build.opensuse.org/request/show/120641
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cfitsio?expand=0&rev=1
2012-05-14 14:11:38 +00:00