Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package calamares for openSUSE:Factory 
checked in at 2026-08-06 16:25:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/calamares (Old)
 and      /work/SRC/openSUSE:Factory/.calamares.new.16738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "calamares"

Thu Aug  6 16:25:41 2026 rev:22 rq:1369829 version:3.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/calamares/calamares.changes      2026-08-04 
21:30:37.756205628 +0200
+++ /work/SRC/openSUSE:Factory/.calamares.new.16738/calamares.changes   
2026-08-06 16:27:50.632248323 +0200
@@ -2 +2 @@
-Sun Aug  2 09:08:53 UTC 2026 - Mindaugas Baranauskas 
<[email protected]>
+Sun Aug  2 14:14:38 UTC 2026 - <[email protected]>
@@ -4 +4,12 @@
-- Update calamares.keyring
+- Update to Calamares v3.4.2:
+  * displaymanager supports the new (KDE) Plasma-login manager;
+  * displaymanager for lightdm allows alternate greeter paths;
+  * mount recognizes NVMe and MMC as SSDs now;
+  * partition alignment of partitions now forces 4K.
+- Drop update-desktop-files dependency.
+- Update branding template.
+
+-------------------------------------------------------------------
+Sun Aug  2 09:08:53 UTC 2026 - <[email protected]>
+
+- Update calamares.keyring.
@@ -18 +29,4 @@
-- Update to 3.4.0.
+- Update to 3.4.0: a bunch of internal improvements in the Python
+  bindings, an undo-hook for pages (which rolls back changes that
+  the keyboard and timezone pages may have made to the system) and
+  improvements to the partitioning module.

Old:
----
  calamares-3.4.0.tar.gz
  calamares-3.4.0.tar.gz.asc

New:
----
  calamares-3.4.2.tar.gz
  calamares-3.4.2.tar.gz.asc

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

Other differences:
------------------
++++++ calamares.spec ++++++
--- /var/tmp/diff_new_pack.X6GMHn/_old  2026-08-06 16:27:51.896291948 +0200
+++ /var/tmp/diff_new_pack.X6GMHn/_new  2026-08-06 16:27:51.908292361 +0200
@@ -21,7 +21,7 @@
 
 %define _sover  3
 Name:           calamares
-Version:        3.4.0
+Version:        3.4.2
 Release:        0
 Summary:        Installer from a live CD/DVD/USB to disk
 License:        GPL-3.0-or-later
@@ -107,7 +107,6 @@
 BuildRequires:  parted-devel
 BuildRequires:  pkg-config
 BuildRequires:  solid-devel
-BuildRequires:  update-desktop-files
 BuildRequires:  yaml-cpp-devel >= 0.5.1
 Requires:       %name-branding >= 3
 Requires:       NetworkManager
@@ -155,7 +154,7 @@
 %description
 Calamares is a distribution-independent installer framework, designed to 
install
 from a live CD/DVD/USB environment to a hard disk. It includes a graphical
-installation program based on Qt 5. Calamares can replace YaST2 Live Installer.
+installation program based on Qt. Calamares can replace YaST2 Live Installer.
 
 %package branding-upstream
 Summary:        Branding for %{name}

++++++ 3.4-configuring_autologin_in_sysconfig.patch ++++++
--- /var/tmp/diff_new_pack.X6GMHn/_old  2026-08-06 16:27:52.120299678 +0200
+++ /var/tmp/diff_new_pack.X6GMHn/_new  2026-08-06 16:27:52.164301197 +0200
@@ -6,11 +6,12 @@
 
 --- a/src/modules/displaymanager/displaymanager.conf
 +++ b/src/modules/displaymanager/displaymanager.conf
-@@ -16,13 +16,7 @@
+@@ -16,14 +16,7 @@
  # is attempted. You can also list "sysconfig" in this list instead.
  #
  displaymanagers:
 -  - slim
+-  - plasmalogin
 -  - sddm
 -  - lightdm
 -  - gdm
@@ -21,7 +22,7 @@
  
  # Enable the following settings to force a desktop environment
  # in your displaymanager configuration file. This will attempt
-@@ -58,7 +52,7 @@
+@@ -59,7 +52,7 @@
  # The preferred way to pick sysconfig is to just list it in the
  # *displaymanagers* list (as the only one).
  #

++++++ 3.4-networkcfg.patch ++++++
--- /var/tmp/diff_new_pack.X6GMHn/_old  2026-08-06 16:27:52.328306857 +0200
+++ /var/tmp/diff_new_pack.X6GMHn/_new  2026-08-06 16:27:52.360307961 +0200
@@ -3,7 +3,7 @@
 Updated by Mindaugas <[email protected]>
 
 After copying /etc/resolv.conf, it will be a regular file,
-but in openSUSE it should be to /var/run/netconfig/resolv.conf
+but in openSUSE it should link to /var/run/netconfig/resolv.conf
 and created automatically anyway.
 
 --- a/src/modules/networkcfg/main.py

++++++ 3.4-packages.conf.patch ++++++
--- /var/tmp/diff_new_pack.X6GMHn/_old  2026-08-06 16:27:52.480312102 +0200
+++ /var/tmp/diff_new_pack.X6GMHn/_new  2026-08-06 16:27:52.528313759 +0200
@@ -13,16 +13,16 @@
  
  #
  # Often package installation needs an internet connection.
-@@ -60,7 +60,7 @@
- # Therefore set also "update_system" to 'true'.
+@@ -63,7 +63,7 @@
+ # "ignore_update_db_error" to 'true'.
  #
  skip_if_no_internet: false
 -update_db: true
 +update_db: false
+ ignore_update_db_error: false
  update_system: false
  
- # pacman specific options
-@@ -203,12 +203,6 @@
+@@ -207,12 +207,6 @@
  # of packages, this can lead to a considerable time savings.
  #
  operations:

++++++ branding.desc ++++++
--- /var/tmp/diff_new_pack.X6GMHn/_old  2026-08-06 16:27:52.888326183 +0200
+++ /var/tmp/diff_new_pack.X6GMHn/_new  2026-08-06 16:27:52.928327565 +0200
@@ -1,3 +1,6 @@
+# SPDX-FileCopyrightText: no
+# SPDX-License-Identifier: CC0-1.0
+#
 # Product branding information. This influences some global
 # user-visible aspects of Calamares, such as the product
 # name, window behavior, and the slideshow during installation.
@@ -8,6 +11,11 @@
 componentName:  default
 
 
+### WELCOME / OVERALL WORDING
+#
+# These settings affect some overall phrasing and looks,
+# which are most visible in the welcome page.
+
 # This selects between different welcome texts. When false, uses
 # the traditional "Welcome to the %1 installer.", and when true,
 # uses "Welcome to the Calamares installer for %1." This allows
@@ -21,6 +29,12 @@
 # may have surprising effects on HiDPI monitors).
 welcomeExpandingLogo:   true
 
+### WINDOW CONFIGURATION
+#
+# The settings here affect the placement of the Calamares
+# window through hints to the window manager and initial
+# sizing of the Calamares window.
+
 # Size and expansion policy for Calamares.
 #  - "normal" or unset, expand as needed, use *windowSize*
 #  - "fullscreen", start as large as possible, ignore *windowSize*
@@ -42,6 +56,14 @@
 # *windowExpanding* set to "fullscreen").
 windowPlacement: center
 
+### PANELS CONFIGURATION
+#
+# Calamares has a main content area, and two panels (navigation
+# and progress / sidebar). The panels can be controlled individually,
+# or switched off. If both panels are switched off, the layout of
+# the main content area loses its margins, on the assumption that
+# you're doing something special.
+
 # Kind of sidebar (panel on the left, showing progress).
 #  - "widget" or unset, use traditional sidebar (logo, items)
 #  - "none", hide it entirely
@@ -67,6 +89,12 @@
 # except the default is *bottom*.
 navigation: widget
 
+
+### STRINGS, IMAGES AND COLORS
+#
+# This section contains the "branding proper" of names
+# and images, rather than global-look settings.
+
 # These are strings shown to the user in the user interface.
 # There is no provision for translating them -- since they
 # are names, the string is included as-is.
@@ -81,7 +109,7 @@
 #
 # These strings support substitution from /etc/os-release
 # if KDE Frameworks 5.58 are available at build-time. When
-# enabled, @{var-name} is replaced by the equivalent value
+# enabled, ${varname} is replaced by the equivalent value
 # from os-release. All the supported var-names are in all-caps,
 # and are listed on the FreeDesktop.org site,
 #       https://www.freedesktop.org/software/systemd/man/os-release.html
@@ -112,32 +140,32 @@
     shortProductName:    Linux
 # Uncomment to define full version
 #    version:             1.0 LTS
-#    version:             42.3
+#    version:             Leap 16.0
 # Uncomment to define short version
 #    shortVersion:        1.0
-#    shortVersion:        42.3
+#    shortVersion:        16.0
 # $versionedName appears
 #  in welcome screen header "Welcome to the $versionedName installer."
 #    versionedName:       Generic GNU/Linux 1.0 LTS "Rusty Trombone"
-#    versionedName:       openSUSE Leap 42.3
+#    versionedName:       openSUSE Leap 16.0
     versionedName:       Linux
 # $shortVersionedName appears:
 #  in partitioner,
 #  in summary before installation,
 #  in confirmation dialog for installation
 #    shortVersionedName:  Generic 1.0
-#    shortVersionedName:  openSUSE 42.3
+#    shortVersionedName:  openSUSE 16.0
     shortVersionedName:  Linux
 # $bootloaderEntryName appears:
 #  in partitioner,
 #  in bootloader menu after installation
-#    bootloaderEntryName: openSUSE Leap 42.3
+#    bootloaderEntryName: openSUSE Leap 16.0
     bootloaderEntryName: Linux
-#    productUrl:          http://calamares.io/
-#    supportUrl:          http://calamares.io/bugs/
-#    knownIssuesUrl:      http://calamares.io/about/
-#    releaseNotesUrl:     http://calamares.io/about/
-#    donateUrl:           https://kde.org/community/donations/index.php
+#    productUrl:          https://calamares.codeberg.page/
+#    supportUrl:          https://calamares.codeberg.page/docs/documentation/
+#    knownIssuesUrl:      https://calamares.codeberg.page/issues/
+#    releaseNotesUrl:     https://codeberg.org/Calamares/calamares/releases
+#    donateUrl:           https://kde.org/donate/
 
 
 
@@ -176,11 +204,43 @@
 # $productWelcome appears in center of welcome screen
     productWelcome:      "languages.png"
 
+# Colors for text and background components.
+#
+#  - SidebarBackground is the background of the sidebar
+#  - SidebarText is the (foreground) text color
+#  - SidebarBackgroundCurrent sets the background of the current step.
+#    Optional, and defaults to the application palette.
+#  - SidebarTextCurrent is the text color of the current step.
+#
+# These colors can **also** be set through the stylesheet, if the
+# branding component also ships a stylesheet.qss. Then they are
+# the corresponding CSS attributes of #sidebarApp.
+style:
+   SidebarBackground:        "#292F34"
+   SidebarText:              "#FFFFFF"
+   SidebarTextCurrent:       "#292F34"
+   SidebarBackgroundCurrent: "#D35400"
 
+### SLIDESHOW
+#
 # The slideshow is displayed during execution steps (e.g. when the
 # installer is actually writing to disk and doing other slow things).
+# The slideshow can be a QML file (recommended) which can display
+# arbitrary things -- text, images, animations, or even play a game --
+# during the execution step. The QML **is** abruptly stopped when the
+# execution step is done, though, so maybe a game isn't a great idea.
+#
+# The slideshow can also be a sequence of images (not recommended unless
+# you don't want QML at all in your Calamares). The images are displayed
+# at a rate of 1 every 2 seconds during the execution step.
+#
+# To configure a QML file, list a single filename:
+#   slideshow:               "show.qml"
+
+# To configure images, like the filenames (here, as an inline list):
+#   slideshow: [ "/etc/calamares/slideshow/0.png", "/etc/logo.png" ]
 slideshow:               "show.qml"
-# There are two available APIs for the slideshow:
+# There are two available APIs for a QML slideshow:
 #  - 1 (the default) loads the entire slideshow when the installation-
 #      slideshow page is shown and starts the QML then. The QML
 #      is never stopped (after installation is done, times etc.
@@ -189,23 +249,7 @@
 #      onLeave() in the root object. After the installation is done,
 #      the show is stopped (first by calling onLeave(), then destroying
 #      the QML components).
-slideshowAPI: 2
-
-
-# Colors for text and background components.
-#
-#  - sidebarBackground is the background of the sidebar
-#  - sidebarText is the (foreground) text color
-#  - sidebarTextHighlight sets the background of the selected (current) step.
-#    Optional, and defaults to the application palette.
-#  - sidebarSelect is the text color of the selected step.
 #
-# These colors can **also** be set through the stylesheet, if the
-# branding component also ships a stylesheet.qss. Then they are
-# the corresponding CSS attributes of #sidebarApp.
-style:
-   sidebarBackground:    "#292F34"
-   sidebarText:          "#FFFFFF"
-   sidebarTextSelect:    "#292F34"
-   sidebarTextHighlight: "#D35400"
+# An image slideshow does not need to have the API defined.
+slideshowAPI: 2
 

++++++ calamares-3.4.0.tar.gz -> calamares-3.4.2.tar.gz ++++++
++++ 57993 lines of diff (skipped)

Reply via email to