[mpfi] Rebuild for GCC 4.7.

Jerry James jjames at fedoraproject.org
Fri Jan 6 23:35:45 UTC 2012


commit f6f502b95f6b36ef3330f6fcc591ea617f339690
Author: Jerry James <loganjerry at gmail.com>
Date:   Fri Jan 6 16:35:32 2012 -0700

    Rebuild for GCC 4.7.

 mpfi.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/mpfi.spec b/mpfi.spec
index 1602c70..1c9ceab 100644
--- a/mpfi.spec
+++ b/mpfi.spec
@@ -1,6 +1,6 @@
 Name:           mpfi
 Version:        1.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        An interval arithmetic library based on MPFR
 Group:          Applications/Engineering
 License:        LGPLv2+
@@ -90,23 +90,23 @@ if [ $1 = 0 ]; then
 fi
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS NEWS TODO
 %{_libdir}/libmpfi.so.*
 
 %files devel
-%defattr(-,root,root,-)
 %{_includedir}/mpfi.h
 %{_includedir}/mpfi_io.h
 %{_infodir}/%{name}.info*
 %{_libdir}/libmpfi.so
 
 %files static
-%defattr(-,root,root,-)
 %{_libdir}/lib%{name}.a
 
 
 %changelog
+* Fri Jan  6 2012 Jerry James <loganjerry at gmail.com> - 1.5-3
+- Rebuild for GCC 4.7
+
 * Wed Nov  2 2011 Jerry James <loganjerry at gmail.com> - 1.5-2
 - Rebuild for new gmp.
 


More information about the scm-commits mailing list