]> git.pld-linux.org Git - packages/gsl.git/commitdiff
- up to 1.3, added acfix patch
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 23 Jan 2003 20:20:16 +0000 (20:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gsl-acfix.patch -> 1.1
    gsl.spec -> 1.52

gsl-acfix.patch [new file with mode: 0644]
gsl.spec

diff --git a/gsl-acfix.patch b/gsl-acfix.patch
new file mode 100644 (file)
index 0000000..cec83ad
--- /dev/null
@@ -0,0 +1,35 @@
+--- gsl-1.3/configure.in.orig  Mon Dec 16 20:41:01 2002
++++ gsl-1.3/configure.in       Thu Jan 23 20:59:15 2003
+@@ -117,25 +117,25 @@
+ fi
+ AC_TRY_COMPILE([#define hypot /* */
+-#include <math.h>],[{}],[],AC_CHECK_FUNCS(hypot))
++#include <math.h>],[{}],[],[AC_CHECK_FUNCS(hypot)])
+ AC_TRY_COMPILE([#define expm1 /* */
+-#include <math.h>],[{}],[],AC_CHECK_FUNCS(expm1))
++#include <math.h>],[{}],[],[AC_CHECK_FUNCS(expm1)])
+ AC_TRY_COMPILE([#define acosh /* */
+-#include <math.h>],[{}],[],AC_CHECK_FUNCS(acosh))
++#include <math.h>],[{}],[],[AC_CHECK_FUNCS(acosh)])
+ AC_TRY_COMPILE([#define asinh /* */
+-#include <math.h>],[{}],[],AC_CHECK_FUNCS(asinh))
++#include <math.h>],[{}],[],[AC_CHECK_FUNCS(asinh)])
+ AC_TRY_COMPILE([#define atanh /* */
+-#include <math.h>],[{}],[],AC_CHECK_FUNCS(atanh))
++#include <math.h>],[{}],[],[AC_CHECK_FUNCS(atanh)])
+ AC_TRY_COMPILE([#define ldexp /* */
+-#include <math.h>],[{}],[],AC_CHECK_FUNCS(ldexp))
++#include <math.h>],[{}],[],[AC_CHECK_FUNCS(ldexp)])
+ AC_TRY_COMPILE([#define frexp /* */
+-#include <math.h>],[{}],[],AC_CHECK_FUNCS(frexp))
++#include <math.h>],[{}],[],[AC_CHECK_FUNCS(frexp)])
+ AC_TRY_COMPILE([#define isinf /* */
+ #include <math.h>],[{}],[],[ 
index 6c06cd489709b6d93b290d33ff5d00a6f1fdd3fc..a19794d53072aa177e0f2e40cfec2ab69f4cc9a6 100644 (file)
--- a/gsl.spec
+++ b/gsl.spec
@@ -3,13 +3,14 @@ Summary(es):  Biblioteca cient
 Summary(pl):   GNU Scientific Library do analizy numerycznej
 Summary(pt_BR):        Biblioteca científica GNU
 Name:          gsl
-Version:       1.2
-Release:       2
+Version:       1.3
+Release:       1
 Epoch:         1
 License:       GPL
 Group:         Libraries
 Source0:       ftp://sources.redhat.com/pub/gsl/%{name}-%{version}.tar.gz
 Patch0:                %{name}-info.patch
+Patch1:                %{name}-acfix.patch
 URL:           http://sourceware.cygnus.com/gsl/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -98,6 +99,7 @@ Narz
 %prep
 %setup -q 
 %patch0 -p1
+%patch1 -p1
 
 %build
 rm -f missing
@@ -115,7 +117,6 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        m4datadir=%{_aclocaldir}
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.113923 seconds and 4 git commands to generate.