diff --git a/CCfits.spec b/CCfits.spec index dc719d6..ae5a5b0 100644 --- a/CCfits.spec +++ b/CCfits.spec @@ -1,6 +1,6 @@ Name: CCfits Version: 2.5 -Release: 12%{?dist} +Release: 13%{?dist} Summary: A C++ interface for cfitsio License: BSD @@ -35,6 +35,7 @@ This package contains the full API documentation for %{name}. %prep %setup -q -n CCfits %patch0 -p1 +%patch1 -p1 rm -rf %{_builddir}/%{name}/html/*.pl %build @@ -63,6 +64,9 @@ make %{?_smp_mflags} install DESTDIR=%{buildroot} %doc html %changelog +* Thu Feb 21 2019 Sergio Pascual 2.5-13 +- Apply the patch (bz #1676568) + * Wed Feb 13 2019 Sergio Pascual 2.5-12 - Patch headers with the correct cfistio path (bz #1676568)