rpms/funtools/devel funtools-wcs.patch, 1.2, 1.3 funtools.spec, 1.13, 1.14

Sergio Pascual sergiopr at fedoraproject.org
Thu Feb 19 11:20:13 UTC 2009


Author: sergiopr

Update of /cvs/pkgs/rpms/funtools/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21439

Modified Files:
	funtools-wcs.patch funtools.spec 
Log Message:
* Tue Feb 19 2009 Sergio Pascual  <sergiopr at fedoraproject.org> - 1.4.0-9
- Catching up the soname revertion in wcstools-devel


funtools-wcs.patch:

Index: funtools-wcs.patch
===================================================================
RCS file: /cvs/pkgs/rpms/funtools/devel/funtools-wcs.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- funtools-wcs.patch	14 Feb 2009 16:54:39 -0000	1.2
+++ funtools-wcs.patch	19 Feb 2009 11:20:12 -0000	1.3
@@ -6,7 +6,7 @@
  #undef USE_XFILEIO
  #include <idx.h>
 -#include <wcs.h>
-+#include <wcstools/wcs.h>
++#include <wcs/wcs.h>
  #include <column.h>
  #include <tl.h>
  #include <dl.h>
@@ -18,7 +18,7 @@
  #include <swap.h>
  #include <word.h>
 -#include <wcs.h>
-+#include <wcstools/wcs.h>
++#include <wcs/wcs.h>
  #include <xalloc.h>
  
  #define MAXROW 8192
@@ -30,7 +30,7 @@
  #include <funtools.h>
  #include <fitsy.h>
 -#include <wcs.h>
-+#include <wcstools/wcs.h>
++#include <wcs/wcs.h>
  #include <gio.h>
  #include <tl.h>
  #include <word.h>
@@ -42,7 +42,7 @@
  #include <fitsy.h>
  #undef USE_XFILEIO
 -#include <wcs.h>
-+#include <wcstools/wcs.h>
++#include <wcs/wcs.h>
  typedef void *Fun;
  #endif
  
@@ -54,7 +54,7 @@
  #include <fitsy.h>
  #undef USE_XFILEIO
 -#include <wcs.h>
-+#include <wcstools/wcs.h>
++#include <wcs/wcs.h>
  #include <filter.h>
  #include <file.h>
  #include <swap.h>
@@ -66,7 +66,7 @@
  
  #include <funtoolsP.h>
 -#include <wcs.h>
-+#include <wcstools/wcs.h>
++#include <wcs/wcs.h>
  
  /*
   *
@@ -78,7 +78,7 @@
  #include <fitsy.h>
  #undef USE_XFILEIO
 -#include <wcs.h>
-+#include <wcstools/wcs.h>
++#include <wcs/wcs.h>
  typedef void *Fun;
  #endif
  


Index: funtools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/funtools/devel/funtools.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- funtools.spec	14 Feb 2009 16:54:39 -0000	1.13
+++ funtools.spec	19 Feb 2009 11:20:12 -0000	1.14
@@ -3,7 +3,7 @@
 
 Name: funtools
 Version: 1.4.0
-Release: 8%{?dist}
+Release: 9%{?dist}
 Summary: FITS library and utilities
 
 # Upstream version
@@ -64,11 +64,11 @@
 %patch1 -p1
 
 %build
-%configure --enable-shared=link --with-wcslib=%{_libdir}/libwcstools.so \
+%configure --enable-shared=link --with-wcslib=%{_libdir}/libwcs.so \
         --with-zlib=%{_libdir}/libz.so --with-tcl=%{_libdir} --enable-dl
 # Parallel build does not work currently
-%{__make} EXTRA_LIBS="-lwcstools -lz -ldl"
-%{__make} shtclfun EXTRA_LIBS="-ltcl -lwcstools -lz -ldl"
+%{__make} EXTRA_LIBS="-lwcs -lz -ldl"
+%{__make} shtclfun EXTRA_LIBS="-ltcl -lwcs -lz -ldl"
 
 %install
 %{__rm} -fr %{buildroot}
@@ -118,6 +118,9 @@
 %{_mandir}/mann/*
 
 %changelog
+* Tue Feb 19 2009 Sergio Pascual  <sergiopr at fedoraproject.org> - 1.4.0-9
+- Catching up the soname revertion in wcstools-devel
+
 * Fri Feb 13 2009 Sergio Pascual  <sergiopr at fedoraproject.org> - 1.4.0-8
 - Using wcstools-devel instead of libwcs-devel
 




More information about the fedora-extras-commits mailing list