[python-relatorio] * Fri Aug 6 2010 Dan Horák <dan[at]danny.cz> 0.5.5-1 - updated to 0.5.5

Dan Horák sharkcz at fedoraproject.org
Fri Aug 6 12:39:59 UTC 2010


commit 7bfb0bf53da400606103af85d60647a9a40c481d
Author: Dan Horak <dan at danny.cz>
Date:   Fri Aug 6 14:39:45 2010 +0200

    * Fri Aug  6 2010 Dan Horák <dan[at]danny.cz> 0.5.5-1
    - updated to 0.5.5

 .gitignore            |    1 +
 python-relatorio.spec |   18 ++++++++++++++----
 sources               |    2 +-
 3 files changed, 16 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bb5dab2..3c0796c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 relatorio-0.4.1.tar.gz
+relatorio-0.5.5.tar.gz
diff --git a/python-relatorio.spec b/python-relatorio.spec
index 9b23d4f..93de5f1 100644
--- a/python-relatorio.spec
+++ b/python-relatorio.spec
@@ -3,8 +3,8 @@
 %define module_name relatorio
 
 Name:           python-%{module_name}
-Version:        0.4.1
-Release:        4%{?dist}
+Version:        0.5.5
+Release:        1%{?dist}
 Summary:        A templating library able to output odt and pdf files
 
 Group:          Development/Languages
@@ -14,8 +14,15 @@ Source0:        http://pypi.python.org/packages/source/r/%{module_name}/%{module
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python-devel python-setuptools python-genshi
-Requires:       python-setuptools python-genshi python-lxml
+
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools
+BuildRequires:  python-genshi
+
+Requires:       python-setuptools
+Requires:       python-genshi
+Requires:       python-lxml
+Requires:       python-pycha
 
 
 %description
@@ -51,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Aug  6 2010 Dan Horák <dan[at]danny.cz> 0.5.5-1
+- updated to 0.5.5
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.4.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index 05db523..33d46e3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0d876599ba6e094951ad5e2dc8ab720c  relatorio-0.4.1.tar.gz
+06e841b7c1fce99461534e5cb8300b8f  relatorio-0.5.5.tar.gz


More information about the scm-commits mailing list