diff --git a/wcslib.spec b/wcslib.spec index 2deb6f3..59c7dda 100644 --- a/wcslib.spec +++ b/wcslib.spec @@ -1,5 +1,5 @@ Name: wcslib -Version: 8.3 +Version: 8.4 Release: 1mamba Summary: A C library that implements the 'World Coordinate System' (WCS) standard in FITS Group: Applications/Scientific @@ -10,9 +10,9 @@ URL: https://www.atnf.csiro.au/people/Mark.Calabretta/WCS/ Source: http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN -BuildRequires: gcc-fortran BuildRequires: glibc-devel BuildRequires: libcfitsio-devel +BuildRequires: libgfortran BuildRequires: libquadmath-devel ## AUTOBUILDREQ-END Requires: libwcs = %{?epoch:%epoch:}%{version}-%{release} @@ -52,8 +52,6 @@ This package contains libraries and header files for developing applications tha %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -n libwcs -p /sbin/ldconfig -%postun -n libwcs -p /sbin/ldconfig %files %defattr(-,root,root) @@ -88,6 +86,9 @@ This package contains libraries and header files for developing applications tha %doc CHANGES README %changelog +* Sat Nov 23 2024 Automatic Build System 8.4-1mamba +- automatic version update by autodist + * Wed May 15 2024 Automatic Build System 8.3-1mamba - automatic version update by autodist