Hello community,
here is the log from the commit of package yast2-python-bindings for
openSUSE:Factory checked in at 2017-11-14 12:58:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-python-bindings (Old)
and /work/SRC/openSUSE:Factory/.yast2-python-bindings.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-python-bindings"
Tue Nov 14 12:58:32 2017 rev:34 rq:541318 version:4.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/yast2-python-bindings/yast2-python-bindings.changes
2013-11-15 14:25:12.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.yast2-python-bindings.new/yast2-python-bindings.changes
2017-11-14 12:58:38.039851165 +0100
@@ -1,0 +2,5 @@
+Wed Nov 8 21:35:20 UTC 2017 - [email protected]
+
+- Rewrite the python bindings using swig fate#324146
+
+-------------------------------------------------------------------
Old:
----
yast2-python-bindings-3.1.1.tar.bz2
New:
----
yast2-python-bindings-4.0.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-python-bindings.spec ++++++
--- /var/tmp/diff_new_pack.ouMkjd/_old 2017-11-14 12:58:38.603830543 +0100
+++ /var/tmp/diff_new_pack.ouMkjd/_new 2017-11-14 12:58:38.603830543 +0100
@@ -1,7 +1,7 @@
#
# spec file for package yast2-python-bindings
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,31 +17,31 @@
Name: yast2-python-bindings
-Version: 3.1.1
+Version: 4.0.0
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2
-BuildRequires: curl-devel
+BuildRequires: autoconf
+BuildRequires: autoconf-archive
+BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: libtool
+BuildRequires: libyui-devel
+BuildRequires: make
+BuildRequires: python
BuildRequires: python-devel
+BuildRequires: swig
BuildRequires: yast2-core-devel
-BuildRequires: yast2-devtools >= 3.0.6
+BuildRequires: yast2-ycp-ui-bindings
BuildRequires: yast2-ycp-ui-bindings-devel
-# YCPValue::valuetype_str()
-Requires: yast2-core >= 2.16.37
-BuildRequires: yast2-core-devel >= 2.16.37
-BuildRequires: yast2-ycp-ui-bindings-devel >= 2.16.37
Requires: python
-Requires: yast2-ycp-ui-bindings >= 2.16.37
-%if 0%{?suse_version} < 1220
-BuildRequires: libxcrypt-devel
-%endif
+Requires: yast2-core
+Requires: yast2-ycp-ui-bindings
-Summary: Python bindings for the YaST platform.
+Summary: Python bindings for the YaST platform
License: GPL-2.0
Group: System/YaST
@@ -58,17 +58,17 @@
%install
%yast_install
-rm $RPM_BUILD_ROOT/%{yast_plugindir}/libpy2lang_python.la
-rm $RPM_BUILD_ROOT/%{python_sitearch}/libYCP.la
+rm %{buildroot}/%{python_sitelib}/*.pyc
+rm %{buildroot}/%{python_sitelib}/*.pyo
+rm %{buildroot}/%{python_sitearch}/*.la
+rm %{buildroot}/%{yast_plugindir}/libpy2lang_python.la
%files
%defattr (-, root, root)
+%doc %{yast_docdir}
+%{python_sitelib}/*.py
+%{python_sitearch}/_ycp.*
%{yast_plugindir}/libpy2lang_python.so.*
%{yast_plugindir}/libpy2lang_python.so
-# libYCP goes elsewhere
-# %dir %{_libdir}/python
-%{python_sitearch}/*
-%doc %{yast_docdir}
-
%changelog
++++++ yast2-python-bindings-3.1.1.tar.bz2 ->
yast2-python-bindings-4.0.0.tar.bz2 ++++++
++++ 6781 lines of diff (skipped)