diff --git a/.gitignore b/.gitignore index 090abcb..7656081 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /trytond_account_invoice_line_standalone-2.0.0.tar.gz /trytond_account_invoice_line_standalone-2.2.0.tar.gz /trytond_account_invoice_line_standalone-2.4.1.tar.gz +/trytond_account_invoice_line_standalone-2.6.0.tar.gz diff --git a/sources b/sources index aa40c5e..b6cc82d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5cf0a3b326f0035333f3818828a58327 trytond_account_invoice_line_standalone-2.4.1.tar.gz +b44243fc10fc45ef37e21c8d5eeb2a7b trytond_account_invoice_line_standalone-2.6.0.tar.gz diff --git a/trytond-account-invoice-line-standalone.spec b/trytond-account-invoice-line-standalone.spec index c4215d4..1596185 100644 --- a/trytond-account-invoice-line-standalone.spec +++ b/trytond-account-invoice-line-standalone.spec @@ -3,13 +3,13 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %endif -%global tryton_major 2.4 +%global tryton_major 2.6 %global modname account-invoice-line-standalone %global pkgname %(echo \"%{name}\" | sed 's/-/_/g') Name: trytond-%{modname} -Version: 2.4.1 -Release: 2%{?dist} +Version: 2.6.0 +Release: 1%{?dist} Summary: %{modname} module for Tryton Group: System Environment/Libraries @@ -54,6 +54,9 @@ rm -rf %{buildroot} %changelog +* Sat Oct 27 2012 Dan HorĂ¡k - 2.6.0-1 +- new upstream version 2.6.0 + * Sun Jul 22 2012 Fedora Release Engineering - 2.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild