rpms/supybot/devel supybot.spec,1.12,1.13

Dennis Gilmore ausil at fedoraproject.org
Thu Jun 3 17:27:13 UTC 2010


Author: ausil

Update of /cvs/pkgs/rpms/supybot/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12997

Modified Files:
	supybot.spec 
Log Message:
really apply the patch in the spec



Index: supybot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/supybot/devel/supybot.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- supybot.spec	3 Jun 2010 17:21:27 -0000	1.12
+++ supybot.spec	3 Jun 2010 17:27:13 -0000	1.13
@@ -3,7 +3,7 @@
 
 Name:           supybot
 Version:        0.83.4.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Cross-platform IRC bot written in Python
 
 Group:          Applications/Internet
@@ -39,6 +39,7 @@ to commands, as well as more than 50 bui
 %prep
 %setup -q -n %{origname}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 
 %build
@@ -97,6 +98,9 @@ CFLAGS="%{optflags}" %{__python} -c 'imp
 
 
 %changelog
+* Thu Jun 03 2010 Dennis Gilmore <dennis at ausil.us> - 0.83.4.1-4
+- actually apply the patch
+
 * Thu Jun 03 2010 Dennis Gilmore <dennis at ausil.us> - 0.83.4.1-3
 - add a patch to make the karma plugin work
 



More information about the scm-commits mailing list