From 1c1fc16e7660835bfe1eba9c4abecf47ea5f15562fc266a28630cf392d2e153f Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 14 Sep 2022 14:38:07 +0000 Subject: [PATCH 1/2] - Directly calculate the Qt scale factor, no longer rely on the Xft.dpi X resource (bsc#1199020) - Support YAST_MON_WIDTH_MM=xx at installation boot prompt - Support YaST2.call script debugging with FAKE_MON_WIDTH_MM=xx - Support up to 392 dpi (up to scale factor 4.0) More details: https://github.com/yast/yast-installation/pull/1057 - No more console warnings if no EDID (bsc#1203161) - 4.5.6 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1177 --- yast2-installation-4.5.5.tar.bz2 | 3 --- yast2-installation-4.5.6.tar.bz2 | 3 +++ yast2-installation.changes | 12 ++++++++++++ yast2-installation.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.5.5.tar.bz2 create mode 100644 yast2-installation-4.5.6.tar.bz2 diff --git a/yast2-installation-4.5.5.tar.bz2 b/yast2-installation-4.5.5.tar.bz2 deleted file mode 100644 index a272345..0000000 --- a/yast2-installation-4.5.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bea241192ac4cbacbfa5d7f0bc6e62818876fef27c3bc28a6f109580b066a4a -size 1482059 diff --git a/yast2-installation-4.5.6.tar.bz2 b/yast2-installation-4.5.6.tar.bz2 new file mode 100644 index 0000000..1be29a2 --- /dev/null +++ b/yast2-installation-4.5.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c777920ae4da74023d5327c2f924990b4c63326a362fa1d730d896a59721b5f6 +size 1483300 diff --git a/yast2-installation.changes b/yast2-installation.changes index 18dae72..4ccadbd 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Sep 13 12:13:19 UTC 2022 - Stefan Hundhammer + +- Directly calculate the Qt scale factor, no longer rely on the + Xft.dpi X resource (bsc#1199020) +- Support YAST_MON_WIDTH_MM=xx at installation boot prompt +- Support YaST2.call script debugging with FAKE_MON_WIDTH_MM=xx +- Support up to 392 dpi (up to scale factor 4.0) + More details: https://github.com/yast/yast-installation/pull/1057 +- No more console warnings if no EDID (bsc#1203161) +- 4.5.6 + ------------------------------------------------------------------- Fri Jul 22 11:35:42 UTC 2022 - Knut Anderssen diff --git a/yast2-installation.spec b/yast2-installation.spec index 6bbd228..fb887f5 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.5.5 +Version: 4.5.6 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only From c511056a153eecf0664c1cce2416742cf0750144d051ed77782a5b73363f9aaf Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 15 Sep 2022 14:25:32 +0000 Subject: [PATCH 2/2] - Don't set QT_SCALE_FACTOR unless > 1 (bsc#1199020) to avoid forcing QA to recreate all needles for all standard cases - 4.5.7 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1178 --- yast2-installation-4.5.6.tar.bz2 | 3 --- yast2-installation-4.5.7.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.5.6.tar.bz2 create mode 100644 yast2-installation-4.5.7.tar.bz2 diff --git a/yast2-installation-4.5.6.tar.bz2 b/yast2-installation-4.5.6.tar.bz2 deleted file mode 100644 index 1be29a2..0000000 --- a/yast2-installation-4.5.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c777920ae4da74023d5327c2f924990b4c63326a362fa1d730d896a59721b5f6 -size 1483300 diff --git a/yast2-installation-4.5.7.tar.bz2 b/yast2-installation-4.5.7.tar.bz2 new file mode 100644 index 0000000..25b291a --- /dev/null +++ b/yast2-installation-4.5.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ad7247aebd970ffd5bbdfc33d638928a3dc5b5cd08e5f61646ecf15726ad6e +size 1483568 diff --git a/yast2-installation.changes b/yast2-installation.changes index 4ccadbd..c2520ac 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Sep 15 14:04:42 UTC 2022 - Stefan Hundhammer + +- Don't set QT_SCALE_FACTOR unless > 1 (bsc#1199020) + to avoid forcing QA to recreate all needles for all standard cases +- 4.5.7 + ------------------------------------------------------------------- Tue Sep 13 12:13:19 UTC 2022 - Stefan Hundhammer diff --git a/yast2-installation.spec b/yast2-installation.spec index fb887f5..8b82436 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.5.6 +Version: 4.5.7 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only