rpms/ncview/devel ncview-1.92e-Makefile.in.patch, 1.1, 1.2 ncview.spec, 1.12, 1.13

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Aug 11 18:49:17 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/ncview/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7250

Modified Files:
	ncview-1.92e-Makefile.in.patch ncview.spec 
Log Message:
fix patch to apply with fuzz=0

ncview-1.92e-Makefile.in.patch:

Index: ncview-1.92e-Makefile.in.patch
===================================================================
RCS file: /cvs/pkgs/rpms/ncview/devel/ncview-1.92e-Makefile.in.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ncview-1.92e-Makefile.in.patch	7 Jul 2005 22:30:53 -0000	1.1
+++ ncview-1.92e-Makefile.in.patch	11 Aug 2008 18:48:47 -0000	1.2
@@ -1,15 +1,16 @@
---- ncview-1.92e/Makefile.in.orig	2004-10-12 15:54:42.795409115 -0400
-+++ ncview-1.92e/Makefile.in	2004-10-12 15:55:14.503542390 -0400
-@@ -43,7 +43,7 @@
+diff -up ncview-1.93c/Makefile.in.BAD ncview-1.93c/Makefile.in
+--- ncview-1.93c/Makefile.in.BAD	2008-08-11 14:42:41.000000000 -0400
++++ ncview-1.93c/Makefile.in	2008-08-11 14:43:19.000000000 -0400
+@@ -43,7 +43,7 @@ MANDIR = @prefix@/man/man1
  ## files will be kept and installed.  Comment this line out if
  ## no such directory will be specified.
  #####################################################################
 -NCVIEW_LIB_DIR = @prefix@/lib/ncview
 +NCVIEW_LIB_DIR = @datadir@
-
+ 
  ######################################################################
- ## If needed, *add* here the names of any additional include or library
-@@ -123,7 +123,7 @@
+ ## If needed, *add* here the names of any additional include or library 
+@@ -115,7 +115,7 @@ clean::
  ncview: $(OBJS)
  	@CC@ $(MYCFLAGS) -o ncview $(OBJS) $(LDOPTIONS) $(OTHERLIBDIRS)	\
  		@X_LIBS@ $(NETCDFLIB) $(UDUNITSLIB) $(XAWLIB) $(XMULIB) \


Index: ncview.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ncview/devel/ncview.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ncview.spec	22 May 2008 23:23:21 -0000	1.12
+++ ncview.spec	11 Aug 2008 18:48:47 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           ncview
 Version:        1.93c
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A visual browser for netCDF format files
 Group:          Applications/Engineering
 License:        GPLv1
@@ -64,6 +64,9 @@
 
 
 %changelog
+* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.93c-3
+- fix patch to apply with fuzz=0
+
 * Thu Apr 10 2008 Patrice Dumas <pertusus at free.fr> - 1.93c-2
 - update to 1.93c
 




More information about the scm-commits mailing list