From 24c03b86a0a59cc510ad5dd848f026a5ac6e8144 Mon Sep 17 00:00:00 2001 From: Sergio Pascual Date: Oct 02 2016 22:28:50 +0000 Subject: New upstream version (1.3.0) - Add fno-caller-saves to cflags (https://github.com/liberfa/erfa/issues/33) --- diff --git a/.gitignore b/.gitignore index 11abb27..62c31d0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /erfa-1.1.0.tar.gz /erfa-1.1.1.tar.gz /erfa-1.2.0.tar.gz +/erfa-1.3.0.tar.gz diff --git a/erfa.spec b/erfa.spec index 8234677..012e746 100644 --- a/erfa.spec +++ b/erfa.spec @@ -1,6 +1,6 @@ Name: erfa -Version: 1.2.0 -Release: 5%{?dist} +Version: 1.3.0 +Release: 1%{?dist} Summary: Essential Routines for Fundamental Astronomy License: BSD @@ -24,15 +24,20 @@ developing applications that use %{name}. %setup -q %build +# Modify cflags due to https://github.com/liberfa/erfa/issues/33 +# gcc bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77365 +# Following Debian solution +# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835105 +export CFLAGS="%{optflags} -fno-caller-saves" + %configure --disable-static make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} -# Checks disable due to https://github.com/liberfa/erfa/issues/33 -#%check -#make check +%check +make check %post -p /sbin/ldconfig @@ -50,6 +55,10 @@ make install DESTDIR=%{buildroot} %exclude %{_libdir}/*.la %changelog +* Sun Oct 02 2016 Sergio Pascual - 1.3.0-1 +- New upstream version (1.3.0) +- Add fno-caller-saves to cflags (https://github.com/liberfa/erfa/issues/33) + * Fri Mar 18 2016 Sergio Pascual - 1.2.0-5 - EVR bump to rebuild, disable checks for the moment diff --git a/sources b/sources index 8cced3a..2793d56 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -63e8e694d53add33c16f3f494d2b65f4 erfa-1.2.0.tar.gz +62347926625ecefbe5911446baed6676 erfa-1.3.0.tar.gz