rpms/igraph/devel igraph.spec,1.26,1.27

Neal Becker nbecker at fedoraproject.org
Mon Apr 27 16:05:55 UTC 2009


Author: nbecker

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

Modified Files:
	igraph.spec 
Log Message:
Try not applying patch #3



Index: igraph.spec
===================================================================
RCS file: /cvs/pkgs/rpms/igraph/devel/igraph.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- igraph.spec	27 Apr 2009 15:46:41 -0000	1.26
+++ igraph.spec	27 Apr 2009 16:05:25 -0000	1.27
@@ -10,7 +10,7 @@
 #Patch1:		igraph-cstdlib.patch
 #Patch2:		igraph-test.patch
 # Needed for gcc-4.4
-Patch3:		igraph-cstdio.patch
+#Patch3:		igraph-cstdio.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	libxml2-devel
@@ -38,10 +38,10 @@
 documentation needed to develop application with %{name}.
 
 %prep
-%setup -q
+%setup -q -n %{name}_%{version}
 #%patch1 -p1
 #%patch2 -p1
-%patch3 -p1
+#%patch3 -p1
 
 %build
 %configure
@@ -97,6 +97,7 @@
 %changelog
 * Mon Apr 27 2009 Neal Becker <ndbecker2 at gmail.com> - 0.5.2-1
 - Update to 0.5.2
+- Try not applying patch #3
 
 * Thu Feb 26 2009 Neal Becker <ndbecker2 at gmail.com> - 0.5.1-6
 - Make that 0.5.1-6




More information about the scm-commits mailing list