rpms/supybot-meetbot/devel sources, 1.2, 1.3 .cvsignore, 1.2, 1.3 supybot-meetbot.spec, 1.3, 1.4

Kevin Fenzi kevin at fedoraproject.org
Wed Jul 15 17:59:51 UTC 2009


Author: kevin

Update of /cvs/extras/rpms/supybot-meetbot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5554

Modified Files:
	sources .cvsignore supybot-meetbot.spec 
Log Message:
Update to 0.1.2 release



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/supybot-meetbot/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	7 Jul 2009 04:33:00 -0000	1.2
+++ sources	15 Jul 2009 17:59:21 -0000	1.3
@@ -1 +1 @@
-2e517814d279ba73d1879b566358c65e  MeetBot-0.1.1.tar.gz
+933262dd707de735ae763f6046d4e77e  MeetBot-0.1.2.tar.gz


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/supybot-meetbot/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	7 Jul 2009 04:32:59 -0000	1.2
+++ .cvsignore	15 Jul 2009 17:59:21 -0000	1.3
@@ -1 +1 @@
-MeetBot-0.1.1.tar.gz
+MeetBot-0.1.2.tar.gz


Index: supybot-meetbot.spec
===================================================================
RCS file: /cvs/extras/rpms/supybot-meetbot/devel/supybot-meetbot.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- supybot-meetbot.spec	7 Jul 2009 06:25:13 -0000	1.3
+++ supybot-meetbot.spec	15 Jul 2009 17:59:21 -0000	1.4
@@ -1,14 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           supybot-meetbot
-Version:        0.1.1
-Release:        2%{?dist}
+Version:        0.1.2
+Release:        1%{?dist}
 Summary:        Plugin for Supybot for handling IRC meetings
 
 Group:          Applications/Internet
 License:        BSD
 URL:            http://wiki.debian.org/MeatBot
-Source0:        http://rkd.zgib.net/http/code/MeetBot-0.1.1.tar.gz
+Source0:        http://rkd.zgib.net/http/code/MeetBot-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:       supybot
@@ -25,7 +25,7 @@ distinction between meeting-code and IRC
 easy to port to other bots. It is under the supybot license (3-clause BSD).
 
 %prep
-%setup -q -n MeetBot-0.1.1
+%setup -q -n MeetBot-%{version}
 
 %build
 
@@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/supybot/plugins/MeetBot
 
 %changelog
+* Wed Jul 15 2009 Kevin Fenzi <kevin at tummy.com> - 0.1.2-1
+- Update to 0.1.2 release. 
+
 * Tue Jul 07 2009 Kevin Fenzi <kevin at tummy.com> - 0.1.1-2
 - Fix install location to be the correct name. 
 - Add additional doc files




More information about the scm-commits mailing list