rpms/kst/F-8 kst.spec,1.19,1.20

Matthew D Truch (mtruch) fedora-extras-commits at redhat.com
Wed Nov 14 14:42:54 UTC 2007


Author: mtruch

Update of /cvs/extras/rpms/kst/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5081

Modified Files:
	kst.spec 
Log Message:
Remove gsl-devel BuildRequires as gsl is GPLv3+ which is incompatable with qt.
Pick up new cfitsio 3.060.



Index: kst.spec
===================================================================
RCS file: /cvs/extras/rpms/kst/F-8/kst.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- kst.spec	21 Aug 2007 21:13:17 -0000	1.19
+++ kst.spec	14 Nov 2007 14:42:20 -0000	1.20
@@ -1,6 +1,6 @@
 Name:       kst
 Version:    1.4.0
-Release:    8%{?dist}
+Release:    9%{?dist}
 Summary:    A data viewing program for KDE
 
 Group:      Applications/Engineering
@@ -14,7 +14,8 @@
 Requires(postun): /sbin/ldconfig
 
 BuildRequires: gettext 
-BuildRequires: gsl-devel readline-devel ncurses-devel
+#BuildRequires: gsl-devel
+BuildRequires: readline-devel ncurses-devel
 BuildRequires: kdelibs3-devel kdebindings-devel
 BuildRequires: cfitsio-devel netcdf-devel
 BuildRequires: desktop-file-utils
@@ -229,6 +230,10 @@
 %{_datadir}/services/kst/kstdata_netcdf.desktop
 
 %changelog
+* Tue Nov 13 2007 Matthew Truch <matt at truch.net> - 1.4.0-9
+- Remove gsl-devel BuildRequires as gsl is GPLv3+ which is incompatable with qt.  
+- Pick up new cfitsio 3.060.
+
 * Tue Aug 21 2007 Matthew Truch <matt at truch.net> - 1.4.0-8
 - Add patch to fix open() call that was not compliant.  
 




More information about the fedora-extras-commits mailing list