[trytond-account] new upstream version 2.0.0

Dan Horák sharkcz at fedoraproject.org
Tue May 3 14:38:55 UTC 2011


commit a5aae4ca44b142099de4196c73612c3231806f0e
Author: Dan Horák <dan at danny.cz>
Date:   Tue May 3 16:38:39 2011 +0200

    new upstream version 2.0.0

 .gitignore           |    1 +
 sources              |    2 +-
 trytond-account.spec |    7 +++++--
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0819171..ae9b82f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /trytond_account-1.8.0.tar.gz
 /trytond_account-1.8.1.tar.gz
+/trytond_account-2.0.0.tar.gz
diff --git a/sources b/sources
index b3f1ba2..5a40d07 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-107b83ceb49277e9a6bb96c6fe79945a  trytond_account-1.8.1.tar.gz
+b2ca4f94aaa104992895a53f42f73b5e  trytond_account-2.0.0.tar.gz
diff --git a/trytond-account.spec b/trytond-account.spec
index 03da4df..b541680 100644
--- a/trytond-account.spec
+++ b/trytond-account.spec
@@ -3,12 +3,12 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 
-%global tryton_major 1.8
+%global tryton_major 2.0
 %global modname  account
 %global pkgname %(echo \"%{name}\" | sed 's/-/_/g')
 
 Name:           trytond-%{modname}
-Version:        1.8.1
+Version:        2.0.0
 Release:        1%{?dist}
 Summary:        %{modname} module for Tryton
 
@@ -54,6 +54,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue May 03 2011 Dan Horák <dan at danny.cz> - 2.0.0-1
+- new upstream version 2.0.0
+
 * Mon Feb 21 2011 Dan Horák <dan[at]danny.cz> - 1.8.1-1
 - updated to 1.8.1
 


More information about the scm-commits mailing list