Hello community,
here is the log from the commit of package trytond_account_invoice_stock for
openSUSE:Factory checked in at 2016-09-30 15:32:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_account_invoice_stock (Old)
and /work/SRC/openSUSE:Factory/.trytond_account_invoice_stock.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trytond_account_invoice_stock"
Changes:
--------
---
/work/SRC/openSUSE:Factory/trytond_account_invoice_stock/trytond_account_invoice_stock.changes
2016-09-23 11:29:22.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.trytond_account_invoice_stock.new/trytond_account_invoice_stock.changes
2016-09-30 15:32:02.000000000 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Fri Sep 23 10:49:34 UTC 2016 - [email protected]
+
+- Correct summary
+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ trytond_account_invoice_stock.spec ++++++
--- /var/tmp/diff_new_pack.uqyiKw/_old 2016-09-30 15:32:03.000000000 +0200
+++ /var/tmp/diff_new_pack.uqyiKw/_new 2016-09-30 15:32:03.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package trytond_account_invoice_stock
#
-# Copyright (c) 2014 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2014-2016 Dr. Axel Braun
#
# All modifications and additions to the file contributed by third parties
@@ -14,6 +14,8 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
%define majorver 3.8
@@ -23,16 +25,16 @@
BuildRequires: python-setuptools
Version: %{majorver}.0
Release: 0
-License: GPL-3.0
Url: http://www.tryton.org/
Source:
http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz
+Summary: The "account_invoice_stock" module for the Tryton ERP system
+License: GPL-3.0
Group: Productivity/Office/Management
-Summary: Tryton is an OpenSource ERP system
%py_requires
Requires: trytond
Requires: trytond_account_invoice
-Requires: trytond_stock
Requires: trytond_product
+Requires: trytond_stock
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -50,10 +52,11 @@
%build
python setup.py build
-
%install
python setup.py install --prefix=%_prefix --root=%buildroot
%files
%defattr(-,root,root)
%{python_sitelib}/*
+
+%changelog