[kst] Possible cfitsio fix.

Jon Ciesla limb at fedoraproject.org
Mon Jan 9 14:23:23 UTC 2012


commit bab172d297567e8906efccd70356cd12e174db73
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Mon Jan 9 08:20:48 2012 -0600

    Possible cfitsio fix.

 kst.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/kst.spec b/kst.spec
index 27998fa..245d7ca 100644
--- a/kst.spec
+++ b/kst.spec
@@ -1,6 +1,6 @@
 Name:       kst
 Version:    2.0.3
-Release:    3%{?dist}
+Release:    4%{?dist}
 Summary:    A data viewing program
 
 Group:      Applications/Engineering
@@ -70,7 +70,8 @@ Requires:   %{name} = %{version}-%{release}
 # Hack because cfitsio won't run if it's internal library version
 # doesn't perfectly match between installed library and compiled
 # against library.  Meh.
-Requires:   cfitsio = %(pkg-config --modversion cfitsio 2>/dev/null || echo 0)
+#Requires:   cfitsio = %(pkg-config --modversion cfitsio 2>/dev/null || echo 0)
+Requires:   cfitsio = 3.290
 
 %description fits
 A plugin allowing kst to open and read data and images contained within 
@@ -163,6 +164,9 @@ rm -rf %{buildroot}
 %{_datadir}/services/kst/kstdata_dirfilesource.desktop
 
 %changelog
+* Mon Jan 09 2012 Jon Ciesla <limburgher at gmail.com> - 2.0.3-4
+- Rebuild with manual cfitsio hack,
+
 * Fri Jan 06 2012 Jon Ciesla <limburgher at gmail.com> - 2.0.3-3
 - Rebuild for new cfitsio.
 


More information about the scm-commits mailing list