From 3d0af93c1e0d1069cabacb88eda0fc1ef36d8340 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Mar 31 2009 03:49:13 +0000 Subject: Version 0.2.4 --- diff --git a/Makefile b/Makefile index ee2d3af..c65573e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.2.3 +VERSION = 0.2.4 .PHONY: dist diff --git a/TODO.txt b/TODO.txt index c2254f5..1470e77 100644 --- a/TODO.txt +++ b/TODO.txt @@ -4,5 +4,3 @@ disabled (not currently possible, the config setting is only readable by that user, not anybody) - function to query the last time the cache was refreshed -- make denotations to whether a user is a sponsor or admin in a group in - .fasinfo diff --git a/__init__.py b/__init__.py index a177da8..8d53a56 100644 --- a/__init__.py +++ b/__init__.py @@ -36,7 +36,7 @@ import supybot.world as world # Use this for the version of this plugin. You may wish to put a CVS keyword # in here if you're keeping the plugin in CVS or some similar system. -__version__ = "0.2.3" +__version__ = "0.2.4" # Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.Author('Mike McGrath', 'mmcgrath', 'mmcgrath@redhat.com') diff --git a/supybot-fedora.spec b/supybot-fedora.spec index 240a8a9..d8d098a 100644 --- a/supybot-fedora.spec +++ b/supybot-fedora.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: supybot-fedora -Version: 0.2.3 -Release: 2%{?dist} +Version: 0.2.4 +Release: 1%{?dist} Summary: Plugin for Supybot to interact with Fedora services Group: Applications/Internet @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jan 25 2009 Jon Stanley - 0.2.4-1 +- New upstream 0.2.4 + * Wed Feb 25 2009 Fedora Release Engineering - 0.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild