Hello community,

here is the log from the commit of package gsl for openSUSE:Factory
checked in at Sun Oct 2 10:10:42 CEST 2011.



--------
--- openSUSE:Factory/gsl/gsl.changes    2011-09-23 02:02:04.000000000 +0200
+++ /mounts/work_src_done/STABLE/gsl/gsl.changes        2011-10-01 
03:09:20.000000000 +0200
@@ -1,0 +2,10 @@
+Sat Oct  1 01:08:56 UTC 2011 - [email protected]
+
+- Workaround qemu-arm bugs. 
+
+-------------------------------------------------------------------
+Thu Sep 29 08:01:43 UTC 2011 - [email protected]
+
+- Made descriptions in gls.spec more readable
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gsl.spec ++++++
--- /var/tmp/diff_new_pack.Mfj6AR/_old  2011-10-02 10:10:39.000000000 +0200
+++ /var/tmp/diff_new_pack.Mfj6AR/_new  2011-10-02 10:10:39.000000000 +0200
@@ -43,7 +43,6 @@
 Patch5:         gsl-wrap.diff
 Patch6:         qawc-test-x86-precision.diff
 Url:            http://www.gnu.org/software/gsl/
-Prefix:         /usr
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -55,16 +54,15 @@
 
 The library covers the following areas:
 
-Complex Numbers          Roots of Polynomials   Special Functions
-Vectors and Matrices     Permutations           Sorting BLAS Support  
-          Linear Algebra         Eigensystems Fast Fourier Transforms 
- Quadrature            Random Numbers Quasi-Random Sequences    Random
-Distributions  Statistics Histograms                N-Tuples          
-    Monte Carlo Integration Simulated Annealing       Differential
-Equations Interpolation Numerical Differentiation Chebyshev           
- Series Acceleration Approximation Discrete Hankel         
-Root-Finding          Minimization Transforms Least-Squares Fitting   
- Physical Constants    IEEE Floating-Point
+Complex Numbers - Roots of Polynomials - Special Functions - 
+Vectors and Matrices - Permutations - Sorting - BLAS Support -
+Linear Algebra - Eigensystems - Fast Fourier Transforms - Quadrature - 
+Random Numbers - Quasi-Random Sequences - Random Distributions - 
+Statistics - Histograms - N-Tuples - Monte Carlo Integration - 
+Simulated Annealing - Differential Equations - Interpolation - 
+Numerical Differentiation - Chebyshev Approximation - Series Acceleration - 
+Discrete Hankel Transforms - Root-Finding - Minimization - 
+Least-Squares Fitting - Physical Constants - IEEE Floating-Point
 
 
 
@@ -100,16 +98,15 @@
 
 The library covers the following areas,
 
-Complex Numbers          Roots of Polynomials   Special Functions
-Vectors and Matrices     Permutations           Sorting BLAS Support  
-          Linear Algebra         Eigensystems Fast Fourier Transforms 
- Quadrature            Random Numbers Quasi-Random Sequences    Random
-Distributions  Statistics Histograms                N-Tuples          
-    Monte Carlo Integration Simulated Annealing       Differential
-Equations Interpolation Numerical Differentiation Chebyshev           
- Series Acceleration Approximation Discrete Hankel         
-Root-Finding          Minimization Transforms Least-Squares Fitting   
- Physical Constants    IEEE Floating-Point
+Complex Numbers - Roots of Polynomials - Special Functions - 
+Vectors and Matrices - Permutations - Sorting - BLAS Support -
+Linear Algebra - Eigensystems - Fast Fourier Transforms - Quadrature - 
+Random Numbers - Quasi-Random Sequences - Random Distributions - 
+Statistics - Histograms - N-Tuples - Monte Carlo Integration - 
+Simulated Annealing - Differential Equations - Interpolation - 
+Numerical Differentiation - Chebyshev Approximation - Series Acceleration - 
+Discrete Hankel Transforms - Root-Finding - Minimization - 
+Least-Squares Fitting - Physical Constants - IEEE Floating-Point
 
 
 
@@ -128,12 +125,12 @@
 %setup -q
 %patch -p1
 %patch5 -p1
-%patch6 -p1
-autoreconf -fi
+%patch6 
 
 %build
+autoreconf -fi
 RPM_OPT_FLAGS=`echo "$RPM_OPT_FLAGS" | sed 's/-fstack-protector//'`
-CFLAGS="$RPM_OPT_FLAGS -O2 -fno-strict-aliasing" \
+CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
 %configure --disable-static --with-pic --enable-shared --with-gnu-ld 
--infodir=%{_infodir}
 make %{?jobs:-j%jobs}
 # latex2html (dvips) is braindead in its rejection of '.' in a dir name
@@ -146,7 +143,9 @@
 #mv %{name} %{name}-%{version}
 
 %check
+%if ! 0%{?qemu_user_space_build}
 make check
+%endif
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT

++++++ qawc-test-x86-precision.diff ++++++
--- /var/tmp/diff_new_pack.Mfj6AR/_old  2011-10-02 10:10:39.000000000 +0200
+++ /var/tmp/diff_new_pack.Mfj6AR/_new  2011-10-02 10:10:39.000000000 +0200
@@ -1,7 +1,6 @@
-diff -wruN -x '*~' ../orig-gsl-1.14/integration/test.c ./integration/test.c
---- ../orig-gsl-1.14/integration/test.c        2010-03-10 12:32:48.000000000 
+0100
-+++ ./integration/test.c       2010-12-08 09:48:11.000000000 +0100
-@@ -1754,7 +1754,11 @@
+--- integration/test.c.orig
++++ integration/test.c
+@@ -1754,7 +1754,11 @@ int main (void)
          gsl_test_rel(w->rlist[i],r[i],1e-14,"qawc(f459) rlist") ;
  
      for (i = 0; i < 6 ; i++) 
@@ -13,3 +12,16 @@
  
      for (i = 0; i < 6 ; i++) 
          gsl_test_int((int)w->order[i],order[i]-1,"qawc(f459) order");
+--- configure.ac.orig
++++ configure.ac
+@@ -87,7 +87,9 @@ AC_CANONICAL_HOST
+ 
+ dnl Checks for programs.
+ AC_LANG(C)
+-AC_PROG_CC
++AC_PROG_CC_STDC
++AC_USE_SYSTEM_EXTENSIONS
++AC_SYS_LARGEFILE
+ AC_PROG_CPP
+ AC_PROG_INSTALL
+ AC_PROG_LN_S

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to