[python-toscawidgets] Update to 0.9.12 (https://bugzilla.redhat.com/show_bug.cgi?id=722434 )

Toshio くらとみ toshio at fedoraproject.org
Fri Jul 15 15:02:19 UTC 2011


commit ac106606e934a9a5b4b16b9c1652b2d98cc30829
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Fri Jul 15 08:01:59 2011 -0700

    Update to 0.9.12 (https://bugzilla.redhat.com/show_bug.cgi?id=722434 )

 .gitignore               |    1 +
 python-toscawidgets.spec |   17 +++++++++--------
 sources                  |    2 +-
 3 files changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 05b9007..636dcf0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 ToscaWidgets-0.9.10.tar.gz
 /ToscaWidgets-0.9.11.tar.gz
+/ToscaWidgets-0.9.12.tar.gz
diff --git a/python-toscawidgets.spec b/python-toscawidgets.spec
index 91180ae..2ba414e 100644
--- a/python-toscawidgets.spec
+++ b/python-toscawidgets.spec
@@ -4,7 +4,7 @@
 %global srcname ToscaWidgets
 
 Name:           python-toscawidgets
-Version:        0.9.11
+Version:        0.9.12
 Release:        1%{?dist}
 Summary:        Toolkit to help create widgets for WSGI web apps
 Group:          Development/Languages
@@ -14,12 +14,10 @@ Source0:        http://pypi.python.org/packages/source/T/%{srcname}/%{srcname}-%
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools-devel
+BuildRequires:  python2-devel
+BuildRequires:  python-setuptools
 
 Requires: python-paste >= 1.1
-# Can replace this with python-cjson -- since TG-1 uses simplejson we'll use
-# this for now.
 Requires: python-simplejson
 Requires: python-webob
 
@@ -41,12 +39,12 @@ or frameworks.
 %{__python} setup.py build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
+rm -rf %{buildroot}
+%{__python} setup.py install --skip-build --root %{buildroot}
 
  
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 
 %files
@@ -56,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jul 15 2011 Toshio Kuratomi <toshio at fedoraproject.org> - 0.9.12-1
+- Update to 0.9.12 (https://bugzilla.redhat.com/show_bug.cgi?id=722434 )
+
 * Thu Jun 16 2011 Luke Macken <lmacken at redhat.com> - 0.9.11-1
 - Update to 0.9.11 (#673969)
 
diff --git a/sources b/sources
index 7e99486..acd245e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e69c54000bfb1fb03e942b55161d3230  ToscaWidgets-0.9.11.tar.gz
+a25c08e3f066fc19de87c2e15930c720  ToscaWidgets-0.9.12.tar.gz


More information about the scm-commits mailing list