Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2012-10-13 21:53:03 (GMT)
committer Daniel Drake <dsd@laptop.org>2012-10-13 21:54:09 (GMT)
commit8158de9ac9f0fc6bba0891e47d17fcf46ebb4028 (patch)
tree58c886a1248fcf3205fc10728fbe9d71fad2d00a
parent4c8468236551cc027a163f8a420c1ff574899ddc (diff)
v0.25 releasev0.25
-rw-r--r--setup.py2
-rw-r--r--sugar-update-control.spec6
2 files changed, 4 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index a84fc27..f5ff17d 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from DistUtilsExtra.command import * # gettext support
from distutils.core import setup
setup(name='sugar-update-control',
- version="0.24",
+ version="0.25",
description='Sugar update control panel',
author='C. Scott Ananian',
author_email='cscott@laptop.org',
diff --git a/sugar-update-control.spec b/sugar-update-control.spec
index 2cae0cf..94aebed 100644
--- a/sugar-update-control.spec
+++ b/sugar-update-control.spec
@@ -2,14 +2,14 @@
Summary: Activity update control panel for Sugar
Name: sugar-update-control
-Version: 0.24
-Release: 2%{?dist}
+Version: 0.25
+Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Base
URL: http://git.sugarlabs.org/projects/sugar-update-control
Source0: http://download.sugarlabs.org/sources/honey/sugar-update-control/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires: sugar >= 0.83.0, bitfrost-sugar
+Requires: sugar >= 0.95.0, bitfrost-sugar
BuildRequires: gettext
BuildRequires: intltool
BuildRequires: python-devel