Hello community, here is the log from the commit of package python-mysql-connector-python for openSUSE:Factory checked in at 2014-10-22 16:22:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mysql-connector-python (Old) and /work/SRC/openSUSE:Factory/.python-mysql-connector-python.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mysql-connector-python" Changes: -------- New Changes file: --- /dev/null 2014-09-26 12:09:11.568032006 +0200 +++ /work/SRC/openSUSE:Factory/.python-mysql-connector-python.new/python-mysql-connector-python.changes 2014-10-22 16:22:56.000000000 +0200 @@ -0,0 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 21 11:33:41 UTC 2014 - [email protected] + +- fix license to SUSE-GPL-2.0-with-FLOSS-exception + +------------------------------------------------------------------- +Tue Sep 23 12:15:03 UTC 2014 - [email protected] + +- Initial version New: ---- mysql-connector-python-1.2.3.zip python-mysql-connector-python.changes python-mysql-connector-python.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mysql-connector-python.spec ++++++ # # spec file for package python-mysql-connector-python # # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: python-mysql-connector-python Version: 1.2.3 Release: 0 Summary: MySQL driver written in Python License: SUSE-GPL-2.0-with-FLOSS-exception Group: Development/Languages/Python Url: http://dev.mysql.com/doc/connector-python/en/index.html Source: mysql-connector-python-%{version}.zip #Source: http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-%{version}.zip#md5=6d42998cfec6e85b902d4ffa5a35ce86 BuildRequires: python-devel BuildRequires: unzip BuildRoot: %{_tmppath}/%{name}-%{version}-build %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 BuildArch: noarch %endif %description MySQL driver written in Python which does not depend on MySQL C client libraries and implements the DB API v2.0 specification (PEP-249). %prep %setup -q -n mysql-connector-python-%{version} %build python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} #FIXME(toabctl): Reenable testuite #%check #nosetests %files %defattr(-,root,root,-) %doc README COPYING ChangeLog %{python_sitelib}/* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
