Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-installation for openSUSE:Factory checked in at 2022-07-21 11:32:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old) and /work/SRC/openSUSE:Factory/.yast2-installation.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-installation" Thu Jul 21 11:32:35 2022 rev:507 rq:990092 version:4.5.4 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes 2022-07-12 11:12:25.179696893 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-installation.new.1523/yast2-installation.changes 2022-07-21 11:32:41.662911976 +0200 @@ -1,0 +2,12 @@ +Mon Jul 18 16:05:26 UTC 2022 - Ladislav Slez??k <[email protected]> + +- Do not use "xrdb" for setting the "Xft.dpi" value, use a specific + YaST tool from the yast2-x11 package (bsc#1201532) + (xrdb depends on the C pre-processor increasing the dependencies + about of 22MB) +- Install yast2-x11 only when GUI (libyui-qt) is installed, + avoid installing the dependent X libraries in minimal (text mode) + installation +- 4.5.4 + +------------------------------------------------------------------- Old: ---- yast2-installation-4.5.3.tar.bz2 New: ---- yast2-installation-4.5.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-installation.spec ++++++ --- /var/tmp/diff_new_pack.ggqnC7/_old 2022-07-21 11:32:42.354912571 +0200 +++ /var/tmp/diff_new_pack.ggqnC7/_new 2022-07-21 11:32:42.358912575 +0200 @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.5.3 +Version: 4.5.4 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only @@ -70,8 +70,8 @@ Requires: pciutils # tar-gzip some system files and untar-ungzip them after the installation (FATE #300421, #120103) Requires: tar -# xrdb is used to set Xft.dpi in YaST2.call -Requires: xrdb +# /usr/lib/YaST2/bin/xftdpi, install only when the GUI is installed +Requires: (yast2-x11 >= 4.5.1 if libyui-qt) # Y2Packager::NewRepositorySetup Requires: yast2 >= 4.4.42 # CIOIgnore ++++++ yast2-installation-4.5.3.tar.bz2 -> yast2-installation-4.5.4.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-4.5.3/package/yast2-installation.changes new/yast2-installation-4.5.4/package/yast2-installation.changes --- old/yast2-installation-4.5.3/package/yast2-installation.changes 2022-07-11 14:18:43.000000000 +0200 +++ new/yast2-installation-4.5.4/package/yast2-installation.changes 2022-07-19 10:39:12.000000000 +0200 @@ -1,4 +1,16 @@ ------------------------------------------------------------------- +Mon Jul 18 16:05:26 UTC 2022 - Ladislav Slez??k <[email protected]> + +- Do not use "xrdb" for setting the "Xft.dpi" value, use a specific + YaST tool from the yast2-x11 package (bsc#1201532) + (xrdb depends on the C pre-processor increasing the dependencies + about of 22MB) +- Install yast2-x11 only when GUI (libyui-qt) is installed, + avoid installing the dependent X libraries in minimal (text mode) + installation +- 4.5.4 + +------------------------------------------------------------------- Wed Jun 15 11:28:30 UTC 2022 - Knut Anderssen <[email protected]> - Do not restart services when updating the package (bsc#1199480, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-4.5.3/package/yast2-installation.spec new/yast2-installation-4.5.4/package/yast2-installation.spec --- old/yast2-installation-4.5.3/package/yast2-installation.spec 2022-07-11 14:18:43.000000000 +0200 +++ new/yast2-installation-4.5.4/package/yast2-installation.spec 2022-07-19 10:39:12.000000000 +0200 @@ -16,7 +16,7 @@ # Name: yast2-installation -Version: 4.5.3 +Version: 4.5.4 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only @@ -69,8 +69,8 @@ Requires: pciutils # tar-gzip some system files and untar-ungzip them after the installation (FATE #300421, #120103) Requires: tar -# xrdb is used to set Xft.dpi in YaST2.call -Requires: xrdb +# /usr/lib/YaST2/bin/xftdpi, install only when the GUI is installed +Requires: (yast2-x11 >= 4.5.1 if libyui-qt) # Y2Packager::NewRepositorySetup Requires: yast2 >= 4.4.42 # CIOIgnore diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-4.5.3/startup/YaST2.call new/yast2-installation-4.5.4/startup/YaST2.call --- old/yast2-installation-4.5.3/startup/YaST2.call 2022-07-11 14:18:43.000000000 +0200 +++ new/yast2-installation-4.5.4/startup/YaST2.call 2022-07-19 10:39:12.000000000 +0200 @@ -90,9 +90,9 @@ #----[ set_xft_dpi ]----# function set_xft_dpi () { #------------------------------------------------------ -# Set Xft.dpi resource using xrdb +# Set Xft.dpi resource using a helper tool # --- - echo "Xft.dpi: $1" | xrdb -merge - && log "Xft.dpi set to: $1" + /usr/lib/YaST2/bin/xftdpi "$1" && log "Xft.dpi set to: $1" } #----[ prepare_for_x11 ]----#
