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 23:14:10 (GMT)
committer Daniel Drake <dsd@laptop.org>2012-11-30 17:31:48 (GMT)
commit6ddf70176edd0fa4c08d0f2ede94c35fe2c1bb0a (patch)
treecd0e9ad3d6b729a2c2a3b1be65031af8bc1b500f
parent431cad336ae79dbe266b0e78ebcdeb192f3e02c5 (diff)
v0.26 release
-rw-r--r--setup.py2
-rw-r--r--sugar-update-control.spec3
2 files changed, 2 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 88a7db3..de22bac 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.25",
+ version="0.26",
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 94aebed..bd736da 100644
--- a/sugar-update-control.spec
+++ b/sugar-update-control.spec
@@ -2,7 +2,7 @@
Summary: Activity update control panel for Sugar
Name: sugar-update-control
-Version: 0.25
+Version: 0.26
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Base
@@ -40,7 +40,6 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%doc README COPYING
%{python_sitelib}/*
-%{_datadir}/sugar/data/icons/*
%{_datadir}/sugar/extensions/cpsection/*
%changelog