rpms/CCfits/FC-6 CCfits-1.6-removerpath.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 CCfits.spec, 1.6, 1.7 sources, 1.3, 1.4 CCfits-1.4-removerpath.patch, 1.1, NONE

Sergio Pascual (sergiopr) fedora-extras-commits at redhat.com
Mon Dec 11 18:33:18 UTC 2006


Author: sergiopr

Update of /cvs/extras/rpms/CCfits/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31354

Modified Files:
	.cvsignore CCfits.spec sources 
Added Files:
	CCfits-1.6-removerpath.patch 
Removed Files:
	CCfits-1.4-removerpath.patch 
Log Message:
* Mon Dec 11 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 1.6-1
- New upstream version 1.6. Only compiles with cfitsio >= 3.020.
* Tue Sep 12 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 1.5-3
- Rebuild for FC6.
* Fri Jul 28 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 1.5-2
- Removed perl files in the documentation (bug #200517).
* Thu Jul 27 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 1.5-1
- New upstream source 1.5.
- Removed patch CCfits-1.4-g++4.patch (integrated in the source)
- Perl files in docs removed in the source.
* Wed Mar 08 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 1.4-4
- Removed explicit Buildrequires gcc-c++.
* Tue Mar 07 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 1.4-3
- Rebuilt with new upstream source.
* Mon Mar 06 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 1.4-2
- Removed Source with license file License.txt.
* Mon Feb 20 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 1.4-1
- Removed perl files in documentation.
- Changed license type to BSD.
- Main summary changed and trailing dots removed.
- Removed -rpath in the shared library.
* Thu Feb 16 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 1.4-0
- Initial spec file.


CCfits-1.6-removerpath.patch:

--- NEW FILE CCfits-1.6-removerpath.patch ---
diff -ur CCfits.old/Makefile.in CCfits/Makefile.in
--- CCfits.old/Makefile.in	2006-12-11 18:33:17.000000000 +0100
+++ CCfits/Makefile.in	2006-12-11 18:32:32.000000000 +0100
@@ -241,12 +241,12 @@
 # generation like gcc does
 AUTOMAKE_OPTIONS = foreign # no-dependencies
 SUBDIRS = vs.net
-R_LIB_PATH = @RDFLAGS@
+R_LIB_PATH = 
 MSVC_FILES = MSconfig.h
 EXTRA_DIST = config CHANGES README.INSTALL License.txt file1.pha $(MSVC_FILES)
 cookbook_SOURCES = cookbook.cxx
 cookbook_LDADD = libCCfits.la
-cookbook_LDFLAGS = -R $(R_LIB_PATH) -R $(CXX_LIB_PATH)
+cookbook_LDFLAGS = 
 INCLUDES = -I$(top_srcdir)/..
 lib_LTLIBRARIES = libCCfits.la
 libCCfits_la_SOURCES = \
@@ -273,7 +273,7 @@
 # This will tell shared library which STD C++ library to use without
 # needing the user to use LD_LIBRARY_PATH environment variable
 libCCfits_la_LIBADD = $(LIBSTDCPP)
-libCCfits_la_LDFLAGS = -R $(R_LIB_PATH) -R $(CXX_LIB_PATH)
+libCCfits_la_LDFLAGS = 
 libCCfits_ladir = $(pkgincludedir)
 libCCfits_la_HEADERS = \
 	AsciiTable.h				\


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/CCfits/FC-6/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	27 Jul 2006 13:20:34 -0000	1.3
+++ .cvsignore	11 Dec 2006 18:32:48 -0000	1.4
@@ -1 +1 @@
-CCfits-1.5.tar.gz
+CCfits-1.6.tar.gz


Index: CCfits.spec
===================================================================
RCS file: /cvs/extras/rpms/CCfits/FC-6/CCfits.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- CCfits.spec	11 Sep 2006 22:31:30 -0000	1.6
+++ CCfits.spec	11 Dec 2006 18:32:48 -0000	1.7
@@ -1,16 +1,16 @@
 Name: CCfits
-Version: 1.5
-Release: 3%{?dist}
+Version: 1.6
+Release: 1%{?dist}
 Summary: A C++ interface for cfitsio
 
 Group: Development/Libraries
 License: BSD
 URL: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits
 Source0: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits/%{name}-%{version}.tar.gz
-Patch0: CCfits-1.4-removerpath.patch
+Patch0: CCfits-1.6-removerpath.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: cfitsio-devel
+BuildRequires: cfitsio-devel >= 3.020 
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 
@@ -75,6 +75,8 @@
 %doc html
 
 %changelog
+* Mon Dec 11 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 1.6-1
+- New upstream version 1.6. Only compiles with cfitsio >= 3.020.
 * Tue Sep 12 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 1.5-3
 - Rebuild for FC6.
 * Fri Jul 28 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 1.5-2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/CCfits/FC-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	27 Jul 2006 13:20:34 -0000	1.3
+++ sources	11 Dec 2006 18:32:48 -0000	1.4
@@ -1 +1 @@
-41a8b37dc05bd3ddfcb0db4fc9c5bdd1  CCfits-1.5.tar.gz
+3a5a4369e21a65d819edf82cea5428f6  CCfits-1.6.tar.gz


--- CCfits-1.4-removerpath.patch DELETED ---




More information about the scm-commits mailing list