rpms/gsl/F-8 gsl-1.10-head.patch,NONE,1.1 gsl.spec,1.30,1.31

Ivana Varekova (varekova) fedora-extras-commits at redhat.com
Tue Feb 19 12:00:35 UTC 2008


Author: varekova

Update of /cvs/pkgs/rpms/gsl/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15270

Modified Files:
	gsl.spec 
Added Files:
	gsl-1.10-head.patch 
Log Message:
- Resolves: #433396
  fix gsl-config output


gsl-1.10-head.patch:

--- NEW FILE gsl-1.10-head.patch ---
diff -up gsl-1.10/gsl-config.in.pom gsl-1.10/gsl-config.in
--- gsl-1.10/gsl-config.in.pom	2008-02-19 12:42:10.000000000 +0100
+++ gsl-1.10/gsl-config.in	2008-02-19 12:46:39.000000000 +0100
@@ -67,7 +67,7 @@ while test $# -gt 0; do
        	;;
 
     --libs-without-cblas)
-       	echo @GSL_LIBS@ -lm
+	echo -lgsl -lm
        	;;
     *)
 	usage


Index: gsl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gsl/F-8/gsl.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- gsl.spec	19 Sep 2007 10:32:50 -0000	1.30
+++ gsl.spec	19 Feb 2008 11:59:52 -0000	1.31
@@ -1,11 +1,12 @@
 Summary: The GNU Scientific Library for numerical analysis
 Name: gsl
 Version: 1.10
-Release: 2%{?dist}
+Release: 3%{?dist}
 URL: http://sources.redhat.com/gsl/
 Source: ftp://sources.redhat.com/pub/gsl/%{name}-%{version}.tar.gz
 Patch0: gsl-1.1-nousr.patch
 Patch1: gsl-1.10-lib64.patch
+Patch2: gsl-1.10-head.patch
 # info part of this package is under GFDL license
 # eigen/nonsymmv.c and eigen/schur.c
 # contains rutiens which are part of LAPACK - under BSD style license
@@ -34,6 +35,7 @@
 %setup -q
 %patch0 -p1 -b .nousr
 %patch1 -p1 -b .lib64
+%patch2 -p1 -b .head
 
 %build
 %configure
@@ -98,6 +100,10 @@
 %{_libdir}/*.so
 
 %changelog
+* Tue Feb 19 2008 Ivana Varekova <varekova at redhat.com> - 1.10-3
+- Resolves: #433396
+  fix gsl-config output
+
 * Wed Sep 19 2007 Ivana Varekova <varekova at redhat.com> - 1.10-2
 - update license tag
 




More information about the fedora-extras-commits mailing list