[gmp/f16] - resolves: #749576 added missing debuginfo data

pschiffe pschiffe at fedoraproject.org
Tue Jun 26 09:37:46 UTC 2012


commit 01d7355a3960e8c1f94bfa4ea8f8bde883e05290
Author: Peter Schiffer <pschiffe at redhat.com>
Date:   Tue Jun 26 11:37:23 2012 +0200

    - resolves: #749576
      added missing debuginfo data

 gmp.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/gmp.spec b/gmp.spec
index 8c11347..ebb0182 100644
--- a/gmp.spec
+++ b/gmp.spec
@@ -6,7 +6,7 @@
 Summary: A GNU arbitrary precision library
 Name: gmp
 Version: 4.3.2
-Release: 4%{?dist}
+Release: 5%{?dist}
 Epoch: 1
 URL: http://gmplib.org/
 Source0: ftp://ftp.gnu.org/pub/gnu/gmp/gmp-%{version}.tar.bz2
@@ -91,7 +91,7 @@ cd ..
 mkdir build-sse2
 cd build-sse2
 ln -s ../configure .
-CFLAGS="$RPM_OPT_FLAGS -march=pentium4"
+export CFLAGS="$RPM_OPT_FLAGS -march=pentium4"
 ./configure --build=%{_build} --host=%{_host} \
          --program-prefix=%{?_program_prefix} \
          --prefix=%{_prefix} \
@@ -227,6 +227,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jun 26 2012 Peter Schiffer <pschiffe at redhat.com> 1:4.3.2-5
+- resolves: #749576
+  added missing debuginfo data
+
 * Mon Jun 13 2011 Ivana Hutarova Varekova <varekova at redhat.com> 1:4.3.2-4
 - Resolves: #706374
   fix sse2/libgmp.so.3.5.2 debuginfo data


More information about the scm-commits mailing list