Hello community,

here is the log from the commit of package python3 for openSUSE:Leap:15.2 
checked in at 2020-03-20 05:14:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python3 (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python3.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3"

Fri Mar 20 05:14:55 2020 rev:57 rq:786344 version:3.6.10

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python3/python3-base.changes   2020-03-09 
17:59:28.416642020 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python3.new.3160/python3-base.changes 
2020-03-20 05:14:56.754549644 +0100
@@ -18,0 +19,8 @@
+Mon Feb  3 19:54:25 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Reame idle icons to idle3 in order to not conflict with python2
+  variant of the package bsc#1165894
+  * renamed the icons
+  * renamed icon load in desktop file
+
+-------------------------------------------------------------------
python3-doc.changes: same change
python3.changes: same change

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
python3-doc.spec: same change
++++++ python3.spec ++++++
--- /var/tmp/diff_new_pack.gtgSFZ/_old  2020-03-20 05:14:57.814550355 +0100
+++ /var/tmp/diff_new_pack.gtgSFZ/_new  2020-03-20 05:14:57.818550358 +0100
@@ -379,7 +379,7 @@
 # install idle icons
 for size in 16 32 48 ; do
     install -m 644 -D Lib/idlelib/Icons/idle_${size}.png \
-    %{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/apps/idle.png
+    %{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/apps/idle3.png
 done
 
 # install idle desktop file
@@ -431,7 +431,7 @@
 %{_bindir}/idle3
 %{_datadir}/applications/idle3.desktop
 %{_datadir}/metainfo/idle3.appdata.xml
-%{_datadir}/icons/hicolor/*/apps/idle.png
+%{_datadir}/icons/hicolor/*/apps/idle3.png
 %dir %{_datadir}/icons/hicolor
 %dir %{_datadir}/icons/hicolor/16x16
 %dir %{_datadir}/icons/hicolor/32x32


++++++ idle3.desktop ++++++
--- /var/tmp/diff_new_pack.gtgSFZ/_old  2020-03-20 05:14:57.894550409 +0100
+++ /var/tmp/diff_new_pack.gtgSFZ/_new  2020-03-20 05:14:57.894550409 +0100
@@ -7,6 +7,6 @@
 TryExec=idle3
 Terminal=false
 Type=Application
-Icon=idle
+Icon=idle3
 Categories=Development;IDE;
 MimeType=text/x-python;



Reply via email to