rpms/lua-lunit/devel lua-lunit-0.4-myerror.patch, 1.1, 1.2 lua-lunit.spec, 1.2, 1.3

Michel Alexandre Salim salimma at fedoraproject.org
Mon Oct 19 05:33:15 UTC 2009


Author: salimma

Update of /cvs/pkgs/rpms/lua-lunit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17306/devel

Modified Files:
	lua-lunit-0.4-myerror.patch lua-lunit.spec 
Log Message:
Fix missing EOL in patch; use correct patch level


lua-lunit-0.4-myerror.patch:
 lunit.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: lua-lunit-0.4-myerror.patch
===================================================================
RCS file: /cvs/pkgs/rpms/lua-lunit/devel/lua-lunit-0.4-myerror.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- lua-lunit-0.4-myerror.patch	19 Oct 2009 04:04:30 -0000	1.1
+++ lua-lunit-0.4-myerror.patch	19 Oct 2009 05:33:14 -0000	1.2
@@ -8,4 +8,5 @@
 +      return error(err)
      else
        chunk()
-     end
\ No newline at end of file
+     end
+


Index: lua-lunit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lua-lunit/devel/lua-lunit.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- lua-lunit.spec	19 Oct 2009 04:04:30 -0000	1.2
+++ lua-lunit.spec	19 Oct 2009 05:33:15 -0000	1.3
@@ -32,7 +32,7 @@ of approximately 710 assertions.
 
 %prep
 %setup -q -n lunit-%{version}
-%patch0 -p0 -b .myerror
+%patch0 -p1 -b .myerror
 
 
 %build




More information about the fedora-extras-commits mailing list