[python-newt_syrup] * Friday Sep 10 2010 Darryl L. Pierce <dpierce at redhat.com> - 0.1.1-1 - Added support for color sets

Darryl L. Pierce mcpierce at fedoraproject.org
Fri Sep 10 19:29:28 UTC 2010


commit 0d40808319adc760aa1cfe30239f2a8e16113508
Author: Darryl L. Pierce <dpierce at redhat.com>
Date:   Fri Sep 10 15:27:16 2010 -0400

    * Friday Sep 10 2010 Darryl L. Pierce <dpierce at redhat.com> - 0.1.1-1
     - Added support for color sets.
     - Added support for using compact buttons.
     - Fixed the option model for SelectionListConfigScreen.
     - Added support for full screen applications.
     - Added dialog boxes.

 .gitignore             |    1 +
 python-newt_syrup.spec |   11 +++++++++--
 sources                |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1a579bb..33ed2a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 newt_syrup-0.1.0.tar.gz
+/newt_syrup-0.1.1.tar.gz
diff --git a/python-newt_syrup.spec b/python-newt_syrup.spec
index cb3de93..6a2fcac 100644
--- a/python-newt_syrup.spec
+++ b/python-newt_syrup.spec
@@ -1,7 +1,7 @@
 Summary:	Newt Syrup is an app framework built on top of Newt
 Name:		python-newt_syrup
-Version:	0.1.0
-Release:	6%{?dist}
+Version:	0.1.1
+Release:	1%{?dist}
 License:	LGPLv2+
 Url:		http://newt-syrup.fedorahosted.org/
 Source:	http://mcpierce.fedorapeople.org/rpms/newt_syrup-%{version}.tar.gz
@@ -36,6 +36,13 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Fri Sep 10 2010 Darryl L. Pierce <dpierce at redhat.com> - 0.1.1-1
+ - Added support for color sets.
+ - Added support for using compact buttons.
+ - Fixed the option model for SelectionListConfigScreen.
+ - Added support for full screen applications.
+ - Added dialog boxes.
+
 * Fri Aug  5 2010 Darryl L. Pierce <dpierce at redhat.com> - 0.1.0-6
 - First official build for Fedora.
 
diff --git a/sources b/sources
index ee02187..acf0d46 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a9ab48df7f87d2c9121cd201d23b607  newt_syrup-0.1.0.tar.gz
+9afbe31224cb529efce19bb7b6f18e0c  newt_syrup-0.1.1.tar.gz


More information about the scm-commits mailing list