Hello community, here is the log from the commit of package python for openSUSE:Factory checked in at 2020-01-14 20:58:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python (Old) and /work/SRC/openSUSE:Factory/.python.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python" Tue Jan 14 20:58:03 2020 rev:147 rq:763333 version:2.7.17 Changes: -------- --- /work/SRC/openSUSE:Factory/python/python-base.changes 2020-01-05 15:21:09.733561122 +0100 +++ /work/SRC/openSUSE:Factory/.python.new.6675/python-base.changes 2020-01-14 20:58:33.282520446 +0100 @@ -1,0 +2,6 @@ +Fri Jan 10 16:01:57 CET 2020 - Matej Cepl <[email protected]> + +- libnsl is required only on more recent SLEs and openSUSE, older + glibc supported NIS on its own. + +------------------------------------------------------------------- python.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-base.spec ++++++ --- /var/tmp/diff_new_pack.zrV17L/_old 2020-01-14 20:58:36.046521725 +0100 +++ /var/tmp/diff_new_pack.zrV17L/_new 2020-01-14 20:58:36.046521725 +0100 @@ -88,7 +88,9 @@ BuildRequires: automake BuildRequires: fdupes BuildRequires: libbz2-devel +%if %{suse_version} > 1200 BuildRequires: libnsl-devel +%endif BuildRequires: pkg-config BuildRequires: xz BuildRequires: zlib-devel ++++++ python.spec ++++++ --- /var/tmp/diff_new_pack.zrV17L/_old 2020-01-14 20:58:36.154521775 +0100 +++ /var/tmp/diff_new_pack.zrV17L/_new 2020-01-14 20:58:36.154521775 +0100 @@ -94,7 +94,9 @@ BuildRequires: gdbm-devel BuildRequires: gmp-devel BuildRequires: libbz2-devel +%if %{suse_version} > 1200 BuildRequires: libnsl-devel +%endif BuildRequires: libopenssl-devel BuildRequires: ncurses-devel BuildRequires: readline-devel ++++++ idle.desktop ++++++ --- /var/tmp/diff_new_pack.zrV17L/_old 2020-01-14 20:58:36.218521805 +0100 +++ /var/tmp/diff_new_pack.zrV17L/_new 2020-01-14 20:58:36.218521805 +0100 @@ -1,6 +1,7 @@ [Desktop Entry] Version=1.0 Name=IDLE +GenericName=Python IDE Comment=Python 2.7 Integrated Development and Learning Environment Exec=idle %F TryExec=idle
