Hello community,
here is the log from the commit of package python-funcparserlib for
openSUSE:Factory checked in at 2016-03-17 16:34:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-funcparserlib (Old)
and /work/SRC/openSUSE:Factory/.python-funcparserlib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-funcparserlib"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-funcparserlib/python-funcparserlib.changes
2015-08-05 06:50:08.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-funcparserlib.new/python-funcparserlib.changes
2016-03-17 16:47:50.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Mar 13 20:53:41 UTC 2016 - [email protected]
+
+- add license
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-funcparserlib.spec ++++++
--- /var/tmp/diff_new_pack.44Dq2j/_old 2016-03-17 16:47:51.000000000 +0100
+++ /var/tmp/diff_new_pack.44Dq2j/_new 2016-03-17 16:47:51.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-funcparserlib
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,8 +26,8 @@
Source:
http://pypi.python.org/packages/source/f/funcparserlib/funcparserlib-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
-BuildRequires: python-setuptools
BuildRequires: python-nose
+BuildRequires: python-setuptools
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
@@ -70,6 +70,8 @@
%files
%defattr(-,root,root,-)
-%{python_sitelib}/*
+%doc LICENSE README
+%{python_sitelib}/funcparserlib
+%{python_sitelib}/funcparserlib*egg-info
%changelog