[iml] Rebuild for GCC 4.7.

Jerry James jjames at fedoraproject.org
Sun Jan 8 05:50:27 UTC 2012


commit a188722a6a7d76e134db678e80d3156cb7ede0b9
Author: Jerry James <loganjerry at gmail.com>
Date:   Sat Jan 7 22:50:16 2012 -0700

    Rebuild for GCC 4.7.

 iml.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/iml.spec b/iml.spec
index c6a9e98..e0305cc 100644
--- a/iml.spec
+++ b/iml.spec
@@ -1,6 +1,6 @@
 Name:           iml
 Version:        1.0.3
-Release:        1%{?dist}.1
+Release:        2%{?dist}
 Summary:        Finds solutions to systems of linear equations over integers
 Group:          Applications/Engineering
 License:        BSD
@@ -85,24 +85,24 @@ make check
 
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS README
 %{_libdir}/lib%{name}.so.*
 
 
 %files devel
-%defattr(-,root,root,-)
 %doc doc/liblink doc/libroutines examples
 %{_includedir}/*
 %{_libdir}/lib%{name}.so
 
 
 %files static
-%defattr(-,root,root,-)
 %{_libdir}/lib%{name}.a
 
 
 %changelog
+* Sat Jan  7 2012 Jerry James <loganjerry at gmail.com> - 1.0.3-2
+- Rebuild for GCC 4.7
+
 * Wed Oct 26 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.0.3-1.1
 - rebuild with new gmp
 


More information about the scm-commits mailing list