SPECS: nant.spec - nant-same-variable.patch: fixed "error CS1717: ...

qrczak qrczak at pld-linux.org
Sat Jul 29 02:10:50 CEST 2006


Author: qrczak                       Date: Sat Jul 29 00:10:50 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- nant-same-variable.patch: fixed "error CS1717: Assignment made to
  same variable; did you mean to assign something else?"

---- Files affected:
SPECS:
   nant.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/nant.spec
diff -u SPECS/nant.spec:1.7 SPECS/nant.spec:1.8
--- SPECS/nant.spec:1.7	Wed Mar  1 00:37:25 2006
+++ SPECS/nant.spec	Sat Jul 29 02:10:45 2006
@@ -15,6 +15,7 @@
 #Source0:	http://dl.sourceforge.net/nant/nant-%{version}-%{_snap}-src.tar.gz
 Source0:	http://nant.sourceforge.net/nightly/%{_lsnap}-%{version}/%{name}-src.tar.gz
 # Source0-md5:	eed9980f549f4a1d0163058393951dd7
+Patch0:		%{name}-same-variable.patch
 URL:		http://nant.sourceforge.net/
 BuildRequires:	mono-compat-links >= 1.1.4
 BuildRequires:	mono-csharp >= 1.1.4
@@ -33,6 +34,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}-%{_src}
+%patch -p1
 
 %build
 %{__make}
@@ -60,6 +62,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2006/07/29 00:10:45  qrczak
+- nant-same-variable.patch: fixed "error CS1717: Assignment made to
+  same variable; did you mean to assign something else?"
+
 Revision 1.7  2006/02/28 23:37:25  glen
 - adapterized (killed trailing spaces/tabs)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/nant.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list